summaryrefslogtreecommitdiffstats
path: root/website/style.css
diff options
context:
space:
mode:
authorNeil McGovern <neilm@debian.org>2005-09-04 17:32:13 +0000
committerNeil McGovern <neilm@debian.org>2005-09-04 17:32:13 +0000
commitbc0e8f1e2adb89a74564f17358c7b515e88186f7 (patch)
tree3bd31070d7014dbf56dba458922e6ae2d72221fc /website/style.css
parent7bfc2f9292d659f7016cd297b9f89208b8a9db45 (diff)
Pretty-fying the site
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1806 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'website/style.css')
-rw-r--r--website/style.css137
1 files changed, 137 insertions, 0 deletions
diff --git a/website/style.css b/website/style.css
new file mode 100644
index 0000000000..ec13c9e885
--- /dev/null
+++ b/website/style.css
@@ -0,0 +1,137 @@
+p.note {
+ font-family: sans-serif;
+ color: #900;
+ text-align: center;
+ padding: 5px;
+ font-size: 11px;
+ font-weight: normal;
+}
+
+body {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #000000;
+ background-color: #FFF;
+}
+
+table.reddy
+{
+ color: #000;
+ background-color: #000;
+ border: 0px solid #000;
+ border-collapse: collapse;
+}
+
+td.reddy {
+ font-family: serif;
+ font-size: 24px;
+ font-weight: normal;
+ background-color: #DF0451;
+ color: #FFFF00;
+ border: 0px solid #DF0451;
+ vertical-align: middle;
+ text-align: center;
+ padding: 0px;
+}
+
+p.validate {
+ text-align: center;
+}
+
+table
+{
+ font-size: 9px;
+ color: #000;
+ background-color: #000;
+ border: 0px solid #000;
+ border-collapse: separate;
+ border-spacing: 1px;
+}
+
+h1 {
+ font-size: 30px;
+ text-align: center;
+ color: #000;
+}
+
+
+tr {
+ background-color: #FFF;
+}
+
+tr.odd {
+ background-color: #FFFFFF;
+}
+
+tr.even {
+ background-color: #e8e8e8;
+}
+
+td.sid {
+ color: #000;
+ text-align: left;
+}
+
+tr.experimental {
+ color: #cc0000;
+}
+
+tr.unstable {
+ color: #345677;
+}
+
+tr.sid_odd {
+ color: #000;
+}
+
+td.exp {
+ color: #cc0000;
+ text-align: left;
+}
+
+tr.exp_odd {
+ color: #900;
+}
+
+th {
+ font-size: 12px;
+ text-align: center;
+ font-weight: normal;
+ background-color: #BDF;
+ border: 0px solid #000;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+td {
+ font-size: 11px;
+ border: 0px solid #000;
+ padding: 4px;
+ padding-left: 6px;
+ padding-right: 6px;
+}
+
+a:link {
+ color: #0000FF;
+ text-decoration: none;
+}
+
+a:visited {
+ color: #800080;
+ text-decoration: none;
+}
+
+a:active {
+ color: #FF0000;
+ text-decoration: none;
+}
+
+a:hover{
+ color: #0000FF;
+ text-decoration: underline;
+}
+
+.footer {
+ font-size: 90%;
+}

© 2014-2024 Faster IT GmbH | imprint | privacy policy