Advertisement
dragon55

Untitled

Apr 15th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.66 KB | None | 0 0
  1. /* GLOBAL */
  2.  
  3. body {
  4. padding: 0;
  5. margin: 0;
  6. overflow: hidden;
  7. cursor: url(http://siniri.ga/images/cur/cursor.cur), auto;
  8. }
  9.  
  10. /* IDs */
  11.  
  12. #overlays {
  13. display:none;
  14. position: absolute;
  15. left: 0;
  16. right: 0;
  17. top: 0;
  18. bottom: 0;
  19. background-color:
  20. rgba(0,0,0,0.5);
  21. z-index: 200;
  22. }
  23.  
  24. #title {
  25. padding: 10px;
  26. }
  27.  
  28. #canvas {
  29. position: absolute;
  30. left: 0;
  31. right: 0;
  32. top: 0;
  33. bottom: 0;
  34. width: 100%;
  35. height: 100%;
  36. }
  37.  
  38. #div_lb, #lb_detail {
  39. width: 200px;
  40. font-weight: bold;
  41. padding-bottom: 10px !important
  42. }
  43.  
  44. #div_lb {
  45. font-family: ubuntu;
  46. background-color: rgba(0, 0, 0, .5);
  47. cursor: default;
  48. -khtml-user-select: none;
  49. position: absolute
  50. }
  51.  
  52. #div_lb {
  53. display: none;
  54. color: #fff;
  55. right: 7px;
  56. top: 14px;
  57. border-radius: 4px;
  58. padding: 5px;
  59. overflow: hidden;
  60. text-align: none;
  61. -webkit-user-select: none;
  62. -moz-user-select: none;
  63. -o-user-select: none;
  64. -ms-user-select: none;
  65. user-select: none;
  66. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  67.  
  68. }
  69.  
  70. #div_lb>.header {
  71. color: #2196F3;
  72. font-size: 30px;
  73. font-weight: 500;
  74. text-align: center;
  75. overflow: hidden
  76. }
  77.  
  78. #lb_detail>div {
  79. float: left;
  80. width: 100%;
  81. font-size: 14px
  82. }
  83.  
  84. #lb_detail .self {
  85. color: #FAAAAA
  86. }
  87.  
  88. #connecting {
  89. display:none;
  90. position: absolute;
  91. left: 0;
  92. right: 0;
  93. top: 0;
  94. bottom: 0;
  95. z-index: 100;
  96. }
  97.  
  98. #connectingInfo {
  99. width: 350px;
  100. margin: 100px auto;
  101. border-radius: 15px;
  102. padding: 5px 15px 5px 15px;
  103. color: #fff;
  104. background-color: #131010;
  105. opacity: 0.96 !important;
  106. background-image: url(http://siniri.ga/images/pattern.cur) !important;
  107. }
  108.  
  109. #team_name {
  110. width: 17%;
  111. float: left;
  112. }
  113.  
  114. #nick {
  115. width: 59%;
  116. float: left;
  117. }
  118.  
  119. #skin_url {
  120. width: 59%;
  121. float: left;
  122. }
  123.  
  124. #skin {
  125. width: 38%;
  126. float: right;
  127. }
  128.  
  129. #gamemode {
  130. width: 38%;
  131. float: right;
  132. }
  133.  
  134. #helloDialog {
  135. width: 400px;
  136. background-color: #000;
  137. margin: 10px auto;
  138. border-radius: 2px;
  139. opacity: 0.96 !important;
  140. background-image: url(http://siniri.ga/images/pattern.cur) !important;
  141. padding: 5px 15px 5px 15px;
  142. position: absolute;
  143. top: 50%;
  144. left: 50%;
  145. margin-right: -50%;
  146. -webkit-transform: translate(-50%, -50%);
  147. -ms-transform: translate(-50%, -50%);
  148. transform: translate(-50%, -50%);
  149. }
  150.  
  151. #chat_textbox {
  152. -webkit-transition: all .5s ease-in-out;
  153. -moz-transition: all .5s ease-in-out;
  154. -o-transition: all .5s ease-in-out;
  155. transition: all .5s ease-in-out;
  156. position: absolute;
  157. z-index: 1;
  158. bottom: 90px;
  159. background:rgba(162, 145, 145, 0.2);
  160. border: 0px;
  161. outline: none;
  162. color: #FFF;
  163. height: 30px;
  164. text-indent: 12px;
  165. right: 623px;
  166. width: 300px;
  167. }
  168.  
  169. #chat_textbox:focus {
  170. background: rgba(0, 0, 0, .5);
  171. }
  172.  
  173. #footer {
  174. text-align: center;
  175. margin-bottom: 10px;
  176. margin-top: -10px;
  177. }
  178.  
  179. #play-btn {
  180. width: 65%;
  181. float: left;
  182. }
  183.  
  184. #settings-btn {
  185. width: 13%;
  186. float: right;
  187. }
  188.  
  189. #spectate-btn {
  190. width: 33%;
  191. float: right;
  192. }
  193.  
  194. #minimap,#minimapNode {
  195. position: absolute;
  196. right: 9px;
  197. bottom: 9px
  198. }
  199.  
  200. #minimap {
  201. z-index: 3
  202. }
  203.  
  204. #minimapNode {
  205. z-index: 4
  206. }
  207.  
  208. #hotkeysHeader{
  209. text-align: center;
  210. color: #fff
  211. }
  212.  
  213. #hotkeysModalBody{
  214. padding-top: 0;
  215. max-height: calc(100vh - 310px)!important;
  216. overflow: auto;
  217. }
  218.  
  219. .modal-content {
  220. color: #fff !important;
  221. background-color: #000;
  222. border-radius: 2px;
  223. opacity: 0.96 !important;
  224. background-image: url(http://siniri.ga/images/pattern.cur) !important;
  225. }
  226.  
  227. .close {
  228. color: #fff !important;
  229. }
  230.  
  231. .nav {
  232. opacity: 1 !important;
  233. margin-bottom: 15px !important;
  234. transition: all 0.5s;
  235.  
  236. }
  237.  
  238. .nav-tabs {
  239. border-color: #333;
  240. border: none;
  241. }
  242.  
  243. .nav > li > a {
  244. padding: 8.6px 30px;
  245. font-size: 13px !important;
  246. color: #fff !important;
  247. text-transform: uppercase;
  248. font-size: 11px !important;
  249. transition: all 0.5s;
  250. }
  251.  
  252. .nav-tabs>li.active>a {
  253. background: #000;
  254. border-bottom: 1px;
  255. color: #4f0b03 !important;
  256. transition: all 0.5s;
  257. }
  258.  
  259. .nav-tabs>li.active>a:active,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
  260. background: #000;
  261. border-bottom: 1px;
  262. color: #4f0b03 !important
  263. }
  264. .nav-tabs>li>a {
  265. border: none !important;
  266. }
  267. .nav-tabs>li>a:hover {
  268. color: #4f0b03 !important
  269. }
  270.  
  271. .nav-tabs>li>a:active,.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
  272. background: #000;
  273. border-bottom: 1px
  274. }
  275.  
  276. #home input, #home select, #theme input, #hotkeysModal input {
  277. box-shadow: inset 0 0 10px 0 rgb(167, 14, 14);
  278. color: #fff !important;
  279. background-color: #000 !important;
  280. opacity: 0.96 !important;;
  281. border-radius: unset !important;
  282. border-color: #000 !important;
  283. }
  284.  
  285. #hotkeysModalTitle, #inPageModalTitle {
  286. color: #fff !important;
  287. }
  288.  
  289. input[type=checkbox] {float:left!important;cursor:pointer!important;position:relative;margin:0 6px 0 -12px !important; float:none!important;margin-right:25px!important;margin-bottom:20px!important;-webkit-appearance:none;
  290. }
  291.  
  292. input[type=checkbox]:before {
  293. -webkit-transition:all .3s ease-in-out;
  294. -moz-transition:all .3s ease-in-out;
  295. transition:all .3s ease-in-out;
  296. content:"";
  297. position:absolute;
  298. left:0;
  299. z-index:1;
  300. width:1rem;
  301. height:1rem;
  302. border:1px solid #bbb;
  303. width:20px;
  304. height:20px
  305. }
  306.  
  307. input[type=checkbox]:checked:before {
  308. -webkit-transform:rotate(-45deg);
  309. -moz-transform:rotate(-45deg);
  310. -ms-transform:rotate(-45deg);
  311. -o-transform:rotate(-45deg);
  312. border-color:#1660A0;
  313. border-top-style:none;
  314. border-right-style:none;
  315. width:20px;
  316. height:10px
  317. }
  318.  
  319. .minicolors {
  320. height: 0% !important;
  321. width: 100%;
  322. margin-bottom: 2%;
  323. }
  324.  
  325. input[type=checkbox]:after {
  326. content:"";
  327. position:absolute;
  328. top:-.125rem;
  329. left:0;
  330. width:1.1rem;
  331. height:1.1rem;
  332. background:transparent;
  333. cursor:pointer;
  334. width:20px;
  335. height:20px
  336. }
  337.  
  338. input[type=checkbox] {
  339. float: left !important;
  340. cursor: pointer !important;
  341. background: #444 !important;
  342. }
  343.  
  344. #settings-container {
  345. padding: 5px;
  346. }
  347.  
  348. .settingsText {
  349. margin-left: 10%;
  350. }
  351.  
  352. .hotkey-container {
  353. padding: 1.8%;
  354. color: #fff;
  355. }
  356.  
  357. .hotkey-section {
  358. transition: .3s;
  359. border: 2px solid #2994ff4a;
  360. padding: 20px;
  361. margin: -2px;
  362. }
  363.  
  364. .hotkey-keycode, .hotkey-name {
  365. display: inline-block;
  366. font-size: 22px;
  367. position: relative;
  368. left: 2%;
  369. }
  370.  
  371. .hotkey-letter {
  372. margin: 0;
  373. color: #fff;
  374. }
  375.  
  376. .hotkey-keycode {
  377. position: absolute;
  378. left: 75%;
  379. }
  380.  
  381. .hk-txt {
  382. text-align: center;
  383. width: 100px!important;
  384. border: 2px solid #ccc!important;
  385. margin-top: 1px;
  386. font-weight: 700;
  387. font-size: 20px!important;
  388. padding: 6px 12px;
  389. box-shadow: none!important;
  390. border-radius: 2px!important;
  391. }
  392.  
  393. .text-muted {
  394. color: #d5d5d5 !important;
  395. }
  396. #rangeSettingsContainer {
  397. text-align: center;
  398. }
  399.  
  400. .lableColor {
  401. margin-top: 3%;
  402. margin-bottom: 6.5%;
  403. width: 100%
  404. }
  405.  
  406. .modal-title {
  407. margin:0;
  408. line-height:1.3;
  409. font-size:30px;
  410. color:#222
  411. }
  412.  
  413. .modal-header {
  414. border-bottom:1px transparent
  415. }
  416.  
  417. .modal-content {
  418. border-radius:2px
  419. }
  420.  
  421. .modal-footer {
  422. border-top:1px transparent
  423. }
  424.  
  425. #theme, #settings {
  426. color: #fff !important;
  427. }
  428. .range-slider__range {
  429. height: 6px !important;
  430. padding: 0 !important;
  431. margin-top: 8px;
  432. border: none !important;
  433. border-radius: 0px !important;
  434. background: #bbb!important;
  435. -webkit-appearance: none !important;
  436. margin-bottom: 12px
  437. }
  438.  
  439. .range-slider__range:focus {
  440. outline: none !important;
  441. border: none !important;
  442. background: #cacaca!important
  443. }
  444.  
  445. .range-slider__range::-webkit-slider-thumb {
  446. appearance: none !important;
  447. width: 20px !important;
  448. height: 20px !important;
  449. border-radius: 2px !important;
  450. cursor: pointer !important;
  451. background: #ccc!important;
  452. -webkit-appearance: none !important
  453. }
  454.  
  455. .range-slider__range::-webkit-slider-thumb:hover {
  456. background: #cacaca!important
  457. }
  458.  
  459. .range-slider__range:active::-webkit-slider-thumb {
  460. background: #cacaca!important
  461. }
  462.  
  463. .checkbox label {
  464. margin-right: 10px;
  465. width: 100%;
  466. margin-bottom: 5%;
  467. }
  468.  
  469. .hotkeys-container {
  470. text-align: -webkit-right;
  471. }
  472. .controlrow input {
  473. width:120px;
  474. margin-left:45px;
  475. height:20px;
  476. margin-top:6.4px;
  477. padding:2px 30px;
  478. text-align:-webkit-center;
  479. border-radius:500px;
  480. color:#111
  481. }
  482. .sh-btn {
  483. margin:0;
  484. border:none;
  485. border-radius:0;
  486. overflow:visible;
  487. font:inherit;
  488. color:inherit;
  489. text-transform:none;
  490. display:inline-block;
  491. box-sizing:border-box;
  492. padding:0 30px;
  493. vertical-align:middle;
  494. font-size:14px;
  495. line-height:38px;
  496. text-align:center;
  497. text-decoration:none;
  498. text-transform:uppercase;
  499. -webkit-transition:.1s ease-in-out;
  500. transition:.1s ease-in-out;
  501. -webkit-transition-property:color,background-color,border-color;
  502. transition-property:color,background-color,border-color
  503. }
  504.  
  505. .sh-btn-default {
  506. background-color:transparent;
  507. color:#222;
  508. border:1px solid #e5e5e5
  509. }
  510.  
  511. .sh-btn-default:hover {
  512. text-decoration:none
  513. }
  514.  
  515. .sh-btn-default:not(:disabled) {
  516. cursor:pointer
  517. }
  518.  
  519. .sh-btn-default:hover,.sh-btn-default:focus {
  520. background-color:transparent;
  521. color:#222;
  522. border-color:#b2b2b2
  523. }
  524.  
  525. .sh-btn:focus {
  526. outline:none
  527. }
  528.  
  529. .sh-btn-primary {
  530. background-color:#2994ff;
  531. color:#fff;
  532. border:1px solid transparent
  533. }
  534.  
  535. .sh-btn-full {
  536. width:100%
  537. }
  538.  
  539. .sh-btn-primary:hover,.sh-btn-primary:focus {
  540. background-color:#0f7ae5;
  541. color:#fff
  542. }
  543.  
  544. .sh-btn-secondary {
  545. background-color:#ffc107;
  546. color:#fff;
  547. border:1px solid transparent
  548. }
  549.  
  550. .sh-btn-secondary:hover,.sh-btn-secondary:focus {
  551. background-color:#efb300;
  552. color:#fff
  553. }
  554.  
  555. .sh-btn:disabled {
  556. opacity:.6;
  557. border-color:transparent;
  558. -webkit-box-shadow:none;
  559. box-shadow:none;
  560. pointer-events:none
  561. }
  562.  
  563. .mb-10 {
  564. margin-bottom: 10px;
  565. }
  566.  
  567. .loader {
  568. border: 6px solid #f3f3f3;
  569. border-top: 6px solid #3498db;
  570. border-radius: 50%;
  571. width: 40px;
  572. height: 40px;
  573. animation: spin 2s linear infinite;
  574. }
  575.  
  576. .center {
  577. display: table;
  578. margin: 0 auto;
  579. }
  580.  
  581. @keyframes spin {
  582. 0% { transform: rotate(0deg); }
  583. 100% { transform: rotate(360deg); }
  584. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement