aboutsummaryrefslogtreecommitdiff
path: root/htdocs/pd.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/pd.css')
-rw-r--r--htdocs/pd.css115
1 files changed, 0 insertions, 115 deletions
diff --git a/htdocs/pd.css b/htdocs/pd.css
deleted file mode 100644
index dbb53544..00000000
--- a/htdocs/pd.css
+++ /dev/null
@@ -1,115 +0,0 @@
-
-HTML {
- background: #ffffff;
- color: #000;
- font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
- font-size: 8pt;
-}
-
-BODY{
- padding: 5px;
- font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
- font-size: 8pt;
-}
-
-.footer {
- background:#EEEEEE;
- width: 650px;
-}
-
-.bordered {
- padding: 5px;
-}
-
-
-H1 {
- color: #600;
- border: solid 1px;
- font-family: monospace;
- padding: 5px;
- background:#EEEEEE;
-}
-
-H2 {
- font-family: Courier, monospace;
- border: solid 1px;
- color: #000;
- padding: 4px;
-}
-
-H3 {
- font-family: Courier, monospace;
- border: solid 1px;
- color: #000;
- padding: 4px;
-}
-
-pre {
- color: #333333;
- padding: 3px;
- background:#EEEEEE;
-}
-
-A {
- text-decoration: none;
-/* background: #FFFFFF; */
- color: #b00;
-}
-
-A:hover {
- text-decoration: underline;
- /* background: #FFFFFF; */
- color: #003300 ;
-}
-
-
-HR {
- height:1px;
- width: 75%;
- /* background:#eeaa00; */
- background:#eee;
- color:#000;
-}
-
-P.small {
- font-size: xx-small;
- background:#fff;
- text-align: right;
- /*border: dotted 1px;*/
- padding: 5px;
-}
-
-span.quote {
- margin:0px;
- font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
- font-size: 8pt;
-}
-
-UL {
- list-style-type: circle;
-}
-
-#Content>p {margin:0px;}
-#Content>p+p {text-indent:30px;}
-
-#Content {
- margin:0px 50px 50px 160px;
- padding:10px;
- }
-
-#Menu {
- position:absolute;
- top:120px;
- left:10px;
- width:150px;
- padding:10px;
- line-height:17px;
-/* Again, the ugly brilliant hack. */
- voice-family: "\"}\"";
- voice-family:inherit;
- width:140px;
- }
-/* Again, "be nice to Opera 5". */
-body>#Menu {width:140px;}
-
-