aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-14 08:59:55 +0000
committervdigital <vdigital@piwigo.org>2008-12-14 08:59:55 +0000
commit7ab4985a85e4bb947742699ac7e3e75e7211cc06 (patch)
treeaf0794993547d836d3904e33b2fa0f752710a063 /admin
parentcd142d2d951935377bc276f0a46678fbe4d367ac (diff)
Borders of Categories boxes
- wrong colour - global mode : frameborders around thumbnails are the wrong colour merge -c2972 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2973 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/default-colors.css24
-rw-r--r--admin/template/goto/default-layout.css14
-rw-r--r--admin/template/goto/theme/roma/theme.css4
3 files changed, 23 insertions, 19 deletions
diff --git a/admin/template/goto/default-colors.css b/admin/template/goto/default-colors.css
index b67d4f5e0..ddbb6e881 100644
--- a/admin/template/goto/default-colors.css
+++ b/admin/template/goto/default-colors.css
@@ -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;
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css
index 19ed9fd0e..87f411dd3 100644
--- a/admin/template/goto/default-layout.css
+++ b/admin/template/goto/default-layout.css
@@ -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;
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index d47cf1d3c..f543a5130 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -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 */