diff options
Diffstat (limited to 'htdocs/css/style.css')
-rw-r--r-- | htdocs/css/style.css | 56 |
1 files changed, 16 insertions, 40 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 96ae809..e86a88a 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -1,11 +1,3 @@ -a { - color: #2E2E70; -} - -a:hover { - color: #0A0A47; -} - h2 { font-size: 25px; margin: 18px 0 18px 0; @@ -30,29 +22,12 @@ pre { } .navbar-patchwork { - background-color: #0A0A47; - border-color: #e7e7e7; - margin-bottom: 0; - border-radius: 0; - color: #fff; -} - -.navbar-patchwork .navbar-toggle { - border-color: #ddd; + border-radius: 0px; + margin-bottom: 0px; } -.navbar-patchwork .nav > li > a:hover, -.navbar-patchwork .nav > li > a:focus { - text-decoration: none; - background-color: #2E2E70; -} - -.navbar-patchwork .navbar-toggle .icon-bar { - background-color: #eee; -} - -.navbar-patchwork a { - color: #fff; +.navbar-patchwork .navbar-nav>li>a { + color: #999; } #breadcrumb { @@ -369,7 +344,7 @@ table.bundlelist td /* forms that appear for a patch */ div.patchform { - border: thin solid gray; + border: thin solid #080808; padding-left: 0.6em; padding-right: 0.6em; float: left; @@ -381,8 +356,8 @@ div.patchform h3 { margin-left: -0.6em; margin-right: -0.6em; padding: 0.3em 0.3em 0.3em 0.6em; - background-color: #0A0A47; - color: white; + background-color: #222; + color: #999; font-size: 100%; } @@ -407,8 +382,8 @@ table.form td { } table.form th.headerrow { - background: #0A0A47; - color: white; + background: #222; + color: #999; font-weight: bold; text-align: center; } @@ -427,7 +402,8 @@ table.form td.form-help { } table.form tr td.submitrow { - border-bottom: 0.2em solid #0A0A47; + border-bottom: 0.2em solid #222; + color: #333; text-align: center; } @@ -472,8 +448,8 @@ table.vertical { border-collapse: collapse; } table.vertical th { - background: #0A0A47; - color: white; + background: #222; + color: #999; font-weight: bold; text-align: center; } @@ -489,14 +465,14 @@ td.numberformat { /* boxes */ div.box { - border: thin solid gray; + border: thin solid #080808; margin: 1em; padding: 0.5em; } div.box h2 { - background: #0A0A47; - color: white; + background: #222; + color: #999; margin: -0.5em -0.5em 1em; -0.5em; padding: 0.3em 0.3em 0.3em 0.6em; font-size: 100%; |