Minor changes to w0p0 (not only on Rub request)
git-svn-id: http://piwigo.org/svn/trunk@1813 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
dcc509b7d0
commit
03911f5aa3
3 changed files with 25 additions and 15 deletions
Binary file not shown.
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 233 B |
|
@ -7,7 +7,7 @@ body{background-color:#cde; color:#369;}
|
|||
#content {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;}
|
||||
#copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;
|
||||
color: #69c;}
|
||||
h2 {background-color: #369;color:#fff;}
|
||||
h2 {color:#fff;background: #369 url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/button-bg.png);}
|
||||
img { margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
|
||||
img:hover {border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
|
||||
a { color: #f92; background: transparent; }
|
||||
|
|
|
@ -121,9 +121,7 @@ H2, #menubar DT, .throw, TD H3,
|
|||
#content H2 { background-color: #369; }
|
||||
#content .infos { background-color: #47a; }
|
||||
#content .errors { background-color: #fc5; }
|
||||
#thePicturePage #comments H2 {
|
||||
background-color: #eef;
|
||||
}
|
||||
#thePicturePage #comments H2 { background-color: #eef; }
|
||||
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
|
||||
background-color: #69c;
|
||||
}
|
||||
|
@ -153,10 +151,22 @@ A:hover { text-decoration: none; border: 0px; }
|
|||
border: 1px solid #369;
|
||||
padding: 0px;
|
||||
}
|
||||
#content H2 {
|
||||
#menubar DT, #content H2 {
|
||||
background-image: url(images/button-bg.png);
|
||||
border: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
|
||||
background-image: url(images/button-bg.png);
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
border-color: #369;
|
||||
}
|
||||
#content ul.thumbnailCategories li div.thumbnailCategory .description h3:active
|
||||
{
|
||||
background: #69c;
|
||||
border: 1px inset #369;
|
||||
}
|
||||
#content .errors { border-color: #f92; }
|
||||
#imageHeaderBar H2 { border: 0px; }
|
||||
#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
|
||||
|
@ -240,23 +250,23 @@ input.submit:focus {
|
|||
input.submit[type="reset"],
|
||||
input.submit {
|
||||
background-image: url(images/button-bg.png);
|
||||
height:28px;
|
||||
border: 0px;
|
||||
height:22px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
border-bottom-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
border-color: #369;
|
||||
padding: auto 2em auto 2em;
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
input.submit[type="reset"]:active,
|
||||
input.submit:active {
|
||||
background: #69c;
|
||||
border: 3px double #369;
|
||||
border-left-color: #9ab;
|
||||
border-top-color: #9ab;
|
||||
height:22px;
|
||||
border: 1px inset #369;
|
||||
}
|
||||
#addComment input.submit {
|
||||
padding: auto 14em auto 14em;
|
||||
#addComment fieldset input.submit[type="submit"] {
|
||||
height: 38px;
|
||||
padding-left: 4em;
|
||||
padding-right: 4em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue