|
|
Line 1: |
Line 1: |
| <html> | | <html> |
| <head> | | <head> |
- | <style type="text/css"> | + | <link href='http://fonts.googleapis.com/css?family=Raleway' rel= |
| + | 'stylesheet' type='text/css'> |
| + | <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel= |
| + | 'stylesheet' type='text/css'> |
| + | <style> |
| + | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { |
| + | display:none;} |
| + | #top-section { |
| + | border: none; |
| + | height: 0px;} |
| + | #content { |
| + | border: none; |
| + | background-color: transparent;} |
| + | #menubar > ul > li:last-child { |
| + | display: none;} |
| | | |
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | + | #menubar { |
| + | width: auto;} |
| + | body { |
| + | margin: 10px 0 0 0; |
| + | padding: 0;} |
| + | #top-section { |
| + | width: 965px; |
| + | height: 0; |
| + | margin: 0 auto; |
| + | padding: 0; |
| + | border: none;} |
| + | #menubar { |
| + | font-size: 65%; |
| + | top: -14px;} |
| + | .left-menu:hover { |
| + | background-color: transparent;} |
| + | #menubar li a { |
| + | background-color: transparent;} |
| + | #menubar:hover { |
| + | color: black;} |
| + | #menubar li a { |
| + | color: transparent;} |
| + | #menubar:hover li a { |
| + | color: black;} |
| | | |
- | .firstHeading {
| + | #placeimg{ |
- | width: 975px;
| + | height: 200px; |
- | margin: 0px auto;
| + | } |
- | padding-top: 100px;
| + | |
- | margin-bottom: 20px;
| + | |
- | font-family: Georgia, Times, "Times New Roman", serif;
| + | |
- | }
| + | |
- | | + | |
- | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
| + | |
| | | |
- | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | + | html, #globalWrapper{ |
- | background-color: #383838;
| + | background-color:#E0E0E0; |
- | border: 0 none;
| + | |
- | height: 14px;
| + | |
- | z-index: 100;
| + | |
- | top: 0;
| + | |
- | position: fixed;
| + | |
- | width: 975px;
| + | |
- | left: 50%;
| + | |
- | margin-left: -487px;
| + | |
| } | | } |
| | | |
- | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
| + | header{ |
- | background-color: #383838;
| + | font-family:"Raleway"; |
- | height: 14px;
| + | background-size:cover; |
- | display: block;
| + | text-align: center; |
- | z-index: 10;
| + | color:white; |
- | position: fixed;
| + | } |
- | width: 100%;
| + | |
- | top: 0;
| + | |
- | } | + | |
| | | |
- | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | + | #menu{ |
- | color: #727272;
| + | padding:5px 0px 5px 0px; |
- | text-decoration: none;
| + | margin:0px; |
- | background-color: transparent;
| + | font-size:18px; |
- | }
| + | background: rgba(0,0,0,0.5); |
| | | |
- | body {
| + | } |
- | background-color: #fff;
| + | li{ |
- | } | + | display:inline; |
| + | padding:9px; |
| + | } |
| | | |
- | #globalWrapper, #content { /*-- changes default wiki settings --*/
| + | a:visited { |
- | width: 100%;
| + | color: white; |
- | height: 100%;
| + | |
- | border: 0px;
| + | |
- | background-color: transparent;
| + | |
- | margin: 0px;
| + | |
- | padding: 0px;
| + | |
| } | | } |
- | | + | h1{ |
- | html, body, .wrapper { /*-- changes default wiki settings --*/
| + | border-bottom:0px; |
- | width: 100%;
| + | color:white; |
- | height: 100%;
| + | font-size:72px; |
- | background-color: transparent;
| + | |
| } | | } |
| | | |
- | #contentcontainer { /*-- creates container for all content on page --*/
| + | a{ |
- | font-family: Arial, Helvetica, sans-serif;
| + | color:white; |
- | font-weight: normal;
| + | |
- | font-size: 14px;
| + | |
- | color: #414141;
| + | |
- | width: 960px;
| + | |
- | margin-left: auto;
| + | |
- | margin-right: auto;
| + | |
- | background-color: #transparent;
| + | |
- | margin-top: 0px;
| + | |
| } | | } |
| + | </style> |
| | | |
- | .sidemenu, .sidemenu li {
| + | </head> |
- | list-style-type: none;
| + | <body> |
- | list-style-image: none;
| + | <img src="http://i.imgur.com/O3OaD3r.png" style="position:fixed;bottom:0px;left:0px;z-index:999"/> |
- | font-family: verdana;
| + | </body> |
- | text-decoration: none;
| + | |
- | color:#000;
| + | |
- | font-size: 14px;
| + | |
- | }
| + | |
- | | + | |
- | .sidemenu li {display: block;} | + | |
- | | + | |
- | .sidemenu a { | + | |
- | text-decoration:none;
| + | |
- | color: #000;
| + | |
- | display: block;
| + | |
- | width: 180px;
| + | |
- | height: 100%;
| + | |
- | padding: 3px 5px;
| + | |
- | transition: .25s ease-in-out;
| + | |
- | -moz-transition: .25s ease-in-out;
| + | |
- | -webkit-transition: .25s ease-in-out;
| + | |
- | }
| + | |
- | | + | |
- | .sidemenu a.greyout { color: #909090; }
| + | |
- | | + | |
- | .sidemenu a:hover {
| + | |
- | color:#666;
| + | |
- | background-color: #d9f5aa;
| + | |
- | }
| + | |
- | | + | |
- | .sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
| + | |
- | .sub-sidemenu a {color: #666;}
| + | |
- | | + | |
- | div.underconst
| + | |
- | {
| + | |
- | padding:10px;
| + | |
- | border-radius:5px;
| + | |
- | background-color:pink;
| + | |
- | text-align:center;
| + | |
- | }
| + | |
- | | + | |
- | a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
| + | |
- | | + | |
- | .contentpara {margin-bottom: 30px;}
| + | |
- | | + | |
- | span.email{font-family: monospace; font-weight: normal;}
| + | |
- | | + | |
- | fieldset {border: 1px solid #337f53;}
| + | |
- | | + | |
- | .greyout {color: #A0A0A0;}
| + | |
- | .highlightme {background-color: #FFFF00;}
| + | |
- | | + | |
- | #alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
| + | |
- | #annContainer {margin-left: 8px;}
| + | |
- | #newsContainer {border: 1px solid #ccc;}
| + | |
- | | + | |
- | .newsTitle {
| + | |
- | display: block;
| + | |
- | color: #414141;
| + | |
- | font-size: 25px;
| + | |
- | font-family: Georgia, Times, "Times New Roman", serif;
| + | |
- | padding: 10px 15px 5px 10px;
| + | |
- | border-bottom: 1px solid #ccc;
| + | |
- | margin-bottom: 0px;
| + | |
- | }
| + | |
- | | + | |
- | .newsItem {
| + | |
- | border-bottom: 1px solid #ccc;
| + | |
- | display: block;
| + | |
- | padding: 5px 15px 0px 10px;
| + | |
- | margin-bottom: 0px;
| + | |
- | }
| + | |
- | | + | |
- | .newsItem h3 {
| + | |
- | width: auto;
| + | |
- | display: inline;
| + | |
- | font-size: 14px;
| + | |
- | font-family: Arial, Helvetica, sans-serif;
| + | |
- | padding: 0px;
| + | |
- | margin: 0px;
| + | |
- | }
| + | |
- | | + | |
- | .newsItem img {
| + | |
- | float: right;
| + | |
- | clear: right;
| + | |
- | width: 80px;
| + | |
- | padding-left: 15px;
| + | |
- | display: inline-block;
| + | |
- | }
| + | |
- | | + | |
- | .newsItem .newsDate {
| + | |
- | font-style: italic;
| + | |
- | font-size: 14px;
| + | |
- | display: inline-block;
| + | |
- | color: #999;
| + | |
- | float: right;
| + | |
- | padding: 0px 0px 10px 15px;
| + | |
- | }
| + | |
- | | + | |
- | .newsItem p, .newsItem ul, .newsItem li {
| + | |
- | padding: 0px;
| + | |
- | margin-left: 20px;
| + | |
- | font-size: 12px;
| + | |
- | line-height: 1.2;
| + | |
- | }
| + | |
- | | + | |
- | .newsItem p {margin-top: 10px;}
| + | |
- | | + | |
- | .annItem {
| + | |
- | border: 2px solid #49b677;
| + | |
- | display: block;
| + | |
- | padding: 0px 15px 10px 10px;
| + | |
- | margin-bottom: 18px;
| + | |
- | position: relative;
| + | |
- | height: 160px;
| + | |
- | vertical-align: middle;
| + | |
- | }
| + | |
- | | + | |
- | .annItem .annCentered {
| + | |
- | display: table-cell;
| + | |
- | vertical-align: middle;
| + | |
- | height: 160px;
| + | |
- | }
| + | |
- | | + | |
- | .annCentered h3 {
| + | |
- | padding: 0px;
| + | |
- | display: block;
| + | |
- | margin-left: auto;
| + | |
- | margin-right: auto;
| + | |
- | text-align: center;
| + | |
- | }
| + | |
- | | + | |
- | .annItem ul, .annItem li {padding: 0px; margin: 0px;}
| + | |
- | .annItem li {list-style: none; margin: 5px}
| + | |
- | | + | |
- | | + | |
- | | + | |
- | </style>
| + | |
- | </style> | + | |
- | | + | |
- | | + | |
- | | + | |
| </html> | | </html> |