Minor style changes on theme wipi and p0w0

git-svn-id: http://piwigo.org/svn/trunk@1835 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-02-17 23:17:36 +00:00
parent 7b5386f0dd
commit 908b59b39d
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ A:hover { text-decoration: none; border: 0px; }
#menubar DT, #content H2 {
background-image: url(images/button-bg.png);
border: 0px;
margin-bottom: 20px;
margin-bottom: 3px;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
background-image: url(images/button-bg.png);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

+12 -2
View File
@@ -72,7 +72,7 @@ BODY {
H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #222;
}
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
#theAdminPage #the_page {
background-color: #222;
}
@@ -92,6 +92,7 @@ A:hover {
}
H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-image: url(images/tableh1_bg.png);
background-repeat: repeat-x;
}
#content H2 {
background: none;
@@ -131,7 +132,7 @@ H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-color: #111;
}
#thePicturePage #imageHeaderBar {
background-image: url(images/tableh2_bg.png);
background-image: url(images/tableh2_bg.png);
background-repeat: repeat-x;
}
#thePicturePage #imageToolBar {
@@ -305,3 +306,12 @@ a.PWG .W { color : #aaa; }
a.PWG .G { color : #69c; }
a.PWG:hover .P { color : #69c; }
a.PWG:hover .G { color : #f92; }
#menubar DT {
border-top: 1px solid #eef;
border-right: 1px solid #69c;
border-bottom: 1px solid #69c;
border-bottom-right-radius: 44px;
-moz-border-radius-bottomright: 44px;
box-shadow: 5px 5px #69c;
}
h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;}