X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/c0b1518f4627ae04ef30c6c3341479f22891b60d..c0af0c6479f3b29217f974d1d7d6f731b81017f5:/style.css diff --git a/style.css b/style.css index 8f26a61..2538b3c 100644 --- a/style.css +++ b/style.css @@ -1,28 +1,28 @@ html{ height:100%; } body{ height:100%; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; + font-family: Tahoma, Sans, sans-serif; + font-size: 80%; color: #333333; - line-height: 1.2em; + line-height: 1.5em; background: url('images/gradientbg.jpg') no-repeat center top #333333; padding:0; margin:0; } -a{ +a:link, a:visited { text-decoration: none; color:#0066CC; } -a:hover{ +a:link:hover, a:visited:hover { text-decoration:underline; } #content-block{ width: 867px; min-height:100%; - margin:0 auto; + margin:0 auto; background: url('images/gradient.jpg') no-repeat center top #EEEEEE; } -#content-block h1{ +#content-block > h1{ float:right; color:#ffffff; font-size:2em; @@ -54,6 +54,7 @@ ul#navigation{ position:absolute; top:48px; margin-left:423px; + display:flex; } ul#navigation li{ display:block; @@ -133,7 +134,7 @@ ul#navigation li a span{ #breadcrumbs ul li a{ color: inherit; font-weight: normal; - margin-left:0.8em; + margin-right:0.8em; } .first-pagetype #breadcrumbs{ background-color: #4793E4; } .first-pagetype #breadcrumbs ul li { color:#15447D; } @@ -145,19 +146,26 @@ ul#navigation li a span{ .fourth-pagetype #breadcrumbs ul li { color:#6F3F21; } #featured-block{ - margin: 2em 0 1em 2.5em; - width:51em; + margin: 1em 3em; +} +#featured-block.is-top { + margin-top: 3em; } -#featured-block h2{ - font-size:1.3em; +#featured-block h1, #featured-block h2{ + font-size:1.5em; font-weight: bold; margin: 1em 0; font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; } +#featured-block h1 { + font-size: 2em; +} #featured-block p{ margin: 1em 0; - line-height: 1.9em; +} +#featured-block li{ + margin: 0.5em 0; } dl.services{ margin:0 33px; @@ -348,20 +356,39 @@ dl.services dd{ .actions ul li a:hover{ text-decoration:underline; } -.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%; -} \ No newline at end of file + + +.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%; +} + +.right { +float: right; +margin-left: 2em; +clear: right; +} + +.rex { +line-height: 0; +} + +.link-mailto +{ + background: url(images/mail_icon.gif) center right no-repeat; + padding: 0 18px; +} +