aboutsummaryrefslogtreecommitdiffstats
path: root/style.dev.css
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-28 15:16:14 -0500
committerMatt Rude <[email protected]>2011-05-28 15:16:14 -0500
commit461b33bcd398f6f9ab3b71db7bedcfd177dd8da9 (patch)
tree44e6da508f9e09482ff116253ac4dc676e788af5 /style.dev.css
parentaf891a1cb0a90fc097910313ce93bc03c4ec9b8e (diff)
downloadtime.mattrude.com-461b33bcd398f6f9ab3b71db7bedcfd177dd8da9.tar.gz
time.mattrude.com-461b33bcd398f6f9ab3b71db7bedcfd177dd8da9.tar.bz2
time.mattrude.com-461b33bcd398f6f9ab3b71db7bedcfd177dd8da9.zip
Revert "update links"
This reverts commit af891a1cb0a90fc097910313ce93bc03c4ec9b8e.
Diffstat (limited to 'style.dev.css')
-rw-r--r--style.dev.css159
1 files changed, 159 insertions, 0 deletions
diff --git a/style.dev.css b/style.dev.css
index e69de29..f1fb63c 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -0,0 +1,159 @@
+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;
+}
+
+#content {
+ color: black;
+ background: #ffffff;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ margin-right: auto;
+ margin-left: auto;
+ padding: 1em;
+ line-height:1.3em;
+ text-align: left;
+ max-width:800px;
+ min-width:740px;
+ position: relative;
+}
+
+#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;
+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,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;
+}
+
+.footer {
+ font-size: 80%;
+ text-align: right;
+ border-top: 1px solid #CCC;
+}
+
+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;
+}
+
+.small {
+ font-size: small;
+}
+
+pre {
+ font:0.85em Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace;
+ width:auto;
+ overflow:auto;
+ background-color:#eee;
+ color:inherit;
+ border:1px solid #999;
+ line-height:1.3em;
+ padding:1.2ex;
+}
+
+
+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;
+}
+
+
+h1 a {
+ text-decoration: none;
+}
+