Advertisement
Guest User

Untitled

a guest
Nov 8th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.37 KB | None | 0 0
  1. body {
  2.     padding-top: 70px; }
  3. html,
  4. body {
  5.     height: 100%;
  6. }
  7.  
  8. .container-fluid{
  9.  
  10. }
  11.  
  12. #top{
  13.     margin-top: -70px;
  14. }
  15.  
  16. .slider{
  17.     background-color: #eb5055;
  18. }
  19.  
  20. .slider-both{
  21.     background-color: #d65c14;
  22.     height: 15px;
  23. }
  24.  
  25. #services{
  26.     background-color: #f2f2f2;
  27.     height: 100%;
  28. }
  29.  
  30. .services-both{
  31.     height: 6px;
  32.     background-color: #ffffff;
  33. }
  34.  
  35. .navbar {
  36.   background-color: #2c2c2c;
  37.   border-color: #d65c14;
  38. }
  39.  
  40.  
  41. .navbar-brand,
  42. .navbar-nav li a {
  43.     line-height: 70px;
  44.     height: 70px;
  45.     padding-top: 0;
  46.     color: #d6d6d6;
  47.  
  48. }
  49.  
  50. a{color: #d6d6d6 !important;}
  51. a:hover { color: #d65c14 !important; }
  52.  
  53. ul li{
  54.     margin-right: 10px;
  55. }
  56.  
  57.  .navbar-default .navbar-nav > .active > a,
  58.  .navbar-default .navbar-nav > .active > a:focus {
  59.       color: #000;
  60.       background: #d65c14;
  61.  }
  62.  
  63. .navbar-default .navbar-nav > .active > a:hover{
  64.     color: #d6d6d6;
  65.     background: #000;
  66. }
  67.  
  68.  
  69. .carousel,
  70. .item,
  71. .active {
  72.     height: 100%;
  73. }
  74.  
  75. .carousel-inner {
  76.     height: 100%;
  77. }
  78.  
  79. /* Background images are set within the HTML using inline CSS, not here */
  80.  
  81. .fill {
  82.     width: 100%;
  83.     height: 100%;
  84.     background-position: center;
  85.     -webkit-background-size: cover;
  86.     -moz-background-size: cover;
  87.     background-size: cover;
  88.     -o-background-size: cover;
  89. }
  90.  
  91. /*
  92. footer {
  93.     margin: 50px 0;
  94. }*/
  95.  
  96. .navbar-nav {
  97.     text-align:center;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement