aboutsummaryrefslogtreecommitdiffstats
path: root/style.dev.css
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-28 13:25:11 -0500
committerMatt Rude <[email protected]>2011-05-28 13:25:11 -0500
commita6fce3b5a0771b40fc00c6919b96642f0b0793a9 (patch)
tree8e7b267e2d1b32d8e97e0ce701423f4d3178a905 /style.dev.css
parentd04a22e31f9a4793904e11b60c9e1dd30d9be92f (diff)
downloadtime.mattrude.com-a6fce3b5a0771b40fc00c6919b96642f0b0793a9.tar.gz
time.mattrude.com-a6fce3b5a0771b40fc00c6919b96642f0b0793a9.tar.bz2
time.mattrude.com-a6fce3b5a0771b40fc00c6919b96642f0b0793a9.zip
small udpates
Diffstat (limited to 'style.dev.css')
-rw-r--r--style.dev.css135
1 files changed, 101 insertions, 34 deletions
diff --git a/style.dev.css b/style.dev.css
index af66b9b..f87d8cc 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -1,11 +1,15 @@
+/* $Date: 2011/03/21 14:03:27 $ - $Revision: 1.54 $ */
+
body {
color: black;
+ /*background: #eaf2f5;*/
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;
}
+
#content {
color: black;
background: #ffffff;
@@ -19,49 +23,113 @@ body {
max-width:800px;
min-width:740px;
position: relative;
+ /*border: 1px dotted #bedce7;*/
}
-#title { display: none; }
-h1.c1,h2,h3 { line-height: 1em; }
+
+#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;
}
-h2 { font-weight: normal; }
+
+h2 {
+ font-weight: normal;
+}
+
p.motto {
font-style: italic;
font-weight: normal;
font-size: 110%;
+ /*font-weight: bold;*/
}
-h4.c1 { text-align: center; }
-dt.c1 { font-size: 120%; font-weight: bold; }
-p.toc_head { font-weight: bold; }
+
+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,a:visited {
color: #4183c4;
background: inherit;
font-weight: bold;
}
+
a:hover {
text-decoration: none;
background: #4183c4;
color: #fff;
}
-p.c1 { text-align: right; }
-p.c2 { text-align: center; }
-ol { list-style-type: upper-alpha; }
-p.footer { font-size: 80%; font-style: italic; }
-img { border-width: 0px; }
+
+p.c1 {
+ text-align: right;
+}
+
+p.c2 {
+ text-align: center;
+}
+
+ol {
+ list-style-type: upper-alpha;
+}
+
+p.footer {
+ font-size: 80%;
+ font-style: italic;
+}
+
+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; }
-.big { font-size: larger; }
+
+th {
+ background: #cccccc;
+ color: inherit;
+}
+
+hr {
+ color: inherit;
+ background-color: #ccc;
+ height: 1px;
+ border: 0px;
+}
+
+.center {
+ text-align: center;
+}
+
+.big {
+ font-size: larger;
+}
+
+.small {
+ font-size: small;
+}
+
pre {
font:0.85em Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace;
width:auto;
@@ -72,22 +140,21 @@ pre {
line-height:1.3em;
padding:1.2ex;
}
-.artimg {
- background:#f3f3f3;
- border:1px solid #999;
- font-size:small;
- width:710px;
- outline:none;
- text-align:center;
- padding:1.2ex;
- margin: 20px auto;
-}
-tt,code { font: 0.97em Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace; }
-fieldset { border: 1px dotted #bedce7; padding: 10px 15px; color: inherit; }
-.plan_head { font-weight: bold; }
-.hilite { background: #ffc; color: inherit; }
-.hilite-gr { background: #DDFED1; color: inherit; }
-.hilite-rd { background: #FFDFEF; color: inherit; }
-#stats-form { padding-bottom: 8px; }
-h1 a { text-decoration: none; }
-.small { font-size: small; }
+
+
+code {
+ font: 0.97em Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace;
+}
+
+fieldset {
+ border: 1px dotted #bedce7;
+ padding: 10px 15px;
+ /*background: #f3f3f3;*/
+ color: inherit;
+}
+
+
+h1 a {
+ text-decoration: none;
+}
+