Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Help with minicms 2.2  (Read 9047 times)

0 Members and 1 Guest are viewing this topic.

johnfelipe

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
Help with minicms 2.2
« on: August 11, 2013, 03:43:14 am »

Hi please tell me how and where edit for change green color in attach

Tnks

Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Help with minicms 2.2
« Reply #1 on: August 20, 2013, 05:03:57 pm »

Easiest way would be to edit your theme accordingly. If that's no option (as you need that background for the rest of your gallery), you have to disable the body's background somewhere in the plugin's code. I just had a short look but wasn't successful.
Logged

johnfelipe

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
Re: Help with minicms 2.2
« Reply #2 on: September 17, 2013, 08:21:35 pm »

But what file, what code line, please help

tnks
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Help with minicms 2.2
« Reply #3 on: September 17, 2013, 08:23:46 pm »

Can you post a link to the page where we see that. Then we can use Firebug to work out exactly where the code is.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Help with minicms 2.2
« Reply #4 on: September 18, 2013, 08:55:08 am »

@Phill: That's the built-in FCKEditor which MiniCMS uses. It's usually not accessible to non-admin users.

@johnfelipe: Please have a look at your theme's css file(s). As you haven't posted a link to your gallery, we can just guess.
Logged

johnfelipe

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
Re: Help with minicms 2.2
« Reply #5 on: September 20, 2013, 09:56:23 am »

@andré: please tell file, path and line code for erease green bg, tnks
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Re: Help with minicms 2.2
« Reply #6 on: September 20, 2013, 10:05:59 am »

Please have a look at your theme's css file(s). As you haven't posted a link to your gallery, we can just guess.
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Help with minicms 2.2
« Reply #7 on: September 20, 2013, 10:09:44 am »

@andré: please tell file, path and line code for erease green bg, tnks

If you cannot post a link as Andre suggests then it may be best for you to use the excellent Firebug tool for Firefox. With that you can opn your page and click on the element in question. The tool will display the exact css that controls it and exactly what file and line you need to change.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

johnfelipe

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Help with minicms 2.2
« Reply #9 on: September 21, 2013, 07:23:44 pm »

As per above, please use Firebug to locate the exact line of code.

If you still cannot work it out then you will need to supply me with an admin login so I can take a look for you. If that is the way you wish to go I will send you a PM so you can send it to me via email.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Help with minicms 2.2
« Reply #10 on: September 27, 2013, 09:10:08 pm »

I wasn't able to find such a green color setting in your theme's .css files. Please use Firebug, as Phill already suggested.
Logged

johnfelipe

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
Re: Help with minicms 2.2
« Reply #11 on: September 29, 2013, 08:17:57 am »

Hi this is:

Code: [Select]
"/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2010 Coppermine Dev Team
  v1.0 originally written by Gregory Demar

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.

  ********************************************
  Coppermine version: 1.5.x
  $HeadURL:
  $Revision: 1.0
  $LastChangedBy: DaMysterious
  $Date: 04-11-2010
**********************************************/
/* Colors used in this style sheet:
    Hex 000000 = RBG   0,   0,   0 = black
    Hex 5F5F5F = RBG  95,  95,  95 = light black
    Hex BDBEBD = RBG 189, 190, 189 = dark grey
    Hex D1D7DC = RBG 209, 215, 220 = medium grey
    Hex CCCCCC = RBG 204, 204, 204 = medium grey
    Hex E4E4E4 = RGB 228, 228, 228 = medium grey
    Hex EFEFEF = RBG 239, 239, 239 = dark white
    Hex FFFFFF = RBG 255, 255, 255 = white
    Hex 005D8C = RBG   0,  93, 140 = dark blue
    Hex 0033CC = RBG   0,  91, 104 = medium blue
    Hex 0E72A4 = RBG  14, 114, 164 = light blue
    Hex 840084 = RBG 132,   0, 132 = purple
    Hex 00529B = RGB   0,  82, 155 = blue
    Hex BDE5F8 = RGB 189, 229, 247 = cyan
    Hex 4F8A10 = RGB  79, 138,  16 = dark green
    Hex DFF2BF = RGB 223, 242, 191 = light green
    Hex 9F6000 = RGB 159,  96,   0 = dark brown
    Hex FEEFB3 = RGB 254, 239, 179 = light brown
    Hex D8000C = RGB 216,   0,  12 = red
    Hex FFBABA = RGB 255, 186, 186 = pink
    Hex D63301 = RGB 214,  51,   1 = red
    Hex FFCCBA = RGB 255, 204, 186 = pink
*/

