]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
link to forthcoming office page
[wiki.git] / style.css
index eb3e0a3aebe88f519c35c199fa3aaadbfdbbd289..aebb074cebb6d7a009a4333d0380e4667100b6ea 100644 (file)
--- a/style.css
+++ b/style.css
@@ -22,6 +22,28 @@ a:hover{
        background: url('images/gradient.png') no-repeat 0 0 #A8A9AD;
        margin:0 auto;
 }
+
+.cols:after{
+       content: "";
+       display: block;
+       height: 0;
+       clear: both;
+}
+.col1{
+       position: relative;
+       float: left;
+       width: 50%;
+}
+.col2{
+       position: relative;
+       float: right;
+       align: left;
+       width: 50%;
+}
+
+#featured-block img{
+       float: right;
+}
 #logo{
        padding-left: 47px;
        padding-top:18px;
@@ -110,31 +132,39 @@ ul#navigation li a span{
 }
 #featured-block h1{
        font-size:2em;
+       line-height:1.2em;
        font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
-       padding-bottom:14px;
+       padding-bottom:10px;
        border-bottom: 1px solid #A8A9AD;
        margin: 0 22px;
+       margin-bottom:1em;
        text-transform: uppercase;
 }
 #featured-block h2{
-       font-size:1em;
-       font-weight: normal;
-       margin: 0 22px;
+       font-size:1.3em;
+       font-weight: bold;
+       margin: 1em 22px;
+       font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
 }
 #featured-block p{
-       margin: 1em 22px;
+       margin: 1em 33px;
+       line-height: 1.5em;
 }
 dl.services{
-       margin:0 22px;
+       margin:0 33px;
        padding:0;
        list-style: none;
+       line-height: 1.5em;
 }
 dl.services dt, dl.services dd{
        display:inline-block;
-       width:160px;
+       width:140px;
        vertical-align:top;
        margin-bottom:20px;
 }
+dl.services dd{
+       width:170px;
+}
 
 .generic{
        width: 644px !important;
@@ -269,7 +299,7 @@ dl.services dt, dl.services dd{
        display:none;
 }
 #prefooter{
-       height: 80px;
+       height: 120px;
        clear:both;
 }
 #footer{
@@ -277,7 +307,23 @@ dl.services dt, dl.services dd{
        clear:both;
        width:951px;
        margin: 0 auto;
-       margin-top:-30px;
+       margin-top:-65px;
        text-align:center;
        color: #545557;
 }
+.actions ul{
+       list-style: none;
+       background-color:#696969;
+       padding:.5em 0;
+}
+.actions ul li{
+       display: inline;
+       padding: 0 .5em;
+}
+.actions ul li a{
+       text-decoration: none;
+       color: #ffffff;
+}
+.actions ul li a:hover{
+       text-decoration:underline;
+}
\ No newline at end of file