No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

305 líneas
7.4KB

  1. body.skin-black {
  2. .main-header {
  3. .logo {
  4. background-color: white ;
  5. font-family: 'highvoltageregular';
  6. font-size: 23px;
  7. &:hover, &:focus {
  8. background-color: white ;
  9. text-decoration: none;
  10. }
  11. .logo-lg {
  12. img {
  13. width: 30px ;
  14. height: 30px ;
  15. }
  16. }
  17. .logo-mini {
  18. img {
  19. width: 30px ;
  20. height: 30px ;
  21. }
  22. }
  23. }
  24. .navbar {
  25. background-color: white ;
  26. .producer-panel {
  27. position: relative;
  28. float: left;
  29. padding: 15px;
  30. padding-left: 50px;
  31. margin-left: 7px;
  32. &.without-logo {
  33. padding-left: 10px;
  34. }
  35. .logo {
  36. position: absolute;
  37. top: 5px;
  38. left: 0px;
  39. background-color: white;
  40. width: 40px;
  41. height: 40px;
  42. @include border-radius(50px);
  43. border: solid 1px #e0e0e0;
  44. text-align: center;
  45. overflow: hidden;
  46. .img-logo {
  47. position: absolute;
  48. top: 50%;
  49. left: 50%;
  50. transform: translate(-50%, -50%);
  51. max-width: 35px;
  52. max-height: 35px;
  53. }
  54. }
  55. .title {
  56. position: relative;
  57. top: 2px;
  58. text-transform: uppercase;
  59. }
  60. }
  61. .sidebar-toggle {
  62. color: #333 ;
  63. }
  64. .navbar-custom-menu .navbar-nav > li > a,
  65. .navbar-right > li > a {
  66. border-left: solid 1px #e0e0e0 ;
  67. color: #333 ;
  68. }
  69. .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus,
  70. .nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
  71. .nav > .active > a {
  72. color: $color1 ;
  73. }
  74. .dropdown-menu {
  75. @include box-shadow(0px 0px 4px gray) ;
  76. }
  77. }
  78. .logo, .navbar .sidebar-toggle {
  79. border-right: solid 1px #e0e0e0 ;
  80. }
  81. .link-control-sidebar {
  82. display: none ;
  83. }
  84. .notifications-menu {
  85. ul.menu {
  86. max-height: 300px ;
  87. li {
  88. a {
  89. padding-top: 4px ;
  90. padding-bottom: 4px ;
  91. h5 {
  92. margin-bottom: 2px ;
  93. small {
  94. float: right ;
  95. }
  96. }
  97. p {
  98. margin-left: 10px ;
  99. }
  100. }
  101. }
  102. }
  103. }
  104. .navbar .nav li.producer-menu {
  105. .label {
  106. position: relative ;
  107. top: -2px ;
  108. left: 0px ;
  109. }
  110. #link-display-producers-offline {
  111. color: $color1;
  112. }
  113. .offline {
  114. display: none;
  115. }
  116. }
  117. }
  118. .sidebar-menu > li.active > a {
  119. border-color: $color1 ;
  120. }
  121. section.sidebar {
  122. .user-panel {
  123. text-align: center;
  124. .image {
  125. margin-bottom: 3px;
  126. }
  127. .title {
  128. font-weight: bold;
  129. color: white;
  130. }
  131. }
  132. }
  133. .content-wrapper {
  134. background-color: #f5f5f5 ;
  135. .content-header {
  136. background-color: #F5F5F5 ;
  137. padding-bottom: 15px ;
  138. border-bottom: solid 1px #e0e0e0 ;
  139. border-top: solid 1px #e0e0e0 ;
  140. .btn {
  141. padding: 3px 6px;
  142. font-size: 10px;
  143. font-family: Arial;
  144. text-transform: uppercase;
  145. }
  146. h1 {
  147. font-family: 'myriadpro-light';
  148. font-size: 20px;
  149. }
  150. }
  151. a {
  152. color: $color1 ;
  153. }
  154. .btn {
  155. color: white ;
  156. }
  157. .btn-default {
  158. color: #333 ;
  159. background-color: white ;
  160. }
  161. .btn-primary {
  162. background-color: $color1 ;
  163. color: white ;
  164. border-color: $color1 ;
  165. }
  166. .alert {
  167. a {
  168. color: white ;
  169. }
  170. a.btn {
  171. color: #333 ;
  172. text-decoration: none ;
  173. }
  174. .close {
  175. font-size: 30px;
  176. position: relative;
  177. top: -15px;
  178. text-decoration: none;
  179. color: white;
  180. opacity: 0.6;
  181. &:hover {
  182. opacity: 1;
  183. }
  184. }
  185. }
  186. .callout {
  187. h4 .fa {
  188. margin-right: 7px ;
  189. }
  190. a {
  191. color: white ;
  192. }
  193. .btn {
  194. color: #333 ;
  195. text-decoration: none ;
  196. }
  197. }
  198. .table {
  199. th {
  200. font-size: 13px ;
  201. }
  202. th.column-actions, td.column-actions {
  203. width: 150px ;
  204. text-align: right ;
  205. }
  206. td.text-small, th.text-small {
  207. font-size: 12px ;
  208. }
  209. }
  210. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  211. background-color: $color1 ;
  212. border: solid 1px $color1 ;
  213. color: white ;
  214. }
  215. .pagination > li > a, .pagination > li > span {
  216. color: $color1 ;
  217. &:hover {
  218. color: darken($color1, 10) ;
  219. }
  220. }
  221. .submenu {
  222. margin-bottom: 25px ;
  223. }
  224. }
  225. .main-footer {
  226. a {
  227. color: $color1 ;
  228. }
  229. }
  230. }
  231. body.login-page {
  232. background: none ;
  233. background-color: $color2 ;
  234. .login-box {
  235. .login-logo {
  236. text-align: center ;
  237. font-family: 'highvoltageregular';
  238. img {
  239. width: 50px ;
  240. }
  241. }
  242. .login-box-body {
  243. .btn-primary {
  244. background-color: $color1 ;
  245. border-color: $color1 ;
  246. padding: 5px 10px ;
  247. &:active {
  248. background-color: lighten($color1, 5) ;
  249. border-color: $color1 ;
  250. }
  251. }
  252. a {
  253. color: $color1 ;
  254. &:hover {
  255. color: lighten($color1, 5) ;
  256. }
  257. }
  258. }
  259. }
  260. }