Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.81 KB | None | 0 0
  1. body, html {
  2.    
  3.     font: normal 17pt 'Rokkitt', serif;
  4.     color: black;
  5. text-align:justify;
  6. height: 100%;
  7. }
  8.  
  9. img { max-width: 100% }
  10.  
  11. #footer a:link, #footer a:visited{
  12.     color: inherit;
  13.     border-bottom: 1px solid #8bc53e;
  14.     text-decoration: none;
  15. }
  16. #footer a:hover, #footer a:active{
  17.     color:inherit;
  18.     text-decoration: none;
  19.     border-bottom: 2px solid #8bc53e;
  20. }
  21. #content a:link, #content a:visited{
  22.     color: inherit;
  23.     border-bottom: 1px solid #2956B2;
  24.     text-decoration: none;
  25. }
  26. #content a:hover, #content a:active{
  27.     color:inherit;
  28.     text-decoration: none;
  29.     border-bottom: 2px solid #2956B2;
  30. }
  31.  
  32. #page{
  33.     width: 100%;
  34.  
  35.     background: white;
  36. }
  37.  
  38. #leftside{
  39.     width: 100%;
  40. }
  41.  
  42. /* The inner containers are incase we find the full layout too spread out at 1920x1080+; we can centralise it using max-width */
  43.  
  44. #inner_left{
  45.     width: 100%;
  46. }
  47.     #header, #content, #footer{
  48.         margin: 0 3em;
  49.     }
  50.     #header{
  51.         background-color: white;
  52.     }
  53.         .header_img{
  54.             width: 100%;
  55.         }
  56.    
  57.     #content{
  58.         padding-bottom: 2em;
  59.         border-bottom: 1px solid #8bc53e;
  60.     }
  61.     #content h1, #content h2, #content h3{
  62.         color: #2956B2;
  63.         text-align: left;
  64.         font-weight: normal;
  65.         font-family: "Ropa Sans", MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  66.     }
  67.     #content h1{
  68.         font-size: 2.4em;
  69.         text-decoration: none;
  70.         text-transform: capitalize;
  71.     }
  72.     #content h2{
  73.         font-size: 1.6em;
  74.     }
  75.  
  76.     #content h3{
  77.         padding: 0.3em 0;
  78.         margin-left: 1.2em;
  79.         display: inline;
  80.         cursor: hand;
  81.         cursor: pointer;
  82.         font: bold 1em 'Rokkitt', serif;
  83.         border-bottom: 1px solid #2956B2;
  84.  
  85.     }  
  86.     #footer{
  87.         padding: 0.8em 0;
  88.     }
  89.  
  90.     #footer_upper, #footer_lower{
  91.         width: 100%;
  92.         float: left;
  93.     }
  94.     #contact, #connect, #bodies, #individuals{
  95.         width: 100%;
  96.     }
  97.         #connect, #individuals{
  98.             color:#aaa;
  99.         }
  100.  
  101.         #phone, #email, #connect ul.icons li a {
  102.         border: none;
  103.         width: 30px;
  104.         height: 30px;
  105.         display: block;
  106.         background-image: url('../IMG/iconset2.gif');
  107.         float: left;
  108.         margin-right: 0.3em;
  109.         }
  110.         #email{ background-position: 0px 30px; }
  111.         #phone{ background-position: 0px 0px; }
  112.         #icons{text-align: right;}
  113.         #connect ul.icons{list-style: none; }
  114.         #connect ul.icons li a.blogger{background-position:30px 0px; }
  115.         #connect ul.icons li a.blogger:hover{background-position:30px 30px;}
  116.         #connect ul.icons li a.linkdin{background-position:90px 0px;}
  117.         #connect ul.icons li a.linkdin:hover{background-position:90px 30px;}
  118.         #connect ul.icons li a.facebook{background-position:120px 0px;}
  119.         #connect ul.icons li a.facebook:hover{background-position:120px 30px;}
  120.         #connect ul.icons li a.twitter{background-position:60px 0px;}
  121.         #connect ul.icons li a.twitter:hover{background-position:60px 30px;}
  122.    
  123.         #bodies{
  124.             width: 100%;
  125.             height: 100px;
  126.         }
  127.         #bodies img.associate{
  128.             float: left;
  129.             max-height: 70px;
  130.             display:none;
  131.         }
  132.        
  133.         #individuals{
  134.             width: 100%;
  135.         }
  136.        
  137.         #footer h2, #footer h4{
  138.             font-weight: normal;
  139.             font-family: "Ropa Sans", MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, sans-serif;
  140.         }
  141.         #footer h2{        
  142.             margin: 0;
  143.             font-size: 1.6em;
  144.         }
  145.         #footer h4{
  146.             font-size: 1.2em;
  147.             color: #8bc53e;
  148.             margin: 0;
  149.         }
  150.         #individuals a{
  151.             font-size: 0.8em;
  152.         }
  153.    
  154.  
  155. #rightside{
  156.     width: 100%;
  157.     background-color: green;
  158. }
  159.    
  160. #inner_right{
  161.     float: left;
  162.     width: 100%;
  163.     height: 100%;
  164. }
  165.  
  166. #header_equivalent{
  167.     width: 100%;
  168. }
  169.     #navbar_container_top, #navbar_container_bottom{
  170.         width: 100%;
  171.         font-family: "Ropa Sans", MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, sans-serif;
  172.         font-size: 2em;
  173.         text-align: left;
  174.         background-color: #2956B2;
  175.         text-align: right;
  176.     }
  177.     ul#navbar{
  178.         list-style: none;
  179.         margin: 0;
  180.         padding: 0;
  181.        
  182.     }
  183.         ul#navbar li.nav_option a:hover{
  184.         padding: 0 0.8em 0 0;
  185.         }
  186.  
  187.         ul#navbar li.nav_option a{
  188.             color: white;
  189.             text-decoration: none;
  190.             display: block;
  191.         }
  192.  
  193.     #navbar_container_top{
  194.         display:none;
  195.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement