|
|
Line 5: |
Line 5: |
| <style> | | <style> |
| | | |
− | /*********************/
| |
− | /* General STYLING */
| |
− | /*********************/
| |
− |
| |
− | /* In this section general styling elements are specified*/
| |
− |
| |
− | .center, #centernav{
| |
− | position:relative;
| |
− | left:50%;
| |
− | -moz-transform:translateX(-50%);
| |
− | -ms-transform:translateX(-50%);
| |
− | -webkit-transform:translateX(-50%);
| |
− | transform:translateX(-50%);
| |
− | }
| |
− |
| |
− | html,body{
| |
− | border-color:white;
| |
− | text-align: center;
| |
− |
| |
− | }
| |
− |
| |
− | #globalWrapper {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | border: 0px;
| |
− | background-color: transparent;
| |
− | margin: 0px;
| |
− | padding: 0px;
| |
− |
| |
− | }
| |
− |
| |
− | #content, #bodyContent {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | border: 0px;
| |
− | background-color: transparent;
| |
− | margin: 0px;
| |
− | padding: 0px;
| |
− |
| |
− | }
| |
− |
| |
− | #bodyContent p, .printfooter, .visualClear {
| |
− | display:hidden;
| |
− | }
| |
− |
| |
− |
| |
− | html, body, .wrapper {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | margin:0 auto;
| |
− | background-color: #f3efe7;
| |
− | border-color: #f3efe7;
| |
− | }
| |
− |
| |
− |
| |
− | /*********************/
| |
− | /* Text STYLING */
| |
− | /*********************/
| |
− |
| |
− | p, h1, h2, h3, a, img {
| |
− | color: #808080;
| |
− | font-family: 'Annie Use Your Telescope';
| |
− | margin:0;
| |
− | padding:0;
| |
− | border:0;
| |
− |
| |
− | }
| |
− |
| |
− | p, a, span {
| |
− | font-size: 1.3em;
| |
− | text-align: justify;
| |
− | }
| |
− |
| |
− | span {
| |
− | text-transform: capitalize;
| |
− | }
| |
− |
| |
− | h2 {
| |
− | font-size: 2.2em;
| |
− | font-weight: bold;
| |
− | }
| |
| | | |
| /*********************/ | | /*********************/ |