Minor changes to w0p0

git-svn-id: http://piwigo.org/svn/trunk@1783 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2007-02-06 07:17:45 +00:00
parent 9e71c703d3
commit 5f94909b42

View file

@ -17,9 +17,7 @@
/******************************************************************************/
/* Texts Only */
BODY, H1, H3, DT, H2, .throw,
#copyright,
#menubar .selected A { color: #69c; }
BODY, H1, H3, DT, H2, .throw { color: #369; }
H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate {
color: #fff;
}
@ -32,7 +30,9 @@ H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate {
color: #f92;
font-weight: bold;
}
#menubar .selected A:hover,
#mbIdentification dd p,
#menubar .selected A { color: #c60; font-weight: bold; }
#copyright { color: #c60; }
#content .pageNumberSelected,
A, INPUT.rateButton, legend { color: #369; }
A:hover { color: #f92; }
@ -82,6 +82,9 @@ input.rateButtonSelected,
#thePicturePage #comments H2 {
color: #69c;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description p {
color: #69c;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
color: #369;
}
@ -251,3 +254,6 @@ input.submit:active {
border-left-color: #9ab;
border-top-color: #9ab;
}
#addComment input.submit {
padding: 4px 40px;
}