Author: eradman
Date: 2004-04-13 00:17:09 -0600 (Tue, 13 Apr 2004)
New Revision: 42
Modified:
Wiki/Context/default.css
Log:
Removed redundant font settings from CSS
Modified: Wiki/Context/default.css
===================================================================
--- Wiki/Context/default.css 2004-04-13 03:23:37 UTC (rev 41)
+++ Wiki/Context/default.css 2004-04-13 06:17:09 UTC (rev 42)
@@ -5,18 +5,15 @@
:copyright: This stylesheet has been placed in the public domain.
Adapted by Ian Bicking for the Webware Wiki.
+Tweaked by Eric Radman for webwareforpython.org
Default cascading style sheet for the HTML output of Docutils.
*/
body {
background-color: #ffffff;
- font-family: Helvetica, Arial, sans-serif;
+ font-family: sans-serif;
}
-em, i {
- font-family: Times New Roman, Times, serif;
-}
-
li {
list-style-type: circle;
}
@@ -82,13 +79,11 @@
div.warning p.admonition-title {
color: red ;
font-weight: bold ;
- font-family: sans-serif;
text-align: center }
div.hint p.admonition-title, div.important p.admonition-title,
div.note p.admonition-title, div.tip p.admonition-title {
font-weight: bold ;
- font-family: sans-serif;
text-align: center }
div.dedication {
@@ -124,9 +119,6 @@
margin: 2em }
h1, h2, h3, h4, h5, h6 {
- font-family: Helvetica, Arial, sans-serif;
- /* border: thin solid black; */
- /* -moz-border-radius: 8px; */
padding: 4px;
}
@@ -214,15 +206,13 @@
}
span.classifier {
- font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
- font-family: sans-serif ;
font-weight: bold }
span.interpreted {
- font-family: sans-serif }
+ }
span.option-argument {
font-style: italic }
@@ -309,7 +299,6 @@
list-style: none outside;
padding: 0;
margin: 0 0 0 10px;
- font-family: Verdana, sans-serif;
font-size: medium;
}
@@ -378,7 +367,6 @@
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
- font-family: Verdana, sans-serif;
}
.navgroup a:hover {
|