aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-02-10 11:45:58 +0000
committerRomain d'Alverny <rda@mageia.org>2011-02-10 11:45:58 +0000
commitf4056342e4e8b8c80a6ab60a2a5c6bd943959080 (patch)
tree6ec2742dd0b71aea67c46e16a6e4d0d1758b536c /g
parent56af601264f6cb22902fef156c06233c4cba2f3b (diff)
downloadwww-f4056342e4e8b8c80a6ab60a2a5c6bd943959080.tar
www-f4056342e4e8b8c80a6ab60a2a5c6bd943959080.tar.gz
www-f4056342e4e8b8c80a6ab60a2a5c6bd943959080.tar.bz2
www-f4056342e4e8b8c80a6ab60a2a5c6bd943959080.tar.xz
www-f4056342e4e8b8c80a6ab60a2a5c6bd943959080.zip
try more elaborate default fonts
Diffstat (limited to 'g')
-rw-r--r--g/style/all.css5
-rw-r--r--g/style/screen.css5
2 files changed, 8 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css
index 2f7e3669f..c29f7efa5 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -10,7 +10,9 @@ Code licensed under the BSD License:
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; }
+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;
+ font-family: Andale, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
+}
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; }
@@ -37,6 +39,7 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
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; }
p.loc a.sel { font-weight: bold; color: #000; }
+p.loc a [accesskey]:after {content:' [' attr(accesskey) ']'}
.values ul { margin-bottom: 2em; }
.values ul li { margin-bottom: 0.4em; }
diff --git a/g/style/screen.css b/g/style/screen.css
index bb6785490..a3a53eb1f 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -1,4 +1,6 @@
-html, body { margin: 0; padding: 0; background: #ddd; }
+html, body { margin: 0; padding: 0; background: #ddd;
+ font-family: Andale, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
+}
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; }
@@ -25,6 +27,7 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
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; }
p.loc a.sel { font-weight: bold; color: #000; }
+p.loc a [accesskey]:after {content:' [' attr(accesskey) ']'}
.values ul { margin-bottom: 2em; }
.values ul li { margin-bottom: 0.4em; }