Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #main, header, #banner, #menubar, #site_content, footer, #content_grey, nav | ||
+ | { margin-left: auto; | ||
+ | margin-right: auto;} | ||
+ | #main | ||
+ | { background: transparent;} | ||
+ | |||
+ | #banner | ||
+ | { width: 940px; | ||
+ | position: relative; | ||
+ | height: 50px; | ||
+ | padding: 15px 0 0 0; | ||
+ | background: transparent;} | ||
+ | |||
+ | #welcome | ||
+ | { width: 880px; | ||
+ | float: left; | ||
+ | height: 50px; | ||
+ | margin: 0 auto; | ||
+ | padding-left: 20px; | ||
+ | background: transparent;} | ||
+ | |||
+ | #welcome_slogan | ||
+ | { width: 880px; | ||
+ | float: left; | ||
+ | height: 50px; | ||
+ | margin: 0 auto; | ||
+ | padding-left: 20px; | ||
+ | background: transparent;} | ||
+ | |||
+ | #welcome H3 | ||
+ | { font: bold 300% 'News Cycle', Arial, sans-serif; | ||
+ | text-shadow: 1px 1px #000; | ||
+ | color: #FFF;} | ||
+ | |||
+ | #welcome_slogan H3 | ||
+ | { font: bold 200% 'News Cycle', Arial, sans-serif; | ||
+ | text-shadow: 1px 1px #000; | ||
+ | color: #FFF;} | ||
+ | |||
+ | #menubar | ||
+ | { width: 940px; | ||
+ | height: 50px; | ||
+ | text-align: center; | ||
+ | margin: 0 auto; | ||
+ | background: #432415; | ||
+ | background: -moz-linear-gradient(#723D27, #432415); | ||
+ | background: -o-linear-gradient(#723D27, #432415); | ||
+ | background: -webkit-linear-gradient(#723D27, #432415); | ||
+ | border-radius: 7px 7px 0px 0px; | ||
+ | -moz-border-radius: 7px 7px 0px 0px; | ||
+ | -webkit-border: 7px 7px 0px 0px;} | ||
+ | |||
+ | nav | ||
+ | { height: 50px;} | ||
+ | |||
+ | ul#nav | ||
+ | { margin:0; | ||
+ | float: right;} | ||
+ | |||
+ | ul#nav li | ||
+ | { padding: 0 0 0 0px; | ||
+ | list-style: none; | ||
+ | margin: 2px 0 0 0; | ||
+ | display: inline; | ||
+ | background: transparent;} | ||
+ | |||
+ | ul#nav li a | ||
+ | { float: left; | ||
+ | font: bold 120% Arial, Helvetica, sans-serif; | ||
+ | height: 24px; | ||
+ | margin: 10px 20px 0 0; | ||
+ | text-shadow: 0px -1px 0px #000; | ||
+ | padding: 6px 20px 0 20px; | ||
+ | background: transparent; | ||
+ | border-radius: 7px 7px 7px 7px; | ||
+ | -moz-border-radius: 7px 7px 7px 7px; | ||
+ | -webkit-border: 7px 7px 7px 7px; | ||
+ | text-align: center; | ||
+ | color: #FFF; | ||
+ | text-decoration: none;} | ||
+ | |||
+ | ul#nav li.current a, ul#nav li:hover a | ||
+ | { color: #FFF; | ||
+ | background: #723D27; | ||
+ | background: -moz-linear-gradient(#432415, #723D27); | ||
+ | background: -o-linear-gradient(#432415, #723D27); | ||
+ | background: -webkit-linear-gradient(#432415, #723D27); | ||
+ | text-shadow: none;} | ||
</style> | </style> | ||
<body> | <body> |
Revision as of 04:33, 1 November 2017