aboutsummaryrefslogtreecommitdiffstats
path: root/style.dev.css
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-30 00:22:07 -0500
committerMatt Rude <[email protected]>2011-05-30 00:22:07 -0500
commitea89c83c91c17e9352dbea9bbefa6d25bbd5e878 (patch)
tree8f75d582ebc533299dd16673da14a8830b34ccba /style.dev.css
parent18b440cd051c2972fce71e6ce79af935ff0d1749 (diff)
downloadtime.mattrude.com-ea89c83c91c17e9352dbea9bbefa6d25bbd5e878.tar.gz
time.mattrude.com-ea89c83c91c17e9352dbea9bbefa6d25bbd5e878.tar.bz2
time.mattrude.com-ea89c83c91c17e9352dbea9bbefa6d25bbd5e878.zip
valided html
Diffstat (limited to 'style.dev.css')
-rw-r--r--style.dev.css77
1 files changed, 5 insertions, 72 deletions
diff --git a/style.dev.css b/style.dev.css
index 8f4225e..c798cdc 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -2,7 +2,6 @@ body {
color: black;
background: #ffffff;
font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif;
- text-align: center;
margin: 0;
font-size: 0.90em;
}
@@ -23,52 +22,15 @@ body {
}
#title {
- display: none;
-}
-
-h1.c1,h2,h3 {
- line-height: 1em;
-}
-
-h1,h2 {
- margin: 0.5em 0 0 0;
- padding: 0.5ex 0 0.2em 0;
+ text-align: center;
}
h2 {
font-weight: normal;
-margin-bottom: 8px;
-padding: 2px;
-padding-top: 10px;
-border-bottom: 1px solid #CCC;
-}
-
-p.motto {
- font-style: italic;
- font-weight: normal;
- font-size: 110%;
-}
-
-h4.c1 {
- text-align: center;
-}
-
-dt.c1 {
- font-size: 120%;
- font-weight: bold;
-}
-
-p.toc_head {
- font-weight: bold;
-}
-
-dt.c3 {
- font-size: 120%;
- font-weight: bold;
-}
-
-a {
- text-decoration: none;
+ margin-bottom: 8px;
+ padding: 2px;
+ padding-top: 10px;
+ border-bottom: 1px solid #CCC;
}
a,a:visited {
@@ -81,18 +43,6 @@ a:hover {
text-decoration: underline;
}
-p.c1 {
- text-align: right;
-}
-
-p.c2 {
- text-align: center;
-}
-
-ol {
- list-style-type: upper-alpha;
-}
-
.footer {
font-size: 80%;
text-align: right;
@@ -103,23 +53,6 @@ img {
border-width: 0px;
}
-input, select, option {
- font-size: 13px;
- font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif;
-}
-
-th {
- background: #cccccc;
- color: inherit;
-}
-
-hr {
- color: inherit;
- background-color: #ccc;
- height: 1px;
- border: 0px;
-}
-
.center {
text-align: center;
}