Advertisement
morghan0513

Globcraft theme 2

Mar 30th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  2. @import url(https://fonts.googleapis.com/css?family=Karla:400,400italic);
  3.  
  4. /* TITAN */
  5. a[data-remote="/package/2148460"] > img{
  6. background-color: #4caf50 !important;
  7. border-color: #388e3c !important;
  8. }
  9.  
  10. .btn[data-remote="/package/2148460"]{
  11. border-color: #4caf50 !important;
  12. color: #4caf50 !important;
  13. }
  14.  
  15. .titan{
  16. color: #4caf50;
  17. text-shadow: 0px 2px 0px #00bcd4;
  18. }
  19.  
  20. .btn-info {
  21. color: #4caf50 !important;
  22. border-color: #4caf50;
  23. }
  24.  
  25. .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  26. color: #ffffff !important;
  27. background-color: #4caf50;
  28. border-color: #4caf50;
  29. }
  30.  
  31. .btn[data-remote="/package/2148460"]:hover, .btn[data-remote="/package/2148460"]:focus, .btn[data-remote="/package/2148460"]:active{
  32. color: #ffffff !important;
  33. background-color: #4caf50 !important;
  34. border-color: #388e3c !important;
  35. }
  36.  
  37. /* CHAMP */
  38. a[data-remote="/package/2148450"] > img{
  39. background-color: #006778 !important;
  40. border-color: #004651 !important;
  41. }
  42.  
  43. .btn[data-remote="/package/2148450"]{
  44. border-color: #388e3c !important;
  45. color: #388e3c !important;
  46. }
  47.  
  48. .champ{
  49. color: #388e3c;
  50. text-shadow: 0px 2px 0px #388e3c;
  51. }
  52.  
  53. .btn[data-remote="/package/2148450"]:hover, .btn[data-remote="/package/2148450"]:focus, .btn[data-remote="/package/2148450"]:active{
  54. color: #ffffff !important;
  55. background-color: #388e3c !important;
  56. border-color: #00899f !important;
  57. }
  58.  
  59. /* KNIGHT */
  60. a[data-remote="/package/2148450"] > img{
  61. background-color: #4dd0e1 !important;
  62. border-color: #00bcd4 !important;
  63. }
  64.  
  65. .btn[data-remote="/package/2148450"]{
  66. border-color: #4dd0e1 !important;
  67. color: #4dd0e1 !important;
  68. }
  69.  
  70. .knight{
  71. color: #4dd0e1;
  72. text-shadow: 0px 2px 0px #388e3c;
  73. }
  74.  
  75. .btn[data-remote="/package/2148450"]:hover, .btn[data-remote="/package/2148450"]:focus, .btn[data-remote="/package/2148450"]:active{
  76. color: #ffffff !important;
  77. background-color: #16dfff !important;
  78. border-color: #00bcd4 !important;
  79. }
  80.  
  81. /* HERO */
  82. a[data-remote="/package/2148434"] > img{
  83. background-color: #ff89ff !important;
  84. border-color: #303f9f !important;
  85. }
  86.  
  87. .btn[data-remote="/package/2148434"]{
  88. border-color: #3f51b5 !important;
  89. color: #3f51b5 !important;
  90. }
  91.  
  92. .btn[data-remote="/package/2148434"]:hover, .btn[data-remote="/package/2148434"]:focus, .btn[data-remote="/package/2148434"]:active{
  93. color: #ffffff !important;
  94. background-color: #ff89ff !important;
  95. border-color: #3f51b5 !important;
  96. }
  97.  
  98. .hero{
  99. color: #3f51b5;
  100. text-shadow: 0px 2px 0px #303f9f;
  101. }
  102.  
  103. /* SQUIRE */
  104. a[data-remote="/package/2148434"] > img{
  105. background-color: #ff00ff !important;
  106. border-color: #ff3bff !important;
  107. }
  108.  
  109. .btn[data-remote="/package/2148434"]{
  110. border-color: #ff00ff !important;
  111. color: #ff00ff !important;
  112. }
  113.  
  114. .btn[data-remote="/package/2148434"]:hover, .btn[data-remote="/package/2148434"]:focus, .btn[data-remote="/package/2148434"]:active{
  115. color: #ffffff !important;
  116. background-color: #ff00ff !important;
  117. border-color: #ff76ff !important;
  118. }
  119.  
  120. .squire{
  121. color: #ff00ff;
  122. text-shadow: 0px 2px 0px #303f9f;
  123. }
  124.  
  125. .category .packages-image .package .info .text {
  126. width: 58%;
  127. }
  128.  
  129. .category .packages-image .package .info .button {
  130. width: 42%;
  131. }
  132.  
  133. .btn-danger {
  134. color: #d43f3a;
  135. }
  136.  
  137. .btn-primary {
  138. color: #1455c6;
  139. }
  140.  
  141. .btn-default {
  142. color: #cccccc;
  143. }
  144.  
  145. .input-group-btn .btn{
  146. border-width: 1px;
  147. }
  148.  
  149. .btn {
  150. letter-spacing: 1px;
  151. text-decoration: none;
  152. background: none;
  153. -moz-user-select: none;
  154. background-image: none;
  155.  
  156. border-radius: 2;
  157. cursor: pointer;
  158. display: inline-block;
  159. margin-bottom: 0;
  160. vertical-align: middle;
  161. white-space: nowrap;
  162. line-height:20px;
  163. font-weight:700;
  164. text-transform:uppercase;
  165. border-width: 2px;
  166. }
  167.  
  168. .package .info .button btn{
  169. font-size: 1.5rem;
  170. }
  171.  
  172. .panel{
  173. border: solid 2px #51ce64;
  174. }
  175.  
  176. body {
  177. margin-top: 0px;
  178. background-color: #EDEDED;
  179. font-family: 'Karla', sans-serif;
  180. }
  181.  
  182. .footer {
  183. border: none;
  184. }
  185. .header{
  186. margin-top: 0px;
  187. padding-top:16px;
  188. padding-bottom:32px;
  189. border-radius: 3px;
  190. margin-bottom: -32px;
  191. }
  192.  
  193. .header .logo img {
  194. height: 60px;
  195. padding: 8px;
  196. }
  197.  
  198. .navbar-default {
  199. border:none;
  200. border-radius: 0px;
  201. }
  202.  
  203. .panel .panel-heading {
  204. background-color: #51CE64;
  205. font-weight: 700;
  206. color: white;
  207. font-size: 1.8rem;
  208. }
  209.  
  210. h1,h2,h3,h4,.panel-heading, .navbar-default, .btn, .footer a{
  211. font-family: 'Montserrat', sans-serif !important;
  212. }
  213.  
  214. .footer{
  215. color: #4FC963;
  216. }
  217.  
  218. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  219. color: #333;
  220. text-decoration: none;
  221. border-top: 3px solid #51CE64;
  222. margin-top: -3px;
  223. }
  224.  
  225. a {
  226. color: #51CE64;
  227. text-decoration: none;
  228. }
  229.  
  230. .btn-success, .label-success {
  231. background-color: #51CE64;
  232. }
  233.  
  234. .btn-success {
  235. border-color: #51CE64;
  236. }
  237.  
  238. .form-control:focus {
  239. border-color: #51CE64;
  240. }
  241.  
  242. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  243. color: #333;
  244. }
  245.  
  246. .navbar-default .navbar-nav > li > a {
  247. color: #333;
  248. }
  249.  
  250. .module .featured-package .image img, .category .packages-image .package .image img {
  251. padding:8px;
  252. background: #ECECEC none repeat scroll 0% 0%;
  253. border: solid 1px #DDD;
  254. border-radius: 3px;
  255. }
  256.  
  257. .category .packages-image .package .info .text .name, .module .featured-package .info .text .name{
  258. font-family: 'Montserrat', sans-serif !important;
  259. font-weight: bold;
  260. font-size: 18px;
  261. }
  262.  
  263. .rank-title{
  264. font-family: 'Montserrat', sans-serif !important;
  265. font-weight: bold;
  266. text-transform: uppercase;
  267. font-size: 42px;
  268. }
  269.  
  270. .modal-content {
  271. background-color: #ffffff;
  272. border: none;
  273. border-radius: 3px;
  274. box-shadow: none;
  275. }
  276.  
  277. .modal-title{
  278. visibility: hidden;
  279. }
  280.  
  281. .modal-header {
  282. border: none;
  283. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement