From 33e9c62270cee8e528c8fbc82aa55bccc6eabaf4 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 22 May 2012 19:47:04 +0000 Subject: style update --- g/style/screen.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'g/style/screen.css') 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 -- cgit v1.2.1