Chris@2: @import url(../../../stylesheets/application.css); Chris@2: Chris@2: @font-face Chris@2: { Chris@2: /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ Chris@2: font-family: Tallys; Chris@2: src: url('Tallys_15.otf'); Chris@2: } Chris@2: Chris@2: @font-face Chris@2: { Chris@2: font-family: Droid; Chris@2: src: url('DroidSans.ttf'); Chris@2: } Chris@2: Chris@2: @font-face Chris@2: { Chris@2: font-family: Droid; Chris@2: font-weight: bold; Chris@2: src: url('DroidSans-Bold.ttf'); Chris@2: } Chris@2: Chris@11: @font-face Chris@11: { Chris@11: font-family: Gillius; Chris@11: src: url('GilliusADFNo2-Regular.otf'); Chris@11: } Chris@11: Chris@11: @font-face Chris@11: { Chris@11: font-family: Gillius; Chris@11: font-weight: bold; Chris@11: src: url('GilliusADFNo2-Bold.otf'); Chris@11: } Chris@11: Chris@2: body { Chris@2: background: #ffffff; Chris@2: color: #404040; Chris@2: margin: 0; Chris@2: margin-bottom: 40px; Chris@2: /* font-size: 95%; */ Chris@2: } Chris@2: Chris@2: body,p,h2,h3,h4,li,table { Chris@2: font-family: Droid, tahoma, verdana, sans-serif; Chris@2: } Chris@2: Chris@2: h1 { Chris@2: font-family: Tallys, Cambria, Georgia, "Times New Roman", Times, serif; Chris@2: font-weight: normal; Chris@2: } Chris@2: Chris@2: h2,h3,h4 { Chris@2: color: #000000; Chris@2: } Chris@2: Chris@2: h2 { font-size: 2em; } Chris@2: Chris@2: #top-menu { position: absolute; top: 0; z-index: 1; left: 0px; width: 100%; font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #000000; } Chris@2: #top-menu a { font-weight: bold; } Chris@2: #header { position: absolute; z-index: 0; top: 0; width: 100%; background: #ffffff; border-bottom: 2px solid #000; height:80px; padding: 10px 0 0 0; margin-bottom: 0; } Chris@2: #header a { color: #000; } Chris@2: #header h1 { color: #000; text-shadow: #ccc 1px 1px; margin-top: 30px; font-size: 3em; font-weight: normal; margin-left: 0.3em; } Chris@2: #quick-search { margin-right: 6px; margin-top: 2em; color: #000; } Chris@2: #main-menu { position: absolute; top: 90px; background-color: #000000; left: 0; border-top: 0; width: 100%; height: 2em; } Chris@2: #main-menu li { margin: 0; padding: 0; padding-top: 1px; } Chris@2: #main-menu li a { background-color: #000; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; } Chris@2: #main-menu li a:hover { background-color: #80b0da; color: #ffffff; } Chris@2: #main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; } Chris@2: Chris@2: #footer { background-color: #000; border: 0; color: #fff;} Chris@2: #footer a { color: #fff; font-weight: bold; } Chris@2: Chris@2: #main { margin-top: 135px; font:95%; background: #e8eaec; } Chris@2: #main a { font-weight: medium; color: #800;} Chris@2: #main a:hover { color: #800; text-decoration: underline; } Chris@2: #content { background: #fff; } Chris@2: /*#content .tabs ul { bottom:-1px; } Chris@2: */ Chris@2: h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; } Chris@2: /*h2, .wiki h1 { letter-spacing:-1px; } Chris@2: */ Chris@2: h4 { border-bottom: dotted 1px #c0c0c0; } Chris@2: Chris@2: #top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help { Chris@2: background-position: 0% 40%; Chris@2: background-repeat: no-repeat; Chris@2: padding-left: 20px; Chris@2: padding-top: 2px; Chris@2: padding-bottom: 3px; Chris@2: } Chris@2: Chris@2: #top-menu a.home { background-image: url(../images/home.png); } Chris@2: #top-menu a.my-page { background-image: url(../../../images/user.png); } Chris@2: #top-menu a.projects { background-image: url(../../../images/projects.png); } Chris@2: #top-menu a.administration { background-image: url(../images/wrench.png); } Chris@2: #top-menu a.help { background-image: url(../../../images/help.png); }