a:link {
color: #889095;
text-decoration: none;
}

/* pseudo-classes for image links */
a:link .image{
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 2px;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
border: 2px solid #889095;
}

a:visited {
color: #889095;
text-decoration: none;
}

a:visited .image{
border-color: #889095;
border-style: solid;
border-width: 1px;
margin: 2px;
}

a:hover {
color: #889095;
text-decoration: underline;
}

a:hover .image{
border-color: #889095;
border-style: solid;
border-width: 1px;
margin: 2px;
}

a:active {
color: #889095;
text-decoration: none;
}

a:active .image{
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 2px;
}

a:focus {
color: #889095;
text-decoration: none;
}

a:focus .image{
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 2px;
}

a.photoDown {
cursor: pointer;
}

a.photoUp {
cursor: pointer;
}

a.progressCancel {
background-image: url(../../images/cancelbutton.gif);
background-position: -14px 0px;
background-repeat: no-repeat;
display: block;
float: right;
font-size: 0;
height: 14px;
width: 14px;
}

a.progressCancel:hover {
background-position: 0px 0px;
}

a:hover.rounded_menu {
background: url(images/menu_gfx.png) no-repeat 0 0;
color: #fff;
text-decoration: none;
}

a:hover.rounded_menu span {
background: url(images/menu_gfx.png) no-repeat 100% 0;
}

body {
background: #A4ACB2 url(images/body.gif);
color: #585D61;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0px 0px 0px 0px;
}

/** Filmstrip styles */
div#film {
overflow: hidden;
padding: 5px 0 5px 0;
}

/** styles for album manager and photo album*/
div#sort {
background: #FFF;
border: 1px solid #0E72A4;
border-bottom: none;
border-top: none;
height: 240px;
margin: 0;
overflow: auto;
padding: 11px;
}

/** Swfupload css **/
div.fieldset {
border: 2px solid #0E72A4;
margin: 10px 0;
padding: 20px 10px;
}

div.fieldset span.legend {
background-color: #0E72A4;
color: #fff;
padding: 3px;
position: relative;
top: -30px;
}

div.flash {
border: 1px outset #000; /* set the outer border, thinkness, style and color */
margin: 10px 5px;
width: 375px;
}

form {
margin-bottom: 0px;
margin-top: 0px;
}

h1 {
color: #000000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
line-height: 120%;
margin: 2px;
text-decoration: none;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
margin: 0px;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
margin: 2px;
}

h4 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0px;
}

input[disabled]{
border: 1px solid #ccc; /* FF 2 Fix */
}

li {
list-style-type: none;
margin-bottom: 4px;
margin-left: 10px;
margin-top: 4px;
padding: 0px;
}

/* Styles for the standard dropdown menus. */
#main_menu {
float: left;
margin: 0;
padding: 0 0 0 0.5em;
width: 98%;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 2px 0px;
}

pre.filepath {
margin: 0px;
padding: 0px;
}

table {
font-size: 12px;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
border-bottom: 1px solid #CCCCCC;
padding: 3px;
}

table#album_sort tr td span.editAlbum {
color: #FF0000;
cursor: pointer;
display: none;
font-size: 10px;
line-height: 100%;
margin-left: 100px;
text-decoration: underline;
}

/**styles for photo manager*/
table#pic_sort tr td {
border-bottom: 1px solid #CCCCCC;
padding: 4px;
}

.alblink {
font-weight: bold;
}

.alblink a {
color: #889095;
text-decoration: underline;
}

.alblink a:hover {
color: #D31141;
text-decoration: underline;
}

.album_stat {
font-size: 85%;
margin: 5px 0px;
}

.align_top ul li a, .align_bottom ul li a {
margin: 0 12px 0 0;
}

.bblink a {
color: #889095;
text-decoration: none;
}

.bblink a:hover {
color: #889095;
text-decoration: underline;
}

/* Complete */
.blue {
background-color: #F0F5FF;
border: solid 1px #CEE2F2;
}

.button {
font-size: 0.8em;
white-space: nowrap;
}

