Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

434 lines
10KB

  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. .link-support {
  65. float: left;
  66. padding: 15px 15px;
  67. border-right: solid 1px #e0e0e0;
  68. color: #333;
  69. &:hover {
  70. text-decoration: none;
  71. color: $color1;
  72. }
  73. }
  74. .navbar-custom-menu .navbar-nav > li > a,
  75. .navbar-right > li > a {
  76. border-left: solid 1px #e0e0e0 ;
  77. color: #333 ;
  78. }
  79. .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus,
  80. .nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
  81. .nav > .active > a {
  82. color: $color1 ;
  83. }
  84. .dropdown-menu {
  85. @include box-shadow(0px 0px 4px gray) ;
  86. }
  87. }
  88. .logo, .navbar .sidebar-toggle {
  89. border-right: solid 1px #e0e0e0 ;
  90. }
  91. .link-control-sidebar {
  92. display: none ;
  93. }
  94. .notifications-menu {
  95. ul.menu {
  96. max-height: 300px ;
  97. li {
  98. a {
  99. padding-top: 4px ;
  100. padding-bottom: 4px ;
  101. h5 {
  102. margin-bottom: 2px ;
  103. small {
  104. float: right ;
  105. }
  106. }
  107. p {
  108. margin-left: 10px ;
  109. }
  110. }
  111. }
  112. }
  113. }
  114. .navbar .nav li.producer-menu {
  115. .dropdown-menu {
  116. width: 400px;
  117. }
  118. .search-producer {
  119. margin: 10px;
  120. width: 94%;
  121. }
  122. .li-alert-no-results {
  123. display: none;
  124. .alert {
  125. margin-bottom: 0px;
  126. margin-left: 10px;
  127. margin-right: 10px;
  128. padding: 15px 15px 10px 15px;
  129. }
  130. }
  131. .label {
  132. position: relative ;
  133. top: -2px ;
  134. left: 0px ;
  135. }
  136. #link-display-producers-offline {
  137. color: $color1;
  138. }
  139. .offline {
  140. display: none;
  141. }
  142. }
  143. }
  144. .sidebar {
  145. .sidebar-menu > li.header {
  146. color: #899397;
  147. }
  148. .label {
  149. padding-top: 5px;
  150. position: relative;
  151. top: -3px;
  152. }
  153. }
  154. .sidebar-menu > li.active > a {
  155. border-color: $color1 ;
  156. }
  157. section.sidebar {
  158. .user-panel {
  159. text-align: center;
  160. .image {
  161. margin-bottom: 3px;
  162. }
  163. .title {
  164. font-weight: bold;
  165. color: white;
  166. }
  167. }
  168. }
  169. .content-wrapper {
  170. background-color: #f5f5f5 ;
  171. .content-header {
  172. background-color: #F5F5F5 ;
  173. padding-bottom: 15px ;
  174. border-bottom: solid 1px #e0e0e0 ;
  175. border-top: solid 1px #e0e0e0 ;
  176. .btn {
  177. padding: 3px 6px;
  178. font-size: 10px;
  179. font-family: Arial;
  180. text-transform: uppercase;
  181. }
  182. h1 {
  183. font-family: 'myriadpro-light';
  184. font-size: 20px;
  185. }
  186. }
  187. .col-no-padding-left {
  188. padding-left: 0px;
  189. }
  190. .col-no-padding-right {
  191. padding-right: 0px;
  192. }
  193. a {
  194. color: darken($color1, 5) ;
  195. }
  196. .label {
  197. padding-top: 4px;
  198. padding-bottom: 1px;
  199. }
  200. .btn {
  201. color: white ;
  202. }
  203. .btn-default {
  204. color: #333 ;
  205. background-color: white ;
  206. }
  207. .btn-primary {
  208. background-color: $color1 ;
  209. color: white ;
  210. border-color: $color1 ;
  211. }
  212. .nav.nav-tabs {
  213. .badge {
  214. margin-left: 4px;
  215. background-color: #e0e0e0;
  216. color: #444;
  217. }
  218. }
  219. .tab-content {
  220. border-left: solid 1px #ddd;
  221. border-bottom: solid 1px #ddd;
  222. border-right: solid 1px #ddd;
  223. padding: 30px 15px 15px 15px;
  224. background-color: white;
  225. }
  226. .alert {
  227. position: relative;
  228. a {
  229. color: white ;
  230. }
  231. a.btn {
  232. color: #333 ;
  233. text-decoration: none ;
  234. }
  235. .close {
  236. font-size: 30px;
  237. position: absolute;
  238. top: 10px;
  239. right: 15px;
  240. text-decoration: none;
  241. color: white;
  242. opacity: 0.6;
  243. &:hover {
  244. opacity: 1;
  245. }
  246. }
  247. }
  248. .small-box {
  249. h3 {
  250. font-size: 28px;
  251. font-family: 'Source Sans Pro',sans-serif;
  252. }
  253. .icon {
  254. top: -2px;
  255. }
  256. .small-box-footer {
  257. color: white;
  258. padding-top: 6px;
  259. padding-bottom: 2px;
  260. }
  261. }
  262. .callout {
  263. h4 .fa {
  264. margin-right: 7px ;
  265. }
  266. a {
  267. color: white ;
  268. }
  269. .btn {
  270. color: #333 ;
  271. text-decoration: none ;
  272. }
  273. }
  274. .table {
  275. th {
  276. font-size: 13px ;
  277. }
  278. th.column-actions, td.column-actions {
  279. width: 172px;
  280. text-align: right ;
  281. }
  282. td.text-small, th.text-small {
  283. font-size: 12px ;
  284. }
  285. }
  286. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  287. background-color: $color1 ;
  288. border: solid 1px $color1 ;
  289. color: white ;
  290. }
  291. .pagination > li > a, .pagination > li > span {
  292. color: $color1 ;
  293. &:hover {
  294. color: darken($color1, 10) ;
  295. }
  296. }
  297. .submenu {
  298. margin-bottom: 25px ;
  299. }
  300. .form-actions {
  301. position: fixed;
  302. bottom: 0;
  303. left: 0;
  304. right: 0;
  305. width: 100%;
  306. padding: 15px 30px 15px 30px;
  307. margin: 0px;
  308. background-color: white;
  309. text-align: right;
  310. z-index: 10;
  311. border-top: solid 1px #e0e0e0;
  312. a, button {
  313. margin-left: 10px;
  314. }
  315. }
  316. .form-buttons {
  317. margin-top: 25px;
  318. text-align: right;
  319. }
  320. }
  321. .main-footer {
  322. a {
  323. color: $color1 ;
  324. }
  325. }
  326. .gridview-pagesize {
  327. float: right;
  328. margin-bottom: 8px;
  329. }
  330. #yii-debug-toolbar {
  331. bottom: 64px;
  332. }
  333. }
  334. body.login-page {
  335. background: none ;
  336. background-color: $color2 ;
  337. .login-box {
  338. .login-logo {
  339. text-align: center ;
  340. font-family: 'highvoltageregular';
  341. img {
  342. width: 50px ;
  343. }
  344. }
  345. .login-box-body {
  346. .btn-primary {
  347. background-color: $color1 ;
  348. border-color: $color1 ;
  349. padding: 5px 10px ;
  350. &:active {
  351. background-color: lighten($color1, 5) ;
  352. border-color: $color1 ;
  353. }
  354. }
  355. a {
  356. color: $color1 ;
  357. &:hover {
  358. color: lighten($color1, 5) ;
  359. }
  360. }
  361. }
  362. }
  363. }