CSS   74
override
Guest on 7th July 2022 01:59:06 AM


  1. /* CSS Document */
  2.  
  3. .preview {
  4.         padding-top: 50px;
  5. }
  6.  
  7. section {
  8.     margin-top: 0 !important;
  9.     padding-top: 0 !important;
  10. }
  11.  
  12. td {
  13.         font-size:0.85em;
  14. }
  15.  
  16. .pagination.right {
  17.         float:right;
  18. }
  19.  
  20. .table > thead > tr > th[scope=col] {
  21.         text-align:center;
  22. }
  23.  
  24. .input-active {
  25.         border-color:#000 !important;
  26.         color:#000 !important;
  27. }
  28.  
  29. .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  30.         height:20px;
  31. }
  32.  
  33. @media (min-width: 980px) {
  34.         .index {
  35.                 padding-top: 40px;
  36.         }
  37. }
  38.  
  39. .subnav > .nav > li > a {
  40.         color:#000;
  41. }
  42.  
  43. .nav .dropdown-toggle .caret {
  44.     border-bottom-color: #000;
  45.     border-top-color: #000;
  46. }
  47.  
  48. .subnav {
  49.         margin-bottom:20px;
  50. }
  51.  
  52. .subnav .nav > .active > a, .subnav .nav > .active > a:hover {
  53.         background-color: #363636;
  54.     background-image: linear-gradient(to bottom, #444444, #222222);
  55.         color:#FFF;
  56. }
  57.  
  58. .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  59.         background-color: #666;
  60.         background-image: -moz-linear-gradient(top, #666, #888);
  61.         background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#888));
  62.         background-image: -webkit-linear-gradient(top, #666, #888);
  63.         background-image: -o-linear-gradient(top, #666, #888);
  64.         background-image: linear-gradient(to bottom, #666, #888);
  65. }
  66.  
  67. h4 {
  68.         margin-bottom:20px;
  69. }
  70.  
  71. @font-face {
  72.   font-family: 'Open Sans';
  73.   font-style: normal;
  74.   font-weight: 400;
  75.   src: local('Open Sans'), local('OpenSans'), url(../font/opensans.woff) format('woff');
  76. }

Raw Paste

Login or Register to edit or fork this paste. It's free.