.button, .admin_menu {
background-color: #5A6C85;
border: 1px solid #5A6C85;
color: white;
cursor: pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-right: 2px;
-moz-border-radius: 5px;
padding-left: 0px;
padding-right: 0px;
-webkit-border-radius: 5px;
}

/* Styles for the standard button lists.
------------------------------------------------------- */
.buttonlist ul li a {
background: url(images/menu_gfx.png) no-repeat 0 0;
border: 1px solid #666;
color: white;
cursor: pointer;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin-right: 5px;
-moz-border-radius: 5px;
padding-left: 0px;
padding-right: 5px;
text-decoration: none;
-webkit-border-radius: 5px;
white-space: nowrap;
}

.buttonlist ul li a:hover {
background: url(images/menu_gfx.png) no-repeat 0 -30px;
text-decoration: none;
}

.catlink {
display: block;
font-weight: bold;
margin-bottom: 2px;
}

.catlink a {
color: #889095;
text-decoration: underline;
}

.catlink a:hover {
color: #889095;
text-decoration: underline;
}

.catrow {
background: none;
color: #898989;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
padding-top: 3px;
}

.catrow_noalb {
background: none;
color: #898989;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
padding-top: 3px;
}

.checkbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
vertical-align: middle;
}

.clickable_option {
cursor: default;
}

.comment_date{
color: #5F5F5F;
font-size: 90%;
vertical-align: middle;
}

.cpg_message_error {
background-color: #FFBABA;
background-image: url('../../images/message/stop.png');
color: #D8000C;
}

.cpg_message_info {
background-color: #BDE5F8;
background-image: url('../../images/message/info.png');
color: #00529B;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
background-position: 10px center;
background-repeat: no-repeat;
border: 1px solid;
margin: 10px 0px;
-moz-border-radius: 5px;
padding: 15px 10px 15px 50px;
-webkit-border-radius: 5px;
}

.cpg_message_success {
background-color: #DFF2BF;
background-image: url('../../images/message/ok.png');
color: #4F8A10;
}

.cpg_message_validation {
background-color: #FFCCBA;
background-image: url('../../images/message/error.png');
color: #D63301;
}

.cpg_message_warning {
background-color: #FEEFB3;
background-image: url('../../images/message/warning.png');
color: #9F6000;
}

.debug_text {
background-color: #EFEFEF;
border: #BDBEBD;
margin: 0px;
width: 100%;
}

.detail_head_collapsed, .detail_head_expanded {
color: #0033CC;
}

.display_media {
background: #EFEFEF;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
}

/* Styles for the dropmenu.
------------------------------------------------------- */
.dropmenu {
padding: 0 0.5em;
}

.dropmenu a {
color: #000000;
display: block;
text-decoration: none;
}

.dropmenu a span {
display: block;
font-size: 0.9em;
padding: 0 0 0 5px;
}

.dropmenu li {
float: left;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
color: #000000;
}

/* the active button */
.dropmenu li a.active {
background: url(images/menu_gfx.png) no-repeat 100% 0;
color: #000;
font-weight: bold;
}

.dropmenu li a.active span.firstlevel {
background: url(images/menu_gfx.png) no-repeat 0 0;
}

/* the backgrounds first level only*/
.dropmenu li a.firstlevel {
margin-right: 8px;
}

.dropmenu li a.firstlevel span.firstlevel {
display: block;
height: 22px;
left: -5px;
line-height: 19px;
padding-left: 5px;
position: relative;
}

/* the hover effects */
.dropmenu li a.firstlevel:hover {
background: none;
color: #000;
cursor: pointer;
text-decoration: none;
}

.dropmenu li a.firstlevel:hover span.firstlevel {
background: none;
}

.dropmenu li li {
border-left: solid 1px #999;
border-right: solid 1px #999;
margin: 0;
width: 19em;
}

.dropmenu li li a span {
display: block;
padding: 8px;
color: #000000;
}

/* the hover effects on level2 and 3*/
.dropmenu li li a:hover {
background: #999 url(images/cell.gif) repeat-x;
color: #000;
text-decoration: none;
}

.dropmenu li li.additional_items {
background: #383838;
color: #000000;
}

.dropmenu li li:hover ul {
top: auto;
}

.dropmenu li ul {
background: url(images/menu_gfx.png) 0 -100px no-repeat;
border-bottom: solid 1px #999;
display: none;
font-weight: normal;
padding: 7px 0 0 0;
position: absolute;
width: 19.2em;
z-index: 90;
}

.dropmenu li ul ul {
margin: -1.8em 0 0 13em;
}

.dropmenu li:hover ul {
display: block;
}

.dropmenu li:hover ul ul, .dropmenu li:hover ul ul ul {
top: -999em;
}

.dropmenu, .dropmenu ul {
line-height: 1em;
list-style: none;
margin: 0;
padding: 0;
}

.external {
background: transparent url('../../images/link.gif') 100% 50% no-repeat;
padding-right: 10px;
}

.filmstrip_background {
background-color: #000000;
}

.footer {
font-size: 9px;
}

.footer a {
color: #889095;
text-decoration: none;
}

.footer a:hover {
color: #D31141;
text-decoration: underline;
}

/* Current */
.green {
background-color: #EBFFEB;
border: solid 1px #DDF0DD;
}

.icon {
margin-right: 1px;
vertical-align: middle;
}

.image {
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.imageborder {
background-color: #FFFFFF;
border: 1px solid #000000;
margin-bottom: 3px;
margin-top: 3px;
}

.img_caption_table {
background-color: #FFFFFF;
border: none;
margin: 0px;
width: 100%;
}

.img_caption_table td {
background: #EFEFEF;
border-top: 1px solid #FFFFFF;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
white-space: normal;
}

.img_caption_table th {
background: #D1D7DC;
border-top: 1px solid #FFFFFF;
color: #000000;
font-size: 100%;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
}

.important {
color: red; /* background-image : url(images/important.gif); */
font-weight: bold;
padding-bottom: 3px;
padding-left: 1px;
padding-right: 1px;
padding-top: 3px;
}

.listbox {
background-color: #D1D7DC;
border: 1px solid #0E72A4;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
vertical-align: middle;
}

.listbox_lang {
background-color: #D1D7DC;
border: 1px solid #0E72A4;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
vertical-align: middle;
}

.maintable {
background: none;
color: #898989;
margin-bottom: 1px;
margin-top: 1px;
}

.menuheight {
height: 20px; /* IE7 */
width: 1px; /* IE7 */
}

/* Message */
.message {
background-color: #FFFFCC;
border: solid 1px #FFDD99;
margin: 1em 0;
overflow: hidden;
padding: 10px 20px;
}

.navmenu {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
border-style: none;
color: #898989;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
}

.navmenu a {
color: #889095;
display: block;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
text-decoration: none;
}

.navmenu a:hover {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
color: #000000;
text-decoration: none;
}

.navmenu img {
margin-bottom: 1px;
margin-left: 5px;
margin-right: 5px;
margin-top: 1px;
}

.next_strip{
text-align: right;
}

.pic_caption {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
line-height: 1.0em;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-top: 0px;
text-align: center;
}

.pic_title {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 120%;
font-weight: bold;
line-height: 1.0em;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-top: 0px;
text-align: center;
}

.prev_strip {
text-align: left;
}

.progressBarComplete {
background-color: green;
visibility: hidden;
width: 100%;
}

.progressBarError {
background-color: red;
visibility: hidden;
width: 100%;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
background-color: blue;
font-size: 0;
height: 2px;
margin-top: 2px;
width: 0%;
}

.progressBarStatus {
font-family: Arial;
font-size: 7pt;
margin-top: 2px;
text-align: left;
white-space: nowrap;
width: 337px;
}

.progressContainer {
background-color: #F7F7F7;
border: solid 1px #E8E8E8;
margin: 5px;
overflow: hidden;
padding: 4px;
}

.progressName {
color: #555;
font-size: 8pt;
font-weight: 700;
height: 14px;
overflow: hidden;
text-align: left;
white-space: nowrap;
width: 323px;
}

.progressWrapper {
overflow: hidden;
width: 357px;
}

.radio {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
vertical-align: middle;
}

/* Error */
.red {
background-color: #FFEBEB;
border: solid 1px #B50000;
}

.rounded_menu {
background: url(images/menu_gfx.png) no-repeat 0 -30px;
color: white;
cursor: pointer;
display: block;
font-size: 0.8em;
padding: 0;
}

.rounded_menu span {
background: url(images/menu_gfx.png) no-repeat 100% -30px;
display: block;
height: 24px;
line-height: 20px;
padding: 0 8px 0 0;
position: relative;
right: -8px;
}

.sortorder_cell {
color: #FFFFFF;
margin: 0px;
padding: 0px;
text-align: right;
}

.sortorder_options {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: normal;
margin: 0px;
padding: 2px;
white-space: nowrap;
}

.statlink {
color: #889095;
}

.statlink a {
color: #889095;
text-decoration: none;
}

.statlink a:hover {
color: #D31141;
text-decoration: underline;
}

.swfupload {
vertical-align: top;
}

.tableb {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
padding: 4px;
}

/* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
/* It is being used to accomplish alternating row colors for lists. */
/* It's recommended to only assign another background color that slightly differs from the one defined in tableb */
.tableb_alternate {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
padding: 4px;
}

.tablebspecial {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
padding: 4px;
}

.tablef {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
padding: 4px;
}

.tableh1 {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
padding: 4px;
}

.tableh2 {
background: #f8f9fa url(images/cell.gif) top left repeat-x;
padding: 4px;
}

.textinput {
border: 1px solid #D1D7DC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
padding-left: 3px;
padding-right: 3px;
}

.thumb_caption {
display: block;
font-size: 80%;
padding: 1px;
}

.thumb_caption a {
color: #000000;
text-decoration: underline;
}

.thumb_filename {
display: block;
font-size: 80%;
}

.thumb_num_comments {
display: block;
font-size: 80%;
font-style: italic;
font-weight: normal;
padding: 2px;
}

.thumb_title {
display: block;
font-size: 80%;
font-weight: bold;
padding: 2px;
}

.thumbnails {
background: none;
color: #898989;
padding: 5px;
}

.topmenu {
font-size: 100%;
line-height: 130%;
}

.topmenu a {
color: #889095;
text-decoration: none;
}

.topmenu a:hover {
color: #889095;
text-decoration: underline;
}

.user_thumb_infobox {
margin-bottom: 1px;
margin-top: 1px;
}

.user_thumb_infobox a {
color: #000000;
text-decoration: none;
}

.user_thumb_infobox a:hover {
color: #000000;
text-decoration: underline;
}

.user_thumb_infobox td {
font-size: 80%;
margin-bottom: 1px;
margin-top: 1px;
text-align: center;
}

.user_thumb_infobox th {
font-size: 100%;
font-weight: bold;
margin-bottom: 1px;
margin-top: 1px;
text-align: center;
}

#cpgChooseLanguageWrapper {
float: left;
margin-bottom: 0px;
margin-left: 3px;
margin-right: 3px;
margin-top: 0px;
}

