Advertisement
ktryber

Untitled

Apr 11th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.48 KB | None | 0 0
  1. /*******************************
  2. Page Styles
  3. *******************************/
  4. html, body {
  5.     margin: 0;
  6.     padding: 0;
  7.     height: 100%;
  8.     width: 100%;
  9.     background-color: #f9f1dc;
  10.     }
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. #content { 
  18.     margin-top: 75px;
  19.     width: 100%;
  20. }
  21.    
  22. .container {
  23.     background-color: red;
  24.     min-height: 100%;
  25.     background-color: white;
  26.     position: relative;
  27.     box-shadow: 0px 0px 10px black;
  28. }
  29.  
  30.  
  31. .feature p {
  32.     font-size: 1em;
  33. }
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. /*******************************
  43. Header
  44. *******************************/
  45.  
  46.  .navbar ul {
  47.     margin: 30px 0;
  48.     padding: 5px;
  49.     list-style-type: none;
  50.     text-align: center;
  51.     }
  52.  
  53. .navbar ul li {  
  54.     display: inline;
  55.     }
  56.  
  57. .navbar ul li a {
  58.     border-radius: 5px;
  59.     text-decoration: none;
  60.     padding: .2em 1em;
  61.     color: #fff;
  62.     background-color: #000;
  63.  
  64.     }
  65. .navbar:first-child ul li a {
  66.  
  67. }    
  68.  
  69. .navbar ul li a:hover {
  70.     color: #000;
  71.     background-color: #fff;
  72.     }
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. .nav {
  83.     height: 100%;
  84.     background-color: #fffffd;
  85.     border-bottom: 1px solid black;
  86.     padding-top: 5px;
  87.  
  88.     overflow-x:hidden;
  89.    
  90.     text-align: center;
  91.  
  92.  
  93.  
  94.    
  95. }
  96. #navLogo {
  97.     float: left;
  98.     width: 305px;
  99.    
  100.    
  101.    
  102. }
  103.  
  104. .nav p {
  105.     text-align: center;
  106.     font-size: 1.5em;
  107.     margin: 35px auto 10px auto;
  108.    
  109.        
  110.    
  111. }
  112. #nav img, object  {
  113.     float: left;
  114.     height: 70px;
  115.     width: 294px;
  116.     margin: 10px;
  117.    
  118.    
  119. }
  120.  
  121. /*******************************
  122. CTA
  123. *******************************/
  124. #banner {
  125.     background-color: #2d3538;
  126.     height: auto;
  127.     min-height: 300px;
  128.     margin-top: -20px;
  129.     width: 100%;
  130.    
  131.     padding: 20px 0 20px 0;
  132.    
  133.  
  134. }
  135.  
  136. .cta-left h1 {
  137.     color: white;
  138.     text-shadow: 0px 0px 20px black;
  139.     margin: 40px;
  140.     display: block;
  141.     text-align: center;
  142.     line-height: 1.2;
  143. }
  144.  
  145. .cta-left h2 {
  146.     color: white;
  147.     margin: 40px;
  148.     display: block;
  149.     text-align: center;
  150. }  
  151.  
  152. .cta-right {
  153.     color: white;
  154.     margin: 10px 0 -50px 140px ;
  155.    
  156.     text-align: center;
  157. }
  158. .cta-button-container {
  159.     margin: 80px 0 0 100px;
  160. }
  161.  
  162. .cta-button {
  163.     /*basic styles*/
  164.     width: 250px;
  165.     height: 50px;
  166.     color: white;
  167.     background-color: #99CF00;
  168.     text-align: center;
  169.     font-size: 30px;
  170.     line-height: 50px;
  171.     padding: 5px 5px;
  172.  
  173.     /*gradient styles*/
  174.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700));
  175.     background: -moz-linear-gradient(19% 75% 90deg,#6DB700, #99CF00);
  176.  
  177.     /*border styles*/
  178.     border-left: solid 1px #c3f83a;
  179.     border-top: solid 1px #c3f83a;
  180.     border-right: solid 1px #82a528;
  181.     border-bottom: solid 1px #58701b; -moz-border-radius: 10px;
  182.     -webkit-border-radius: 10px; border-radius: 10px;
  183.     -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700))
  184. }
  185. .cta-button h3 {
  186.     font-size: 20px;
  187.     line-height: 35px;
  188.     font-family: helvetica, sans-serif;
  189. }
  190. .cta-button p {
  191.     font-size: 12px;
  192.     line-height: 4px;
  193.     font-family: helvetica, sans-serif;
  194. }
  195. a {
  196.    
  197.     color: white;
  198.     text-decoration: none;
  199. }
  200.  
  201. a:hover {
  202.    
  203.     color: white;
  204.     text-decoration: none;
  205. }
  206. .cta-button:hover {
  207. margin: 80px 0 0 0;
  208.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB700), to(#99CF00));
  209.     background: -moz-linear-gradient(19% 75% 90deg,#99CF00, #6DB700); }
  210.  
  211.  
  212.  
  213.  
  214. /*******************************
  215. Services & Description
  216. *******************************/
  217. .description-services-banner {
  218.     width: 100%;
  219.     height: auto;
  220.     background-color: #d0c6b1;
  221.     float: left;
  222.    
  223.      
  224.    
  225.    
  226. }
  227.  
  228. .description{
  229.     font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  230.     font-size: 2em;
  231.     line-height: 1em;
  232.     width: 60%;
  233.     margin: auto;
  234.     text-align: center;}
  235.  
  236. .services {
  237.     width: 75%;
  238.     margin: auto;
  239.     text-align: center;
  240.  
  241. }
  242.  
  243. .services li {
  244.     text-align: left;
  245. }
  246.  
  247. .services p {
  248.     font-size: 2em;
  249.     line-height: 1.25em;
  250.     font-weight: bold;
  251. }
  252. /*******************************
  253. Marketing
  254. *******************************/
  255. .feature {
  256.     color: white;
  257.     margin: 50px 20px;
  258.     border-radius: 10px;
  259.     box-shadow:  0px 0px 10px black;
  260.     height: 30%;
  261.     background-color: #7E2217;
  262.     min-height: 220px;
  263.     text-align: center;
  264.     padding: 2%;
  265.     border: 1px solid black;
  266. }
  267.  
  268. .feature h3 {
  269.     text-shadow: 0px 0px 5px black;
  270. }
  271.  
  272. /*******************************
  273. Credibility Logo's
  274. *******************************/
  275. #credibility-logos {
  276.     margin: 0 20px;
  277. }
  278.  
  279.  
  280.  
  281. /*******************************
  282. Contact Forms - Get a Quote page
  283. *******************************/
  284. .contact-form {
  285.     float: left;
  286.     background-color:#a5a895;
  287.    
  288.     font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  289.     font-weight: bold;
  290.     border-radius: 10px;
  291.     box-shadow: 0px 0px 20px black;
  292.         min-height: 512px;
  293.     width: 85%;
  294.     padding: 20px;
  295.     margin: 0 0 40px 0;
  296. }
  297.  
  298. .contactForm label {
  299.     font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  300.     font-weight: bold;
  301.     color: #cccccc;
  302.     font-size: 2em;
  303. }
  304.  
  305. .btnQuote {
  306.     /*basic styles*/
  307.     width: 250px;
  308.     height: 50px;
  309.     color: white;
  310.     background-color: #99CF00;
  311.     text-align: center;
  312.     font-size: 30px;
  313.     line-height: 50px;
  314.     margin: 20px 20px;
  315.  
  316.     /*gradient styles*/
  317.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700));
  318.     background: -moz-linear-gradient(19% 75% 90deg,#6DB700, #99CF00);
  319.  
  320.     /*border styles*/
  321.     border-left: solid 1px #c3f83a;
  322.     border-top: solid 1px #c3f83a;
  323.     border-right: solid 1px #82a528;
  324.     border-bottom: solid 1px #58701b; -moz-border-radius: 10px;
  325.     -webkit-border-radius: 10px; border-radius: 10px;
  326.     -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700))
  327. }
  328. .btnQuote h3 {
  329.     font-size: 20px;
  330.     line-height: 35px;
  331.     font-family: helvetica, sans-serif;
  332. }
  333. .btnQuote p {
  334.     font-size: 12px;
  335.     line-height: 4px;
  336.     font-family: helvetica, sans-serif;
  337. }
  338. a {
  339.     color: black;
  340.     text-decoration: none; color: fff;
  341. }
  342.  
  343. a:hover {
  344.     text-decoration: none;
  345. }
  346. .btnQuote:hover {
  347.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB700), to(#99CF00));
  348.     background: -moz-linear-gradient(19% 75% 90deg,#99CF00, #6DB700); }
  349.  
  350.  
  351.  
  352. .quote-left {
  353.     float: left;
  354.  
  355.     width: 100%;
  356. }
  357.  
  358.  
  359. /*******************************
  360. Single Column Layout
  361. *******************************/
  362.  
  363. #singleColumnLayout {
  364.  
  365.     margin: 0 auto;
  366.     text-align: center;
  367.     width: 980px;
  368.     background-color: white;
  369. }
  370.  
  371. #singleColumnLayout ul {
  372.     text-align: left;
  373. }
  374.  
  375. .page-content {
  376.     text-align: center;
  377. }
  378.  
  379. .page-content h2 {
  380.     line-height: 1.2;
  381. }
  382. .contact-boxes {
  383.     text-align: center;
  384.         color: white;
  385.     margin: 50px 20px;
  386.     border-radius: 10px;
  387.     box-shadow:  0px 0px 10px black;
  388.     height: 30%;
  389.     background-color: #7E2217;
  390.     min-height: 150px;
  391.     padding: 2%;
  392.     border: 1px solid black;
  393. }
  394. .contact-boxes a {
  395.     text-decoration:none;
  396.     font-weight:bold;
  397.     color:black;
  398. }
  399. .contact-boxes a:hover {
  400.     color: white;
  401. }
  402. }
  403. /*******************************
  404. Footer
  405. *******************************/
  406.  .navfooter ul {
  407.     margin: 30px 0;
  408.     padding: 5px;
  409.     list-style-type: none;
  410.     text-align: center;
  411.     }
  412.  
  413. .navfooter ul li {  
  414.     display: inline;
  415.     }
  416.  
  417. .navfooter ul li a {
  418.     border-radius: 5px;
  419.     text-decoration: none;
  420.     padding: .2em 1em;
  421.     color: #fff;
  422.  
  423.     color: #bebda9;
  424. }
  425.  
  426. .navfooter ul li a:hover {
  427.     color: #000;
  428.    
  429.     }
  430.  
  431. .navfooter {
  432.     background-color: #27241d;
  433.     margin-top: 35px;
  434. }
  435.  
  436. .navfooter p {
  437.     text-align: center;
  438.     font-size: 1.5em;
  439.     margin: 35px 11px 0 0 ;
  440.     color: #bebda9;
  441. }
  442.  
  443. /*******************************
  444. slider
  445. *******************************/
  446. #slider-container {
  447.     margin: 10px 0 -20px 2% ;
  448.     width: 90%;
  449. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement