Advertisement
JetBlackHair

Glitched Usernames

Nov 18th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 KB | None | 0 0
  1. .humane {
  2. position: fixed;
  3. -moz-transition: all .4s ease-in-out;
  4. -webkit-transition: all .4s ease-in-out;
  5. -ms-transition: all .4s ease-in-out;
  6. -o-transition: all .4s ease-in-out;
  7. transition: all .4s ease-in-out;
  8. z-index: 100000;
  9. filter: alpha(opacity=100);
  10. }
  11.  
  12. .humane {
  13. font-family: Helvetica Neue,Helvetica,san-serif;
  14. font-size: 16px;
  15. top: 0;
  16. left: 30%;
  17. opacity: 0;
  18. width: 40%;
  19. color: #444;
  20. padding: 10px;
  21. text-align: center;
  22. background-color: #fff;
  23. -webkit-border-bottom-right-radius: 3px;
  24. -webkit-border-bottom-left-radius: 3px;
  25. -moz-border-radius-bottomright: 3px;
  26. -moz-border-radius-bottomleft: 3px;
  27. border-bottom-right-radius: 3px;
  28. border-bottom-left-radius: 3px;
  29. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  30. box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  31. -moz-transform: translateY(-100px);
  32. -webkit-transform: translateY(-100px);
  33. -ms-transform: translateY(-100px);
  34. -o-transform: translateY(-100px);
  35. transform: translateY(-100px);
  36. }
  37.  
  38. .container26 {
  39. margin-left: auto;
  40. margin-right: auto;
  41. width: 1030px;
  42. }
  43.  
  44. .icon-white {
  45. background-image: none;
  46. }
  47.  
  48. .btn {
  49. height: auto;
  50. }
  51.  
  52. .emote {
  53. display: inline-block;
  54. vertical-align: middle;
  55. background: url("/images/emoticons.png?u9dw90pwt") no-repeat center left;
  56. height: 20px;
  57. width: 20px;
  58. }
  59.  
  60. .gamesetup {
  61. margin: 0;
  62. padding: 0;
  63. }
  64.  
  65. .actionimg {
  66. background: url("/images/actions.png?u9dw90pwv") no-repeat top right;
  67. display: block;
  68. height: 20px;
  69. width: 20px;
  70. }
  71.  
  72. .roleimg {
  73. background: url("/images/roleimg.png?1u9dw90px2") no-repeat top right;
  74. display: block;
  75. height: 20px;
  76. width: 20px;
  77. }
  78.  
  79. .gametypeimg {
  80. padding-left: 25px;
  81. height: 20px;
  82. line-height: 20px;
  83. }
  84.  
  85. .orange {
  86. color: #f93;
  87. }
  88.  
  89. .patr {
  90. position: absolute;
  91. top: 0;
  92. right: 0;
  93. }
  94.  
  95. .patl {
  96. position: absolute;
  97. top: 0;
  98. left: 0;
  99. }
  100.  
  101. .pabr {
  102. position: absolute;
  103. bottom: 0;
  104. right: 0;
  105. }
  106.  
  107. .pabl {
  108. position: absolute;
  109. bottom: 0;
  110. left: 0;
  111. }
  112.  
  113. .pr {
  114. position: relative;
  115. }
  116.  
  117. .bold {
  118. font-weight: bold;
  119. }
  120.  
  121. .lt {
  122. float: left;
  123. }
  124.  
  125. .rt {
  126. float: right;
  127. }
  128.  
  129. .cl {
  130. clear: both;
  131. }
  132.  
  133. .clrt {
  134. clear: right;
  135. }
  136.  
  137. .t2l {
  138. font-weight: normal;
  139. color: #777;
  140. }
  141.  
  142. .hvcenter {
  143. position: absolute;
  144. top: 50%;
  145. left: 50%;
  146. -webkit-transform: translate(-50%,-50%);
  147. transform: translate(-50%,-50%);
  148. }
  149.  
  150. .center,.cnt {
  151. text-align: center;
  152. }
  153.  
  154. .block {
  155. display: block;
  156. }
  157.  
  158. .inline {
  159. display: inline;
  160. }
  161.  
  162. .hide {
  163. display: none;
  164. }
  165.  
  166. .invis {
  167. visibility: hidden;
  168. }
  169.  
  170. .alt {
  171. text-align: left;
  172. }
  173.  
  174. .art {
  175. text-align: right;
  176. }
  177.  
  178. .bb {
  179. border-bottom: 1px solid #ccc;
  180. }
  181.  
  182. .ptb {
  183. padding: .5em 0;
  184. }
  185.  
  186. .mtb {
  187. margin: .5em 0;
  188. }
  189.  
  190. .mr {
  191. margin-right: 5px;
  192. }
  193.  
  194. .mt {
  195. margin-top: .5em;
  196. }
  197.  
  198. .mt5 {
  199. margin-top: 5px;
  200. }
  201.  
  202. .big {
  203. font-size: 1.1em;
  204. font-weight: bold;
  205. }
  206.  
  207. .bigger {
  208. font-size: 1.3em;
  209. font-weight: bold;
  210. }
  211.  
  212. .bgwhite {
  213. background-color: #fff;
  214. opacity: .9;
  215. }
  216.  
  217. .norm {
  218. font-weight: normal;
  219. }
  220.  
  221. .pd {
  222. padding: .5em;
  223. }
  224.  
  225. .oh {
  226. overflow: hidden;
  227. }
  228.  
  229. .info {
  230. padding: .25em;
  231. text-align: center;
  232. font-size: .9em;
  233. color: #777;
  234. background-color: #eee;
  235. }
  236.  
  237. .middle {
  238. vertical-align: middle;
  239. }
  240.  
  241. .white {
  242. color: #fff;
  243. }
  244.  
  245. .grey {
  246. color: grey;
  247. }
  248.  
  249. .quotes {
  250. position: relative;
  251. }
  252.  
  253. .rainbow {
  254. background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#f22),color-stop(.15,#f2f),color-stop(.3,#22f),color-stop(.45,#2ff),color-stop(.6,#2f2),color-stop(.75,#2f2),color-stop(.9,#ff2),color-stop(1,#f22));
  255. color: transparent;
  256. -webkit-background-clip: text;
  257. }
  258.  
  259. .red {
  260. color: #911;
  261. }
  262.  
  263. .yellow {
  264. color: #dd1;
  265. }
  266.  
  267. .orange {
  268. color: #f93;
  269. }
  270.  
  271. .black {
  272. color: #555;
  273. }
  274.  
  275. .olive {
  276. color: #789922;
  277. }
  278.  
  279. .green {
  280. color: #191;
  281. }
  282.  
  283. .blood {
  284. color: #b11;
  285. }
  286.  
  287. .blue {
  288. color: #11b;
  289. }
  290.  
  291. .flame {
  292. color: #ff8000;
  293. }
  294.  
  295. .normal {
  296. font-weight: normal;
  297. }
  298.  
  299. .full {
  300. width: 100%;
  301. }
  302.  
  303. .fontshrink {
  304. font-size: 90%;
  305. }
  306.  
  307. .point {
  308. cursor: pointer;
  309. }
  310.  
  311. .pixel {
  312. font-size: 1%;
  313. }
  314.  
  315. .prt {
  316. padding-right: 5px;
  317. }
  318.  
  319. .cnt {
  320. text-align: center;
  321. }
  322.  
  323. .margintb {
  324. margin: .5em 0;
  325. }
  326.  
  327. .marginlr {
  328. margin: 0 5px;
  329. }
  330.  
  331. .strike {
  332. text-decoration: line-through;
  333. }
  334.  
  335. .smallfont {
  336. font-size: .9em;
  337. }
  338.  
  339. .sg {
  340. color: #666;
  341. font-size: .9em;
  342. }
  343.  
  344. .smallerfont {
  345. font-size: .8em;
  346. }
  347.  
  348. .s {
  349. font-size: .9em;
  350. color: grey;
  351. }
  352.  
  353. .indent {
  354. margin-left: 1em;
  355. }
  356.  
  357. .rela {
  358. position: relative;
  359. }
  360.  
  361. .filler {
  362. width: 0;
  363. font-size: 1px;
  364. visibility: hidden;
  365. }
  366.  
  367. .tinyi {
  368. font-style: italic;
  369. font-size: .8em;
  370. }
  371.  
  372. .lcontrols {
  373. border-radius: 2px;
  374. padding: 2px 6px;
  375. }
  376.  
  377. .flex {
  378. display: flex;
  379. }
  380.  
  381. .handle {
  382. cursor: move;
  383. }
  384.  
  385. .confirmtext {
  386. display: none !important;
  387. }
  388.  
  389. .nextprev {
  390. position: absolute;
  391. top: 0;
  392. right: 0;
  393. }
  394.  
  395. .royal {
  396. font-family: LiberationSans,Arial;
  397. }
  398.  
  399. .readable {
  400. font-family: "Proxima Nova Regular","Helvetica Neue",Arial,Helvetica,sans-serif;
  401. font-size: 16px;
  402. }
  403.  
  404. .views,.success,.describe,.inform {
  405. font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Tahoma","Geneva","Arial Narrow","Arial",sans-serif;
  406. }
  407.  
  408. .placeholder {
  409. color: #888;
  410. font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Tahoma","Geneva","Arial Narrow","Arial",sans-serif;
  411. font-size: .9em;
  412. font-weight: normal;
  413. }
  414.  
  415. .onoffswitch {
  416. position: relative;
  417. width: 60px;
  418. -webkit-user-select: none;
  419. -moz-user-select: none;
  420. -ms-user-select: none;
  421. }
  422.  
  423. .award {
  424. background: url(/images/award.png?2) no-repeat top left;
  425. width: 20px;
  426. height: 20px;
  427. }
  428.  
  429. .favorite {
  430. height: 20px;
  431. font-size: 20px;
  432. padding: 0 5px;
  433. }
  434.  
  435. .gradient {
  436. background: linear-gradient(#fff,#ddd);
  437. }
  438.  
  439. .updown {
  440. display: block;
  441. background: url(/images/updown.png) no-repeat top left;
  442. width: 13px;
  443. height: 11px;
  444. }
  445.  
  446. .inc,.dec {
  447. font-size: 22px;
  448. display: block;
  449. height: 18px;
  450. line-height: 18px;
  451. color: #999;
  452. }
  453.  
  454. .close {
  455. background-position: 0 -22px;
  456. height: 13px;
  457. }
  458.  
  459. .addbullet {
  460. background-position: 0 -95px;
  461. width: 15px;
  462. height: 15px;
  463. }
  464.  
  465. .dropdown {
  466. background-position: 0 -35px;
  467. height: 15px;
  468. width: 15px;
  469. }
  470.  
  471. .gameimg {
  472. display: block;
  473. background: url(/images/gameimg.png) no-repeat center left;
  474. height: 25px;
  475. line-height: 28px;
  476. padding-left: 27px;
  477. }
  478.  
  479. .views {
  480. font-size: .9em;
  481. letter-spacing: .09em;
  482. color: #888;
  483. text-align: right;
  484. margin-top: 1em;
  485. }
  486.  
  487. .sticker {
  488. display: inline-block;
  489. margin: 0 5px 5px;
  490. width: 30px;
  491. background-color: #ff9;
  492. position: relative;
  493. overflow: visible;
  494. }
  495.  
  496. .ghostimg {
  497. display: block;
  498. background: url(/images/ghost/ghostimg_small.png) no-repeat top right;
  499. height: 20px;
  500. width: 20px;
  501. }
  502.  
  503. .tip {
  504. background-color: transparent;
  505. text-align: center;
  506. z-index: 100;
  507. position: absolute;
  508. top: 0;
  509. left: 0;
  510. }
  511.  
  512. .gamesetup {
  513. margin: 0;
  514. padding: 0;
  515. }
  516.  
  517. .pagetable {
  518. float: left;
  519. clear: both;
  520. }
  521.  
  522. .sortnav {
  523. text-align: right;
  524. }
  525.  
  526. .pagenav {
  527. margin: .5em 0;
  528. width: 100%;
  529. }
  530.  
  531. .success {
  532. float: left;
  533. background-color: #eee;
  534. padding: .5em 2em .5em 1em;
  535. margin: .5em 0 0;
  536. font-size: 120%;
  537. }
  538.  
  539. .error {
  540. border: 2px solid #b11;
  541. color: #b11;
  542. }
  543.  
  544. .success {
  545. border: 2px solid #191;
  546. color: #191;
  547. }
  548.  
  549. .naverror {
  550. margin-left: 20px !important;
  551. margin-bottom: 0;
  552. }
  553.  
  554. .describe {
  555. padding: .75em;
  556. font-size: .9em;
  557. color: #333;
  558. line-height: 1.3em;
  559. background-color: #fff;
  560. }
  561.  
  562. .inform {
  563. position: relative;
  564. background-color: #eee;
  565. padding: 20px;
  566. font-size: .9em;
  567. color: #555;
  568. max-width: 25em;
  569. }
  570.  
  571. .user {
  572. color: #333;
  573. font-weight: bold;
  574. }
  575.  
  576. .userred {
  577. color: #b44;
  578. font-weight: bold;
  579. font-size: .9em;
  580. }
  581.  
  582. .button {
  583. width: 7em;
  584. text-align: center;
  585. font-size: .9em;
  586. font-family: arial;
  587. padding: .2em .5em .3em;
  588. background-color: #ccc;
  589. border-radius: 2px;
  590. border: 1px solid #bbb;
  591. }
  592.  
  593. .control {
  594. margin: .25em 0;
  595. }
  596.  
  597. .commentbox {
  598. width: 100%;
  599. color: #222;
  600. }
  601.  
  602. .gameevent {
  603. font-size: .9em;
  604. padding: 5px 0;
  605. }
  606.  
  607. .markdown {
  608. font-family: helvetica,arial,sans-serif;
  609. }
  610.  
  611. #game_container .minichat {
  612. position: absolute;
  613. top: -10px;
  614. right: -10px;
  615. width: 20px;
  616. height: 20px;
  617. }
  618.  
  619. #game_container .userbox {
  620. padding: 0 5px 0 8px;
  621. height: 100%;
  622. float: left;
  623. width: auto;
  624. max-width: 15em;
  625. overflow-y: auto;
  626. overflow-x: hidden;
  627. }
  628.  
  629. #game_container .personal {
  630. margin-top: .1em;
  631. font-size: .9em;
  632. text-align: center;
  633. }
  634.  
  635. #game_container .canvas {
  636. position: relative;
  637. width: 724px;
  638. height: 550px;
  639. position: relative;
  640. float: left;
  641. z-index: 0;
  642. }
  643.  
  644. #game_container .cmds {
  645. cursor: default;
  646. float: right;
  647. width: auto;
  648. max-width: 15em;
  649. min-width: 10em;
  650. height: 35em;
  651. overflow-y: auto;
  652. overflow-x: hidden;
  653. padding-left: 5px;
  654. }
  655.  
  656. #game_container .chat {
  657. height: 100%;
  658. }
  659.  
  660. #game_container .window {
  661. position: relative;
  662. background-color: #eee;
  663. font-size: .85em;
  664. padding: .5em;
  665. height: 90%;
  666. line-height: 1.4em;
  667. overflow-y: auto;
  668. overflow-x: hidden;
  669. -khtml-user-select: none;
  670. -moz-user-select: none;
  671. }
  672.  
  673. #game_container .screen {
  674. position: relative;
  675. width: 100%;
  676. height: 35em;
  677. overflow-y: visible;
  678. z-index: 2;
  679. }
  680.  
  681. #game_container .meetbox {
  682. margin-bottom: 1em;
  683. padding: .4em;
  684. padding-left: 0;
  685. }
  686.  
  687. #game_container .inputbox {
  688. margin-top: 1em;
  689. }
  690.  
  691. #game_container .scrlink {
  692. padding: .1em;
  693. }
  694.  
  695. #game_container .log {
  696. color: #b44;
  697. font-size: 1.1em;
  698. margin: 4px;
  699. cursor: default;
  700. }
  701.  
  702. #game_container .iconcenter {
  703. clear: both;
  704. line-height: 15px;
  705. height: 15px;
  706. float: left;
  707. margin-top: 4px;
  708. }
  709.  
  710. #game_container .speech {
  711. color: #911;
  712. font-size: .8em;
  713. display: inline-block;
  714. vertical-align: middle;
  715. }
  716.  
  717. #game_container .talk {
  718. margin: 7px 0;
  719. width: 100%;
  720. }
  721.  
  722. #game_container .dead {
  723. color: #b11;
  724. }
  725.  
  726. #game_container .votebooth {
  727. margin-top: 5px;
  728. background-color: #fff;
  729. z-index: 10;
  730. }
  731.  
  732. #game_container .selected {
  733. color: #b11;
  734. }
  735.  
  736. #game_container .grey {
  737. color: #aaa;
  738. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement