Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.68 KB | None | 0 0
  1. @import "http://fonts.googleapis.com/css?family=Raleway:300";
  2.  
  3. /*************************************************
  4. ** Theme design by HyperGalactic **
  5. (skype: galacticuniverse.htmldev) **
  6. ** Wanting your own theme? Contact me! ^ **
  7. ** Main Color #373737 <- Replace with similar **
  8. ** Sub Color #38d2f2 <- Replace with similar **
  9. ** Put your image background in link down **
  10. *************************************************/
  11.  
  12. body {
  13. font-family: Raleway;
  14. font-size: 20px;
  15. color: #fff;
  16. background: url();
  17. background-size: cover
  18. }
  19.  
  20. ::-webkit-scrollbar {
  21. width: 10px
  22. }
  23.  
  24. ::-webkit-scrollbar-track {
  25. color: #38d2f2;
  26. background-color: #373737
  27. }
  28.  
  29. ::-webkit-scrollbar-thumb {
  30. -webkit-box-shadow: inset 0 0 10px #38d2f2;
  31. background: #38d2f2;
  32. opacity: 1
  33. }
  34.  
  35. .modal-header {
  36. background: #373737;
  37. font-family: Raleway;
  38. font-size: 30px;
  39. text-align: center;
  40. color: #fff
  41. }
  42.  
  43. .modal-body {
  44. background: #373737;
  45. font-family: Raleway;
  46. font-size: 15px;
  47. text-align: center;
  48. color: #fff
  49. }
  50.  
  51. .modal-footer {
  52. background: #373737;
  53. font-family: Raleway;
  54. font-size: 20px;
  55. text-align: left;
  56. color: #fff
  57. }
  58.  
  59. .navbar-nav > li > a, .nav > li > a {
  60. padding: 0;
  61. }
  62.  
  63. .navbar {
  64. min-height: 0;
  65. height: 51px
  66. }
  67.  
  68. .navbar-default {
  69. background: #373737;
  70. border-radius: 1px;
  71. border-color: #38d2f2
  72. }
  73.  
  74. .navbar-default .navbar-nav > li > a {
  75. color: #fff;
  76. font: 15px Raleway;
  77. line-height: 50px;
  78. padding: 0 15px;
  79. transition: background-position 1s,background 1s;
  80. }
  81.  
  82. .navbar-default .navbar-nav > li > a:hover,
  83. .navbar-default .navbar-nav > li > a:focus {
  84. color: #fff;
  85. text-decoration: none;
  86. background: #38d2f2;
  87. background-position: 0 -51px
  88. }
  89.  
  90. .navbar-default .navbar-nav > li:first-child > a {
  91. border-top-left-radius: 3px;
  92. border-bottom-left-radius: 3px
  93. }
  94.  
  95. .navbar-default .navbar-nav > .active > a,
  96. .navbar-default .navbar-nav > .active > a:hover,
  97. .navbar-default .navbar-nav > .active > a:focus {
  98. color: #fff;
  99. background: #38d2f2;
  100. background: #38d2f2;
  101. background-position: 0 -51px
  102. }
  103.  
  104. .navbar-default .navbar-toggle {
  105. border-color: transparent
  106. }
  107.  
  108. .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  109. background-color: transparent
  110. }
  111.  
  112. .navbar-default .navbar-toggle .icon-bar {
  113. background-color: #fff
  114. }
  115.  
  116. .navbar-default .navbar-collapse,.navbar-default .navbar-form {
  117. border: 0
  118. }
  119.  
  120. .dropdown-menu {
  121. color: #fff;
  122. font-family: Raleway;
  123. font-size: 15px;
  124. background: #373737
  125. }
  126.  
  127. .panel {
  128. color: #fff;
  129. background-color: #38d2f2;
  130. border-radius: 1px;
  131. border-color: #38d2f2
  132. }
  133.  
  134. .panel .panel-heading {
  135. background: #373737;
  136. font-family: Raleway;
  137. font-size: 20px;
  138. text-align: center;
  139. color: #fff;
  140. padding: 3px;
  141. border-radius: 1px;
  142. border-color: #38d2f2
  143. }
  144.  
  145. .table > thead > tr > th,
  146. .table > tbody > tr > th,
  147. .table > tfoot > tr > th,
  148. .table > thead > tr > td,
  149. .table > tbody > tr > td,
  150. .table > tfoot > tr > td {
  151. border-color: #38d2f2
  152. }
  153.  
  154. .table-striped > tbody > tr:nth-child(odd) > td,
  155. .table-striped > tbody > tr:nth-child(odd) > th {
  156. background-color: #2a2a2a
  157. }
  158.  
  159. .input-group-addon {
  160. color: #fff;
  161. background-color: #38d2f2;
  162. border-color: #38d2f2
  163. }
  164.  
  165. .text-primary {
  166. color: #38d2f2
  167. }
  168.  
  169. .text-primary:hover {
  170. color: #fff
  171. }
  172.  
  173. a {
  174. color: #fff;
  175. text-decoration: none
  176. }
  177.  
  178. a:hover,a:focus {
  179. color: #38d2f2;
  180. transition: 1s all ease-in;
  181. text-decoration: none
  182. }
  183.  
  184. a:focus {
  185. outline: 0
  186. }
  187.  
  188. a.thumbnail:hover,
  189. a.thumbnail:focus,
  190. a.thumbnail.active {
  191. border-color: #38d2f2
  192. }
  193.  
  194. .btn-link {
  195. color: #38d2f2;
  196. font-weight: 400;
  197. cursor: pointer;
  198. border-radius: 0
  199. }
  200.  
  201. .btn-link,
  202. .btn-link:active,
  203. .btn-link[disabled],
  204. fieldset[disabled] .btn-link {
  205. background-color: transparent;
  206. -webkit-box-shadow: none;
  207. box-shadow: none
  208. }
  209.  
  210. .btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
  211. border-color: transparent
  212. }
  213.  
  214. .btn-link:hover,.btn-link:focus {
  215. color: #38d2f2;
  216. text-decoration: none;
  217. background-color: transparent
  218. }
  219.  
  220. .btn-link[disabled]:hover,
  221. fieldset[disabled] .btn-link:hover,
  222. .btn-link[disabled]:focus,
  223. fieldset[disabled] .btn-link:focus {
  224. color: #38d2f2;
  225. text-decoration: none
  226. }
  227.  
  228. .dropdown-menu > .active > a,
  229. .dropdown-menu > .active > a:hover,
  230. .dropdown-menu > .active > a:focus {
  231. color: #fff;
  232. text-decoration: none;
  233. outline: 0;
  234. background-color: #38d2f2
  235. }
  236.  
  237. .nav-pills > li {
  238. float: left
  239. }
  240.  
  241. .nav-pills > li > a {
  242. border-radius: 4px
  243. }
  244.  
  245. .nav-pills > li + li {
  246. margin-left: 2px
  247. }
  248.  
  249. .nav-pills > li.active > a,
  250. .nav-pills > li.active > a:hover,
  251. .nav-pills > li.active > a:focus {
  252. color: #fff;
  253. background-color: #38d2f2
  254. }
  255.  
  256. .nav-pills > li.active > a .caret,.nav-pills > li.active > a:hover .caret,
  257. .nav-pills > li.active > a:focus .caret {
  258. border-top-color: #fff;
  259. border-bottom-color: #fff
  260. }
  261.  
  262. a.list-group-item {
  263. color: #555
  264. }
  265.  
  266. a.list-group-item .list-group-item-heading {
  267. color: #333
  268. }
  269.  
  270. a.list-group-item:hover,
  271. a.list-group-item:focus {
  272. text-decoration: none;
  273. background-color: #38d2f2
  274. }
  275.  
  276. a.list-group-item.active,
  277. a.list-group-item.active:hover,
  278. a.list-group-item.active:focus {
  279. z-index: 2;
  280. color: #fff;
  281. background-color: #38d2f2;
  282. border-color: #38d2f2
  283. }
  284.  
  285. a.list-group-item.active .list-group-item-heading,
  286. a.list-group-item.active:hover .list-group-item-heading,
  287. a.list-group-item.active:focus .list-group-item-heading {
  288. color: inherit
  289. }
  290.  
  291. a.list-group-item.active .list-group-item-text,
  292. a.list-group-item.active:hover .list-group-item-text,
  293. a.list-group-item.active:focus .list-group-item-text {
  294. color: #fff
  295. }
  296.  
  297. .btn-primary {
  298. color: #fff;
  299. background-color: #38d2f2;
  300. border-color: #38d2f2
  301. }
  302.  
  303. .btn-primary:hover,.btn-primary:focus,
  304. .btn-primary:active,.btn-primary.active,
  305. .open .dropdown-toggle.btn-primary {
  306. color: #fff;
  307. background-color: #38d2f2;
  308. border-color: #38d2f2
  309. }
  310.  
  311. .btn-primary:active,
  312. .btn-primary.active,
  313. .open .dropdown-toggle.btn-primary {
  314. background-image: none
  315. }
  316.  
  317. .btn-primary.disabled,
  318. .btn-primary[disabled],
  319. fieldset[disabled] .btn-primary,
  320. .btn-primary.disabled:hover,
  321. .btn-primary[disabled]:hover,
  322. fieldset[disabled] .btn-primary:hover,
  323. .btn-primary.disabled:focus,
  324. .btn-primary[disabled]:focus,
  325. fieldset[disabled] .btn-primary:focus,
  326. .btn-primary.disabled:active,
  327. .btn-primary[disabled]:active,
  328. fieldset[disabled] .btn-primary:active,
  329. .btn-primary.disabled.active,
  330. .btn-primary[disabled].active,
  331. fieldset[disabled] .btn-primary.active {
  332. background-color: #38d2f2;
  333. border-color: #38d2f2
  334. }
  335.  
  336. .btn-primary .badge {
  337. color: #38d2f2;
  338. background-color: #fff
  339. }
  340.  
  341. .pagination {
  342. display: inline-block;
  343. padding-left: 0;
  344. margin: 20px 0;
  345. border-radius: 4px
  346. }
  347.  
  348. .pagination > li {
  349. display: inline
  350. }
  351.  
  352. .pagination > li > a,
  353. .pagination > li > span {
  354. position: relative;
  355. float: left;
  356. padding: 6px 12px;
  357. line-height: 1.42857143;
  358. text-decoration: none;
  359. background-color: #38d2f2;
  360. border: 3px solid #38d2f2;
  361. margin-left: -1px
  362. }
  363.  
  364. .pagination > li:first-child > a,
  365. .pagination > li:first-child > span {
  366. margin-left: 0;
  367. border-bottom-left-radius: 4px;
  368. border-top-left-radius: 4px
  369. }
  370.  
  371. .pagination > li:last-child > a,
  372. .pagination > li:last-child > span {
  373. border-bottom-right-radius: 4px;
  374. border-top-right-radius: 4px
  375. }
  376.  
  377. .pagination > li > a:hover,
  378. .pagination > li > span:hover,
  379. .pagination > li > a:focus,
  380. .pagination > li > span:focus {
  381. background-color: #38d2f2
  382. }
  383.  
  384. .pagination > .active > a,
  385. .pagination > .active > span,
  386. .pagination > .active > a:hover,
  387. .pagination > .active > span:hover,
  388. .pagination > .active > a:focus,
  389. .pagination > .active > span:focus {
  390. z-index: 2;
  391. color: #fff;
  392. background-color: #38d2f2;
  393. border-color: #38d2f2;
  394. cursor: default
  395. }
  396.  
  397. .pagination > .disabled > span,
  398. .pagination > .disabled > span:hover,
  399. .pagination > .disabled > span:focus,
  400. .pagination > .disabled > a,
  401. .pagination > .disabled > a:hover,
  402. .pagination > .disabled > a:focus {
  403. color: #999;
  404. background-color: #38d2f2;
  405. border-color: #38d2f2;
  406. cursor: not-allowed
  407. }
  408.  
  409. .label-primary {
  410. background-color: #38d2f2
  411. }
  412.  
  413. .label-primary[href]:hover,
  414. .label-primary[href]:focus {
  415. background-color: #3a312b
  416. }
  417.  
  418. .progress-bar {
  419. background-color: #38d2f2
  420. }
  421.  
  422. .panel-primary {
  423. background: #38d2f2
  424. }
  425.  
  426. .panel-primary > .panel-heading {
  427. color: #fff;
  428. background-color: #38d2f2
  429. }
  430.  
  431. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  432. border-top-color: #38d2f2
  433. }
  434.  
  435. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  436. border-bottom-color: #38d2f2
  437. }
  438.  
  439. html {
  440. height: 650px
  441. }
  442.  
  443. .logo {
  444. position: absolute;
  445. margin: 0 auto
  446. }
  447.  
  448. .logo img {
  449. animation: resize-logo .5s ease-in-out infinite alternate
  450. }
  451.  
  452. @keyframes resize-logo {
  453. 0% {
  454. transform: scale(.96,.96)
  455. }
  456.  
  457. 100% {
  458. transform: scale(1.04,1.04)
  459. }
  460. }
  461.  
  462. @-webkit-keyframes resize-logo {
  463. 0% {
  464. -webkit-transform: scale(.96,.96);
  465. transform: scale(.96,.96)
  466. }
  467.  
  468. 100% {
  469. -webkit-transform: scale(1.04,1.04);
  470. transform: scale(1.04,1.04)
  471. }
  472. }
  473.  
  474. .header {
  475. position: relative
  476. }
  477.  
  478. .header .buttons {
  479. position: absolute;
  480. bottom: -87px;
  481. right: 8px;
  482. z-index: 9
  483. }
  484.  
  485. .header {
  486. margin: 15px 0 25px
  487. }
  488.  
  489. .navbar .container-fluid {
  490. padding-left: 0;
  491. padding-right: 0
  492. }
  493.  
  494. .header .buttons {
  495. width: auto
  496. }
  497.  
  498. .navbar-default .navbar-nav > .open > a,
  499. .navbar-default .navbar-nav > .open > a:hover,
  500. .navbar-default .navbar-nav > .open > a:focus {
  501. color: #fff
  502. }
  503.  
  504. .btn,.toolbar .checkout .btn,
  505. .toolbar .checkout .btn:hover {
  506. background: #38d2f2!important;
  507. color: #fff!important;
  508. border: 1px solid #38d2f2!important;
  509. transition: background .5s,color .5s,transform .5s!important
  510. }
  511.  
  512. .btn:hover {
  513. transform: scale(1.1,1.1)
  514. }
  515.  
  516. .toolbar .btn {
  517. background: #373737!important
  518. }
  519.  
  520. .toolbar .btn:hover {
  521. background: #38d2f2!important;
  522. color: #fff!important
  523. }
  524.  
  525. .btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  526. opacity: 1
  527. }
  528.  
  529. .panel {
  530. color: #fff;
  531. background: #373737
  532. }
  533.  
  534. .dropdown-menu > li > a {
  535. background: #373737;
  536. color: #fff;
  537. transition: background .5s,color .5s
  538. }
  539.  
  540. .dropdown-menu > li > a:hover {
  541. background: #38d2f2;
  542. color: #fff
  543. }
  544.  
  545. .footer {
  546. border: 0;
  547. padding-top: 0;
  548. margin-top: 0;
  549. margin-bottom: 60px
  550. }
  551.  
  552. .navbar-default .navbar-nav > li > a .fa {
  553. font-size: 12px
  554. }
  555.  
  556. .navbar-default .navbar-nav > .open > a,
  557. .navbar-default .navbar-nav > .open > a:hover,
  558. .navbar-default .navbar-nav > .open > a:focus {
  559. background: #38d2f2
  560. }
  561.  
  562. .panel .panel-heading {
  563. text-align: center;
  564. font: 25px Raleway,sans-serif;
  565. padding-top: 0;
  566. padding-bottom: 0;
  567. height: 50px;
  568. line-height: 50px
  569. }
  570.  
  571. .form-control:focus {
  572. border-color: #38d2f2
  573. }
  574.  
  575. .table-hover > tbody > tr:hover > td,
  576. .table-hover > tbody > tr:hover > th {
  577. background: transparent
  578. }
  579.  
  580. .table-striped > tbody > tr:nth-child(odd) > td,
  581. .table-striped > tbody > tr:nth-child(odd) > th {
  582. background: transparent
  583. }
  584.  
  585. .table > thead > tr > th,
  586. .table > tbody > tr > th,
  587. .table > tfoot > tr > th,
  588. .table > thead > tr > td,
  589. .table > tbody > tr > td,.table > tfoot > tr > td {
  590. border-top: 1px solid #38d2f2
  591. }
  592.  
  593. @media (max-width: 767px) {
  594. .navbar .navbar-brand {
  595. display: none!important
  596. }
  597.  
  598. .navbar-default .navbar-nav > li > a {
  599. background: #38d2f2
  600. }
  601.  
  602. .navbar-default .navbar-collapse {
  603. position: relative;
  604. z-index: 9
  605. }
  606.  
  607. .navbar-default .navbar-nav > li > a:hover,
  608. .navbar-default .navbar-nav > li > a:focus {
  609. background: #373737
  610. }
  611.  
  612. .dropdown-menu > li > a {
  613. background: #373737
  614. }
  615.  
  616. .dropdown-menu {
  617. padding: 0;
  618. margin: 0
  619. }
  620. }
  621.  
  622. .navbar-toggle {
  623. float: left;
  624. margin: 9px 0 0 15px
  625. }
  626.  
  627. .navbar-collapse {
  628. border: 0
  629. }
  630. .footer .poweredby:after {
  631. color: blue;
  632. content: '| © 2017 HyperGalactic | '
  633. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement