Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

448 rindas
10KB

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