Advertisement
Guest User

/r/fivenightsathax

a guest
Dec 28th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.82 KB | None | 0 0
  1. /*Remove RES click being visible */
  2. .res .RES-keyNav-activeElement,
  3. .res .commentarea .RES-keyNav-activeElement .md,
  4. .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  5.  
  6. background-color:rgba(0, 0, 0, 0.125) !important ;
  7. }
  8.  
  9. /* New */pla
  10. .res #header-bottom-right
  11. {
  12. z-index: 100;
  13. position: absolute;
  14. top: 45px;
  15. }
  16.  
  17. .fancy-toggle-button .active {
  18. border: 1px solid #444 !important;
  19. }
  20. body {
  21. background: #f1f1f1;
  22. color: #454545;
  23.  
  24. }
  25.  
  26. a {
  27. outline:0;
  28. }
  29.  
  30. .link {
  31. margin:0;
  32. }
  33.  
  34. .morelink .nub, .rank, .titlebox .bottom, .submit-page .content h1, .login-form-side, .sidebox .spacer {
  35. display:none;
  36. }
  37.  
  38. p.title span.linkflairlabel {
  39. background-color:rgba(0,0,0,0);
  40. border: 0px solid #ddd;
  41. border-radius: 0;
  42. color: #fff;
  43. display: block;
  44. font-size: 13pt;
  45. font-weight: bold;
  46. float: right;
  47. margin-left: 10px;
  48. margin-right: 0;
  49. padding: 6px 15px 8px;
  50. text-transform: uppercase;
  51. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  52. }
  53.  
  54. #header {
  55. /*background: url(%%fnaf%%) no-repeat scroll center 18px;*/
  56. border-bottom: 0 solid;
  57. height: 178px;
  58. }
  59.  
  60. #jumpToContent {
  61. margin-left: -1000px;
  62. position: absolute;
  63. }
  64.  
  65. #header-bottom-left {
  66. margin:0 auto;
  67. width:419px;
  68. height:160px;
  69. }
  70.  
  71. #header-bottom-right {
  72. background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  73. border-radius: 0;
  74. height: 14px;
  75. top:18px !important;
  76. padding: 4px 5px !important;
  77. }
  78.  
  79. #header-bottom-right a {
  80. color: #fff;
  81. }
  82.  
  83.  
  84. #header-img.default-header {
  85. /*background: url(%%reddit%%) no-repeat scroll 0 0;*/
  86. background:0 !important;
  87. outline: none;
  88. height:22px;
  89. width:56px;
  90. position:relative;
  91. left: 192px;
  92. top: 39px;
  93. text-indent: -9999px;
  94. }
  95.  
  96. .pagename, .nextprev, .next-suggestions {
  97. font-size: 0;
  98. }
  99.  
  100. .pagename a {
  101. /*background: url(%%title%%) no-repeat scroll 0 0;*/
  102. background:0;
  103. display:block;
  104. position:relative;
  105. height:52px;
  106. width:419px;
  107. left: 192px;
  108. top: 39px;
  109. text-indent: -9999px;
  110. }
  111.  
  112. #sr-header-area {
  113. background: #f1f1f1;
  114. border-bottom:0;
  115. font-weight:bold;
  116. }
  117.  
  118. #sr-header-area .sr-list {
  119. padding-left: 5px;
  120. }
  121.  
  122. .sr-bar a {
  123. color: #454545;
  124. opacity: 0.75;
  125. -webkit-transition: all 0.2s ease;
  126. -moz-transition: all 0.2s ease;
  127. -ms-transition: all 0.2s ease;
  128. -o-transition: all 0.2s ease;
  129. transition: all 0.2s ease;
  130. }
  131.  
  132. .sr-bar a:hover {
  133. opacity: 1;
  134. text-decoration: none;
  135. }
  136.  
  137. .sr-bar . separator, .separator {
  138. color: #999999;
  139. }
  140.  
  141. #sr-header-area .selected a {
  142. color: #008eb3;
  143. }
  144.  
  145. #sr-more-link {
  146. background:#008eb3;
  147. color: #f1f1f1;
  148. padding: 0 5px;
  149. -webkit-transition: all 0.1s ease;
  150. -moz-transition: all 0.1s ease;
  151. -ms-transition: all 0.1s ease;
  152. -o-transition: all 0.1s ease;
  153. transition: all 0.1s ease;
  154. }
  155.  
  156. #sr-more-link:hover {
  157. opacity: 0.75;
  158. text-decoration:none;
  159. }
  160.  
  161. .tabmenu {
  162. display: block;
  163. left:24px;
  164. margin-top:0;
  165. min-width:450px;
  166. position:absolute;
  167. text-transform: uppercase;
  168. top: 233px;
  169. }
  170.  
  171. .tabmenu li a {
  172. background: 0;
  173. color: #454545;
  174. opacity:0.75;
  175. -webkit-transition: color 0.2s ease;
  176. -moz-transition: color 0.2s ease;
  177. -ms-transition: color 0.2s ease;
  178. -o-transition: color 0.2s ease;
  179. transition: color 0.2s ease;
  180. }
  181.  
  182. .tabmenu li a, .tabmenu.formtab .selected a {
  183. padding:0 10px 7px 10px;
  184. }
  185.  
  186. .tabmenu li, .tabmenu.formtab li {
  187. margin:0;
  188. }
  189.  
  190. .tabmenu li a:hover {
  191. opacity:1;
  192. }
  193.  
  194. .tabmenu li.selected a {
  195. background: 0;
  196. border: 0;
  197. border-bottom: 2px solid #008eb3;
  198. color: #454545;
  199. opacity:1;
  200. }
  201.  
  202. .domain {
  203. display: block;
  204. margin-top: 3px;
  205. }
  206.  
  207. .domain a {
  208. color: #888;
  209. }
  210.  
  211. .content {
  212. margin: 79px 321px 0 16px;
  213. }
  214.  
  215. .content.submit {
  216. margin: 0;
  217. }
  218.  
  219. .content .menuarea {
  220. border: 0 none;
  221. overflow:visible;
  222. margin: 0;
  223. position:absolute;
  224. right:305px;
  225. top:229px;
  226. }
  227.  
  228. .menuarea .spacer {
  229. margin-right:0;
  230. }
  231.  
  232. .side .usertext .md blockquote {
  233. background: #fff;
  234. border-color: #e4e3e3;
  235. border-style: solid;
  236. border-width: 0 0 1px 0;
  237. font-size: 18px;
  238. letter-spacing: -0.05em;
  239. left: 0;
  240. margin: 0;
  241. height:44px;
  242. overflow-y: auto;
  243. padding: 0;
  244. position: absolute;
  245. text-align: right;
  246. top: 178px;
  247. width: 100%;
  248. z-index: 99;
  249. }
  250.  
  251. .side .usertext .md blockquote a {
  252. color: #008eb3;
  253. font-weight:normal;
  254. text-transform: uppercase;
  255. margin-top: 15px;
  256. margin-right: 35px;
  257. line-height:40px;
  258. -webkit-transition: color 0.2s ease;
  259. -moz-transition: color 0.2s ease;
  260. -ms-transition: color 0.2s ease;
  261. -o-transition: color 0.2s ease;
  262. transition: color 0.2s ease;
  263. }
  264.  
  265. .side .usertext .md blockquote a:hover {
  266. color: #97c5d9;
  267. }
  268.  
  269. .side .usertext .md h2 {
  270. background: #008eb3;
  271. color: #fff;
  272. display: block;
  273. font-size: 16pt;
  274. font-weight: bold;
  275. height: 34px;
  276. line-height: 33px;
  277. margin: 10px 0;
  278. text-align: center;
  279. text-decoration: none;
  280. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  281. text-transform: uppercase;
  282. width: 100%;
  283. }
  284.  
  285.  
  286. /* Link Bar */
  287. .side .usertext .md pre {
  288. background: url(%%plushiesays%%) no-repeat scroll left 0;
  289. border: 0 none;
  290. border-radius:0;
  291. color: #E68787;
  292. font-size: 14px;
  293. min-height:44px;
  294. left:0;
  295. margin:0 !important;
  296. overflow-y: auto;
  297. padding: 0;
  298. position:absolute;
  299. text-align: left;
  300. top:178px;
  301. min-width: 300px;
  302. z-index:100;
  303. }
  304.  
  305. @-webkit-keyframes arrow {
  306. 0% {background-position:right 5px bottom 9px;}
  307. 50% {background-position:right 5px bottom 7px;}
  308. }
  309.  
  310. @-moz-keyframes arrow {
  311. 0% {background-position:right 5px bottom 9px;}
  312. 50% {background-position:right 5px bottom 7px;}
  313. }
  314.  
  315. @-o-keyframes arrow {
  316. 0% {background-position:right 5px bottom 9px;}
  317. 50% {background-position:right 5px bottom 7px;}
  318. }
  319.  
  320. @-ms-keyframes arrow {
  321. 0% {background-position:right 5px bottom 9px;}
  322. 50% {background-position:right 5px bottom 7px;}
  323. }
  324.  
  325. @keyframes arrow {
  326. 0% {background-position:right 5px bottom 9px;}
  327. 50% {background-position:right 5px bottom 7px;}
  328. }
  329.  
  330. .side .usertext .md code {
  331. -webkit-animation: arrow 1s steps(1) infinite normal;
  332. -moz-animation: arrow 1s steps(1) infinite normal;
  333. -o-animation: arrow 1s steps(1) infinite normal;
  334. -ms-transition: arrow 1s steps(1) infinite normal;
  335. animation: arrow 1s steps(1) infinite normal;
  336. background-color:#000000;
  337. background-image: url(%%plushiearrow%%);
  338. background-repeat: no-repeat;
  339. background-position:right 5px bottom 9px;
  340. border:0;
  341. border-radius:0;
  342. display:inline-block;
  343. font-size:12px;
  344. margin-left:79px;
  345. margin-top:7px;
  346. max-width:600px;
  347. overflow: hidden;
  348. padding:6px 29px 6px 12px !important;
  349. text-overflow: ellipsis;
  350. white-space:nowrap;
  351. }
  352.  
  353. .side .usertext .md code:hover {
  354. white-space:normal;
  355. font-size:14px;
  356. }
  357.  
  358. .side .usertext .md code p {
  359. margin: 0;
  360. font-size: 15px;
  361.  
  362. }
  363.  
  364. .side .usertext .md code a {
  365. color: #000;
  366. font-size: 15px;
  367. font-weight:bold;
  368. text-transform: uppercase;
  369. margin-right: 0px;
  370. color: #000;
  371. font-size: 15px;
  372. }
  373.  
  374. .side .usertext .md code a:hover {
  375. color: #fff;
  376. background-position: 0 -16px;
  377. }
  378.  
  379. /* end news bar */
  380.  
  381. header-bottom-right
  382. {
  383. z-index: 100;
  384. position: absolute;
  385. top: 45px;
  386. }
  387.  
  388. .side {
  389. background: url(%%freddy%%) no-repeat scroll 0 0;
  390. background-size:100% auto;
  391. border: 0 none;
  392. margin-top:79px;
  393. margin-bottom:20px;
  394. padding-top:300px;
  395. }
  396.  
  397. .side .spacer:first-child {
  398. background-size:100% auto;
  399. padding-top:10px;
  400. }
  401.  
  402. .morelink, .morelink:hover {
  403. border: 0 none;
  404. height:31px;
  405. background:0;
  406. }
  407.  
  408. .submit-link .morelink a::before {
  409. display: block;
  410. content:"";
  411. background:url(%%submit%%) no-repeat scroll 0 0;
  412. height: 31px;
  413. width: 100%;
  414. }
  415.  
  416. .submit-link .morelink a:hover:before {
  417. background-position:0 -31px;
  418. }
  419.  
  420. .submit-text .morelink a::before {
  421. display: block;
  422. content:"";
  423. background:url(%%submit%%) no-repeat scroll 0 0;
  424. background-position:0 -62px;
  425. height: 31px;
  426. width: 100%;
  427. }
  428.  
  429. .submit-text .morelink a:hover:before {
  430. background-position:0 -93px;
  431. }
  432.  
  433. #search input[type="text"] {
  434. width:300px;
  435. height:31px;
  436. }
  437.  
  438. @-webkit-keyframes header1 {
  439. 0% {background-position: center bottom, center 18px;}
  440. }
  441.  
  442. @-moz-keyframes header1 {
  443. 0% {background-position: center bottom, center 18px;}
  444. }
  445.  
  446. @keyframes header1 {
  447. 0% {background-position: center bottom, center 18px;}
  448. }
  449.  
  450. @-webkit-keyframes header2 {
  451. 0% {background-position: center bottom, center -2542px;}
  452. }
  453.  
  454. @-moz-keyframes header2 {
  455. 0% {background-position: center bottom, center -2542px;}
  456. }
  457.  
  458. @keyframes header2 {
  459. 0% {background-position: center bottom, center -2542px;}
  460. }
  461.  
  462.  
  463. @-webkit-keyframes header3 {
  464. 6.25% {background-position: center bottom, center 18px;}
  465. 12.5% {background-position: center bottom, center -2702px;}
  466. 18.75% {background-position: center bottom, center -302px;}
  467. 25% {background-position: center bottom, center -462px;}
  468. 31.25% {background-position: center bottom, center -622px;}
  469. 37.5% {background-position: center bottom, center -782px;}
  470. 43.75% {background-position: center bottom, center -942px;}
  471. 50% {background-position: center bottom, center -1102px;}
  472. 56.25% {background-position: center bottom, center -1262px;}
  473. 62.5% {background-position: center bottom, center -1422px;}
  474. 68.75% {background-position: center bottom, center -1582px;}
  475. 75% {background-position: center bottom, center -1742px;}
  476. 81.25% {background-position: center bottom, center -1902px;}
  477. 87.5% {background-position: center bottom, center -2062px;}
  478. 93.75% {background-position: center bottom, center -2222px;}
  479. 100% {background-position: center bottom, center -2382px;}
  480. }
  481.  
  482.  
  483. @-moz-keyframes header3 {
  484. 6.25% {background-position: center bottom, center 18px;}
  485. 12.5% {background-position: center bottom, center -2702px;}
  486. 18.75% {background-position: center bottom, center -302px;}
  487. 25% {background-position: center bottom, center -462px;}
  488. 31.25% {background-position: center bottom, center -622px;}
  489. 37.5% {background-position: center bottom, center -782px;}
  490. 43.75% {background-position: center bottom, center -942px;}
  491. 50% {background-position: center bottom, center -1102px;}
  492. 56.25% {background-position: center bottom, center -1262px;}
  493. 62.5% {background-position: center bottom, center -1422px;}
  494. 68.75% {background-position: center bottom, center -1582px;}
  495. 75% {background-position: center bottom, center -1742px;}
  496. 81.25% {background-position: center bottom, center -1902px;}
  497. 87.5% {background-position: center bottom, center -2062px;}
  498. 93.75% {background-position: center bottom, center -2222px;}
  499. 100% {background-position: center bottom, center -2382px;}
  500. }
  501.  
  502. @keyframes header3 {
  503. 6.25% {background-position: center bottom, center 18px;}
  504. 12.5% {background-position: center bottom, center -2702px;}
  505. 18.75% {background-position: center bottom, center -302px;}
  506. 25% {background-position: center bottom, center -462px;}
  507. 31.25% {background-position: center bottom, center -622px;}
  508. 37.5% {background-position: center bottom, center -782px;}
  509. 43.75% {background-position: center bottom, center -942px;}
  510. 50% {background-position: center bottom, center -1102px;}
  511. 56.25% {background-position: center bottom, center -1262px;}
  512. 62.5% {background-position: center bottom, center -1422px;}
  513. 68.75% {background-position: center bottom, center -1582px;}
  514. 75% {background-position: center bottom, center -1742px;}
  515. 81.25% {background-position: center bottom, center -1902px;}
  516. 87.5% {background-position: center bottom, center -2062px;}
  517. 93.75% {background-position: center bottom, center -2222px;}
  518. 100% {background-position: center bottom, center -2382px;}
  519. }
  520.  
  521. @-webkit-keyframes header4 {
  522. 0%, 28%, 56%, 100% {background-position: center bottom, center -2542px;}
  523. 20%, 40%, 90% {background-position: center bottom, center -2702px;}
  524. }
  525.  
  526. @-moz-keyframes header4 {
  527. 0%, 28%, 56%, 100% {background-position: center bottom, center -2542px;}
  528. 20%, 40%, 90% {background-position: center bottom, center -2702px;}
  529. }
  530.  
  531. @keyframes header4 {
  532. 0%, 28%, 56%, 100% {background-position: center bottom, center -2542px;}
  533. 20%, 40%, 90% {background-position: center bottom, center -2702px;}
  534. }
  535.  
  536. @-webkit-keyframes header5 {
  537. 0%, 82%, 83%, 84%, 91% {background-position: center bottom, center -2702px;}
  538. 82.5%, 83.5%, 90.5% {background-position: center bottom, center -2542px;}
  539. }
  540.  
  541. @-moz-keyframes header5 {
  542. 0%, 82%, 83%, 84%, 91% {background-position: center bottom, center -2702px;}
  543. 82.5%, 83.5%, 90.5% {background-position: center bottom, center -2542px;}
  544. }
  545.  
  546. @keyframes header5 {
  547. 0%, 82%, 83%, 84%, 91% {background-position: center bottom, center -2702px;}
  548. 82.5%, 83.5%, 90.5% {background-position: center bottom, center -2542px;}
  549. }
  550.  
  551. #header {
  552. /*-webkit-animation: header1 12s steps(1) 1 normal,
  553. header2 0.07s steps(1) 1 normal,
  554. header2 0.07s steps(1) 1 normal,
  555. header2 0.07s steps(1) 1 normal,
  556. foxy 0.7s steps(1) 1 normal,
  557. header4 0.7s steps(1) 1 normal,
  558. header5 12s steps(1) infinite normal;
  559. -moz-animation: header1 12s steps(1) 1 normal,
  560. header2 0.07s steps(1) 1 normal,
  561. header2 0.07s steps(1) 1 normal,
  562. header2 0.07s steps(1) 1 normal,
  563. foxy 0.7s steps(1) 1 normal,
  564. header4 0.7s steps(1) 1 normal,
  565. header5 12s steps(1) infinite normal;
  566. animation: header1 12s steps(1) 1 normal,
  567. header2 0.07s steps(1) 1 normal,
  568. header2 0.07s steps(1) 1 normal,
  569. header2 0.07s steps(1) 1 normal,
  570. header3 0.5s steps(1) 1 normal,
  571. header4 0.7s steps(1) 1 normal,
  572. header5 12s steps(1) infinite normal;
  573. -webkit-animation-delay:0s, 5s, 5.4s, 9s, 12s, 13s, 14.4s;
  574. -moz-animation-delay:0s, 5s, 5.4s, 9s, 12s, 13s, 14.4s;
  575. animation-delay:0s, 5s, 5.4s, 9s, 12s, 13s, 14.4s; Disabling animated banner*/
  576. background-image: url(%%fnaftext%%), url(%%fnafbanner%%);
  577. background-repeat: no-repeat, no-repeat;
  578. background-position: center bottom, center -2702px;
  579. z-index: 0;
  580. }
  581.  
  582. .thing {
  583. padding: 10px 0 10px 10px;
  584. }
  585.  
  586. .commentarea {
  587. padding: 10px;
  588. }
  589.  
  590. .sitetable.linklisting {
  591. border-color: #e3e2e2;
  592. border-style: solid;
  593. border-width: 1px 0 1px 1px;
  594. background-color: #fff;
  595. }
  596.  
  597. .thing.link {
  598. background-position:right 0, 0 0;
  599. background-repeat:repeat-y, repeat;
  600. border-right: 10px solid #e3e2e2 !important;
  601. }
  602.  
  603. .thing .entry {
  604. padding: 15px 0 15px 0;
  605. }
  606.  
  607. .thing.odd {
  608. background-color:#F4F4F4;
  609. }
  610.  
  611. .thing.even {
  612. background-color:#FFFFFF;
  613. }
  614.  
  615. .thing.stickied {
  616. border-right: 10px solid #f61948 !important;
  617. background-image: url(%%sticky%%);
  618. background-repeat: no-repeat;
  619. background-position: right bottom;
  620. }
  621.  
  622. .expando-button {
  623. height:24px;
  624. width:24px;
  625. background:0;
  626. }
  627.  
  628. .expando-button.selftext.collapsed {
  629. background-image: url(%%thing%%);
  630. background-position: 0 0;
  631. background-repeat:no-repeat;
  632. }
  633.  
  634. .expando-button.selftext.collapsed:hover, .eb-sch {
  635. background-image: url(%%thing%%);
  636. background-position: 0 -24px;
  637. background-repeat:no-repeat;
  638. }
  639.  
  640. .expando-button.selftext.expanded, .eb-se {
  641. background-image: url(%%thing%%);
  642. background-position: -24px 0;
  643. background-repeat:no-repeat;
  644. }
  645.  
  646. .expando-button.selftext.expanded:hover, .eb-seh {
  647. background-image: url(%%thing%%);
  648. background-position: -24px -24px;
  649. background-repeat:no-repeat;
  650. }
  651.  
  652. .expando-button.video.collapsed {
  653. background-image: url(%%thing%%);
  654. background-position: -48px 0;
  655. background-repeat:no-repeat;
  656. }
  657.  
  658. .expando-button.video.collapsed:hover, .eb-vch {
  659. background-image: url(%%thing%%);
  660. background-position: -48px -24px;
  661. background-repeat:no-repeat;
  662. }
  663.  
  664. .expando-button.video.expanded, .eb-ve {
  665. background-image: url(%%thing%%);
  666. background-position: -72px 0;
  667. background-repeat:no-repeat;
  668. }
  669.  
  670. .expando-button.video.expanded:hover, .eb-veh {
  671. background-image: url(%%thing%%);
  672. background-position: -72px -24px;
  673. background-repeat:no-repeat;
  674. }
  675.  
  676. .thing.stickied a.title, .thing.stickied a.title:visited, .thing.stickied a.title.visited {
  677. color: #7B0C24;
  678. }
  679.  
  680. .tagline .stickied-tagline {
  681. color: #7b0c24;
  682. margin-left: 5px;
  683. }
  684.  
  685. .thing .title {
  686. margin-bottom: 5px;
  687. margin-right: 0;
  688. color: #008eb3;
  689. }
  690.  
  691. .thing .title.loggedin:visited, .thing .title:visited {
  692. color: #00556B;
  693. }
  694.  
  695. a.author, a.author:visited {
  696. color: #008eb3 !important;
  697. }
  698.  
  699. a.moderator, a.moderator:visited {
  700. color: #228822 !important;
  701. }
  702.  
  703. #siteTable .entry .tagline {
  704. font-size: 0;
  705. }
  706.  
  707. #siteTable .entry .tagline .author, #siteTable .entry .tagline > time, .tagline .stickied-tagline, .link .flat-list {
  708. font-size: 11px;
  709. }
  710.  
  711. #siteTable .entry .tagline .flair, #siteTable .entry .tagline .author, p.title span.flair, .sitetable .thing .flair {
  712. float: left;
  713. }
  714.  
  715. #siteTable .entry .tagline > time::before {
  716. content: "submitted ";
  717. }
  718.  
  719. #siteTable .tagline > time.edited-timestamp::before {
  720. content: "";
  721. }
  722.  
  723. .entry .buttons li a {
  724. font-size: 11px;
  725. font-weight: normal;
  726. }
  727.  
  728. .link .buttons li.first a {
  729. opacity:1;
  730. color: #008eb3;
  731. }
  732.  
  733. .link .buttons .redditSingleClick, .link .buttons li a {
  734. opacity:1;
  735. -webkit-transition: all 0.2s ease;
  736. -moz-transition: all 0.2s ease;
  737. -ms-transition: all 0.2s ease;
  738. -o-transition: all 0.2s ease;
  739. transition: all 0.2s ease;
  740. }
  741.  
  742. .link:hover .buttons .redditSingleClick, .link:hover .buttons li a {
  743. opacity:1;
  744. }
  745.  
  746. .arrow {
  747. height: 16px;
  748. width: 16px;
  749. }
  750.  
  751. .arrow.up {
  752. background-image: url(%%thing%%);
  753. background-position: -96px 0;
  754. background-repeat: no-repeat;
  755. }
  756.  
  757. .arrow.upmod {
  758. background-image: url(%%thing%%);
  759. background-position: -96px -16px;
  760. background-repeat: no-repeat;
  761. }
  762.  
  763. .arrow.down {
  764. background-image: url(%%thing%%);
  765. background-position: -112px 0;
  766. background-repeat: no-repeat;
  767. }
  768.  
  769. .arrow.downmod {
  770. background-image: url(%%thing%%);
  771. background-position: -112px -16px;
  772. background-repeat: no-repeat;
  773. }
  774.  
  775. .link .score {
  776. color:#999999;
  777. }
  778.  
  779. .link .score.likes {
  780. color:#ff6411;
  781. }
  782.  
  783. .link .score.dislikes {
  784. color:#9711ff;
  785. }
  786.  
  787. .thumbnail, .thumbnail.nsfw, .thumbnail.self, .thumbnail.default {
  788. height:75px;
  789. width:75px;
  790. margin: 14px 16px 0 0;
  791. }
  792.  
  793. .thumbnail.nsfw, .thumbnail.self, .thumbnail.default, .linkflair-spoiler .thumbnail {
  794. background-image:url(%%thing%%);
  795. }
  796.  
  797. .thumbnail.nsfw {
  798. background-position: 0 -48px;
  799. }
  800.  
  801. .thumbnail.self {
  802. background-position: -75px -48px;
  803. }
  804.  
  805. .thumbnail.default {
  806. background-position: -150px -48px;
  807. }
  808.  
  809. .linkflair-spoiler .thumbnail {
  810. background-position: -225px -48px;
  811. }
  812.  
  813. .linkflair-spoiler .thumbnail img {
  814. display: none;
  815. }
  816.  
  817. .midcol {
  818. margin-left: 7px;
  819. margin-right:14px;
  820. padding-top: 26px;
  821. }
  822.  
  823. .commentarea .sitetable .thing .midcol, .gadget .midcol {
  824. padding-top: 14px;
  825. }
  826.  
  827. .thumbnail img {
  828. border-radius: 4px;
  829. height:100%;
  830. width:75px;
  831. }
  832.  
  833. .commentarea {
  834. background-color:#fff;
  835. border: 1px solid #e3e2e2;
  836. margin-top: 16px;
  837. }
  838.  
  839. .panestack-title, .commentarea .menuarea, .commentarea > .usertext {
  840. margin-left:7px;
  841. margin-right:16px;
  842. }
  843.  
  844. .commentarea .menuarea {
  845. position: static;
  846. }
  847.  
  848. .commentarea .thing {
  849. border: 1px solid #e3e2e2;
  850. margin: 0 0 10px;
  851. padding: 10px;
  852. }
  853.  
  854. .commentarea a, .formtabs-content a, .roundfield.info-notice a {
  855. color: #008eb3;
  856. }
  857.  
  858. .nav-buttons {
  859. font-size: 0;
  860. padding: 10px;
  861. text-align: center;
  862. }
  863.  
  864. .nextprev a, .next-suggestions a{
  865. background: none;
  866. border: 0 none;
  867. border-radius: 3px;
  868. color: #008eb3;
  869. font-size: 13px;
  870. margin: 0 5px;
  871. padding: 3px 6px;
  872. -webkit-transition: all 0.2s ease;
  873. -moz-transition: all 0.2s ease;
  874. -ms-transition: all 0.2s ease;
  875. -o-transition: all 0.2s ease;
  876. transition: all 0.2s ease;
  877. }
  878.  
  879. .nextprev a:hover, .next-suggestions a:hover {
  880. background: #008eb3;
  881. border: 0 none;
  882. border-radius: 3px;
  883. color: #fff;
  884. }
  885.  
  886. .link .usertext-body .md, .new-comment .usertext-body, .entry .md{
  887. background: 0;
  888. border:0;
  889. color: #3d5460;
  890. padding-left: 5px;
  891. }
  892.  
  893. .link .usertext .md {
  894. padding:10px 16px 10px 5px;
  895. }
  896.  
  897. .link.last-clicked {
  898. border: 0 none;
  899. }
  900.  
  901. .link.last-clicked .entry p.title a.title {
  902. text-decoration: underline;
  903. }
  904.  
  905. .panestack-title {
  906. border:0;
  907. }
  908.  
  909. .infobar:not(.reddit-infobar) {
  910. background-color: #fff;
  911. border-color: #e4e3e3;
  912. }
  913.  
  914. .roundfield textarea, .usertext-edit textarea, .roundfield input[type="text"], .roundfield input[type="url"], .roundfield input[type="password"], .roundfield input[type="number"], textarea, #search input[type="text"] {
  915. background-color:#fff;
  916. border-color:#c9c9c9;
  917. border-style:solid;
  918. border-width:1px;
  919. color:#454545;
  920. -webkit-transition: all 0.2s ease;
  921. -moz-transition: all 0.2s ease;
  922. -ms-transition: all 0.2s ease;
  923. -o-transition: all 0.2s ease;
  924. transition: all 0.2s ease;
  925. }
  926.  
  927. .roundfield textarea:hover, .usertext-edit textarea:hover, .roundfield input[type="text"]:hover, .roundfield input[type="url"]:hover, .roundfield input[type="password"]:hover, .roundfield input[type="number"]:hover, textarea:hover, #search input[type="text"]:hover {
  928. border-color:#a2a2a2;
  929. }
  930.  
  931. .roundfield textarea:focus, .usertext-edit textarea:focus, .roundfield input[type="text"]:focus, .roundfield input[type="url"]:focus, .roundfield input[type="password"]:focus, .roundfield input[type="number"]:focus, textarea:focus, #search input[type="text"]:focus {
  932. background-image:none;
  933. border-color:#a2a2a2;
  934. }
  935.  
  936. .usertext-edit textarea {
  937. background-image:url(%%textare%%);
  938. background-position: left bottom;
  939. background-repeat: no-repeat;
  940. }
  941.  
  942. .comment .expand {
  943. color: #888;
  944. -webkit-transition: all 0.2s ease;
  945. -moz-transition: all 0.2s ease;
  946. -ms-transition: all 0.2s ease;
  947. -o-transition: all 0.2s ease;
  948. transition: all 0.2s ease;
  949. }
  950.  
  951. .comment .expand:hover {
  952. color: #3d5460;
  953. }
  954.  
  955. .comment .score {
  956. color: #3d5460;
  957. font-weight: 700;
  958. }
  959.  
  960. .comment .child, .comment .showreplies {
  961. border: 0 none;
  962. margin:0;
  963. }
  964.  
  965. .res-commentBoxes .comment div.child, .comment .child, .comment .showreplies {
  966. padding-left:7px;
  967. }
  968.  
  969. .child .thing {
  970. padding:10px;
  971. }
  972.  
  973. ul.tabmenu.formtab {
  974. padding-left:0;
  975. }
  976.  
  977. .formtabs-content {
  978. border:0;
  979. padding:0;
  980. }
  981.  
  982. ul.tabmenu.formtab {
  983. padding-left:0;
  984. }
  985.  
  986. .tabmenu.formtab a, .tabmenu.formtab .selected a {
  987. font-weight:bold;
  988. border:0;
  989. padding: 0 10px 7px 10px;
  990. }
  991.  
  992. .tabmenu.formtab .selected a {
  993. background:0;
  994. color: #454545;
  995. font-size:100%;
  996. border-bottom: 2px solid #008eb3;
  997. }
  998.  
  999. .infobar , .content.submit .info-notice, .roundfield {
  1000. background-color: #fff;
  1001. border: 1px solid #e3e2e2;
  1002. border-radius: 0;
  1003. padding:10px;
  1004. }
  1005.  
  1006. .titlebox h1 a, .titlebox h1 a:hover {
  1007. color: #008eb3;
  1008. text-decoration:none;
  1009. }
  1010.  
  1011.  
  1012.  
  1013.  
  1014. .md hr {
  1015. background: #888;
  1016. height: 1px;
  1017. }
  1018.  
  1019. .md .-lists, .md ul, .md ol {
  1020. padding-left: 20px;
  1021. }
  1022.  
  1023. .linkinfo, .titlebox, .sidecontentbox {
  1024. background: #fff;
  1025. border: 1px solid #e3e2e2;
  1026. border-radius: 0;
  1027. padding: 10px;
  1028. }
  1029.  
  1030. .titlebox, .sidecontentbox {
  1031. padding: 10px;
  1032. }
  1033.  
  1034. .titlebox h1 {
  1035.  
  1036. }
  1037.  
  1038. .sidecontentbox .title {
  1039. padding-bottom: 8px;
  1040. }
  1041.  
  1042. .sidecontentbox .content {
  1043. padding: 0;
  1044. border:0;
  1045. }
  1046.  
  1047. .sidecontentbox .content > li {
  1048. display: block;
  1049. margin-bottom: 10px;
  1050. min-height: 36px;
  1051. }
  1052.  
  1053. .sidecontentbox .content > li:last-child {
  1054. min-height: auto;
  1055. }
  1056.  
  1057. .sidecontentbox .content a.author {
  1058. margin-right: 0;
  1059. }
  1060.  
  1061. .sidecontentbox .content a.author::after {
  1062. display: block;
  1063. }
  1064.  
  1065. .sidecontentbox .content a.author, .sidecontentbox .content a.author::after {
  1066. padding: 0 0 0 36px;
  1067. }
  1068.  
  1069. .sidecontentbox .content .flair {
  1070. float: left;
  1071. position: absolute;
  1072. }
  1073.  
  1074. .titlebox form.toggle, .leavemoderator {
  1075. background: 0;
  1076. }
  1077.  
  1078. .sidecontentbox .title h1 {
  1079. color: #008eb3;
  1080. font-size: 16px;
  1081. }
  1082.  
  1083. .gadget .right {
  1084. margin-top: 5px;
  1085. text-align: center;
  1086. }
  1087.  
  1088. .gadget .reddit-link {
  1089. padding: 10px;
  1090. }
  1091.  
  1092. .icon-menu a {
  1093. background: 0;
  1094. }
  1095.  
  1096. .footer, .footer .col {
  1097. border: 0;
  1098. }
  1099.  
  1100. .debuginfo::before {
  1101. content: "Layout by /u/Maglavios";
  1102. float: left;
  1103. line-height: 22px;
  1104. }
  1105.  
  1106.  
  1107.  
  1108.  
  1109. /* All flair */
  1110.  
  1111.  
  1112. .flair {
  1113. background: url(%%spritesheet%%) no-repeat -9999px;
  1114. border: 0;
  1115. padding: 0;
  1116. }
  1117.  
  1118. .flair-001 {
  1119. width: 40px;
  1120. height: 40px;
  1121. background-position: 0 -0px;
  1122. }
  1123.  
  1124. .flair-002 {
  1125. width: 40px;
  1126. height: 40px;
  1127. background-position: 0 -39px;
  1128. }
  1129.  
  1130. .flair-003 {
  1131. width: 40px;
  1132. height: 40px;
  1133. background-position: 0 -78px;
  1134. }
  1135.  
  1136.  
  1137. .flair-004 {
  1138. width: 40px;
  1139. height: 40px;
  1140. background-position: 0 -117px;
  1141. }
  1142.  
  1143. .flair-005 {
  1144. width: 40px;
  1145. height: 40px;
  1146. background-position: 0 -156px;
  1147. }
  1148.  
  1149. .flair-006 {
  1150. width: 40px;
  1151. height: 40px;
  1152. background-position: 0 -195px;
  1153. }
  1154.  
  1155. .flair-007 {
  1156. width: 40px;
  1157. height: 40px;
  1158. background-position: 0 -234px;
  1159. }
  1160.  
  1161. .flair-008 {
  1162. width: 40px;
  1163. height: 40px;
  1164. background-position: 0 -273px;
  1165. }
  1166.  
  1167. .flair-009 {
  1168. width: 40px;
  1169. height: 40px;
  1170. background-position: 0 -312px;
  1171. }
  1172.  
  1173. .flair-010 {
  1174. width: 40px;
  1175. height: 40px;
  1176. background-position: 0 -351px;
  1177. }
  1178.  
  1179. .flair-011 {
  1180. width: 40px;
  1181. height: 40px;
  1182. background-position: 0 -390px;
  1183. }
  1184.  
  1185. .flair-012 {
  1186. width: 40px;
  1187. height: 40px;
  1188. background-position: 0 -429px;
  1189. }
  1190.  
  1191. .flair-013 {
  1192. width: 40px;
  1193. height: 40px;
  1194. background-position: 0 -468px;
  1195. }
  1196.  
  1197. .flair-014 {
  1198. width: 40px;
  1199. height: 40px;
  1200. background-position: 0 -507px;
  1201. }
  1202.  
  1203. .flair-015 {
  1204. width: 40px;
  1205. height: 40px;
  1206. background-position: 0 -546px;
  1207. }
  1208.  
  1209. .flair-016 {
  1210. width: 40px;
  1211. height: 40px;
  1212. background-position: 0 -585px;
  1213. }
  1214.  
  1215. .flair-017 {
  1216. width: 40px;
  1217. height: 40px;
  1218. background-position: 0 -624px;
  1219. }
  1220.  
  1221. .flair-018 {
  1222. width: 40px;
  1223. height: 40px;
  1224. background-position: 0 -663px;
  1225. }
  1226.  
  1227. .flair-019 {
  1228. width: 40px;
  1229. height: 40px;
  1230. background-position: 0 -702px;
  1231. }
  1232.  
  1233. .flair-020 {
  1234. width: 40px;
  1235. height: 40px;
  1236. background-position: 0 -741px;
  1237. }
  1238.  
  1239. .flair-021 {
  1240. width: 40px;
  1241. height: 40px;
  1242. background-position: 0 -780px;
  1243. }
  1244.  
  1245. .flair-022 {
  1246. width: 40px;
  1247. height: 40px;
  1248. background-position: 0 -819px;
  1249. }
  1250.  
  1251. .flair-023 {
  1252. width: 40px;
  1253. height: 40px;
  1254. background-position: 0 -858px;
  1255. }
  1256.  
  1257. .flair-024 {
  1258. width: 40px;
  1259. height: 40px;
  1260. background-position: 0 -897px;
  1261. }
  1262.  
  1263. .flair-025 {
  1264. width: 40px;
  1265. height: 40px;
  1266. background-position: 0 -936px;
  1267. }
  1268.  
  1269. .flair-026 {
  1270. width: 40px;
  1271. height: 40px;
  1272. background-position: 0 -975px;
  1273. }
  1274.  
  1275. .flair-027 {
  1276. width: 40px;
  1277. height: 40px;
  1278. background-position: 0 -1014px;
  1279. }
  1280.  
  1281. .flair-028 {
  1282. width: 40px;
  1283. height: 40px;
  1284. background-position: 0 -1053px;
  1285. }
  1286.  
  1287. .flair-029 {
  1288. width: 40px;
  1289. height: 40px;
  1290. background-position: 0 -1092px;
  1291. }
  1292.  
  1293. .flair-030 {
  1294. width: 40px;
  1295. height: 40px;
  1296. background-position: 0 -1131px;
  1297. }
  1298.  
  1299. .flair-031 {
  1300. width: 40px;
  1301. height: 40px;
  1302. background-position: 0 -1170px;
  1303. }
  1304.  
  1305. .flair-032 {
  1306. width: 40px;
  1307. height: 40px;
  1308. background-position: 0 -1209px;
  1309. }
  1310.  
  1311. .flair-033 {
  1312. width: 40px;
  1313. height: 40px;
  1314. background-position: 0 -1248px;
  1315. }
  1316.  
  1317. .flair-034 {
  1318. width: 40px;
  1319. height: 40px;
  1320. background-position: 0 -1287px;
  1321. }
  1322.  
  1323. .flair-035 {
  1324. width: 40px;
  1325. height: 40px;
  1326. background-position: 0 -1326px;
  1327. }
  1328.  
  1329. .flair-036 {
  1330. width: 40px;
  1331. height: 40px;
  1332. background-position: 0 -1365px;
  1333. }
  1334.  
  1335. .flair-037 {
  1336. width: 40px;
  1337. height: 40px;
  1338. background-position: 0 -1404px;
  1339. }
  1340.  
  1341. .flair-038 {
  1342. width: 40px;
  1343. height: 40px;
  1344. background-position: 0 -1443px;
  1345. }
  1346.  
  1347. .flair-039 {
  1348. width: 40px;
  1349. height: 40px;
  1350. background-position: 0 -1482px;
  1351. }
  1352.  
  1353. .flair-040 {
  1354. width: 40px;
  1355. height: 40px;
  1356. background-position: 0 -1521px;
  1357. }
  1358.  
  1359. .flair-041 {
  1360. width: 40px;
  1361. height: 40px;
  1362. background-position: 0 -1560px;
  1363. }
  1364.  
  1365. .flair-042 {
  1366. width: 40px;
  1367. height: 40px;
  1368. background-position: 0 -1599px;
  1369. }
  1370.  
  1371. .flair-043 {
  1372. width: 40px;
  1373. height: 40px;
  1374. background-position: 0 -1638px;
  1375. }
  1376.  
  1377. .flair-044 {
  1378. width: 40px;
  1379. height: 40px;
  1380. background-position: 0 -1677px;
  1381. }
  1382.  
  1383. .flair-045 {
  1384. width: 40px;
  1385. height: 40px;
  1386. background-position: 0 -1716px;
  1387. }
  1388.  
  1389. .flair-046 {
  1390. width: 40px;
  1391. height: 40px;
  1392. background-position: 0 -1755px;
  1393. }
  1394.  
  1395. .flair-047 {
  1396. width: 40px;
  1397. height: 40px;
  1398. background-position: 0 -1794px;
  1399. }
  1400.  
  1401.  
  1402. .flair-048 {
  1403. width: 40px;
  1404. height: 40px;
  1405. background-position: 0 -1833px;
  1406. }
  1407.  
  1408. .flair-049 {
  1409. width: 40px;
  1410. height: 40px;
  1411. background-position: 0 -1872px;
  1412. }
  1413.  
  1414. .flair-050 {
  1415. width: 40px;
  1416. height: 40px;
  1417. background-position: 0 -1911px;
  1418. }
  1419.  
  1420.  
  1421. .flair-051 {
  1422. width: 40px;
  1423. height: 40px;
  1424. background-position: 0 -1950px;
  1425. }
  1426.  
  1427. .flair-052 {
  1428. width: 40px;
  1429. height: 40px;
  1430. background-position: 0 -1989px;
  1431. }
  1432.  
  1433. .flair-053 {
  1434. width: 40px;
  1435. height: 40px;
  1436. background-position: 0 -2028px;
  1437. }
  1438.  
  1439. .flair-054 {
  1440. width: 40px;
  1441. height: 40px;
  1442. background-position: 0 -2067px;
  1443. }
  1444.  
  1445. .flair-055 {
  1446. width: 40px;
  1447. height: 40px;
  1448. background-position: 0 -2106px;
  1449. }
  1450.  
  1451. .flair-056 {
  1452. width: 40px;
  1453. height: 40px;
  1454. background-position: 0 -2145px;
  1455. }
  1456.  
  1457. .flair-057 {
  1458. width: 40px;
  1459. height: 40px;
  1460. background-position: 0 -2184px;
  1461. }
  1462.  
  1463. .flair-058 {
  1464. width: 40px;
  1465. height: 40px;
  1466. background-position: 0 -2223px;
  1467. }
  1468.  
  1469. .flair-059 {
  1470. width: 40px;
  1471. height: 40px;
  1472. background-position: 0 -2262px;
  1473. }
  1474.  
  1475. .flair-060 {
  1476. width: 40px;
  1477. height: 40px;
  1478. background-position: 0 -2301px;
  1479. }
  1480.  
  1481. .flair-061 {
  1482. width: 40px;
  1483. height: 40px;
  1484. background-position: 0 -2340px;
  1485. }
  1486.  
  1487. .flair-062 {
  1488. width: 40px;
  1489. height: 40px;
  1490. background-position: 0 -2379px;
  1491. }
  1492.  
  1493. .flair-063 {
  1494. width: 40px;
  1495. height: 40px;
  1496. background-position: 0 -2418px;
  1497. }
  1498.  
  1499. .flair-064 {
  1500. width: 40px;
  1501. height: 40px;
  1502. background-position: 0 -2457px;
  1503. }
  1504.  
  1505. .flair-065 {
  1506. width: 40px;
  1507. height: 40px;
  1508. background-position: 0 -2496px;
  1509. }
  1510.  
  1511. .flair-066 {
  1512. width: 40px;
  1513. height: 40px;
  1514. background-position: 0 -2535px;
  1515. }
  1516.  
  1517. .flair-067 {
  1518. width: 40px;
  1519. height: 40px;
  1520. background-position: 0 -2574px;
  1521. }
  1522.  
  1523. .flair-068 {
  1524. width: 40px;
  1525. height: 40px;
  1526. background-position: 0 -2613px;
  1527. }
  1528.  
  1529. .flair-069 {
  1530. width: 40px;
  1531. height: 40px;
  1532. background-position: 0 -2652px;
  1533. }
  1534.  
  1535. .flair-070 {
  1536. width: 40px;
  1537. height: 40px;
  1538. background-position: 0 -2691px;
  1539. }
  1540.  
  1541. .flair-071 {
  1542. width: 40px;
  1543. height: 40px;
  1544. background-position: 0 -2730px;
  1545. }
  1546.  
  1547. .flair-072 {
  1548. width: 40px;
  1549. height: 40px;
  1550. background-position: 0 -2769px;
  1551. }
  1552.  
  1553. .flair-073 {
  1554. width: 40px;
  1555. height: 40px;
  1556. background-position: 0 -2808px;
  1557. }
  1558.  
  1559. .flair-074 {
  1560. width: 40px;
  1561. height: 40px;
  1562. background-position: 0 -2847px;
  1563. }
  1564.  
  1565. .flair-075 {
  1566. width: 40px;
  1567. height: 40px;
  1568. background-position: 0 -2886px;
  1569. }
  1570.  
  1571. .flair-076 {
  1572. width: 40px;
  1573. height: 40px;
  1574. background-position: 0 -2925px;
  1575. }
  1576.  
  1577. .flair-077 {
  1578. width: 40px;
  1579. height: 40px;
  1580. background-position: 0 -2964px;
  1581. }
  1582.  
  1583. .flair-078 {
  1584. width: 40px;
  1585. height: 40px;
  1586. background-position: 0 -3003px;
  1587. }
  1588.  
  1589. .flair-079 {
  1590. width: 40px;
  1591. height: 40px;
  1592. background-position: 0 -3042px;
  1593. }
  1594.  
  1595. .flair-080 {
  1596. width: 40px;
  1597. height: 40px;
  1598. background-position: 0 -3081px;
  1599. }
  1600.  
  1601. .flair-081 {
  1602. width: 40px;
  1603. height: 40px;
  1604. background-position: 0 -3120px;
  1605. }
  1606.  
  1607. .flair-082 {
  1608. width: 40px;
  1609. height: 40px;
  1610. background-position: 0 -3159px;
  1611. }
  1612.  
  1613. .flair-083 {
  1614. width: 40px;
  1615. height: 40px;
  1616. background-position: 0 -3198px;
  1617. }
  1618.  
  1619. .flair-084 {
  1620. width: 40px;
  1621. height: 40px;
  1622. background-position: 0 -3237px;
  1623. }
  1624.  
  1625. .flair-085 {
  1626. width: 40px;
  1627. height: 40px;
  1628. background-position: 0 -3276px;
  1629. }
  1630.  
  1631. .flair-086 {
  1632. width: 40px;
  1633. height: 40px;
  1634. background-position: 0 -3315px;
  1635. }
  1636.  
  1637. .flair-087 {
  1638. width: 40px;
  1639. height: 40px;
  1640. background-position: 0 -3354px;
  1641. }
  1642.  
  1643. .flair-088 {
  1644. width: 40px;
  1645. height: 40px;
  1646. background-position: 0 -3393px;
  1647. }
  1648.  
  1649. .flair-089 {
  1650. width: 40px;
  1651. height: 40px;
  1652. background-position: 0 -3432px;
  1653. }
  1654.  
  1655. .flair-090 {
  1656. width: 40px;
  1657. height: 40px;
  1658. background-position: 0 -3471px;
  1659. }
  1660.  
  1661. .flair-091 {
  1662. width: 40px;
  1663. height: 40px;
  1664. background-position: 0 -3510px;
  1665. }
  1666.  
  1667. .flair-092 {
  1668. width: 40px;
  1669. height: 40px;
  1670. background-position: 0 -3549px;
  1671. }
  1672.  
  1673. .flair-093 {
  1674. width: 40px;
  1675. height: 40px;
  1676. background-position: 0 -3588px;
  1677. }
  1678.  
  1679. .flair-094 {
  1680. width: 40px;
  1681. height: 40px;
  1682. background-position: 0 -3627px;
  1683. }
  1684.  
  1685. .flair-095 {
  1686. width: 40px;
  1687. height: 40px;
  1688. background-position: 0 -3666px;
  1689. }
  1690.  
  1691. .flair-096 {
  1692. width: 40px;
  1693. height: 40px;
  1694. background-position: 0 -3705px;
  1695. }
  1696.  
  1697. .flair-097 {
  1698. width: 40px;
  1699. height: 40px;
  1700. background-position: 0 -3744px;
  1701. }
  1702.  
  1703. .flair-098 {
  1704. width: 40px;
  1705. height: 40px;
  1706. background-position: 0 -3783px;
  1707. }
  1708.  
  1709. .flair-099 {
  1710. width: 40px;
  1711. height: 40px;
  1712. background-position: 0 -3822px;
  1713. }
  1714.  
  1715. .flair-100 {
  1716. width: 40px;
  1717. height: 40px;
  1718. background-position: 0 -3861px;
  1719. }
  1720.  
  1721. .flair-101 {
  1722. width: 40px;
  1723. height: 40px;
  1724. background-position: 0 -3900px;
  1725. }
  1726.  
  1727. .flair-102 {
  1728. width: 40px;
  1729. height: 40px;
  1730. background-position: 0 -3939px;
  1731. }
  1732.  
  1733. .flair-103 {
  1734. width: 40px;
  1735. height: 40px;
  1736. background-position: 0 -3978px;
  1737. }
  1738.  
  1739. .flair-104 {
  1740. width: 40px;
  1741. height: 40px;
  1742. background-position: 0 -4017px;
  1743. }
  1744.  
  1745. .flair-105 {
  1746. width: 40px;
  1747. height: 40px;
  1748. background-position: 0 -4056px;
  1749. }
  1750.  
  1751. .flair-106 {
  1752. width: 40px;
  1753. height: 40px;
  1754. background-position: 0 -4095px;
  1755. }
  1756.  
  1757. .flair-107 {
  1758. width: 40px;
  1759. height: 40px;
  1760. background-position: 0 -4134px;
  1761. }
  1762.  
  1763. .flair-108 {
  1764. width: 40px;
  1765. height: 40px;
  1766. background-position: 0 -4173px;
  1767. }
  1768.  
  1769. .flair-109 {
  1770. width: 40px;
  1771. height: 40px;
  1772. background-position: 0 -4212px;
  1773. }
  1774.  
  1775. .flair-110 {
  1776. width: 40px;
  1777. height: 40px;
  1778. background-position: 0 -4251px;
  1779. }
  1780.  
  1781. .flair-111 {
  1782. width: 40px;
  1783. height: 40px;
  1784. background-position: 0 -4290px;
  1785. }
  1786.  
  1787. .flair-112 {
  1788. width: 40px;
  1789. height: 40px;
  1790. background-position: 0 -4329px;
  1791. }
  1792.  
  1793. .flair-113 {
  1794. width: 40px;
  1795. height: 40px;
  1796. background-position: 0 -4368px;
  1797. }
  1798.  
  1799. .flair-114 {
  1800. width: 40px;
  1801. height: 40px;
  1802. background-position: 0 -4407px;
  1803. }
  1804.  
  1805. .flair[class*="2-"] { background-image: url(%%specialflairs%%); }
  1806.  
  1807.  
  1808. .flair-2-001 {
  1809. width: 40px;
  1810. height: 40px;
  1811. background-position: 0 -0px;
  1812. }
  1813.  
  1814. .flair-2-002 {
  1815. width: 40px;
  1816. height: 40px;
  1817. background-position: 0 -39px;
  1818. }
  1819.  
  1820. .flair-2-003 {
  1821. width: 40px;
  1822. height: 40px;
  1823. background-position: 0 -78px;
  1824. }
  1825.  
  1826. .flair-2-004 {
  1827. width: 40px;
  1828. height: 40px;
  1829. background-position: 0 -117px;
  1830. }
  1831.  
  1832. .flair-2-005 {
  1833. width: 40px;
  1834. height: 40px;
  1835. background-position: 0 -156px;
  1836. }
  1837.  
  1838. .flair-2-006 {
  1839. width: 40px;
  1840. height: 40px;
  1841. background-position: 0 -195px;
  1842. }
  1843.  
  1844. .flair-2-007 {
  1845. width: 40px;
  1846. height: 40px;
  1847. background-position: 0 -234px;
  1848. }
  1849.  
  1850. .flair-2-008 {
  1851. width: 40px;
  1852. height: 40px;
  1853. background-position: 0 -273px;
  1854. }
  1855.  
  1856. .flair-2-009 {
  1857. width: 40px;
  1858. height: 40px;
  1859. background-position: 0 -312px;
  1860. }
  1861.  
  1862. .flair-2-010 {
  1863. width: 40px;
  1864. height: 40px;
  1865. background-position: 0 -351px;
  1866. }
  1867.  
  1868. /* User flairs */
  1869. .author[href$="/user/animdude"]:after {
  1870. content: "Scott Cawthon";
  1871. padding: 0.5em;
  1872. color: blue;
  1873. font-weight: bolder
  1874. }
  1875.  
  1876. .author[href$="/user/Phisnom"]:after {
  1877. content:"Offline";
  1878. padding: 0.5em;
  1879. color: #4C4C49;
  1880. font-weight: bolder
  1881. }
  1882.  
  1883. .author[href$="/user/deathsBFF"]:after {
  1884. content: "The fresh user of /r/fivenightsatfreddys";
  1885. padding: 0.5em;
  1886. color: maroon;
  1887. font-weight: bolder
  1888. }
  1889.  
  1890. .author[href$="/-popgoes"] {
  1891. font-size:0!important
  1892. }
  1893.  
  1894. .author[href$="/-popgoes"]:before {
  1895. color:#B53737;
  1896. content:" Kandy Kane " "";
  1897. font-size:11px!important
  1898. }
  1899.  
  1900. .author[href$="/user/invaderzz"]:after {
  1901. content:"Modtrap";
  1902. padding: 0.5em;
  1903. color: #a8c009;
  1904. font-weight: bolder
  1905.  
  1906. }
  1907. .author[href$="/user/BaseTown"]:after {
  1908. content: "Shush";
  1909. padding: 0.5em;
  1910. color: #2b5397;
  1911. font-weight: bolder
  1912.  
  1913. }
  1914. .author[href$="/user/GameboyJr"]:after {
  1915. content: "Gold Contributor";
  1916. padding: 0.5em;
  1917. color: #CFC242;
  1918. font-weight: bolder
  1919. }
  1920.  
  1921.  
  1922. .author[href$="/user/Hopper2004"]:after {
  1923. content: "Contest Winner #1";
  1924. padding: 0.5em;
  1925. color: blue;
  1926. font-weight: bolder
  1927. }
  1928.  
  1929. .author[href$="/user/Cdiuky"]:after {
  1930. content: "Contest Winner #2";
  1931. padding: 0.5em;
  1932. color: blue;
  1933. font-weight: bolder
  1934. }
  1935.  
  1936. .author[href$="/user/IDontHaveAUse"]:after {
  1937. content: "Contest Winner #3";
  1938. padding: 0.5em;
  1939. color: blue;
  1940. font-weight: bolder
  1941. }
  1942.  
  1943. .author[href$="/user/PresidentCelestia"]:after {
  1944. content: "Playing Fallout 4";
  1945. padding: 0.5em;
  1946. color: pink;
  1947. font-weight: bolder
  1948. }
  1949.  
  1950. .author[href$="/user/Pokefan993"]:after {
  1951. content: "Contest Winner #4";
  1952. padding: 0.5em;
  1953. color: blue;
  1954. font-weight: bolder
  1955. }
  1956.  
  1957. .author[href$="/user/Dalek_Kolt"]:after {
  1958. content: "Contest Winner #5";
  1959. padding: 0.5em;
  1960. color: blue;
  1961. font-weight: bolder
  1962. }
  1963.  
  1964. .author[href$="/user/maglavios"]:after {
  1965. content: "Contest Winner #6";
  1966. padding: 0.5em;
  1967. color: blue;
  1968. font-weight: bolder
  1969. }
  1970.  
  1971. .author[href$="/user/C_Morzy"]:after {
  1972. content: "Contest Winner #7";
  1973. padding: 0.5em;
  1974. color: blue;
  1975. font-weight: bolder
  1976. }
  1977.  
  1978. .author[href$="/user/hllx"]:after {
  1979. content: "Contest Winner #8";
  1980. padding: 0.5em;
  1981. color: blue;
  1982. font-weight: bolder
  1983. }
  1984. .author[href$="/user/Smashing_Renders"]:after {
  1985. content: "GOLD ARTIST";
  1986. padding: 0.5em;
  1987. color: #DFBD18;
  1988. font-weight: bolder
  1989. }
  1990.  
  1991. .author[href$="/user/LadyFiszi"]:after {
  1992. content: "GOLD ARTIST";
  1993. padding: 0.5em;
  1994. color: #DFBD18;
  1995. font-weight: bolder
  1996. }
  1997.  
  1998. .author[href$="/user/Forunth"]:after {
  1999. content: "Artist";
  2000. padding: 0.5em;
  2001. color: #088A08;
  2002. font-weight: bolder
  2003. }
  2004.  
  2005. .author[href$="/user/Mistberg"]:after {
  2006. content: "Artist";
  2007. padding: 0.5em;
  2008. color: #088A08;
  2009. font-weight: bolder
  2010. }
  2011.  
  2012. .author[href$="/user/fantasma4"]:after {
  2013. content: " CSS Helper ";
  2014. padding: 0.5em;
  2015. color: maroon;
  2016. font-weight: bolder
  2017. }
  2018.  
  2019. .author[href$="/user/Negaduck9"]:after {
  2020. content: "Artist";
  2021. padding: 0.5em;
  2022. color: #088A08;
  2023. font-weight: bolder
  2024. }
  2025.  
  2026. .author[href$="/user/ConstaChugga"]:after {
  2027. content: "Artist";
  2028. padding: 0.5em;
  2029. color: #088A08;
  2030. font-weight: bolder
  2031. }
  2032.  
  2033. .author[href$="/user/Nikson_"]:after {
  2034. content: "Developer";
  2035. padding: 0.5em;
  2036. color: #162656;
  2037. font-weight: bolder
  2038. }
  2039.  
  2040. .author[href$="/user/Emilmacko"]:after {
  2041. content: "Developer";
  2042. padding: 0.5em;
  2043. color: #162656;
  2044. font-weight: bolder
  2045. }
  2046.  
  2047. .author[href$="/user/AutoModerator"]:after {
  2048. content: "I wanna be a real boy!";
  2049. padding: 0.5em;
  2050. color: #444242;
  2051. font-weight: bolder
  2052. }
  2053.  
  2054. .author[href$="/user/Everything_Animation"]:after {
  2055. content: "Artist";
  2056. padding: 0.5em;
  2057. color: #431155;
  2058. font-weight: bolder
  2059. }
  2060.  
  2061.  
  2062. .author[href$="/user/GoldenNove"]:after {
  2063. content: "Artist";
  2064. padding: 0.5em;
  2065. color: #088A08;
  2066. font-weight: bolder
  2067. }
  2068.  
  2069.  
  2070. .author[href$="/user/Semicolon5"]:after {
  2071. content: "Artist";
  2072. padding: 0.5em;
  2073. color: #088A08;
  2074. font-weight: bolder
  2075. }
  2076.  
  2077.  
  2078. /* Link Flair */
  2079. /*
  2080. .flairoptionpane {
  2081. max-height: 300px;
  2082. }
  2083.  
  2084. .flairoptionpane li {
  2085. height: 34px;
  2086. }
  2087.  
  2088. .title .linkflairlabel {
  2089. display: table;
  2090. background-color: transparent;
  2091. border-width: 0px;
  2092. border-radius: 0px;
  2093. color: #C1BFBF;
  2094. letter-spacing: 2px;
  2095. text-transform: uppercase;
  2096. font-weight: normal;
  2097. overflow: visible;
  2098. max-width: 98%;
  2099. }
  2100.  
  2101. .thing.linkflair .entry {
  2102. border-right: 10px solid #808080;
  2103. }
  2104.  
  2105. .thing.linkflair .linkflairlabel {
  2106. border-bottom: solid 2px #808080;
  2107. }
  2108.  
  2109. .thing.linkflair.linkflair-a .entry, .flairselector .linkflair-a {
  2110. border-right: 10px solid #BCBCBC;
  2111. }
  2112.  
  2113. .thing.linkflair.linkflair-a .linkflairlabel {
  2114. border-bottom: solid 2px #BCBCBC;
  2115. }
  2116.  
  2117. .thing.linkflair.linkflair-b .entry, .flairselector .linkflair-b {
  2118. border-right: 10px solid #B284BE;
  2119. }
  2120.  
  2121. .thing.linkflair.linkflair-b .linkflairlabel {
  2122. border-bottom: solid 2px #B284BE;
  2123. }
  2124.  
  2125. .thing.linkflair.linkflair-c .entry, .flairselector .linkflair-c {
  2126. border-right: 10px solid #E32636;
  2127. }
  2128.  
  2129. .thing.linkflair.linkflair-c .linkflairlabel {
  2130. border-bottom: solid 2px #E32636;
  2131. }
  2132.  
  2133. .thing.linkflair.linkflair-d .entry, .flairselector .linkflair-d {
  2134. border-right: 10px solid #FFBF00;
  2135. }
  2136.  
  2137. .thing.linkflair.linkflair-d .linkflairlabel {
  2138. border-bottom: solid 2px #FFBF00;
  2139. }
  2140.  
  2141. .thing.linkflair.linkflair-e .entry, .flairselector .linkflair-e {
  2142. border-right: 10px solid #9966CC;
  2143. }
  2144.  
  2145. .thing.linkflair.linkflair-e .linkflairlabel {
  2146. border-bottom: solid 2px #9966CC;
  2147. }
  2148.  
  2149. .thing.linkflair.linkflair-f .entry, .flairselector .linkflair-f {
  2150. border-right: 10px solid #A4C639;
  2151. }
  2152.  
  2153. .thing.linkflair.linkflair-f .linkflairlabel {
  2154. border-bottom: solid 2px #A4C639;
  2155. }
  2156.  
  2157. .thing.linkflair.linkflair-g .entry, .flairselector .linkflair-g {
  2158. border-right: 10px solid #CD9575;
  2159. }
  2160.  
  2161. .thing.linkflair.linkflair-g .linkflairlabel {
  2162. border-bottom: solid 2px #CD9575;
  2163. }
  2164.  
  2165. .thing.linkflair.linkflair-h .entry, .flairselector .linkflair-h {
  2166. border-right: 10px solid #00FFFF;
  2167. }
  2168.  
  2169. .thing.linkflair.linkflair-h .linkflairlabel {
  2170. border-bottom: solid 2px #00FFFF;
  2171. }
  2172.  
  2173. .thing.linkflair.linkflair-i .entry, .flairselector .linkflair-i {
  2174. border-right: 10px solid #FDEE00;
  2175. }
  2176.  
  2177. .thing.linkflair.linkflair-i .linkflairlabel {
  2178. border-bottom: solid 2px #FDEE00;
  2179. }
  2180.  
  2181. .thing.linkflair.linkflair-j .entry, .flairselector .linkflair-j {
  2182. border-right: 10px solid #CE9C31;
  2183. }
  2184.  
  2185. .thing.linkflair.linkflair-j .linkflairlabel {
  2186. border-bottom: solid 2px #CE9C31;
  2187. }
  2188.  
  2189. .thing.linkflair.linkflair-k .entry, .flairselector .linkflair-j {
  2190. border-right: 10px solid #007FFF;
  2191. }
  2192.  
  2193. .thing.linkflair.linkflair-k .linkflairlabel {
  2194. border-bottom: solid 2px #007FFF;
  2195. }
  2196.  
  2197. .thing.linkflair.linkflair-l .entry, .flairselector .linkflair-j {
  2198. border-right: 10px solid #F4C2C2;
  2199. }
  2200.  
  2201. .thing.linkflair.linkflair-l .linkflairlabel {
  2202. border-bottom: solid 2px #F4C2C2;
  2203. }
  2204.  
  2205. .thing.linkflair.linkflair-m .entry, .flairselector .linkflair-j {
  2206. border-right: 10px solid #E0218A;
  2207. }
  2208.  
  2209. .thing.linkflair.linkflair-m .linkflairlabel {
  2210. border-bottom: solid 2px #E0218A;
  2211. }
  2212.  
  2213. .thing.linkflair.linkflair-n .entry, .flairselector .linkflair-j {
  2214. border-right: 10px solid #A52A2A;
  2215. }
  2216.  
  2217. .thing.linkflair.linkflair-n .linkflairlabel {
  2218. border-bottom: solid 2px #A52A2A;
  2219. }
  2220.  
  2221. .thing.linkflair.linkflair-o .entry, .flairselector .linkflair-j {
  2222. border-right: 10px solid #7FFF00;
  2223. }
  2224.  
  2225. .thing.linkflair.linkflair-o .linkflairlabel {
  2226. border-bottom: solid 2px #7FFF00;
  2227. }
  2228.  
  2229. .thing.linkflair.linkflair-p .entry, .flairselector .linkflair-j {
  2230. border-right: 10px solid #03C03C;
  2231. }
  2232.  
  2233. .thing.linkflair.linkflair-p .linkflairlabel {
  2234. border-bottom: solid 2px #03C03C;
  2235. }
  2236.  
  2237. .thing.linkflair.linkflair-q .entry, .flairselector .linkflair-j {
  2238. border-right: 10px solid #FF2800;
  2239. }
  2240.  
  2241. .thing.linkflair.linkflair-q .linkflairlabel {
  2242. border-bottom: solid 2px #FF2800;
  2243. }
  2244.  
  2245. .thing.linkflair.linkflair-r .entry, .flairselector .linkflair-j {
  2246. border-right: 10px solid #C41E3A;
  2247. }
  2248.  
  2249. .thing.linkflair.linkflair-r .linkflairlabel {
  2250. border-bottom: solid 2px #C41E3A;
  2251. }
  2252.  
  2253. .thing.linkflair.linkflair-s .entry, .flairselector .linkflair-j {
  2254. border-right: 10px solid #DE6FA1;
  2255. }
  2256.  
  2257. .thing.linkflair.linkflair-s .linkflairlabel {
  2258. border-bottom: solid 2px #DE6FA1;
  2259. }
  2260.  
  2261. .thing.linkflair.linkflair-t .entry, .flairselector .linkflair-j {
  2262. border-right: 10px solid #8B008B;
  2263. }
  2264.  
  2265. .thing.linkflair.linkflair-t .linkflairlabel {
  2266. border-bottom: solid 2px #8B008B;
  2267. }
  2268.  
  2269. .thing.linkflair.linkflair-u .entry, .flairselector .linkflair-j {
  2270. border-right: 10px solid #50C878;
  2271. }
  2272.  
  2273. .thing.linkflair.linkflair-u .linkflairlabel {
  2274. border-bottom: solid 2px #50C878;
  2275. }
  2276. */
  2277. /* End Link Flair*/
  2278.  
  2279. /* Flairs 2.0 */
  2280. .thing.link.linkflair-a {border-right: 10px solid #BCBCBC !important;} /* Misc. */
  2281. .thing.link.linkflair-b {border-right: 10px solid #B284BE !important;} /* Artwork */
  2282. .thing.link.linkflair-c {border-right: 10px solid #E32636 !important;} /* Spoilers */
  2283. .thing.link.linkflair-d {border-right: 10px solid #FFBF00 !important;} /* Album */
  2284. .thing.link.linkflair-e {border-right: 10px solid #9966CC !important;} /* Mod Post */
  2285. .thing.link.linkflair-f {border-right: 10px solid #A4C639 !important;} /* Gif */
  2286. .thing.link.linkflair-g {border-right: 10px solid #CD9575 !important;} /* Video */
  2287. .thing.link.linkflair-h {border-right: 10px solid #03cfeb !important;} /* Image */
  2288. .thing.link.linkflair-i {border-right: 10px solid #FDEE00 !important;} /* Comic */
  2289. .thing.link.linkflair-j {border-right: 10px solid #CE9C31 !important;} /* Interactive */
  2290. .thing.link.linkflair-k {border-right: 10px solid #007FFF !important;} /* Glitch */
  2291. .thing.link.linkflair-l {border-right: 10px solid #bf3c48 !important;} /* Discussion */
  2292. .thing.link.linkflair-m {border-right: 10px solid #E0218A !important;} /* Music */
  2293. .thing.link.linkflair-n {border-right: 10px solid #A52A2A !important;} /* Interview */
  2294. .thing.link.linkflair-o {border-right: 10px solid #7FFF00 !important;} /* Question */
  2295. .thing.link.linkflair-p {border-right: 10px solid #03C03C !important;} /* News */
  2296. .thing.link.linkflair-q {border-right: 10px solid #eb1e23 !important;} /* Speculation */
  2297. .thing.link.linkflair-r {border-right: 10px solid #C41E3A !important;} /* Meta */
  2298. .thing.link.linkflair-s {border-right: 10px solid #DE6FA1 !important;} /* Easter Egg */
  2299. .thing.link.linkflair-t {border-right: 10px solid #8B008B !important;} /* Gif Sound. */
  2300. .thing.link.linkflair-u {border-right: 10px solid #50C878 !important;} /* Text */
  2301. .thing.link.linkflair-v {border-right: 10px solid #0d4f6a !important;} /* Contest Entry */
  2302. .thing.link.linkflair-w {border-right: 10px solid #f90094 !important;} /* Announcement */
  2303.  
  2304. .thing.stickied .entry p.title span.linkflairlabel {background: #f61948;}
  2305. .thing.link.linkflair-a .entry p.title span.linkflairlabel {background: #BCBCBC;}
  2306. .thing.link.linkflair-b .entry p.title span.linkflairlabel {background: #B284BE;}
  2307. .thing.link.linkflair-c .entry p.title span.linkflairlabel {background: #E32636;}
  2308. .thing.link.linkflair-d .entry p.title span.linkflairlabel {background: #FFBF00;}
  2309. .thing.link.linkflair-e .entry p.title span.linkflairlabel {background: #9966CC;}
  2310. .thing.link.linkflair-f .entry p.title span.linkflairlabel {background: #A4C639;}
  2311. .thing.link.linkflair-g .entry p.title span.linkflairlabel {background: #CD9575;}
  2312. .thing.link.linkflair-h .entry p.title span.linkflairlabel {background: #03cfeb;}
  2313. .thing.link.linkflair-i .entry p.title span.linkflairlabel {background: #FDEE00;}
  2314. .thing.link.linkflair-j .entry p.title span.linkflairlabel {background: #CE9C31;}
  2315. .thing.link.linkflair-k .entry p.title span.linkflairlabel {background: #007FFF;}
  2316. .thing.link.linkflair-l .entry p.title span.linkflairlabel {background: #bf3c48;}
  2317. .thing.link.linkflair-m .entry p.title span.linkflairlabel {background: #E0218A;}
  2318. .thing.link.linkflair-n .entry p.title span.linkflairlabel {background: #A52A2A;}
  2319. .thing.link.linkflair-o .entry p.title span.linkflairlabel {background: #7FFF00;}
  2320. .thing.link.linkflair-p .entry p.title span.linkflairlabel {background: #03C03C;}
  2321. .thing.link.linkflair-q .entry p.title span.linkflairlabel {background: #eb1e23;}
  2322. .thing.link.linkflair-r .entry p.title span.linkflairlabel {background: #C41E3A;}
  2323. .thing.link.linkflair-s .entry p.title span.linkflairlabel {background: #DE6FA1;}
  2324. .thing.link.linkflair-t .entry p.title span.linkflairlabel {background: #8B008B;}
  2325. .thing.link.linkflair-u .entry p.title span.linkflairlabel {background: #50C878;}
  2326. .thing.link.linkflair-v .entry p.title span.linkflairlabel {background: #0d4f6a;}
  2327. .thing.link.linkflair-w .entry p.title span.linkflairlabel {background: #f90094;}
  2328.  
  2329. /* End of flairs 2.0 */
  2330.  
  2331. #mail.havemail
  2332. { background: url(%%fnaf-sprites%%) 0px -230px; }
  2333.  
  2334. #mail.nohavemail
  2335. { background: url(%%fnaf-sprites%%) 0px -211px; }
  2336.  
  2337. #baconBit {
  2338. -webkit-transition:all 30s linear !important;
  2339. -moz-transition:all 30s linear !important;
  2340. -o-transition:all 30s linear !important;
  2341. -ms-transition:all 30s linear !important;
  2342. transition:all 30s linear !important;
  2343. background-image: url(%%baloons%%) !important;
  2344. width: 1525px !important;
  2345. height: 418px !important;
  2346. background-position: center !important;
  2347. -webkit-transform: rotate(0deg) !important;
  2348. transform: rotate(0deg) !important;
  2349.  
  2350. position:fixed !important;
  2351. top: 100% !important;
  2352. left: 50% !important;
  2353. background-position: center center !important;
  2354. -webkit-transform: translate(-50%, 0) !important;
  2355. transform: translate(-50%, 0) !important;
  2356.  
  2357. }
  2358.  
  2359. #baconBit.makeitrain {
  2360. top: -60% !important;
  2361. left: 50% !important;
  2362. background-position: center !important;
  2363. -webkit-animation-direction: alternate !important; /* Chrome, Safari, Opera */
  2364. -webkit-transform:rotate(00deg) !important;
  2365. transform:rotate(0deg) !important;
  2366. background-position: center center !important;
  2367. background-image: url(%%baloons%%) !important;
  2368. -webkit-transform: translate(-50%, 0) !important;
  2369. transform: translate(-50%, 0) !important;
  2370.  
  2371. }
  2372.  
  2373. /*Changes the name of your subscribers/users here now*/
  2374.  
  2375. .titlebox .word { display: none }
  2376. .titlebox .number:after { content: " Users reading the Silver Eyes."; }
  2377. .titlebox .users-online span.number:after { content: " Retcons, typos and plotholes found within the first 5 chapters.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement