X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/6440e373d8577791770cafbfeb28ef65cf41afba..33a08c6a55e0ed73ffe14fe3995fe29a0bc0ec96:/style.css diff --git a/style.css b/style.css index eb11cf3..be515da 100644 --- a/style.css +++ b/style.css @@ -9,11 +9,11 @@ body{ 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{ @@ -22,7 +22,7 @@ a:hover{ 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; @@ -147,13 +147,19 @@ ul#navigation li a span{ #featured-block{ margin: 1em 3em; } +#featured-block.is-top { + margin-top: 3em; +} -#featured-block h2{ +#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; } @@ -349,20 +355,39 @@ dl.services dd{ .actions ul li a:hover{ text-decoration:underline; } -.cols:after{ - content: ""; - display: block; - height: 0; - clear: both; + + +.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%; } -.col1{ - position: relative; - float: left; - width: 50%; + +.right { +float: right; +margin-left: 2em; +clear: right; } -.col2{ - position: relative; - float: right; - align: left; - width: 50%; + +.rex { +line-height: 0; +} + +.link-mailto +{ + background: url(images/mail_icon.gif) center right no-repeat; + padding: 0 18px; } +