mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
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:
@@ -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 |
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user