diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-27 13:33:55 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-27 13:33:55 +0100 |
commit | 0386912691cb872a97f08078e0587ef26575e21e (patch) | |
tree | e61afec382914b327d533e599ace706978f16958 /index.html | |
parent | 2c88b1f46a818c9edb0824a17e8c34bd080c507e (diff) | |
download | gnutls-0386912691cb872a97f08078e0587ef26575e21e.tar.gz |
Revert "Moved styles to layout.css"
This reverts commit 2c88b1f46a818c9edb0824a17e8c34bd080c507e.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/index.html b/index.html index 850f1843c9..eb7ea5853b 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,81 @@ end of flattr --> </head> <body> +<!-- <body bgcolor="#ffffff" text="#000000" link="#1f00ff" alink="#ff0000" vlink="#9900dd"> --> +<style type="text/css"> +table.transparent { + border-width: 0px; + border-spacing: 2px; + border-style: none; + border-color: white; + border-collapse: separate; + background-color: white; +} +table.transparent th { + border-width: 0px; + padding: 1px; + border-style: inset; + border-color: gray; + background-color: white; + -moz-border-radius: ; +} +table.transparent td { + border-width: 0px; + padding: 1px; + border-style: inset; + border-color: gray; + background-color: white; + -moz-border-radius: ; +} +table.news-transparent { + border-width: 3px; + border-spacing: 5px; + border-style: none; + border-color: #ccbcbc; + border-collapse: separate; + background-color: transparent; +} +table.news-transparent th { + border-width: 0px; + padding: 1px; + border-style: inset; + border-color: gray; + background-color: transparent; + -moz-border-radius: ; +} +table.news-transparent td { + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #e0d7d7; + background-color: transparent; + -moz-border-radius: ; +} +table.news { + border-width: 0px; + border-spacing: 2px; + border-style: none; + border-color: white; + border-collapse: separate; + background-color: #e5e5e5; +} +table.news th { + border-width: 0px; + padding:10px 5px; + border-style: inset; + border-color: gray; + background-color: #ccbcbc; + -moz-border-radius: ; +} +table.news td { + border-width: 0px; + padding:10px 5px; + border-style: inset; + border-color: gray; + background-color: #e0d7d7; + -moz-border-radius: ; +} +</style> <div id="null-wrapper"> <!-- begin of body-include-2 --> <div id="header"> |