Guest User

CSS

a guest
Mar 9th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. /*EDITED TAGS*/
  2. p {color:#ce7800;}
  3. b, h2, h3 {color:#f9f9f9;}
  4. body{ font-family: sans-serif; background-color:#D4AF7A;}
  5. a:hover{color:orange;}
  6.  
  7. /*EDITED BOOTSTRAP RULES*/
  8. .hero-unit {
  9. min-width:1100px;
  10. padding: 25px;
  11. margin-bottom: 30px;
  12. font-size: 18px;
  13. font-weight: 200;
  14. line-height: 30px;
  15. color: inherit;
  16. background-color: #ddd;
  17. -webkit-border-radius: 6px;
  18. -moz-border-radius: 6px;
  19. border-radius: 6px;}
  20. .nav-pills {padding:20px;}
  21. .nav-pills > .active > a, .nav-pills > .active > a:hover {text-decoration:underline; color:transparent;}
  22. .caret:hover{background-color:transparent;}
  23. .nav .dropdown-toggle .caret {border-top-color:#9D340C;border-bottom-color: #9d340c;}
  24. .navbar .dropdown-menu:after{border-bottom:6px solid #9D340C;}
  25. .nav .dropdown-toggle:hover .caret{border-top-color: #9D340C; border-bottom-color: #9D340C;}
  26. .navbar-inner {
  27. background-color: #d8ccb4;
  28. background-image: none;
  29. background-repeat: no-repeat;
  30. filter: none;}
  31. .navbar .brand{color:#583D26; text-decoration:none; text-shadow:none;}
  32. .navbar .nav > li > a {color:#583D26; text-decoration:none; text-shadow:none;}
  33. .page-header{border-bottom:#D1CCCA;}
  34. /*NEW RULES*/
  35. #menuh li a{color:#583D26; font-size:16px; background-color:transparent; }
  36. #menud li a:hover{background-color:transparent; color:#583D26;}
  37. #menud li a{color:#583D26; font-size:16px; background-color:transparent; }
  38. #menuh li a:hover{background-color:transparent; color:#583D26;}
  39. #menu .nav-pills .dropdown .open .dropdown-menu{background-color:#3d2000;}
  40. #corpo{min-height:700px; width:1170px; margin: auto; margin-bottom:10px; border-radius:5px; background-color:rgba(70,70,70,0.24);}
  41. #corpocont{margin-left:10px;margin-right:10px;}
  42. #big{font-size:large;} #small{font-size:small;}
  43. #prefooter{max-width:100%; background-color:#1e1c17; min-height:70px;position:absolute;}
  44. #footer{width:1170px; margin:0 auto;margin-top:5px;position:relative;}
  45. .white{color:white;}
Advertisement
Add Comment
Please, Sign In to add comment