summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
Diffstat (limited to 'userContent/theme')
-rw-r--r--userContent/theme/debian.css72
1 files changed, 0 insertions, 72 deletions
diff --git a/userContent/theme/debian.css b/userContent/theme/debian.css
index ed819f94..b64f3db1 100644
--- a/userContent/theme/debian.css
+++ b/userContent/theme/debian.css
@@ -24,75 +24,3 @@
}
-
-hr {
- width: 100%;
- color:#d70751;
- background-color:#d70751;
- height:2px;
- margin: 3px;
- padding: 3px;
-}
-
-em {
- font-weight: bold;
-}
-
-p.text {
- font-family: sans-serif;
- font-weight: normal;
-}
-
-body {
- font-family: sans-serif;
- font-size: 90%;
- color: #000000;
- background-color: white;
-}
-
-
-h1 {
- font-size: 140%;
- color: #000;
-}
-
-h2 {
- font-size: 120%;
- color: #000;
-}
-
-h3 {
- font-size: 110%;
- color: #000;
-}
-
-
-p {
- font-size: 100%;
- text-align: justify;
-}
-
-tr {
- background-color: #FFF;
-}
-
-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;
-}
-