|
|
Line 4: |
Line 4: |
| | | |
| <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:transparent;
| |
− | text-align: center;
| |
− |
| |
− | }
| |
− |
| |
− | #globalWrapper {
| |
− | width: 100%;
| |
− | border: 0px;
| |
− | background-color: transparent;
| |
− | margin: 0px;
| |
− | padding: 0px;
| |
− | height: auto;
| |
− | }
| |
− |
| |
− | #content, #bodyContent {
| |
− | width: 100%;
| |
− | height: auto;
| |
− | border: 0px;
| |
− | background-color: transparent;
| |
− | margin: 0px;
| |
− | padding: 0px;
| |
− | overflow:hidden;
| |
− | }
| |
− |
| |
− |
| |
− | html, body, .wrapper {
| |
− | width: 100%;
| |
− | height: auto;
| |
− | margin:0 auto;
| |
− | background-color: #f3efe7;
| |
− | border-color: #f3efe7;
| |
− | }
| |
− |
| |
− | #bodyContent p, .printfooter, .visualClear {
| |
− | display:hidden;
| |
− | }
| |
− |
| |
− | /*********************/
| |
− | /* Text STYLING */
| |
− | /*********************/
| |
− |
| |
− | p, h1, h2, h3, h4, a, img {
| |
− | color: #6F6F6F;
| |
− | font-family: 'Handlee';
| |
− | text-align:center;
| |
− | margin:0;
| |
− | border:0;
| |
− |
| |
− | }
| |
− |
| |
− | p {
| |
− | padding-bottom:1em;
| |
− | }
| |
− |
| |
− | h1 {
| |
− |
| |
− | text-decoration-line:none;
| |
− | font-size:3.0em;
| |
− | }
| |
− |
| |
− | h4 {
| |
− |
| |
− | text-decoration-line:none;
| |
− | font-size:1.2em;
| |
− | }
| |
− |
| |
− | p, a {
| |
− | font-size: 1.5em;
| |
− | text-align: justify;
| |
− | }
| |
− |
| |
− | span {
| |
− | text-align;justify;
| |
− | font-size: 1em;
| |
− | text-transform: capitalize;
| |
− | }
| |
− |
| |
− | h2 {
| |
− | font-size: 2.4em;
| |
− | font-weight: bold;
| |
− | }
| |
− |
| |
| /*********************/ | | /*********************/ |
| /* PAGES */ | | /* PAGES */ |
Line 267: |
Line 167: |
| top:750px; | | top:750px; |
| display:inline-block; | | display:inline-block; |
− | color:#808080;
| |
| } | | } |
| | | |
| #pagetitle { | | #pagetitle { |
| display:block; | | display:block; |
− | z-index:2; | + | z-index:1; |
| } | | } |
| | | |