aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-22 19:47:04 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-22 19:47:04 +0000
commit33e9c62270cee8e528c8fbc82aa55bccc6eabaf4 (patch)
tree0e5691bb202ca7ffad06a8b7a1bab52ff083d6ea /g/style/screen.css
parent0d0e606eefa347a100cf276b1bc43b832cc48200 (diff)
downloadwww-33e9c62270cee8e528c8fbc82aa55bccc6eabaf4.tar
www-33e9c62270cee8e528c8fbc82aa55bccc6eabaf4.tar.gz
www-33e9c62270cee8e528c8fbc82aa55bccc6eabaf4.tar.bz2
www-33e9c62270cee8e528c8fbc82aa55bccc6eabaf4.tar.xz
www-33e9c62270cee8e528c8fbc82aa55bccc6eabaf4.zip
style update
Diffstat (limited to 'g/style/screen.css')
-rw-r--r--g/style/screen.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/g/style/screen.css b/g/style/screen.css
index 516ae91cb..1f5ad6652 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -391,4 +391,31 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #999;
.green-sign { background: #060; }
.dlt th { text-align: left; }
-th .dlinfo { font-weight: normal; } \ No newline at end of file
+th .dlinfo { font-weight: normal; }
+
+h1#mgnavtitle a { color: #fff; }
+
+#mgnavsub {
+ width: 100%;
+ background: #fff;
+}
+#mgnavsub ul {
+ margin: 0; padding: 0;
+ list-style: none;
+ display: table;
+ padding-left: 20px;
+}
+#mgnavsub li {
+ display: table-cell;
+}
+
+#mgnavsub li a {
+ display: block;
+ padding: 0.5em 0.8em;
+}
+#mgnavsub li a.sel {
+ background: #1272B1;
+ color: white;
+ text-shadow: 0 1px 5px #444;
+ border-radius: 0 0 3px 3px;
+} \ No newline at end of file