Advertisement
Guest User

Untitled

a guest
May 27th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. /*
  2. #Homepageinformations! Please do not remove these lines
  3. #name: Default
  4. #autor: L.Gmann
  5. #img: theme-default.png
  6. #txtcolor: #ddd
  7. #dashboardbgcolor: #D7B167
  8.  
  9. First-Coder Teamspeak 3 Webinterface for everyone
  10. Copyright (C) 2017 by L.Gmann
  11.  
  12. This program is free software: you can redistribute it and/or modify
  13. it under the terms of the GNU General Public License as published by
  14. the Free Software Foundation, either version 3 of the License, or
  15. any later version.
  16.  
  17. This program is distributed in the hope that it will be useful,
  18. but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. GNU General Public License for more details.
  21.  
  22. You should have received a copy of the GNU General Public License
  23. along with this program. If not, see <http://www.gnu.org/licenses/>.
  24.  
  25. for help look http://first-coder.de/
  26.  
  27. Here will be all Themes / Colors defined. This Document has a full Dokumentation! Just add this Code, Refresh your Webpage and see the Result
  28. */
  29.  
  30. /*
  31. Main Stuff
  32. */
  33.  
  34. .main {
  35. padding-left: 20px;
  36. padding-right: 20px;
  37. -ms-overflow-style: none;
  38. background: transparent;
  39. }
  40.  
  41. .main .page-on-top {
  42. margin-left: 20px;
  43. margin-right: 20px;
  44. box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  45. padding: 40px;
  46. background: transparent;
  47. -webkit-transform: translate3d(0, -60px, 0);
  48. transform: translate3d(0, -60px, 0);
  49. }
  50.  
  51.  
  52. .main .page-on-top.settings {
  53. padding-left: 0px;
  54. padding-right: 0px;
  55. padding-top: 0px;
  56. background: transparent;
  57. }
  58.  
  59. body {
  60. background: transparent;
  61. color: black;
  62. }
  63.  
  64. a {
  65. color: rgb(27, 123, 80);
  66. }
  67.  
  68. .color-light {
  69. color: #616161;
  70. }
  71.  
  72. .custom-bg {
  73. background: url('../images/bg_orange.jpg') no-repeat center center fixed;
  74. -webkit-background-size: cover;
  75. -moz-background-size: cover;
  76. -o-background-size: cover;
  77. background-size: cover;
  78. }
  79.  
  80. .form-control, .custom-file-control, .is-focused .form-control, .is-focused .custom-file-control {
  81. background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  82. background-image: linear-gradient(to top, #ffffff 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
  83. }
  84.  
  85. .navbar {
  86. color: black;
  87. }
  88.  
  89. .badge.badge-40 .img-circle {
  90. z-index: 1;
  91. max-width: 40px;
  92. width: 40px;
  93. border: 2px solid orange;
  94. box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  95. }
  96.  
  97. .tag.tag-outline-success {
  98. color: #09ff14;
  99. border-style: solid;
  100. border-width: 1px;
  101. border-color: #388e3c;
  102. background:transparent;
  103. }
  104.  
  105. .tag.tag-outline-danger {
  106. color: #d32f2f;
  107. border-style: solid;
  108. border-width: 1px;
  109. border-color: #d32f2f;
  110. background: transparent;
  111. }
  112.  
  113. .dropdown .dropdown-menu.dropdown-menu-right,
  114. .btn-group .dropdown-menu.dropdown-menu-right {
  115. left: auto;
  116. right: 0;
  117. }
  118.  
  119. .btn.btn-secondary.bmd-btn-fab, .btn.btn-secondary[disabled].bmd-btn-fab {
  120. background: rgb(27, 0, 255);
  121. background: rgb(27, 123, 80);
  122. color: #fff;
  123. border: none;
  124. }
  125.  
  126. .btn.btn-success.btn-flat, .btn.btn-success.btn-flat.bmd-btn-fab, .btn.btn-success[disabled].btn-flat, .btn.btn-success[disabled].btn-flat.bmd-btn-fab {
  127. background: none;
  128. color: #388e3c;
  129. border: none;
  130. }
  131.  
  132. .btn.btn-info.btn-flat.active, .btn.btn-info.btn-flat:hover, .btn.btn-info.btn-flat:focus, .btn.btn-info.btn-flat:focus:active, .btn.btn-info.btn-flat:active, .btn.btn-info.btn-flat.bmd-btn-fab.active, .btn.btn-info.btn-flat.bmd-btn-fab:hover, .btn.btn-info.btn-flat.bmd-btn-fab:focus, .btn.btn-info.btn-flat.bmd-btn-fab:focus:active, .btn.btn-info.btn-flat.bmd-btn-fab:active, .btn.btn-info[disabled].btn-flat.active, .btn.btn-info[disabled].btn-flat:hover, .btn.btn-info[disabled].btn-flat:focus, .btn.btn-info[disabled].btn-flat:focus:active, .btn.btn-info[disabled].btn-flat:active, .btn.btn-info[disabled].btn-flat.bmd-btn-fab.active, .btn.btn-info[disabled].btn-flat.bmd-btn-fab:hover, .btn.btn-info[disabled].btn-flat.bmd-btn-fab:focus, .btn.btn-info[disabled].btn-flat.bmd-btn-fab:focus:active, .btn.btn-info[disabled].btn-flat.bmd-btn-fab:active {
  133. background: #eeeeee;
  134. color: #0081d1;
  135. }
  136.  
  137. btn.btn-danger.btn-flat.active, .btn.btn-danger.btn-flat:hover, .btn.btn-danger.btn-flat:focus, .btn.btn-danger.btn-flat:focus:active, .btn.btn-danger.btn-flat:active, .btn.btn-danger.btn-flat.bmd-btn-fab.active, .btn.btn-danger.btn-flat.bmd-btn-fab:hover, .btn.btn-danger.btn-flat.bmd-btn-fab:focus, .btn.btn-danger.btn-flat.bmd-btn-fab:focus:active, .btn.btn-danger.btn-flat.bmd-btn-fab:active, .btn.btn-danger[disabled].btn-flat.active, .btn.btn-danger[disabled].btn-flat:hover, .btn.btn-danger[disabled].btn-flat:focus, .btn.btn-danger[disabled].btn-flat:focus:active, .btn.btn-danger[disabled].btn-flat:active, .btn.btn-danger[disabled].btn-flat.bmd-btn-fab.active, .btn.btn-danger[disabled].btn-flat.bmd-btn-fab:hover, .btn.btn-danger[disabled].btn-flat.bmd-btn-fab:focus, .btn.btn-danger[disabled].btn-flat.bmd-btn-fab:focus:active, .btn.btn-danger[disabled].btn-flat.bmd-btn-fab:active {
  138. box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  139. color: #c02929;
  140. }
  141.  
  142. .form-primary .form-group.is-focused .form-control,
  143. .is-focused .form-primary .form-group.is-focused .form-control {
  144. background-image: -webkit-linear-gradient(bottom, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  145. background-image: linear-gradient(to top, #0d47a1 2px, rgba(13, 71, 161, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  146. }
  147.  
  148. .radio.radio-secondary label input[type=radio]:checked ~ .bmd-radio-inner-circle,
  149. label.radio-inline.radio-secondary input[type=radio]:checked ~ .bmd-radio-inner-circle {
  150. background-color: orange;
  151. }
  152.  
  153. label.radio-inline.radio-secondary input[type=radio]:checked ~ .bmd-radio-outer-circle {
  154. border-color: orange;
  155. }
  156.  
  157. .content .left-sidebar-section .section-title {
  158. color: #000000;
  159. border-color: orange;
  160. border-style: double;
  161. border-top: transparent;
  162. border-right: transparent;
  163. border-left: transparent;
  164. }
  165.  
  166. .content .left-sidebar-section > ul > li .btn-flat:hover {
  167. background-color: #ac4e1c;
  168. color: #ffffff;
  169. }
  170.  
  171. .switch.switch-success label input:checked + .bmd-switch-track::after {
  172. background-color: #388e3c;
  173. }
  174.  
  175. .switch.switch-success label .bmd-switch-track {
  176. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #98d69b 50%, #98d69b 100%);
  177. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #ff6a00 50%, #ffa500 100%);
  178. }
  179.  
  180. .card .header-shadow {
  181. background-color: rgb(231, 139, 28);
  182. box-shadow: 0px 4px 10px #ccc;
  183. }
  184.  
  185. .modal.modal-info .modal-header {
  186. background-color: orange ;
  187. color: #fff;
  188. border-bottom: none;
  189. padding: 15px 20px;
  190. }
  191.  
  192. .pills-area .moving-tab {
  193. background-color: #e6ad0b;
  194. color:black;
  195. box-shadow: 0 16px 26px -10px rgba(245, 227, 19, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
  196. }
  197.  
  198. .fixed-table-pagination .pagination>.active>a, .fixed-table-pagination .pagination>.active>span, .fixed-table-pagination .pagination>.active>a:hover, .fixed-table- pagination .pagination>.active>span:hover, .fixed-table-pagination .pagination>.active>a:focus, .fixed-table-pagination .pagination>.active>span:focus {
  199. z-index: 3;
  200. color: #fff;
  201. cursor: default;
  202. background-color: orange;
  203. border-color: #ffa500a3;
  204. }
  205.  
  206. .fixed-table-pagination .pagination>li>a:hover, .fixed-table-pagination .pagination>li>span:hover, .fixed-table-pagination .pagination>li>a:focus, .fixed-table- pagination .pagination>li>span:focus {
  207. z-index: 2;
  208. color: orange;
  209. background-color: #eee;
  210. border-color: #ddd;
  211. }
  212.  
  213. .fixed-table-pagination .pagination>li>a, .fixed-table-pagination .pagination>li>span {
  214. position: relative;
  215. float: left;
  216. padding: 3px 12px;
  217. margin-left: -1px;
  218. line-height: 1.42857143;
  219. color: black;
  220. text-decoration: none;
  221. background-color: #fff;
  222. border: 1px solid #ffa000;
  223. }
  224.  
  225. .text-muted, .bmd-help {
  226. color: black!important;
  227. }
  228.  
  229. .text-warning {
  230. color:white !important;
  231. }
  232.  
  233. .nav-tabs .nav-link.active {
  234. color: rgba(0, 0, 0, 0.87);
  235. border-color: orange !important;
  236. }
  237.  
  238. .radio.radio-secondary label input[type=radio]:checked ~ .bmd-radio-inner-circle,
  239. label.radio-inline.radio-secondary input[type=radio]:checked ~ .bmd-radio-inner-circle {
  240. background-color: orange;
  241. }
  242.  
  243. ::-webkit-scrollbar-thumb:hover {
  244. background: orange;
  245. }
  246.  
  247. ::-webkit-scrollbar-thumb:active {
  248. background: orange;
  249. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement