Borders of Categories boxes
- wrong colour - global mode : frameborders around thumbnails are the wrong colour git-svn-id: http://piwigo.org/svn/branches/2.0@2972 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
40b93cfe49
commit
3351fd9409
3 changed files with 23 additions and 19 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
/* So that non-links are slightly greyed out */
|
||||
.content .navigationBar {
|
||||
color: #b0b0b0;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/* Tables & forms */
|
||||
|
@ -11,12 +11,12 @@
|
|||
INPUT.text, INPUT.password, INPUT.button,
|
||||
INPUT.submit, INPUT.reset, INPUT.file,
|
||||
SELECT, TEXTAREA {
|
||||
color:black;
|
||||
background-color: #d3d3d3; /* lightgrey */
|
||||
color:#999;
|
||||
background-color: #666;
|
||||
}
|
||||
|
||||
INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
|
||||
background-color: #f5f5f5; /* whitesmoke */
|
||||
background-color: #444; /* whitesmoke */
|
||||
}
|
||||
|
||||
/* some theme set a border on INPUT which is not pretty for radio/checkbox */
|
||||
|
@ -29,12 +29,12 @@ INPUT.radio, INPUT.checkbox {
|
|||
}
|
||||
|
||||
.errors { /* Errors display */
|
||||
color: red;
|
||||
background-color: #ffe1e1;
|
||||
color: #f30;
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin: 5px;
|
||||
border: 1px solid red;
|
||||
border: 1px solid #666;
|
||||
background-image: url(icon/errors.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
|
@ -46,8 +46,8 @@ INPUT.radio, INPUT.checkbox {
|
|||
*/
|
||||
.infos {
|
||||
text-align: left;
|
||||
color: #002000;
|
||||
background-color: #98fb98; /* palegreen */
|
||||
color: #f70;
|
||||
background-color: transparent;
|
||||
background-image: url(icon/infos.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
|
@ -61,8 +61,8 @@ INPUT.radio, INPUT.checkbox {
|
|||
.header_msgs {
|
||||
text-align:center;
|
||||
font-weight: bold;
|
||||
color:#696969; /* dimgray */
|
||||
background-color: #d3d3d3;
|
||||
color:#333;
|
||||
background-color: transparent;
|
||||
margin: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
@ -71,7 +71,7 @@ INPUT.radio, INPUT.checkbox {
|
|||
* Header notes box in public/administration
|
||||
*/
|
||||
.header_notes {
|
||||
border: 1px solid #aaaaaa; /* border color and style */
|
||||
border: 1px solid #666;
|
||||
text-align: center;
|
||||
background-image: url(icon/note.png);
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/* History tables */
|
||||
TABLE.table2 {
|
||||
border: 1px solid black;
|
||||
border: 1px solid #111;
|
||||
margin: 1em auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ UL.categoryUl {
|
|||
|
||||
LI.categoryLi {
|
||||
width: 100%;
|
||||
border: 1px solid gray;
|
||||
border: 1px solid #666;
|
||||
padding: 0px 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
@ -171,7 +171,7 @@ FIELDSET#commentsConf SPAN.property {
|
|||
.statBar {
|
||||
height: 10px;
|
||||
background-color: #ff7700;
|
||||
border: 1px solid black;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
.over{
|
||||
|
@ -186,10 +186,10 @@ z-index: 50;
|
|||
|
||||
.over SPAN{ /*CSS for enlarged image*/
|
||||
position: absolute;
|
||||
background-color: #eee;
|
||||
background-color: #222;
|
||||
padding: 5px;
|
||||
left: -1000px;
|
||||
border: 1px solid #69c;
|
||||
border: 1px solid #ff3363;
|
||||
visibility: hidden;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
|
@ -231,10 +231,10 @@ H2 {
|
|||
|
||||
A {
|
||||
text-decoration:none;
|
||||
border-bottom: 1px dotted #005e89;
|
||||
border-bottom: 0;
|
||||
}
|
||||
A:hover {
|
||||
border-bottom: 1px solid #858460;
|
||||
border-bottom: 1px solid #FF3363;
|
||||
}
|
||||
A.button, A.button:hover {
|
||||
border: 0;
|
||||
|
|
|
@ -51,6 +51,10 @@ text-transform:none; font-weight:bold; padding-left:20px; width:54%; }
|
|||
font-size:14px; line-height:21px; }
|
||||
.instructions { overflow-y:scroll; overflow-x:hidden; }
|
||||
.instructions h3 { text-align: center; margin: 30px 0 0 0; }
|
||||
.content ul.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
|
||||
.content ul.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }
|
||||
.content ul.thumbnails span.wrap2 { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; }
|
||||
.content ul.thumbnails span.wrap1 { margin:0 12px 5px; }
|
||||
/* .throw, */ td h3 {
|
||||
background-image: url(images/fillet.png); background-repeat: repeat-x; }
|
||||
/* borders */
|
||||
|
|
Loading…
Add table
Reference in a new issue