]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
link to forthcoming office page
[wiki.git] / style.css
index 44051b9de4b2bf85cf7607740b40145d9f741c85..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;
@@ -277,18 +299,31 @@ dl.services dd{
        display:none;
 }
 #prefooter{
-       height: 80px;
+       height: 120px;
        clear:both;
 }
-#admin-nav{
-       width:100%;
-}
 #footer{
        font-size:.9em;
        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