]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
Add link to www page.
[wiki.git] / style.css
index 44051b9de4b2bf85cf7607740b40145d9f741c85..d205d1ab9c7597609e6c77d867ef3460f1d99c45 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,3 +1,4 @@
+/* Layout CSS */
 html{ height:100%; }
 body{
        height:100%;
@@ -9,19 +10,15 @@ body{
        padding:0;
        margin:0;
 }
-a{
-       text-decoration: none;
-       color:#0066CC;
-}
-a:hover{
-       text-decoration:underline;
-}
 #content-block{
        width: 951px;
        min-height:100%;
        background: url('images/gradient.png') no-repeat 0 0 #A8A9AD;
        margin:0 auto;
 }
+#featured-block img{
+       float: right;
+}
 #logo{
        padding-left: 47px;
        padding-top:18px;
@@ -35,9 +32,6 @@ img#sipb-logo{
        padding-top:23px;
        padding-left:23px;
 }
-a img{
-       border:none;
-}
 ul#navigation{
        list-style: none;
        position:absolute;
@@ -56,7 +50,6 @@ ul#navigation li a{
        color:#ffffff;
        text-decoration: none;
        text-transform: uppercase;
-       font-size:1.2em;
        display:block;
        width:94px;
        height:47px;
@@ -102,34 +95,108 @@ ul#navigation li a span{
 }
 
 #featured-block{
-       width:430px;
+       width:376px;
        background-color:#EEEEEE;
        margin-left:277px;
-       padding: 27px 0;
-       
+       padding: 27px;
+}
+
+.generic{
+       width: 590px !important;
+}
+
+#hidden-title{
+       display:none;
+}
+#prefooter{
+       height: 120px;
+       clear:both;
+}
+#footer{
+       font-size:.9em;
+       clear:both;
+       width:951px;
+       margin: 0 auto;
+       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;
 }
+
+.breadcrumbs{
+       text-align:right;
+}
+
+
+/* Sublayout CSS */
+.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%;
+}
+
+/* Global Textual CSS */
+a{
+       text-decoration: none;
+       color:#0066CC;
+}
+a:hover{
+       text-decoration:underline;
+}
+a img{
+       border:none;
+}
+
+/* Featured Block Textual CSS */
 #featured-block h1{
        font-size:2em;
        line-height:1.2em;
        font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
        padding-bottom:10px;
        border-bottom: 1px solid #A8A9AD;
-       margin: 0 22px;
        margin-bottom:1em;
        text-transform: uppercase;
 }
 #featured-block h2{
        font-size:1.3em;
        font-weight: bold;
-       margin: 1em 22px;
+       margin-bottom: 1em;
        font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
 }
 #featured-block p{
-       margin: 1em 33px;
+       margin-bottom: 1em;
        line-height: 1.5em;
 }
+
+/* Page Specific CSS (for now, Mainpage) */
 dl.services{
-       margin:0 33px;
        padding:0;
        list-style: none;
        line-height: 1.5em;
@@ -144,11 +211,6 @@ dl.services dd{
        width:170px;
 }
 
-.generic{
-       width: 644px !important;
-}
-
-
 #events-block{
        width:212px;
        float:left;
@@ -194,14 +256,14 @@ dl.services dd{
        font-weight: bold;
        font-size:1.2em;
 }
-#highlights-block div{
+#highlights-block div, #events-block > br {
        margin-bottom: 8px;
 }
 .extra-large{
        font-size:2em;
        line-height:1em;
 }
-#highlights-block .solid-item{
+#highlights-block .solid-item, #events-block .solid-item{
        background-color: #EEEEEE;
        color: #666666;
        text-transform: uppercase;
@@ -273,22 +335,3 @@ dl.services dd{
        font-size: 1.4em;
 }
 
-#hidden-title{
-       display:none;
-}
-#prefooter{
-       height: 80px;
-       clear:both;
-}
-#admin-nav{
-       width:100%;
-}
-#footer{
-       font-size:.9em;
-       clear:both;
-       width:951px;
-       margin: 0 auto;
-       margin-top:-30px;
-       text-align:center;
-       color: #545557;
-}