lvalnegri

styles.css

May 16th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.33 KB | None | 0 0
  1. /* global */
  2. @import url(https://fonts.googleapis.com/css?family=Open+Sans);
  3. body {
  4.     font-family: "Open Sans", sans-serif;
  5.     color: #000000;
  6. }
  7. a, a:hover, a:focus {
  8.     color: #e5001a;
  9. }
  10. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  11.     font-family: "Open Sans", sans-serif;
  12.     font-weight: 600;
  13.     line-height: 1.4;
  14.     margin-top: 10px;
  15.     margin-bottom: 10px;
  16. }
  17.  
  18. /* sidebar */
  19. .well {
  20.     background-color: #FFFFFF;
  21. }
  22. .toggle-choices {
  23.     background-color: #dee5e9;
  24.     color: #587388;
  25.     display: block;
  26.     padding: 5px;
  27.     -webkit-border-radius: 4px;
  28.     -moz-border-radius: 4px;
  29.     border-radius: 4px;
  30.     cursor: pointer;
  31. }
  32. .toggle-choices:before {
  33.     font-family: "Fontawesome";
  34.     content: "\f06e";
  35.     margin-right: 8px;
  36. }
  37. .toggle-choices:hover {
  38.     background-color: #587388;
  39.     color: #fff;
  40. }
  41. .irs-from, .irs-to, .irs-single {
  42.     background: #94a9b7;
  43. }
  44. .irs-bar {
  45.     border-top: 1px solid #94a9b7;
  46.     border-bottom: 1px solid #94a9b7;
  47.     background: #94a9b7;
  48. }
  49.  
  50.  
  51. /* navbar */
  52. .navbar {
  53.     margin-bottom: 10px;
  54. }
  55. .logo {
  56.     margin-right: 20px;
  57.     margin-top: -8px;
  58.     max-width: 60px;
  59.     max-height: 32px;
  60.     width: auto;
  61.     height: auto;
  62. }
  63. nav .container:first-child {
  64.     margin-left:104px;
  65.     width: 95%;
  66. }
  67. .navbar-inverse {
  68.     background-color: #94a9b7;
  69.     border-color: #94a9b7;
  70. }
  71. .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  72.     background-color: #587388;
  73. }
  74. .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  75.     background-color: #587388;
  76. }
  77. /* navbar > tabs */
  78. .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  79.     color: #fff;
  80.     background-color: #e5001a;
  81.     border: 1px solid #e5001a;
  82. }
  83. /* navbar > "Last Updated" */
  84. .navbar-text {
  85.     float: right;
  86.     color: #F2FF00;
  87.     font-style: italic;
  88. }
  89. /* navbar > Animated underline */
  90. .navbar .navbar-nav>li>a:after {
  91.     content: "";
  92.     display: block;
  93.     margin: auto;
  94.     margin-top: 1px;
  95.     height: 2px;
  96.     width: 0;
  97.     background: transparent;
  98.     transition: width .3s ease, background-color .3s ease;
  99. }
  100. .navbar .navbar-nav>li>a:hover:after {
  101.     width: 100%;
  102.     background: #FFF;
  103. }
  104. .navbar .navbar-nav>.active>a:hover:after {
  105.     width: 0;
  106.     background: transparent;
  107. }
  108. /* download Button */
  109. .btndwn {
  110.     margin-bottom: 10px;
  111.     background-color: #000000;
  112.     color: #FFFFFF;
  113. }
  114. .btndwn:hover {
  115.     background-color: #FFFFFF;
  116.     color: #000000;
  117. }
  118.  
  119. /* table */
  120. table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  121.     background-color: #f0f3f5;
  122. }
  123. table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  124.     border-left: 0px solid #ddd;
  125. }
  126. table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  127.  border-top: 0px solid #ddd;
  128.  border-right: 0px solid #ddd;
  129. }
  130. thead {
  131.     background-color: #94a9b7!important;
  132.     color: #fff;
  133.     text-transform: uppercase;
  134. }
  135. table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  136.     background-color: none;
  137. }
  138. /* table > buttons */
  139. .btn-default {
  140.     color: #587388;
  141.     background-color: #dee5e9;
  142.     border-color: #dee5e9;
  143. }
  144. .btn-default:hover {
  145.     color: #ffffff;
  146.     background-color: #587388;
  147.     border-color: #587388;
  148. }
  149. .btn {
  150.     text-transform: uppercase;
  151.     font-weight: 700;
  152. }
  153. button.dt-button, div.dt-button, a.dt-button {
  154.     text-transform: uppercase;
  155.     font-weight: 700;
  156.     border: 1px solid #dee5e9;
  157.     color: #587388;
  158.     background-color: #dee5e9;
  159.     background-image: -none!important;
  160.     -webkit-border-radius: 4px;
  161.     -moz-border-radius: 4px;
  162.     border-radius: 4px;
  163. }
  164. button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
  165.     border: 1px solid #587388;
  166.     background-color: #587388;
  167.     color: #fff;
  168.     background-image: none!important;
  169. }
  170. .buttons-copy:before {
  171.     content: "\f0c5";
  172.     font-family: "FontAwesome";
  173.     margin-right: 8px;
  174. }
  175. .buttons-csv:before, .buttons-csv:excel, .buttons-pdf:before {
  176.  font-family: "FontAwesome";
  177.  content: "\f016";
  178.  margin-right: 8px;
  179. }
  180. .buttons-print:before {
  181.     content: "\f02f";
  182.     font-family: "FontAwesome";
  183.     margin-right: 8px;
  184. }
  185.  
  186. /* map legend */
  187. /* .info {
  188. /*    font: 12px "Open Sans";
  189. /*}
  190.  
  191. /* pivot table */
  192. .pvtRows {
  193.     background-color: #000000;
  194. }
  195. .pvtCols {
  196.     background-color: #000000;
  197. }
Advertisement
Add Comment
Please, Sign In to add comment