aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-11-29 11:21:24 +0000
committerRomain d'Alverny <rda@mageia.org>2010-11-29 11:21:24 +0000
commit2a26057508c233ec832dcd263f8e9ec8285cb480 (patch)
treec1b16b9ec6c717dfc4a9f23abad66977d10c53de /g
parentc8faed7a799128f45e58e6430bb3ccac77c70b53 (diff)
downloadwww-2a26057508c233ec832dcd263f8e9ec8285cb480.tar
www-2a26057508c233ec832dcd263f8e9ec8285cb480.tar.gz
www-2a26057508c233ec832dcd263f8e9ec8285cb480.tar.bz2
www-2a26057508c233ec832dcd263f8e9ec8285cb480.tar.xz
www-2a26057508c233ec832dcd263f8e9ec8285cb480.zip
new layout for fr home page
Diffstat (limited to 'g')
-rw-r--r--g/style/all.css16
-rw-r--r--g/style/screen.css16
2 files changed, 28 insertions, 4 deletions
diff --git a/g/style/all.css b/g/style/all.css
index df760b3ce..ecc19d483 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -12,7 +12,7 @@ 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.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000;}
-h1 span { font-weight: normal; }
+h1 span { font-weight: normal; font-size: 90%; }
.para { background: #fff; padding: 1em 2em; }
h2, h3 { font-family: Georgia, "Times New Romain"; font-weight: normal; margin: 0 0 0.4em 0; }
@@ -42,4 +42,16 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
#preamble { font-size: 90%; padding: 1em 1em 0 1em; border: 1px solid #ccc; background: #eee; color: #555;}
#overview {}
p.license { font-size: 85%; font-style: italic; }
-.license, .license a { color: #555; } \ No newline at end of file
+.license, .license a { color: #555; }
+
+ul.todo {}
+ul.todo li.active { font-weight: bold; }
+ul.todo li.done { text-decoration: line-through; }
+ul.news { padding: 0; margin: 0; }
+ul.news li { margin-bottom: 0.5em; list-style: none; }
+ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
+ font-family: courier new; }
+
+.bb1 { border-bottom: 1px solid #aaa; }
+.lb1 { border-left: 1px solid #aaa; }
+.rb1 { border-right: 1px solid #aaa; } \ No newline at end of file
diff --git a/g/style/screen.css b/g/style/screen.css
index a12472d53..f10b06b3d 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -1,6 +1,6 @@
html, body { margin: 0; padding: 0; background: #ddd; }
h1 { padding: 0.7em; margin: 0 auto; text-align: left; font-size: 300%; background: #aaa; color: #000;}
-h1 span { font-weight: normal; }
+h1 span { font-weight: normal; font-size: 90%; }
.para { background: #fff; padding: 1em 2em; }
h2, h3 { font-family: Georgia, "Times New Romain"; font-weight: normal; margin: 0 0 0.4em 0; }
@@ -30,4 +30,16 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
#preamble { font-size: 90%; padding: 1em 1em 0 1em; border: 1px solid #ccc; background: #eee; color: #555;}
#overview {}
p.license { font-size: 85%; font-style: italic; }
-.license, .license a { color: #555; } \ No newline at end of file
+.license, .license a { color: #555; }
+
+ul.todo {}
+ul.todo li.active { font-weight: bold; }
+ul.todo li.done { text-decoration: line-through; }
+ul.news { padding: 0; margin: 0; }
+ul.news li { margin-bottom: 0.5em; list-style: none; }
+ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
+ font-family: courier new; }
+
+.bb1 { border-bottom: 1px solid #aaa; }
+.lb1 { border-left: 1px solid #aaa; }
+.rb1 { border-right: 1px solid #aaa; } \ No newline at end of file