#cpgChooseThemeWrapper {
float: left;
margin-bottom: 0px;
margin-left: 3px;
margin-right: 3px;
margin-top: 0px;
}

#GB_window {
background-color: #EFEFEF;
border: 5px solid #0E72A4;
}

#sysmenu {
margin-top: 5px;
}"
Please tell me what change?

Tnks


**** Added code tags to tidy the display ****
« Last Edit: October 01, 2013, 06:39:11 pm by Phill Luckhurst »
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Help with minicms 2.2
« Reply #12 on: October 01, 2013, 05:15:47 pm »

As I just told you:
I wasn't able to find such a green color setting in your theme's .css files. Please use Firebug, as Phill already suggested.
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Help with minicms 2.2
« Reply #13 on: October 01, 2013, 06:43:04 pm »

Do you have Firebug installed? If not it is available here - http://getfirebug.com/ . Simply install it into the Firefox browser. Once done, open firebug from the new icon on your tool bar. With it open browse to the page where you see the green. In the Firebug toolbar at the bottom there is a new button that is called "Get Element By Click". If you press that button wherever you move the mouse on the page it will become highlighted. If you move the mouse over the green it will become highlighted. Click on it once and in the Firebug dialogue on the bottom right of your screen you will see all the related css and the exact file and line it is located in.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

johnfelipe

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
Re: Help with minicms 2.2
« Reply #14 on: October 03, 2013, 10:02:27 pm »

i i thing find it, but change it but nothing....
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Help with minicms 2.2
« Reply #15 on: October 04, 2013, 11:06:59 am »

According to your first screen shot it changed from green to cyan, so it seems you've already changed it somehow (or do you use a different theme?).
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 19 queries.