aboutsummaryrefslogtreecommitdiffstats
path: root/g/style
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-03-30 18:01:07 +0000
committerRomain d'Alverny <rda@mageia.org>2011-03-30 18:01:07 +0000
commitd934cf8d730ae62137100aea25e9aa1b28b6f654 (patch)
treee44fe1a879f2e16dee1d68c9e73eaa5e78e1e866 /g/style
parent349ac5cb1c06e7075ac02fe1c24495df2e79fe89 (diff)
downloadwww-d934cf8d730ae62137100aea25e9aa1b28b6f654.tar
www-d934cf8d730ae62137100aea25e9aa1b28b6f654.tar.gz
www-d934cf8d730ae62137100aea25e9aa1b28b6f654.tar.bz2
www-d934cf8d730ae62137100aea25e9aa1b28b6f654.tar.xz
www-d934cf8d730ae62137100aea25e9aa1b28b6f654.zip
style update
Diffstat (limited to 'g/style')
-rw-r--r--g/style/all.css42
-rw-r--r--g/style/screen.css42
2 files changed, 78 insertions, 6 deletions
diff --git a/g/style/all.css b/g/style/all.css
index c66523f20..f3d8bf709 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -40,7 +40,7 @@ h1,
h2,
h3 {
font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
- font-weight: bold;
+ font-weight: normal;
color: #3494d3;
}
@@ -53,7 +53,7 @@ h3 a {
hr {
display: block;
width: 40%;
- margin: 3em auto 3em auto;
+ margin: 1em auto 3em auto;
-webkit-box-shadow: 0 2px 3px #9db1ca;
-moz-box-shadow: 0 2px 3px #9db1ca;
box-shadow: 0 2px 3px #9db1ca;
@@ -199,4 +199,40 @@ ul.ty-ppl-list li:before {
}
table#dl-table th { text-align: left; }
#dl-table td.city, #dl-table td.country { vertical-align: top; }
-table#fr-table td.money { text-align: right; } \ No newline at end of file
+table#fr-table td.money { text-align: right; }
+
+.dlt2 { border-collapse: collapse; width: 100%; font-size: 90%; }
+.dlt2 th,
+.dlt2 td {
+ border: 1px solid transparent;
+}
+.dlt2 thead th { color: #aaa; font-size: 85%; text-align: left; }
+.dlt2 th {
+ border: 0;
+ border-bottom: 1px solid #ccc;
+
+}
+.dlt2 tbody td {
+ border-bottom: 1px solid #aaa;
+ border-right: 1px solid #ccc;
+}
+.dlt2 tbody td:last-child {
+ border-right: 0;
+}
+.dlt2 .size {
+ text-align: right;
+}
+.dlt2 tbody tr.focus { outline: 2px solid #f00; }
+.dlt2 tfoot td {
+ color: #aaa; font-size: 85%;
+ vertical-align: top;
+}
+.dlt2 tfoot td a { color: #aaa; }
+.dlt2 .pop span { display: block; height: 10px; background: #ccc; color: transparent; }
+.dlt2 .pop span.pop_0 { width: 0; }
+.dlt2 .pop span.pop_1 { width: 5px; }
+span.pop_2 { width: 10px; }
+span.pop_3 { width: 20px; }
+span.pop_4 { width: 35px; }
+span.pop_5 { width: 50px; }
+.dlinfo { font-size: 85%; color: #888; } \ No newline at end of file
diff --git a/g/style/screen.css b/g/style/screen.css
index b66e14182..897b86fe9 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -28,7 +28,7 @@ h1,
h2,
h3 {
font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
- font-weight: bold;
+ font-weight: normal;
color: #3494d3;
}
@@ -41,7 +41,7 @@ h3 a {
hr {
display: block;
width: 40%;
- margin: 3em auto 3em auto;
+ margin: 1em auto 3em auto;
-webkit-box-shadow: 0 2px 3px #9db1ca;
-moz-box-shadow: 0 2px 3px #9db1ca;
box-shadow: 0 2px 3px #9db1ca;
@@ -187,4 +187,40 @@ ul.ty-ppl-list li:before {
}
table#dl-table th { text-align: left; }
#dl-table td.city, #dl-table td.country { vertical-align: top; }
-table#fr-table td.money { text-align: right; } \ No newline at end of file
+table#fr-table td.money { text-align: right; }
+
+.dlt2 { border-collapse: collapse; width: 100%; font-size: 90%; }
+.dlt2 th,
+.dlt2 td {
+ border: 1px solid transparent;
+}
+.dlt2 thead th { color: #aaa; font-size: 85%; text-align: left; }
+.dlt2 th {
+ border: 0;
+ border-bottom: 1px solid #ccc;
+
+}
+.dlt2 tbody td {
+ border-bottom: 1px solid #aaa;
+ border-right: 1px solid #ccc;
+}
+.dlt2 tbody td:last-child {
+ border-right: 0;
+}
+.dlt2 .size {
+ text-align: right;
+}
+.dlt2 tbody tr.focus { outline: 2px solid #f00; }
+.dlt2 tfoot td {
+ color: #aaa; font-size: 85%;
+ vertical-align: top;
+}
+.dlt2 tfoot td a { color: #aaa; }
+.dlt2 .pop span { display: block; height: 10px; background: #ccc; color: transparent; }
+.dlt2 .pop span.pop_0 { width: 0; }
+.dlt2 .pop span.pop_1 { width: 5px; }
+span.pop_2 { width: 10px; }
+span.pop_3 { width: 20px; }
+span.pop_4 { width: 35px; }
+span.pop_5 { width: 50px; }
+.dlinfo { font-size: 85%; color: #888; } \ No newline at end of file