just a test: make the header/footer colors comply with the current theme
git-svn-id: http://piwigo.org/svn/trunk@5247 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
74e07f090b
commit
274b283da1
2 changed files with 9 additions and 2 deletions
|
|
@ -212,4 +212,9 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers
|
|||
#pluginsMenuSeparator {border:1px solid #ddd;}
|
||||
|
||||
#helpContent A {border-bottom:1px dotted #005E89;}
|
||||
#helpContent A:hover {border-bottom:1px solid #d54e21;}
|
||||
#helpContent A:hover {border-bottom:1px solid #d54e21;}
|
||||
|
||||
#pwgHead, #footer {background-color:#ddd;}
|
||||
#pwgHead, #footer {color:#666;}
|
||||
#pwgHead A, #footer A {color:#444;}
|
||||
#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
|
||||
|
|
|
|||
|
|
@ -223,4 +223,6 @@ html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers
|
|||
|
||||
#pluginsMenuSeparator {border:1px solid #333;}
|
||||
|
||||
#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
|
||||
#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
|
||||
|
||||
#pwgHead, #footer {background-color:#222;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue