Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body, html {
- font: normal 17pt 'Rokkitt', serif;
- color: black;
- text-align:justify;
- height: 100%;
- }
- img { max-width: 100% }
- #footer a:link, #footer a:visited{
- color: inherit;
- border-bottom: 1px solid #8bc53e;
- text-decoration: none;
- }
- #footer a:hover, #footer a:active{
- color:inherit;
- text-decoration: none;
- border-bottom: 2px solid #8bc53e;
- }
- #content a:link, #content a:visited{
- color: inherit;
- border-bottom: 1px solid #2956B2;
- text-decoration: none;
- }
- #content a:hover, #content a:active{
- color:inherit;
- text-decoration: none;
- border-bottom: 2px solid #2956B2;
- }
- #page{
- width: 100%;
- background: white;
- }
- #leftside{
- width: 100%;
- }
- /* The inner containers are incase we find the full layout too spread out at 1920x1080+; we can centralise it using max-width */
- #inner_left{
- width: 100%;
- }
- #header, #content, #footer{
- margin: 0 3em;
- }
- #header{
- background-color: white;
- }
- .header_img{
- width: 100%;
- }
- #content{
- padding-bottom: 2em;
- border-bottom: 1px solid #8bc53e;
- }
- #content h1, #content h2, #content h3{
- color: #2956B2;
- text-align: left;
- font-weight: normal;
- font-family: "Ropa Sans", MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
- }
- #content h1{
- font-size: 2.4em;
- text-decoration: none;
- text-transform: capitalize;
- }
- #content h2{
- font-size: 1.6em;
- }
- #content h3{
- padding: 0.3em 0;
- margin-left: 1.2em;
- display: inline;
- cursor: hand;
- cursor: pointer;
- font: bold 1em 'Rokkitt', serif;
- border-bottom: 1px solid #2956B2;
- }
- #footer{
- padding: 0.8em 0;
- }
- #footer_upper, #footer_lower{
- width: 100%;
- float: left;
- }
- #contact, #connect, #bodies, #individuals{
- width: 100%;
- }
- #connect, #individuals{
- color:#aaa;
- }
- #phone, #email, #connect ul.icons li a {
- border: none;
- width: 30px;
- height: 30px;
- display: block;
- background-image: url('../IMG/iconset2.gif');
- float: left;
- margin-right: 0.3em;
- }
- #email{ background-position: 0px 30px; }
- #phone{ background-position: 0px 0px; }
- #icons{text-align: right;}
- #connect ul.icons{list-style: none; }
- #connect ul.icons li a.blogger{background-position:30px 0px; }
- #connect ul.icons li a.blogger:hover{background-position:30px 30px;}
- #connect ul.icons li a.linkdin{background-position:90px 0px;}
- #connect ul.icons li a.linkdin:hover{background-position:90px 30px;}
- #connect ul.icons li a.facebook{background-position:120px 0px;}
- #connect ul.icons li a.facebook:hover{background-position:120px 30px;}
- #connect ul.icons li a.twitter{background-position:60px 0px;}
- #connect ul.icons li a.twitter:hover{background-position:60px 30px;}
- #bodies{
- width: 100%;
- height: 100px;
- }
- #bodies img.associate{
- float: left;
- max-height: 70px;
- display:none;
- }
- #individuals{
- width: 100%;
- }
- #footer h2, #footer h4{
- font-weight: normal;
- font-family: "Ropa Sans", MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, sans-serif;
- }
- #footer h2{
- margin: 0;
- font-size: 1.6em;
- }
- #footer h4{
- font-size: 1.2em;
- color: #8bc53e;
- margin: 0;
- }
- #individuals a{
- font-size: 0.8em;
- }
- #rightside{
- width: 100%;
- background-color: green;
- }
- #inner_right{
- float: left;
- width: 100%;
- height: 100%;
- }
- #header_equivalent{
- width: 100%;
- }
- #navbar_container_top, #navbar_container_bottom{
- width: 100%;
- font-family: "Ropa Sans", MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, sans-serif;
- font-size: 2em;
- text-align: left;
- background-color: #2956B2;
- text-align: right;
- }
- ul#navbar{
- list-style: none;
- margin: 0;
- padding: 0;
- }
- ul#navbar li.nav_option a:hover{
- padding: 0 0.8em 0 0;
- }
- ul#navbar li.nav_option a{
- color: white;
- text-decoration: none;
- display: block;
- }
- #navbar_container_top{
- display:none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement