25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

90 satır
2.3 KiB

  1. body {
  2. padding-top: 20px;
  3. }
  4. .footer {
  5. padding-top: 40px;
  6. padding-bottom: 40px;
  7. margin-top: 40px;
  8. border-top: 1px solid #eee;
  9. }
  10. /* Main marketing message and sign up button */
  11. .jumbotron {
  12. text-align: center;
  13. background-color: transparent;
  14. }
  15. .jumbotron .btn {
  16. padding: 14px 24px;
  17. font-size: 21px;
  18. }
  19. /* Customize the nav-justified links to be fill the entire space of the .navbar */
  20. .nav-justified {
  21. background-color: #eee;
  22. border: 1px solid #ccc;
  23. border-radius: 5px;
  24. }
  25. .nav-justified > li > a {
  26. padding-top: 15px;
  27. padding-bottom: 15px;
  28. margin-bottom: 0;
  29. font-weight: bold;
  30. color: #777;
  31. text-align: center;
  32. background-color: #e5e5e5; /* Old browsers */
  33. background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  34. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  35. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  36. background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  37. background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  38. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  39. background-repeat: repeat-x; /* Repeat the gradient */
  40. border-bottom: 1px solid #d5d5d5;
  41. }
  42. .nav-justified > .active > a,
  43. .nav-justified > .active > a:hover,
  44. .nav-justified > .active > a:focus {
  45. background-color: #ddd;
  46. background-image: none;
  47. -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  48. box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  49. }
  50. .nav-justified > li:first-child > a {
  51. border-radius: 5px 5px 0 0;
  52. }
  53. .nav-justified > li:last-child > a {
  54. border-bottom: 0;
  55. border-radius: 0 0 5px 5px;
  56. }
  57. @media (min-width: 768px) {
  58. .nav-justified {
  59. max-height: 52px;
  60. }
  61. .nav-justified > li > a {
  62. border-right: 1px solid #d5d5d5;
  63. border-left: 1px solid #fff;
  64. }
  65. .nav-justified > li:first-child > a {
  66. border-left: 0;
  67. border-radius: 5px 0 0 5px;
  68. }
  69. .nav-justified > li:last-child > a {
  70. border-right: 0;
  71. border-radius: 0 5px 5px 0;
  72. }
  73. }
  74. /* Responsive: Portrait tablets and up */
  75. @media screen and (min-width: 768px) {
  76. /* Remove the padding we set earlier */
  77. .masthead,
  78. .marketing,
  79. .footer {
  80. padding-right: 0;
  81. padding-left: 0;
  82. }
  83. }