Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. [type="checkbox"], label {
  2. display: none;
  3. }
  4.  
  5. @media screen and (max-width: 768px) {
  6. nav ul {
  7. display: none;
  8. }
  9.  
  10. /* ----------------------------- Footer ------------------------------ */
  11.  
  12. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
  13.  
  14. footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; }
  15. .footerleft { margin-top:50px; padding:0 36px; }
  16. .logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}
  17.  
  18. .footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
  19. .footerleft p i { width:20px; color:#999;}
  20.  
  21.  
  22. .paddingtop-bottom { margin-top:50px;}
  23. .footer-ul { list-style-type:none; padding-left:0px; margin-left:2px;}
  24. .footer-ul li { line-height:29px; font-size:12px;}
  25. .footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
  26. .footer-ul i { margin-right:10px;}
  27. .footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }
  28.  
  29. .social:hover {
  30. -webkit-transform: scale(1.1);
  31. -moz-transform: scale(1.1);
  32. -o-transform: scale(1.1);
  33. }
  34.  
  35. .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
  36. .icon-ul li { line-height:75px; width:100%; float:left;}
  37. .icon { float:left; margin-right:5px;}
  38.  
  39.  
  40. .copyright { min-height:40px; background-color:#000000;}
  41. .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
  42. .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
  43. .post p { font-size:12px; color:#FFF; line-height:20px;}
  44. .post p span { display:block; color:#8f8f8f;}
  45. .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
  46. .bottom_ul li { float:left; line-height:40px;}
  47. .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
  48. .bottom_ul li a { color:#FFF; font-size:12px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement