aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authormattrude <[email protected]>2012-06-21 23:29:22 -0500
committermattrude <[email protected]>2012-06-21 23:29:22 -0500
commit22e49196a2af04960b530fc59f76e3b0c20b1bc1 (patch)
tree30fe086d727906859b6cd911166805c30cb93de3 /style.css
parent5ed6e469cfb58c659cec0f894e887fffb4ad1e50 (diff)
downloadtime.mattrude.com-22e49196a2af04960b530fc59f76e3b0c20b1bc1.tar.gz
time.mattrude.com-22e49196a2af04960b530fc59f76e3b0c20b1bc1.tar.bz2
time.mattrude.com-22e49196a2af04960b530fc59f76e3b0c20b1bc1.zip
Bringing up to date
Diffstat (limited to 'style.css')
-rw-r--r--style.css119
1 files changed, 118 insertions, 1 deletions
diff --git a/style.css b/style.css
index 488dd1a..4846c09 100644
--- a/style.css
+++ b/style.css
@@ -1 +1,118 @@
-body{color:black;background:#fff;font-family:"lucida grande",Calibri,"segoe UI","lucida sans unicode","Droid Sans","DejaVu Sans","bitstream vera sans",verdana,arial,helvetica,sans-serif;margin:0;font-size:.90em}#content{color:black;background:#fff;margin-top:.5em;margin-bottom:.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 h1{text-align:left;margin-bottom:8px;padding:2px;padding-top:10px;border-bottom:1px solid #CCC}#title i{color:#a9a9a9;font-size:.8em}h2{font-weight:normal;margin-bottom:8px;padding:2px;padding-top:10px;border-bottom:1px solid #CCC}a{text-decoration:none}a,a:visited{color:#4183c4;background:inherit;font-weight:bold}a:hover{text-decoration:underline}#footer{font-size:80%;border-top:1px solid #CCC}.footer-left{text-align:left;float:left;width:49%}.footer-right{display:block;text-align:right;float:right;width:49%}img{border-width:0}.center{text-align:center}.big{font-size:larger}.small{font-size:small}pre{font:.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:.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} \ No newline at end of file
+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;
+ 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 h1 {
+ text-align: left;
+ margin-bottom: 8px;
+ padding: 2px;
+ padding-top: 10px;
+ border-bottom: 1px solid #CCC;
+}
+
+#title i {
+ color: #A9A9A9;
+ font-size: 0.8em;
+}
+h2 {
+ font-weight: normal;
+ margin-bottom: 8px;
+ padding: 2px;
+ padding-top: 10px;
+ border-bottom: 1px solid #CCC;
+}
+
+a {
+ text-decoration: none;
+}
+
+a,a:visited {
+ color: #4183c4;
+ background: inherit;
+ font-weight: bold;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+#footer {
+ font-size: 80%;
+ border-top: 1px solid #CCC;
+}
+
+.footer-left {
+ text-align: left;
+ float: left;
+ width: 49%;
+}
+
+.footer-right {
+ display: block;
+ text-align: right;
+ float: right;
+ width: 49%;
+}
+
+img {
+ border-width: 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;
+}
+