123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- body {
- margin: 0px;
- border: 0px;
- font-family: sans-serif;
- font-size: 12px;
- }
- h1 {
- font-size: 26px;
- font-weight: bold;
- }
- h2 {
- font-size: 22px;
- font-weight: bold;
- }
- h3, h4 {
- font-size: 16px;
- font-weight: bold;
- padding: 0px;
- margin: 0px;
- }
- h3 {
- padding: 10px;
- }
- p {
- padding: 10px;
- }
- a, a:visited {
- text-decoration: none;
- color: blue;
- }
- a:hover, a:active {
- text-decoration: underline;
- }
- .floatleft {
- float: left;
- }
- .floatright {
- float: right;
- }
- .clear {
- clear: both;
- }
- #calendarheader {
- font-size: 16px;
- font-weight: bold;
- text-align: center;
- }
- #calendarheader p {
- width: 300px;
- }
- #page {
- padding-top: 8px;
- display: block;
- margin-left: auto;
- margin-right: auto;
- width: 800px;
- }
- #header {
- background-color: #004A8B;
- height: 55px;
- padding: 10px;
- border-radius: 15px;
- -moz-border-radius: 15px;
- margin-bottom: 8px;
- box-shadow: 2px 2px 4px #000016;
- -moz-box-shadow: 2px 2px 4px #000016;
- -webkit-box-shadow: 2px 2px 4px #000016;
- width: 780px;
- }
- #footer {
- background-color: #004A8B;
- height: 20px;
- padding: 10px;
- border-radius: 15px;
- -moz-border-radius: 15px;
- margin-bottom: 8px;
- box-shadow: 2px 2px 4px #000016;
- -moz-box-shadow: 2px 2px 4px #000016;
- -webkit-box-shadow: 2px 2px 4px #000016;
- width: 780px;
- clear: both;
- color: white;
- text-align: center;
- }
-
- #sidebar {
- background-color: gold;
- float: left;
- width: 200px;
- valign: top;
- padding: 12px;
- margin-right: 10px;
- border-radius: 15px;
- -moz-border-radius: 15px;
- box-shadow: 2px 2px 4px #262600;
- -moz-box-shadow: 2px 2px 4px #262600;
- -webkit-box-shadow: 2px 2px 4px #262600;
- }
- #sidebar .header {
- background-color: #004A8B;
- border-radius: 15px;
- -moz-border-radius: 15px;
- color: white;
- padding-left: 8px;
- margin-bottom: 4px;
- }
- #sidebar ul {
- margin-top: 0px;
- margin-left: 0px;
- list-style: none;
- padding-left: 1em;
- }
- #sidebar ul li {
- padding-top: 2px;
- font-size: 14px;
- }
- #flogo {
- width: 20px;
- height: 20px;
- padding-right: 5px;
- }
- #main {
- width: 566px;
- float: left;
- }
- #main ul {
- margin-left: 1em;
- }
- #main ul li {
- list-style: disc outside none;
- display: list-item;
- margin-left: 1em;
- }
- #calendarframe {
- width: 566px;
- height: 450px;
- scrolling: no;
- frameborder: 0px;
- border-width: 0px;
- }
- #gallery img{
- height: 150px;
- }
|