default.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /*!
  2. * bootswatch v3.3.2
  3. * Homepage: http://bootswatch.com
  4. * Copyright 2012-2015 Thomas Park
  5. * Licensed under MIT
  6. * Based on Bootstrap
  7. */
  8. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  9. html {
  10. font-family: sans-serif;
  11. -ms-text-size-adjust: 100%;
  12. -webkit-text-size-adjust: 100%;
  13. }
  14. @font-face {
  15. font-family: 'Stag-Medium';
  16. font-style: normal;
  17. font-weight: 400;
  18. src: local('Stag-Medium'), local('Stag-Medium'), url(fonts/Stag-Medium.otf) format('opentype');
  19. }
  20. @font-face {
  21. font-family: 'Stag-Book';
  22. font-style: normal;
  23. font-weight: 700;
  24. src: local('Stag-Book'), local('Stag-Book'), url(fonts/Stag-Book.otf) format('opentype');
  25. }
  26. @font-face {
  27. font-family: 'Stag-Ligth';
  28. font-style: italic;
  29. font-weight: 600;
  30. src: local('Stag-Ligth'), local('Stag-Ligth'), url(fonts/Stag-Light.otf) format('opentype');
  31. }
  32. @font-face {
  33. font-family: 'Stag-Semibold';
  34. font-style: italic;
  35. font-weight: 600;
  36. src: local('Stag-Semibold'), local('Stag-Semibold'), url(fonts/Stag-Semibold.otf) format('opentype');
  37. }
  38. body {
  39. margin: 0;
  40. font-family: 'Stag-Ligth,Tahoma,sans-serif';
  41. -ms-text-size-adjust: 100%;
  42. -webkit-text-size-adjust: 100%;
  43. }
  44. a:focus, a:hover{
  45. color: #666;
  46. }
  47. a{
  48. color: #333;
  49. }
  50. footer{
  51. background: #45484d; /* Old browsers */
  52. background: -moz-linear-gradient(top, #45484d 0%, #4d4c4e 100%); /* FF3.6+ */
  53. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#4d4c4e)); /* Chrome,Safari4+ */
  54. background: -webkit-linear-gradient(top, #45484d 0%,#4d4c4e 100%); /* Chrome10+,Safari5.1+ */
  55. background: -o-linear-gradient(top, #45484d 0%,#4d4c4e 100%); /* Opera 11.10+ */
  56. background: -ms-linear-gradient(top, #45484d 0%,#4d4c4e 100%); /* IE10+ */
  57. background: linear-gradient(to bottom, #45484d 0%,#4d4c4e 100%); /* W3C */
  58. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#4d4c4e',GradientType=0 ); /* IE6-9 */
  59. -webkit-filter: none;
  60. filter: none;
  61. -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  62. box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  63. }
  64. footer{
  65. color: #ffffff;
  66. }
  67. footer a{
  68. color: #ffffff;
  69. }
  70. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  71. color: #ffffff;
  72. background-color: #666666;
  73. }
  74. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
  75. color: #ffffff;
  76. background-color: #666666;
  77. }
  78. .navbar {
  79. background: #45484d; /* Old browsers */
  80. background: -moz-linear-gradient(top, #45484d 0%, #4d4c4e 100%); /* FF3.6+ */
  81. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#4d4c4e)); /* Chrome,Safari4+ */
  82. background: -webkit-linear-gradient(top, #45484d 0%,#4d4c4e 100%); /* Chrome10+,Safari5.1+ */
  83. background: -o-linear-gradient(top, #45484d 0%,#4d4c4e 100%); /* Opera 11.10+ */
  84. background: -ms-linear-gradient(top, #45484d 0%,#4d4c4e 100%); /* IE10+ */
  85. background: linear-gradient(to bottom, #45484d 0%,#4d4c4e 100%); /* W3C */
  86. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#4d4c4e',GradientType=0 ); /* IE6-9 */
  87. -webkit-filter: none;
  88. filter: none;
  89. -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  90. box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  91. border-bottom: 3px solid #abb133;
  92. }
  93. .navbar-default .navbar-nav > li > a{
  94. color: #fff;
  95. }
  96. .navbar-default .navbar-nav > li > a:hover{
  97. color: #cccccc;
  98. }
  99. .navbar-default .badge {
  100. background-color: #fff;
  101. color: #2fa4e7;
  102. }
  103. .top-header{
  104. background: #bdbfc1;
  105. padding-top: 5px;
  106. padding-bottom: 5px;
  107. }
  108. .date-time{
  109. color: #ffffff;
  110. padding-top: 5px;
  111. }
  112. /*Botones*/
  113. .btn {
  114. text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  115. }
  116. .btn .caret {
  117. border-top-color: #fff;
  118. }
  119. .btn-default {
  120. background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  121. background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  122. background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#f5f5f5));
  123. background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  124. background-repeat: no-repeat;
  125. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  126. -webkit-filter: none;
  127. filter: none;
  128. border-bottom: 1px solid #e6e6e6;
  129. }
  130. .btn-default:hover {
  131. color: #555555;
  132. }
  133. .btn-default .caret {
  134. border-top-color: #555555;
  135. }
  136. .btn-default {
  137. background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  138. background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  139. background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#f5f5f5));
  140. background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
  141. background-repeat: no-repeat;
  142. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  143. -webkit-filter: none;
  144. filter: none;
  145. border-bottom: 1px solid #e6e6e6;
  146. }
  147. .btn-primary {
  148. background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  149. background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  150. background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
  151. background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  152. background-repeat: no-repeat;
  153. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
  154. -webkit-filter: none;
  155. filter: none;
  156. border-bottom: 1px solid #178acc;
  157. }
  158. .btn-success {
  159. background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934);
  160. background-image: -o-linear-gradient(#88c149, #73a839 60%, #699934);
  161. background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73a839), to(#699934));
  162. background-image: linear-gradient(#88c149, #73a839 60%, #699934);
  163. background-repeat: no-repeat;
  164. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
  165. -webkit-filter: none;
  166. filter: none;
  167. border-bottom: 1px solid #59822c;
  168. }
  169. .btn-info {
  170. background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
  171. background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
  172. background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #033c73), to(#02325f));
  173. background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
  174. background-repeat: no-repeat;
  175. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
  176. -webkit-filter: none;
  177. filter: none;
  178. border-bottom: 1px solid #022241;
  179. }
  180. .btn-warning {
  181. background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  182. background-image: -o-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  183. background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6707), color-stop(60%, #dd5600), to(#c94e00));
  184. background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
  185. background-repeat: no-repeat;
  186. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
  187. -webkit-filter: none;
  188. filter: none;
  189. border-bottom: 1px solid #aa4200;
  190. }
  191. .btn-danger {
  192. background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  193. background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  194. background-image: -webkit-gradient(linear, left top, left bottom, from(#e12b31), color-stop(60%, #c71c22), to(#b5191f));
  195. background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
  196. background-repeat: no-repeat;
  197. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
  198. -webkit-filter: none;
  199. filter: none;
  200. border-bottom: 1px solid #9a161a;
  201. }
  202. .btn-return {
  203. background: #45484d; /* Old browsers */
  204. background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
  205. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  206. background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  207. background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
  208. background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
  209. background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
  210. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  211. color: #ffffff;
  212. }
  213. .btn-return:hover{
  214. color: #cccccc;
  215. }