summaryrefslogtreecommitdiff
path: root/website/local.css
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-02 20:24:30 -0700
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-09-02 20:24:30 -0700
commitd6c52a691b1245978ca0fea53af50ed8dd0200de (patch)
tree0a24e29308b3b6627e15fff00ed92e632ae3658f /website/local.css
parent78f843279c93b2683c17d15b834107c9f79b3050 (diff)
tweaks to the webpage to improve look and layout slight.
Diffstat (limited to 'website/local.css')
-rw-r--r--website/local.css66
1 files changed, 33 insertions, 33 deletions
diff --git a/website/local.css b/website/local.css
index 9e141a2..69defae 100644
--- a/website/local.css
+++ b/website/local.css
@@ -1,29 +1,28 @@
h2 {
--moz-border-radius-topleft:4px;
--moz-border-radius-topright:4px;
-background-color:#B67B4E;
-color:black;
-display:block;
-font-weight:bold;
-padding:0 0 0 10px;
+ -moz-border-radius: 4px;
+ background-color: #B67B4E;
+ color: black;
+ display: block;
+ font-weight: bold;
+ padding: 0 0 0 10px;
}
body {
-color:#3F403F;
-font-family:"Liberation Sans",sans-serif;
-font-size:0.95em;
+ color: #3F403F;
+ font-family: "Liberation Sans",sans-serif;
+ font-size: 0.95em;
}
*|*:visited
-color:#f6a464;
+ color: #f6a464;
}
*|*:-moz-any-link {
-text-decoration:none;
+ text-decoration: none;
}
:-moz-any-link {
-cursor:pointer;
+ cursor: pointer;
}
a:link {
@@ -40,23 +39,23 @@ a:hover {
}
pre {
- background: #ddd;
- border: 1px solid #aaa;
- padding: 3px 3px 3px 3px;
- margin-left: 2em;
+ background: #ddd;
+ border: 1px solid #aaa;
+ padding: 3px 3px 3px 3px;
+ margin-left: 2em;
}
table.sitenav {
- border-bottom: 2px solid black;
- padding: 0px;
- width: 100%;
- font-size: larger;
+ border-bottom: 2px solid black;
+ padding: 0px;
+ width: 100%;
+ font-size: larger;
}
table.sitenav img.logo {
- margin: 0px;
- padding: 0px;
- vertical-align: bottom;
+ margin: 0px;
+ padding: 0px;
+ vertical-align: bottom;
}
table.sitenav a {
@@ -71,19 +70,20 @@ table.sitenav span.selflink {
}
div.header {
- text-align: right;
- display: none;
+ text-align: right;
+ display: none;
}
div.actions {
- text-align: right;
- display: none;
+ text-align: right;
+ display: none;
}
#sidebar {
- line-height: normal;
- width: 100%;
- float: none;
- margin: 0;
- padding: 0;
+ line-height: normal;
+ width: 100%;
+ float: none;
+ margin: 0;
+ padding: 0;
}
+