|
|
Line 2: |
Line 2: |
| <head> | | <head> |
| <style type="text/css"> | | <style type="text/css"> |
- |
| |
- | #contentSub, .firstHeading, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
| |
- |
| |
- | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
| |
- | background-color: #383838;
| |
- | 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.) --*/
| |
- | background-color: #383838;
| |
- | height: 14px;
| |
- | display: block;
| |
- | z-index: 10;
| |
- | 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.) --*/
| |
- | color: #727272;
| |
- | text-decoration: none;
| |
- | background-color: transparent;
| |
- | }
| |
- |
| |
- | body {
| |
- | background-color: #fff;
| |
- | }
| |
- |
| |
- | #globalWrapper, #content { /*-- changes default wiki settings --*/
| |
- | width: 100%;
| |
- | height: 100%;
| |
- | border: 0px;
| |
- | background-color: transparent;
| |
- | margin: 0px;
| |
- | padding: 0px;
| |
- | }
| |
- |
| |
- | html, body, .wrapper { /*-- changes default wiki settings --*/
| |
- | width: 100%;
| |
- | height: 100%;
| |
- | background-color: transparent;
| |
- | }
| |
- |
| |
- | #contentcontainer { /*-- creates container for all content on page --*/
| |
- | font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
- | font-weight: 200;
| |
- | font-size: 16px;
| |
- | color: #000;
| |
- | width: 960px;
| |
- | margin-left: auto;
| |
- | margin-right: auto;
| |
- | background-color: #transparent;
| |
- | margin-top: 80px;
| |
- | padding-bottom: 100px;
| |
- | }
| |
- |
| |
| #topNav { /*-- creates styled 100% width fixed navigation bar --*/ | | #topNav { /*-- creates styled 100% width fixed navigation bar --*/ |
| width: 100%; | | width: 100%; |