adjust some colors to match forums and wiki

This commit is contained in:
Pierre Schmitz 2010-08-01 16:40:11 +02:00
parent f9aa30e7bd
commit 617c446aa7
2 changed files with 8 additions and 7 deletions

View File

@ -28,6 +28,6 @@ html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !importa
#archnavbar ul li { float: left !important; font-size: 14px !important; font-family: sans-serif !important; line-height: 45px !important; padding-right: 15px !important; padding-left: 15px !important; }
/* style the links */
#archnavbar ul#archnavbarlist li a { color: #999; font-weight: normal !important; text-decoration: none !important; }
#archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; }
#archnavbar ul li a:hover { color: white !important; text-decoration: underline !important; }

View File

@ -16,7 +16,7 @@
* { margin: 0; padding: 0; line-height: 1.4; }
/* general styling */
body { min-width: 650px; background: #e4eeff; color: #222; font: normal 100% sans-serif; text-align: center; }
body { min-width: 650px; background: #f6f9fc; color: #222; font: normal 100% sans-serif; text-align: center; }
p { margin: .33em 0 1em; }
ol, ul { margin-bottom: 1em; padding-left: 2em; }
ul { list-style: square; }
@ -37,8 +37,8 @@ img { border: 0; }
/* link style */
a { text-decoration: none; }
a:link, th a:visited { color: #07b; }
a:visited { color: #549; }
a:hover { text-decoration: underline; }
a:visited { color: #666; }
a:hover { text-decoration: underline; color: #666; }
a:active { color: #e90; }
/* headings */
@ -52,7 +52,7 @@ div#content { width: 95%; margin: 0 auto; text-align: left; }
div#content-left-wrapper { float: left; width: 100%; } /* req to keep content above sidebar in source code */
div#content-left { margin: 0 340px 0 0; }
div#content-right { float: left; width: 300px; margin-left: -300px; }
div.box { margin-bottom: 1.5em; padding: 0.65em; background: #fff; border: 1px solid #bcd; }
div.box { margin-bottom: 1.5em; padding: 0.65em; background: #ecf2f5; border: 1px solid #bcd; }
div#footer { clear: both; margin: 2em 0 1em; }
div#footer p { margin: 0; text-align: center; font-size: 0.85em; }
@ -164,9 +164,10 @@ table#download-mirrors a { display: block; float: right; width: 4em; }
/* pkglists/devlists */
table.results { font-size: 0.846em; }
table.results th { padding: 0.5em 1em 0.25em 0.25em; border-bottom: 1px solid #999; white-space: nowrap; }
table.results th { padding: 0.5em 1em 0.25em 0.25em; border-bottom: 1px solid #999; white-space: nowrap; background-color:#fff; }
table.results td { padding: .3em 1em .3em 3px; }
table.results tr.even { background: #e7ecff; }
table.results tr.odd { background: #fff; }
table.results tr.even { background: #e4eeff; }
/* pkglist: layout */
div#pkglist-search { margin-bottom: 1.5em; }