aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-11-29 15:13:23 +0000
committerRomain d'Alverny <rda@mageia.org>2010-11-29 15:13:23 +0000
commit0aff73a7b9f8c40415e337a91f8b939c8506e1f7 (patch)
tree17dc1cb7ad67207670224e7c483ac1fd2d9d0a77 /g
parent7f2f3ac8c11a3af5963406fd7a46aa424b02e752 (diff)
downloadwww-0aff73a7b9f8c40415e337a91f8b939c8506e1f7.tar
www-0aff73a7b9f8c40415e337a91f8b939c8506e1f7.tar.gz
www-0aff73a7b9f8c40415e337a91f8b939c8506e1f7.tar.bz2
www-0aff73a7b9f8c40415e337a91f8b939c8506e1f7.tar.xz
www-0aff73a7b9f8c40415e337a91f8b939c8506e1f7.zip
Diffstat (limited to 'g')
-rw-r--r--g/style/all.css5
-rw-r--r--g/style/screen.css5
2 files changed, 4 insertions, 6 deletions
diff --git a/g/style/all.css b/g/style/all.css
index 576db91ce..21b2e01b9 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -11,8 +11,7 @@ http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}html, body { margin: 0; padding: 0; background: #ddd; }
-h1 { padding: 0.5em 0.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000;
- -moz-text-shadow: 0 0 10px #888; text-shadow: 0 0 10px #888; }
+h1 { padding: 0.5em 0.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000; }
h1 span { font-weight: normal; font-size: 90%; }
.para { background: #fff; padding: 1em 2em; }
@@ -36,7 +35,7 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
.nav { background: #fff; padding: 0.3em; border-bottom: 1px solid #aaa; }
.nav2 { width: 695px; margin: 0 auto; position: relative; }
p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; }
-p.loc a { color: #88a; text-decoration: none; -moz-text-shadow: 1px 1px 4px #bbb; text-shadow: 1px 1px 4px #bbb; }
+p.loc a { color: #88a; text-decoration: none; }
p.loc a.sel { font-weight: bold; color: #000; }
.values ul { margin-bottom: 2em; }
diff --git a/g/style/screen.css b/g/style/screen.css
index df96d866c..d235292ec 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -1,6 +1,5 @@
html, body { margin: 0; padding: 0; background: #ddd; }
-h1 { padding: 0.5em 0.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000;
- -moz-text-shadow: 0 0 10px #888; text-shadow: 0 0 10px #888; }
+h1 { padding: 0.5em 0.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000; }
h1 span { font-weight: normal; font-size: 90%; }
.para { background: #fff; padding: 1em 2em; }
@@ -24,7 +23,7 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
.nav { background: #fff; padding: 0.3em; border-bottom: 1px solid #aaa; }
.nav2 { width: 695px; margin: 0 auto; position: relative; }
p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; }
-p.loc a { color: #88a; text-decoration: none; -moz-text-shadow: 1px 1px 4px #bbb; text-shadow: 1px 1px 4px #bbb; }
+p.loc a { color: #88a; text-decoration: none; }
p.loc a.sel { font-weight: bold; color: #000; }
.values ul { margin-bottom: 2em; }