hero0fwar

HQG CSS March 2021

Mar 23rd, 2021
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 78.41 KB | None | 0 0
  1. /* Submit Warning */
  2. .submit_text {overflow: visible;padding: 20px 10px;max-height: none;}
  3. .submit_text h2 {font-size: 500%;color: red;margin: 10px 0;}
  4. .submit_text h3 {font-size: 150%;color: red;}
  5. .submit_text h4 {font-size: 150%;color: red;}
  6. .submit_text h5 {font-size: 100%;font-weight: normal;}
  7. /* End Submit Warning */
  8.  
  9. /* Header */
  10. .linkflairlabel, .flair { max-width: 100%; }
  11.  
  12.  
  13. #header { background: url(%%hqg-banner%%) 0 19px; height: 160px; }
  14.  
  15. #header-bottom-left { position: absolute; bottom: 0; }
  16.  
  17. #header:before {
  18.     background: url(%%hqg-banner%%) no-repeat center top;
  19.     content: '';
  20.     position: absolute;
  21.     height: 160px;
  22.     top: 0px;
  23.     right: 0;
  24.     bottom: 0;
  25.     left: 0;
  26.     z-index: -1;
  27.     -webkit-animation: pan 160s linear infinite;
  28.     -moz-animation: pan 160s linear infinite;
  29.     animation: pan 160s linear infinite;
  30. }
  31. @-webkit-keyframes pan {
  32.     0%   { background-position: 50% 0; }
  33.     50%  { background-position: 50% -950px; }
  34.     100% { background-position: 50% 0; }
  35. }
  36. @-moz-keyframes pan {
  37.     0%   { background-position: 50% 0; }
  38.     50%  { background-position: 50% -950px; }
  39.     100% { background-position: 50% 0; }
  40. }
  41. @keyframes pan {
  42.     0%   { background-position: 50% 0; }
  43.     50%  { background-position: 50% -950px; }
  44.     100% { background-position: 50% 0; }
  45. }
  46.  
  47.  
  48.  
  49.  
  50.  
  51. .fancy-toggle-button > .option.add, .fancy-toggle-button > .option.remove, .morelink a,
  52. .fancy-settings button,
  53. .usertext-edit button.save,
  54. .usertext-edit button.cancel,
  55. .tabbedpane button,
  56. .flairselector button,
  57. .wiki-page-content button,
  58. .formtabs-content button,
  59. .fancy-settings .linefield button,
  60. button.btn,
  61. input[type=submit], .res .RESshortcutside, .res .RESshortcutside.remove,
  62. .res .RESDashboardToggle,
  63. .res .RESDashboardToggle.remove, .res #BigEditor button, .res #alert_message > input[type=button], .res.res-nightmode .content button,
  64. .res.res-nightmode .content input[type=submit],
  65. .res.res-nightmode button,
  66. .res.res-nightmode input[type=submit] {
  67.   color: white;
  68.   font-family: "Trebuchet MS", Helvetica, sans-serif;
  69.   padding: 2px 8px;
  70.   width: auto;
  71.   min-width: 4em;
  72.   height: auto;
  73.   line-height: 1.5em;
  74.   vertical-align: middle;
  75.   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  76.   text-decoration: none;
  77.   border: none;
  78.   text-align: center;
  79.   margin-right: 3px;
  80.   background: -webkit-linear-gradient(top, #51b3d6, #006f9c);
  81.   background: -moz-linear-gradient(top, #51b3d6, #006f9c);
  82.   background: linear-gradient(to bottom, #51b3d6, #006f9c);
  83.   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 -2px 0 rgba(0, 0, 0, 0.3);
  84.   border-radius: 4px;
  85. }
  86. .fancy-toggle-button > .option.add:visited, .fancy-toggle-button > .option.remove:visited, .morelink a:visited,
  87. .fancy-settings button:visited,
  88. .usertext-edit button.save:visited,
  89. .usertext-edit button.cancel:visited,
  90. .tabbedpane button:visited,
  91. .flairselector button:visited,
  92. .wiki-page-content button:visited,
  93. .formtabs-content button:visited,
  94. button.btn:visited,
  95. input[type=submit]:visited, .res .RESshortcutside:visited,
  96. .res .RESDashboardToggle:visited, .res #BigEditor button:visited, .res #alert_message > input[type=button]:visited,
  97. .res.res-nightmode button:visited,
  98. .res.res-nightmode input[type=submit]:visited {
  99.   color: white;
  100. }
  101. .fancy-toggle-button > .option.add:hover, .fancy-toggle-button > .option.remove:hover, .morelink a:hover,
  102. .fancy-settings button:hover,
  103. .usertext-edit button.save:hover,
  104. .usertext-edit button.cancel:hover,
  105. .tabbedpane button:hover,
  106. .flairselector button:hover,
  107. .wiki-page-content button:hover,
  108. .formtabs-content button:hover,
  109. button.btn:hover,
  110. input[type=submit]:hover, .res .RESshortcutside:hover,
  111. .res .RESDashboardToggle:hover, .res #BigEditor button:hover, .res #alert_message > input[type=button]:hover,
  112. .res.res-nightmode button:hover,
  113. .res.res-nightmode input[type=submit]:hover, .fancy-toggle-button > .option.add:focus, .fancy-toggle-button > .option.remove:focus, .morelink a:focus,
  114. .fancy-settings button:focus,
  115. .usertext-edit button.save:focus,
  116. .usertext-edit button.cancel:focus,
  117. .tabbedpane button:focus,
  118. .flairselector button:focus,
  119. .wiki-page-content button:focus,
  120. .formtabs-content button:focus,
  121. button.btn:focus,
  122. input[type=submit]:focus, .res .RESshortcutside:focus,
  123. .res .RESDashboardToggle:focus, .res #BigEditor button:focus, .res #alert_message > input[type=button]:focus,
  124. .res.res-nightmode button:focus,
  125. .res.res-nightmode input[type=submit]:focus {
  126.   color: white;
  127.   text-decoration: none !important;
  128.   background: -webkit-linear-gradient(top, #0274a1, #006f9c);
  129.   background: -moz-linear-gradient(top, #0274a1, #006f9c);
  130.   background: linear-gradient(to bottom, #0274a1, #006f9c);
  131. }
  132. .fancy-toggle-button > .option.add:active, .fancy-toggle-button > .option.remove:active, .morelink a:active,
  133. .fancy-settings button:active,
  134. .usertext-edit button.save:active,
  135. .usertext-edit button.cancel:active,
  136. .tabbedpane button:active,
  137. .flairselector button:active,
  138. .wiki-page-content button:active,
  139. .formtabs-content button:active,
  140. button.btn:active,
  141. input[type=submit]:active, .res .RESshortcutside:active,
  142. .res .RESDashboardToggle:active, .res #BigEditor button:active, .res #alert_message > input[type=button]:active,
  143. .res.res-nightmode button:active,
  144. .res.res-nightmode input[type=submit]:active {
  145.   background: -webkit-linear-gradient(top, #0274a1, #006f9c);
  146.   background: -moz-linear-gradient(top, #0274a1, #006f9c);
  147.   background: linear-gradient(to bottom, #0274a1, #006f9c);
  148.   box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(255, 255, 255, 0.7);
  149. }
  150.  
  151. .expando-button.selftext.collapsed,.expando-button.video.collapsed,.expando-button.selftext.collapsed:hover,.expando-button.video.collapsed:hover{
  152.     background-image:none;
  153. }
  154. .res .expando-button.toggleImage.image::before, .linkImage::before{
  155.     background:none!important;
  156. }
  157.  
  158. .expando-button.selftext.collapsed, .res .selftext.collapsed.expando-button.toggleImage.image, .res .toggleImage.image.expando-button.collapsedExpando, .expando-button.selftext.collapsed:hover, .expando-button.video.collapsed, .res .video.collapsed.expando-button.toggleImage.image, .expando-button.video.collapsed:hover, .expando-button.selftext.expanded, .res .toggleImage.image.expando-button.collapsed.expanded, .res .toggleImage.image.expando-button.expanded, .expando-button.selftext.expanded:hover, .expando-button.video.expanded, .expando-button.video.expanded:hover, .nav-buttons .next-suggestions > a:hover, .nav-buttons .next-suggestions > a:focus, .flairselector .flairoptionpane ul > li:hover, .menuarea .drop-choices.lightdrop, .expando-button.video-muted.collapsed, .res.expando-button.video-muted.collapsed,
  159. .wiki-page .pageactions > .wikiaction,
  160. .nav-buttons .nextprev > a,
  161. .res .RESSubscriptionButton,
  162. .res button.RESBigEditorPop,
  163. .res #BigEditor .RESCloseButton,
  164. .res .markdownEditor .RESMacroDropdownTitle,
  165. .res .markdownEditor > a.edit-btn,
  166. .res #alert_message .buttonContainer > input[type=button] {
  167.   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.12);
  168. }
  169.  
  170. .expando-button.selftext.collapsed, .res .selftext.collapsed.expando-button.toggleImage.image, .res .toggleImage.image.expando-button.collapsedExpando, .expando-button.selftext.collapsed:hover, .expando-button.video.collapsed, .res .video.collapsed.expando-button.toggleImage.image, .expando-button.video.collapsed:hover, .expando-button.selftext.expanded, .res .toggleImage.image.expando-button.collapsed.expanded, .res .toggleImage.image.expando-button.expanded, .expando-button.selftext.expanded:hover, .expando-button.video.expanded, .expando-button.video.expanded:hover, .nav-buttons .next-suggestions > a:hover, .nav-buttons .next-suggestions > a:focus, .flairselector .flairoptionpane ul > li:hover, .menuarea .drop-choices.lightdrop, .expando-button.video-muted.expanded,
  171. .menuarea .spacer .toggle .togglebutton,
  172. .menuarea .spacer .dropdown.lightdrop,
  173. .res .commentNavSortType,
  174. .wiki-page .pageactions > .wikiaction,
  175. .nav-buttons .nextprev > a,
  176. .res .RESSubscriptionButton,
  177. .res button.RESBigEditorPop,
  178. .res #BigEditor .RESCloseButton,
  179. .res .markdownEditor .RESMacroDropdownTitle,
  180. .res .markdownEditor > a.edit-btn,
  181. .res #alert_message .buttonContainer > input[type=button] {
  182.   color: #6b6b6b;
  183.   text-decoration: none;
  184.   padding: 1px 2px;
  185.   border: solid 1px #aaaaaa;
  186.   border-radius: 3px;
  187. }
  188. .expando-button.selftext.collapsed:hover, .res .toggleImage.image.expando-button.collapsedExpando:hover, .expando-button.video.collapsed:hover, .expando-button.selftext.expanded:hover, .res .toggleImage.image.expando-button.expanded:hover, .expando-button.video.expanded:hover, .nav-buttons .next-suggestions > a:hover, .flairselector .flairoptionpane ul > li:hover, .menuarea .drop-choices.lightdrop:hover, .expando-button.selftext.collapsed:focus, .res .toggleImage.image.expando-button.collapsedExpando:focus, .expando-button.video.collapsed:focus, .expando-button.selftext.expanded:focus, .res .toggleImage.image.expando-button.expanded:focus, .expando-button.video.expanded:focus, .nav-buttons .next-suggestions > a:focus, .flairselector .flairoptionpane ul > li:focus:hover, .menuarea .drop-choices.lightdrop:focus,
  189. .menuarea .spacer .toggle .togglebutton:hover, .expando-button.video-muted:hover
  190. .menuarea .spacer .dropdown.lightdrop:hover,
  191. .res .commentNavSortType:hover,
  192. .menuarea .spacer .toggle .togglebutton:focus,
  193. .menuarea .spacer .dropdown.lightdrop:focus,
  194. .res .commentNavSortType:focus,
  195. .wiki-page .pageactions > .wikiaction:hover,
  196. .nav-buttons .nextprev > a:hover,
  197. .res .RESSubscriptionButton:hover,
  198. .res button.RESBigEditorPop:hover,
  199. .res #BigEditor .RESCloseButton:hover,
  200. .res .markdownEditor .RESMacroDropdownTitle:hover,
  201. .res .markdownEditor > a.edit-btn:hover,
  202. .res #alert_message .buttonContainer > input[type=button]:hover,
  203. .wiki-page .pageactions > .wikiaction:focus,
  204. .nav-buttons .nextprev > a:focus,
  205. .res .RESSubscriptionButton:focus,
  206. .res button.RESBigEditorPop:focus,
  207. .res #BigEditor .RESCloseButton:focus,
  208. .res .markdownEditor .RESMacroDropdownTitle:focus,
  209. .res .markdownEditor > a.edit-btn:focus,
  210. .res #alert_message .buttonContainer > input[type=button]:focus {
  211.   text-decoration: none;
  212. }
  213.  
  214. .wiki-page .pageactions > .wikiaction.wikiaction-current, .expando-button.selftext.expanded, .res .toggleImage.image.expando-button.collapsed.expanded, .res .toggleImage.image.expando-button.expanded, .expando-button.selftext.expanded:hover, .expando-button.video.expanded, .expando-button.video.expanded:hover, .nav-buttons .next-suggestions > a:active, .flairselector .flairoptionpane ul > li:active,
  215. .menuarea .spacer .toggle .togglebutton:active,
  216. .menuarea .spacer .dropdown.lightdrop:active,
  217. .res .commentNavSortType:active,
  218. .wiki-page .pageactions > .wikiaction:active,
  219. .nav-buttons .nextprev > a:active,
  220. .res .RESSubscriptionButton:active,
  221. .res button.RESBigEditorPop:active,
  222. .res #BigEditor .RESCloseButton:active,
  223. .res .markdownEditor .RESMacroDropdownTitle:active,
  224. .res .markdownEditor > a.edit-btn:active,
  225. .res #alert_message .buttonContainer > input[type=button]:active {
  226.   background: -webkit-linear-gradient(top, #efefef, #e0e0e0);
  227.   background: -moz-linear-gradient(top, #efefef, #e0e0e0);
  228.   background: linear-gradient(to bottom, #efefef, #e0e0e0);
  229.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.7);
  230. }
  231.  
  232.  
  233. .wiki-page .pageactions > .wikiaction {
  234.   margin: 0;
  235.   border-right-style: none;
  236.   border-radius: 0;
  237. }
  238. .wiki-page .pageactions > .wikiaction:visited {
  239.   color: #6b6b6b;
  240. }
  241.  
  242. .wiki-page .pageactions > .wikiaction:first-child {
  243.   border-radius: 3px 0 0 3px;
  244. }
  245.  
  246. .wiki-page .pageactions > .wikiaction:last-child {
  247.   border-right-style: solid;
  248.   border-radius: 0 3px 3px 0;
  249. }
  250.  
  251. .wiki-page .pageactions > .wikiaction.wikiaction-current {
  252.   font-weight: bold;
  253. }
  254.  
  255. .fancy-toggle-button > .option.add, .fancy-toggle-button > .option.remove {
  256.   font-size: 13px;
  257.   margin: 0;
  258. }
  259. .fancy-toggle-button > .option.add.active, .fancy-toggle-button > .option.remove.active {
  260.   display: inline-block;
  261.   vertical-align: middle;
  262. }
  263. .fancy-toggle-button > .option.add, .fancy-toggle-button > .option.add:hover, .fancy-toggle-button > .option.add:focus, .fancy-toggle-button > .option.add:active {
  264.   background: -webkit-linear-gradient(top, #859900, #6a7a00);
  265.   background: -moz-linear-gradient(top, #859900, #6a7a00);
  266.   background: linear-gradient(to bottom, #859900, #6a7a00);
  267. }
  268. .fancy-toggle-button > .option.remove, .fancy-toggle-button > .option.remove:hover, .fancy-toggle-button > .option.remove:focus, .fancy-toggle-button > .option.remove:active {
  269.   background: -webkit-linear-gradient(top, #dc322f, #ca2522);
  270.   background: -moz-linear-gradient(top, #dc322f, #ca2522);
  271.   background: linear-gradient(to bottom, #dc322f, #ca2522);
  272. }
  273. .fancy-toggle-button > .option.add:active, .fancy-toggle-button > .option.remove:active {
  274.   box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
  275. }
  276.  
  277. .nub {
  278.   display: none;
  279. }
  280.  
  281. .morelink {
  282.   border: none;
  283.   background: none;
  284. }
  285. .morelink:hover {
  286.   background: none !important;
  287. }
  288. .morelink a {
  289.   letter-spacing: 0;
  290.   margin-right: 0;
  291.   padding: 5px 8px;
  292. }
  293.  
  294. .submit.disabled > .morelink > a {
  295.   color: rgba(0, 0, 0, 0.4);
  296.   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  297.   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px rgba(0, 0, 0, 0.2);
  298.   background: -webkit-linear-gradient(top, #cbcbcb, #bababa);
  299.   background: -moz-linear-gradient(top, #cbcbcb, #bababa);
  300.   background: linear-gradient(to bottom, #cbcbcb, #bababa);
  301. }
  302. .submit.mod-override > .morelink > a {
  303.   padding-left: 30px;
  304. }
  305. .submit.mod-override > .morelink > a::after {
  306.   background-position: -16px -32px;
  307.   left: 3px;
  308.   top: 1px;
  309.   opacity: 0.6;
  310. }
  311. .submit.mod-override > .morelink > a::before {
  312.   display: none;
  313.   content: 'Only available to moderator';
  314.   position: absolute;
  315.   font-weight: normal;
  316.   right: 102%;
  317.   top: 0;
  318.   font-size: 13px;
  319.   width: auto;
  320.   white-space: nowrap;
  321.   text-shadow: none;
  322. }
  323. .submit.mod-override > .morelink:hover > a::after {
  324.   opacity: 1;
  325. }
  326. .submit.mod-override > .morelink:hover > a::before {
  327.   display: block;
  328. }
  329.  
  330. .fancy-settings button,
  331. .usertext-edit button.save,
  332. .usertext-edit button.cancel,
  333. .tabbedpane button,
  334. .flairselector button,
  335. .wiki-page-content button,
  336. .formtabs-content button,
  337. .fancy-settings .linefield button,
  338. button.btn,
  339. input[type=submit] {
  340.   display: inline-block;
  341.   padding-bottom: 3px;
  342.   text-transform: capitalize;
  343. }
  344.  
  345. .expando-button, .res .expando-button.toggleImage.image {
  346.   cursor: pointer;
  347.   width: 19px;
  348.   height: 19px;
  349.   position: relative;
  350.   background-position: 0 0 !important;
  351.   padding: 0 !important;
  352. }
  353. .expando-button::before, .res .expando-button.toggleImage.image::before {
  354.   content: '';
  355.   position: absolute;
  356.   left: 4px;
  357.   right: 4px;
  358.   height: 3px;
  359.   top: 8px;
  360. }
  361. /* align new RES NSFW expando */
  362. .res-highlight-nsfw-expando .thing.over18 .expando-button::before {
  363.   top: 0;
  364.   left: 0;
  365. }
  366. .expando-button.selftext.collapsed::after, .res .selftext.collapsed.expando-button.toggleImage.image::after, .res .toggleImage.image.expando-button.collapsedExpando::after, .expando-button.video.collapsed::after, .res .video.collapsed.expando-button.toggleImage.image::after {
  367.   content: '';
  368.   position: absolute;
  369.   top: 4px;
  370.   bottom: 4px;
  371.   width: 3px;
  372.   left: 8px;
  373.   background: #848484;
  374. }
  375.  
  376. /* pulling from current look */
  377.  
  378.  # Im in ur css stealin ur codez
  379. /* User menu
  380. ------------------------------------- */
  381. #header-bottom-right {
  382.   height: 35px;
  383.   padding: 0 12px;
  384.   top: 20px;
  385.   bottom: auto;
  386.   background: #232323;
  387.   border-radius: 0;
  388.   font-size: 10px;
  389.   line-height: 34px;
  390.   text-transform: uppercase;
  391.   color: #AEAEAE;
  392. }
  393. #header-bottom-right a {
  394.   color: #AEAEAE;
  395. }
  396. #header-bottom-right a:hover {
  397.   color: #FFF;
  398. }
  399. #header-bottom-right .user {
  400.   color: #777;
  401. }
  402. #header-bottom-right .separator {
  403.   visibility: hidden;
  404. }
  405.  
  406. .side .md {
  407.   list-style-type: none;
  408. }
  409.  
  410.  
  411. .pagename a {
  412.     color: #fff;
  413.     }
  414.  
  415. .pagename {
  416.     color: #fefefe;
  417.     font-size: 1.1em !important;
  418.     }
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426. #header-bottom-left .tabmenu {
  427.   background: #0976a2;
  428.   position: absolute;
  429.   top: 85px;
  430.   left: 364px;
  431.   right: 35px;
  432.   height: 20px;
  433.   line-height: 18px;
  434.   padding-left: 0;
  435.   margin: 0;
  436. }
  437.  
  438. #header-bottom-left .tabmenu li a {
  439.   background: transparent;
  440.   font-size: 10px;
  441.   font-weight: normal;
  442.   text-transform: uppercase;
  443.   color: #4fb2d5;
  444.   padding: 1px 10px 0;
  445.   height: 19px;
  446.   display: inline-block;
  447.   /*background: #4fb2d5; */
  448. }
  449.  
  450. #header-bottom-left .tabmenu li {
  451.   margin: 0;
  452.  
  453. }
  454. #header-bottom-left .tabmenu li.selected a {
  455.   border: none;
  456.   color: #fff;
  457.   background: #0976a2;
  458. }
  459. #header-bottom-left .tabmenu li a:hover {
  460.   color: #fff;
  461.   background: #0976a2;
  462. }
  463.  
  464.  
  465.  
  466.  
  467. /* Number of subscriber and users here now
  468. ------------------------------------------------------------------ */
  469. .titlebox .word {
  470.     font-size:0px
  471.     }
  472. .subscribers .number {
  473.  
  474. font-weight: bold;
  475.  
  476. font-size: 17px;
  477.  
  478. }
  479.  
  480. .titlebox .subscribers .word:after {
  481.     content: "High-quality gif creators";
  482. font-size:14px;
  483.     }
  484. .users-online .number{
  485. font-weight: bold;
  486. font-size: 17px;
  487. }
  488.  
  489. .titlebox .users-online .word:before {
  490.     content: " People watching high-quality gifs right now";
  491.  
  492. font-size:14px;
  493.  
  494.     }
  495.  
  496.  
  497.  
  498. /* Search
  499. ------------------------------------------------------------------ */
  500. #search input[type=submit] {
  501.     min-width: 10px;
  502.     border: none;
  503.     outline: none;
  504.     text-shadow: none;
  505.     box-shadow: none;
  506. }
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521. /* hero turned this off, hero did not know what it did */
  522. /*
  523.  
  524. .side .md h5 {position: absolute;
  525.               top: 100px;
  526.               right: 320px;
  527.               background: #fff;
  528.               border: 1px solid #68819E;
  529.               font-weight: bold;
  530.               font-size: 110%;
  531.               color: #000;
  532.               text-align: center;
  533.               padding: 5px 0px 5px 0px;
  534.               margin: 50px;
  535.               display: block;
  536.               width: 10%;
  537.               -moz-border-radius: 2px;
  538.               -webkit-border-radius: 2px;
  539.               color: white;
  540.          font-family: "Trebuchet MS", Helvetica, sans-serif;
  541.   padding: 2px 8px;
  542.   width: auto;
  543.   min-width: 4em;
  544.   height: auto;
  545.   line-height: 1.5em;
  546.   vertical-align: middle;
  547.   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  548.   text-decoration: none;
  549.   border: none;
  550.   text-align: center;
  551.   margin-right: 3px;
  552.   background: -webkit-linear-gradient(top, #51b3d6, #006f9c);
  553.   background: -moz-linear-gradient(top, #51b3d6, #006f9c);
  554.   background: linear-gradient(to bottom, #51b3d6, #006f9c);
  555.   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 -2px 0 rgba(0, 0, 0, 0.3);
  556.   border-radius: 4px;
  557. }
  558.    
  559.     .side .md h5 a {color:white;    }
  560.     .side .md h5 a:hover {color:#d0d4d6;}
  561.     .side .md h5:hover {
  562.   background: -webkit-linear-gradient(top, #0273a0, #006f9c);
  563.   background: -moz-linear-gradient(top, #0273a0, #006f9c);
  564.   background: linear-gradient(to bottom, #0273a0, #006f9c);
  565.     }
  566.    
  567.    */
  568.    
  569.    
  570.    
  571.    
  572.    
  573.    
  574.    
  575. /* flair section*/
  576.  
  577. /**** flair sprite  ****/
  578.  
  579. /*
  580.  
  581. PhotoShop     = 001
  582. After Effects = 002
  583. Premiere      = 003
  584. Cinema 4D     = 004
  585. Gimp          = 005
  586. Blender       = 006
  587. Autodesk      = 007
  588. 3D Studio Max = 008
  589. Sony Vegas    = 009
  590.  
  591. */
  592.  
  593.  
  594. .flair {
  595.     background: transparent url(%%sprite-50%%) no-repeat -9999px;
  596.     height: 20px;
  597.     vertical-align: middle;
  598.     border: 0;
  599.     font-weight:bold;
  600. }
  601.  
  602. /* 1 tier flairs */
  603. .flair-001 {background-position: 0 -0px;  min-width: 20px; text-indent: -9999em;}
  604. .flair-002 {background-position: 0 -30px;  min-width: 20px; text-indent: -9999em;}
  605. .flair-003 {background-position: 0 -60px;  min-width: 20px; text-indent: -9999em;}
  606. .flair-004 {background-position: 0 -91px;  min-width: 20px; text-indent: -9999em;}
  607. .flair-005 {background-position: 0 -122px;  min-width: 20px; text-indent: -9999em;}
  608. .flair-006 {background-position: 0 -150px;  min-width: 20px; text-indent: -9999em;}
  609. .flair-007 {background-position: 0 -180px;  min-width: 20px; text-indent: -9999em;}
  610. .flair-008 {background-position: 0 -210px;  min-width: 20px; text-indent: -9999em;}
  611. .flair-009 {background-position: 0 -240px;  min-width: 20px; text-indent: -9999em;}
  612. .flair-010 {background-position: 0 -4350px;  min-width: 20px; text-indent: -9999em;}
  613.  
  614. /* 2 tier flairs */
  615. .flair-001-002 {background-position: 0 -270px; min-width: 41px; text-indent: -9999em;}
  616. .flair-001-003 {background-position: 0 -300px; min-width: 41px; text-indent: -9999em;}
  617. .flair-001-004 {background-position: 0 -330px; min-width: 41px; text-indent: -9999em;}
  618. .flair-001-005 {background-position: 0 -360px; min-width: 41px; text-indent: -9999em;}
  619. .flair-001-006 {background-position: 0 -390px; min-width: 41px; text-indent: -9999em;}
  620. .flair-001-007 {background-position: 0 -420px; min-width: 41px; text-indent: -9999em;}
  621. .flair-001-008 {background-position: 0 -450px; min-width: 41px; text-indent: -9999em;}
  622. .flair-001-009 {background-position: 0 -480px; min-width: 41px; text-indent: -9999em;}
  623. .flair-005-006 {background-position: 0 -4320px; min-width: 41px; text-indent: -9999em;}
  624.  
  625. /* 3 tier flairs */
  626. .flair-001-002-003 {background-position: 0 -510px; min-width: 62px; text-indent: -9999em;}
  627. .flair-001-002-004 {background-position: 0 -540px; min-width: 62px; text-indent: -9999em;}
  628. .flair-001-002-005 {background-position: 0 -570px; min-width: 62px; text-indent: -9999em;}
  629. .flair-001-002-006 {background-position: 0 -600px; min-width: 62px; text-indent: -9999em;}
  630. .flair-001-002-007 {background-position: 0 -630px; min-width: 62px; text-indent: -9999em;}
  631. .flair-001-002-008 {background-position: 0 -660px; min-width: 62px; text-indent: -9999em;}
  632. .flair-001-002-009 {background-position: 0 -690px; min-width: 62px; text-indent: -9999em;}
  633.  
  634. /* 2 tier - 1 tier + 1 trophy flair */
  635. .flair-001-x1 {background-position: 0 -720px;  min-width: 41px; text-indent: -9999em;}
  636. .flair-002-x1 {background-position: 0 -750px;  min-width: 41px; text-indent: -9999em;}
  637. .flair-003-x1 {background-position: 0 -780px;  min-width: 41px; text-indent: -9999em;}
  638. .flair-004-x1 {background-position: 0 -810px;  min-width: 41px; text-indent: -9999em;}
  639. .flair-005-x1 {background-position: 0 -840px;  min-width: 41px; text-indent: -9999em;}
  640. .flair-006-x1 {background-position: 0 -870px;  min-width: 41px; text-indent: -9999em;}
  641. .flair-007-x1 {background-position: 0 -900px;  min-width: 41px; text-indent: -9999em;}
  642. .flair-008-x1 {background-position: 0 -930px;  min-width: 41px; text-indent: -9999em;}
  643. .flair-009-x1 {background-position: 0 -960px;  min-width: 41px; text-indent: -9999em;}
  644.  
  645. /* 3 tier - 2 tier + 1 trophy flair */
  646. .flair-001-002-x1 {background-position: 0 -990px; min-width: 62px; text-indent: -9999em;}
  647. .flair-001-003-x1 {background-position: 0 -1020px; min-width: 62px; text-indent: -9999em;}
  648. .flair-001-004-x1 {background-position: 0 -1050px; min-width: 62px; text-indent: -9999em;}
  649. .flair-001-005-x1 {background-position: 0 -1080px; min-width: 62px; text-indent: -9999em;}
  650. .flair-001-006-x1 {background-position: 0 -1110px; min-width: 62px; text-indent: -9999em;}
  651. .flair-001-007-x1 {background-position: 0 -1140px; min-width: 62px; text-indent: -9999em;}
  652. .flair-001-008-x1 {background-position: 0 -1170px; min-width: 62px; text-indent: -9999em;}
  653. .flair-001-009-x1 {background-position: 0 -1200px; min-width: 62px; text-indent: -9999em;}
  654.  
  655. /* 4 tier - 3 tier + 1 trophy flair */
  656. .flair-001-002-003-x1 {background-position: 0 -1230px; min-width: 93px; text-indent: -9999em;}
  657. .flair-001-002-004-x1 {background-position: 0 -1260px; min-width: 93px; text-indent: -9999em;}
  658. .flair-001-002-005-x1 {background-position: 0 -1290px; min-width: 93px; text-indent: -9999em;}
  659. .flair-001-002-006-x1 {background-position: 0 -1320px; min-width: 93px; text-indent: -9999em;}
  660. .flair-001-002-007-x1 {background-position: 0 -1350px; min-width: 93px; text-indent: -9999em;}
  661. .flair-001-002-008-x1 {background-position: 0 -1380px; min-width: 93px; text-indent: -9999em;}
  662. .flair-001-002-009-x1 {background-position: 0 -1410px; min-width: 93px; text-indent: -9999em;}
  663.  
  664. /* 3 tier - 1 tier + 5-50 trophy flair */
  665. .flair-001-x5 {background-position: 0 -1440px;  min-width: 62px; text-indent: -9999em;}
  666. .flair-002-x5 {background-position: 0 -1470px;  min-width: 62px; text-indent: -9999em;}
  667. .flair-003-x5 {background-position: 0 -1500px;  min-width: 62px; text-indent: -9999em;}
  668. .flair-004-x5 {background-position: 0 -1530px;  min-width: 62px; text-indent: -9999em;}
  669. .flair-005-x5 {background-position: 0 -1560px;  min-width: 62px; text-indent: -9999em;}
  670. .flair-006-x5 {background-position: 0 -1590px;  min-width: 62px; text-indent: -9999em;}
  671. .flair-007-x5 {background-position: 0 -1620px;  min-width: 62px; text-indent: -9999em;}
  672. .flair-008-x5 {background-position: 0 -1650px;  min-width: 62px; text-indent: -9999em;}
  673. .flair-009-x5 {background-position: 0 -1680px;  min-width: 62px; text-indent: -9999em;}
  674.  
  675. .flair-001-x10 {background-position: 0 -2160px;  min-width: 62px; text-indent: -9999em;}
  676. .flair-002-x10 {background-position: 0 -2190px;  min-width: 62px; text-indent: -9999em;}
  677. .flair-003-x10 {background-position: 0 -2220px;  min-width: 62px; text-indent: -9999em;}
  678. .flair-004-x10 {background-position: 0 -2250px;  min-width: 62px; text-indent: -9999em;}
  679. .flair-005-x10 {background-position: 0 -2280px;  min-width: 62px; text-indent: -9999em;}
  680. .flair-006-x10 {background-position: 0 -2310px;  min-width: 62px; text-indent: -9999em;}
  681. .flair-007-x10 {background-position: 0 -2340px;  min-width: 62px; text-indent: -9999em;}
  682. .flair-008-x10 {background-position: 0 -2370px;  min-width: 62px; text-indent: -9999em;}
  683. .flair-009-x10 {background-position: 0 -2400px;  min-width: 62px; text-indent: -9999em;}
  684.  
  685. .flair-001-x25 {background-position: 0 -2880px;  min-width: 62px; text-indent: -9999em;}
  686. .flair-002-x25 {background-position: 0 -2910px;  min-width: 62px; text-indent: -9999em;}
  687. .flair-003-x25 {background-position: 0 -2940px;  min-width: 62px; text-indent: -9999em;}
  688. .flair-004-x25 {background-position: 0 -2970px;  min-width: 62px; text-indent: -9999em;}
  689. .flair-005-x25 {background-position: 0 -3000px;  min-width: 62px; text-indent: -9999em;}
  690. .flair-006-x25 {background-position: 0 -3030px;  min-width: 62px; text-indent: -9999em;}
  691. .flair-007-x25 {background-position: 0 -3060px;  min-width: 62px; text-indent: -9999em;}
  692. .flair-008-x25 {background-position: 0 -3090px;  min-width: 62px; text-indent: -9999em;}
  693. .flair-009-x25 {background-position: 0 -3120px;  min-width: 62px; text-indent: -9999em;}
  694.  
  695. .flair-001-x50 {background-position: 0 -3600px;  min-width: 62px; text-indent: -9999em;}
  696. .flair-002-x50 {background-position: 0 -3630px;  min-width: 62px; text-indent: -9999em;}
  697. .flair-003-x50 {background-position: 0 -3660px;  min-width: 62px; text-indent: -9999em;}
  698. .flair-004-x50 {background-position: 0 -3690px;  min-width: 62px; text-indent: -9999em;}
  699. .flair-005-x50 {background-position: 0 -3720px;  min-width: 62px; text-indent: -9999em;}
  700. .flair-006-x50 {background-position: 0 -3750px;  min-width: 62px; text-indent: -9999em;}
  701. .flair-007-x50 {background-position: 0 -3780px;  min-width: 62px; text-indent: -9999em;}
  702. .flair-008-x50 {background-position: 0 -3810px;  min-width: 62px; text-indent: -9999em;}
  703. .flair-009-x50 {background-position: 0 -3840px;  min-width: 62px; text-indent: -9999em;}
  704.  
  705.  
  706. /* 4 tier - 2 tier + trophy flair */
  707. .flair-001-002-x5 {background-position: 0 -1710px; min-width: 93px; text-indent: -9999em;}
  708. .flair-001-003-x5 {background-position: 0 -1740px; min-width: 93px; text-indent: -9999em;}
  709. .flair-001-004-x5 {background-position: 0 -1770px; min-width: 93px; text-indent: -9999em;}
  710. .flair-001-005-x5 {background-position: 0 -1800px; min-width: 93px; text-indent: -9999em;}
  711. .flair-001-006-x5 {background-position: 0 -1830px; min-width: 93px; text-indent: -9999em;}
  712. .flair-001-007-x5 {background-position: 0 -1860px; min-width: 93px; text-indent: -9999em;}
  713. .flair-001-008-x5 {background-position: 0 -1890px; min-width: 93px; text-indent: -9999em;}
  714. .flair-001-009-x5 {background-position: 0 -1920px; min-width: 93px; text-indent: -9999em;}
  715.  
  716. .flair-001-002-x10 {background-position: 0 -2430px; min-width: 93px; text-indent: -9999em;}
  717. .flair-001-003-x10 {background-position: 0 -2460px; min-width: 93px; text-indent: -9999em;}
  718. .flair-001-004-x10 {background-position: 0 -2490px; min-width: 93px; text-indent: -9999em;}
  719. .flair-001-005-x10 {background-position: 0 -2520px; min-width: 93px; text-indent: -9999em;}
  720. .flair-001-006-x10 {background-position: 0 -2550px; min-width: 93px; text-indent: -9999em;}
  721. .flair-001-007-x10 {background-position: 0 -2580px; min-width: 93px; text-indent: -9999em;}
  722. .flair-001-008-x10 {background-position: 0 -2610px; min-width: 93px; text-indent: -9999em;}
  723. .flair-001-009-x10 {background-position: 0 -2640px; min-width: 93px; text-indent: -9999em;}
  724.  
  725. .flair-001-002-x25 {background-position: 0 -3150px; min-width: 93px; text-indent: -9999em;}
  726. .flair-001-003-x25 {background-position: 0 -3180px; min-width: 93px; text-indent: -9999em;}
  727. .flair-001-004-x25 {background-position: 0 -3210px; min-width: 93px; text-indent: -9999em;}
  728. .flair-001-005-x25 {background-position: 0 -3240px; min-width: 93px; text-indent: -9999em;}
  729. .flair-001-006-x25 {background-position: 0 -3270px; min-width: 93px; text-indent: -9999em;}
  730. .flair-001-007-x25 {background-position: 0 -3300px; min-width: 93px; text-indent: -9999em;}
  731. .flair-001-008-x25 {background-position: 0 -3330px; min-width: 93px; text-indent: -9999em;}
  732. .flair-001-009-x25 {background-position: 0 -3360px; min-width: 93px; text-indent: -9999em;}
  733.  
  734. .flair-001-002-x50 {background-position: 0 -3870px; min-width: 93px; text-indent: -9999em;}
  735. .flair-001-003-x50 {background-position: 0 -3900px; min-width: 93px; text-indent: -9999em;}
  736. .flair-001-004-x50 {background-position: 0 -3930px; min-width: 93px; text-indent: -9999em;}
  737. .flair-001-005-x50 {background-position: 0 -3960px; min-width: 93px; text-indent: -9999em;}
  738. .flair-001-006-x50 {background-position: 0 -3990px; min-width: 93px; text-indent: -9999em;}
  739. .flair-001-007-x50 {background-position: 0 -4020px; min-width: 93px; text-indent: -9999em;}
  740. .flair-001-008-x50 {background-position: 0 -4050px; min-width: 93px; text-indent: -9999em;}
  741. .flair-001-009-x50 {background-position: 0 -4080px; min-width: 93px; text-indent: -9999em;}
  742.  
  743. /* 5 tier - 3 tier + trophy flair */
  744. .flair-001-002-003-x5 {background-position: 0 -1950px; min-width: 113px; text-indent: -9999em;}
  745. .flair-001-002-004-x5 {background-position: 0 -1980px; min-width: 113px; text-indent: -9999em;}
  746. .flair-001-002-005-x5 {background-position: 0 -2010px; min-width: 113px; text-indent: -9999em;}
  747. .flair-001-002-006-x5 {background-position: 0 -2040px; min-width: 113px; text-indent: -9999em;}
  748. .flair-001-002-007-x5 {background-position: 0 -2070px; min-width: 113px; text-indent: -9999em;}
  749. .flair-001-002-008-x5 {background-position: 0 -2100px; min-width: 113px; text-indent: -9999em;}
  750. .flair-001-002-009-x5 {background-position: 0 -2129px; min-width: 113px; text-indent: -9999em;}
  751.  
  752. .flair-001-002-003-x10 {background-position: 0 -2670px; min-width: 113px; text-indent: -9999em;}
  753. .flair-001-002-004-x10 {background-position: 0 -2700px; min-width: 113px; text-indent: -9999em;}
  754. .flair-001-002-005-x10 {background-position: 0 -2730px; min-width: 113px; text-indent: -9999em;}
  755. .flair-001-002-006-x10 {background-position: 0 -2760px; min-width: 113px; text-indent: -9999em;}
  756. .flair-001-002-007-x10 {background-position: 0 -2790px; min-width: 113px; text-indent: -9999em;}
  757. .flair-001-002-008-x10 {background-position: 0 -2820px; min-width: 113px; text-indent: -9999em;}
  758. .flair-001-002-009-x10 {background-position: 0 -2849px; min-width: 113px; text-indent: -9999em;}
  759.  
  760. .flair-001-002-003-x25 {background-position: 0 -3390px; min-width: 113px; text-indent: -9999em;}
  761. .flair-001-002-004-x25 {background-position: 0 -3420px; min-width: 113px; text-indent: -9999em;}
  762. .flair-001-002-005-x25 {background-position: 0 -3450px; min-width: 113px; text-indent: -9999em;}
  763. .flair-001-002-006-x25 {background-position: 0 -3480px; min-width: 113px; text-indent: -9999em;}
  764. .flair-001-002-007-x25 {background-position: 0 -3510px; min-width: 113px; text-indent: -9999em;}
  765. .flair-001-002-008-x25 {background-position: 0 -3540px; min-width: 113px; text-indent: -9999em;}
  766. .flair-001-002-009-x25 {background-position: 0 -3569px; min-width: 113px; text-indent: -9999em;}
  767.  
  768. .flair-001-002-003-x50 {background-position: 0 -4110px; min-width: 113px; text-indent: -9999em;}
  769. .flair-001-002-004-x50 {background-position: 0 -4140px; min-width: 113px; text-indent: -9999em;}
  770. .flair-001-002-005-x50 {background-position: 0 -4170px; min-width: 113px; text-indent: -9999em;}
  771. .flair-001-002-006-x50 {background-position: 0 -4200px; min-width: 113px; text-indent: -9999em;}
  772. .flair-001-002-007-x50 {background-position: 0 -4230px; min-width: 113px; text-indent: -9999em;}
  773. .flair-001-002-008-x50 {background-position: 0 -4260px; min-width: 113px; text-indent: -9999em;}
  774. .flair-001-002-009-x50 {background-position: 0 -4289px; min-width: 113px; text-indent: -9999em;}
  775.  
  776.  
  777. /*gt champ flair*/
  778. .flair-001-002-003-gt {background-position: 0 -4373px; min-width: 162px; text-indent: -9999em;}
  779. .flair-gt {background-position: -81px -4373px; min-width: 45px; text-indent: -9999em;}
  780.  
  781.  
  782. /* 1 tier hover effect */
  783. .flair:hover { text-indent: 22px; vertical-align: middle;}
  784.  
  785. /* 2 tier hover effect */
  786. .flair-001-002:hover,
  787. .flair-001-003:hover,
  788. .flair-001-004:hover,
  789. .flair-001-005:hover,
  790. .flair-001-006:hover,
  791. .flair-001-007:hover,
  792. .flair-001-008:hover,
  793. .flair-001-009:hover,
  794. .flair-001-x1:hover,
  795. .flair-002-x1:hover,
  796. .flair-003-x1:hover,
  797. .flair-004-x1:hover,
  798. .flair-005-x1:hover,
  799. .flair-006-x1:hover,
  800. .flair-007-x1:hover,
  801. .flair-008-x1:hover,
  802. .flair-009-x1:hover { text-indent: 42px; vertical-align: middle;}
  803.  
  804. /* 3 tier hover effect */
  805. .flair-001-002-003:hover,
  806. .flair-001-002-004:hover,
  807. .flair-001-002-005:hover,
  808. .flair-001-002-006:hover,
  809. .flair-001-002-007:hover,
  810. .flair-001-002-008:hover,
  811. .flair-001-002-009:hover,
  812. .flair-001-002-x1:hover,
  813. .flair-001-003-x1:hover,
  814. .flair-001-004-x1:hover,
  815. .flair-001-005-x1:hover,
  816. .flair-001-006-x1:hover,
  817. .flair-001-007-x1:hover,
  818. .flair-001-008-x1:hover,
  819. .flair-001-009-x1:hover,
  820. .flair-001-x5:hover,
  821. .flair-002-x5:hover,
  822. .flair-003-x5:hover,
  823. .flair-004-x5:hover,
  824. .flair-005-x5:hover,
  825. .flair-006-x5:hover,
  826. .flair-007-x5:hover,
  827. .flair-008-x5:hover,
  828. .flair-009-x5:hover,
  829. .flair-001-x10:hover,
  830. .flair-002-x10:hover,
  831. .flair-003-x10:hover,
  832. .flair-004-x10:hover,
  833. .flair-005-x10:hover,
  834. .flair-006-x10:hover,
  835. .flair-007-x10:hover,
  836. .flair-008-x10:hover,
  837. .flair-009-x10:hover,
  838. .flair-001-x25:hover,
  839. .flair-002-x25:hover,
  840. .flair-003-x25:hover,
  841. .flair-004-x25:hover,
  842. .flair-005-x25:hover,
  843. .flair-006-x25:hover,
  844. .flair-007-x25:hover,
  845. .flair-008-x25:hover,
  846. .flair-009-x25:hover,
  847. .flair-001-x50:hover,
  848. .flair-002-x50:hover,
  849. .flair-003-x50:hover,
  850. .flair-004-x50:hover,
  851. .flair-005-x50:hover,
  852. .flair-006-x50:hover,
  853. .flair-007-x50:hover,
  854. .flair-008-x50:hover,
  855. .flair-009-x50:hover{text-indent: 63px; vertical-align: middle;}
  856.  
  857. /* 4 tier hover effect */
  858. .flair-001-002-003-x1:hover,
  859. .flair-001-002-004-x1:hover,
  860. .flair-001-002-005-x1:hover,
  861. .flair-001-002-006-x1:hover,
  862. .flair-001-002-007-x1:hover,
  863. .flair-001-002-008-x1:hover,
  864. .flair-001-002-009-x1:hover,
  865. .flair-001-002-x5:hover,
  866. .flair-001-003-x5:hover,
  867. .flair-001-004-x5:hover,
  868. .flair-001-005-x5:hover,
  869. .flair-001-006-x5:hover,
  870. .flair-001-007-x5:hover,
  871. .flair-001-008-x5:hover,
  872. .flair-001-009-x5:hover,
  873. .flair-001-002-x10:hover,
  874. .flair-001-003-x10:hover,
  875. .flair-001-004-x10:hover,
  876. .flair-001-005-x10:hover,
  877. .flair-001-006-x10:hover,
  878. .flair-001-007-x10:hover,
  879. .flair-001-008-x10:hover,
  880. .flair-001-009-x10:hover,
  881. .flair-001-002-x25:hover,
  882. .flair-001-003-x25:hover,
  883. .flair-001-004-x25:hover,
  884. .flair-001-005-x25:hover,
  885. .flair-001-006-x25:hover,
  886. .flair-001-007-x25:hover,
  887. .flair-001-008-x25:hover,
  888. .flair-001-009-x25:hover,
  889. .flair-001-002-x50:hover,
  890. .flair-001-003-x50:hover,
  891. .flair-001-004-x50:hover,
  892. .flair-001-005-x50:hover,
  893. .flair-001-006-x50:hover,
  894. .flair-001-007-x50:hover,
  895. .flair-001-008-x50:hover,
  896. .flair-001-009-x50:hover {text-indent: 93px; vertical-align:middle;}
  897.  
  898. /* 5 tier hover effect */
  899. .flair-001-002-003-x5:hover,
  900. .flair-001-002-004-x5:hover,
  901. .flair-001-002-005-x5:hover,
  902. .flair-001-002-006-x5:hover,
  903. .flair-001-002-007-x5:hover,
  904. .flair-001-002-008-x5:hover,
  905. .flair-001-002-009-x5:hover,
  906. .flair-001-002-003-x10:hover,
  907. .flair-001-002-004-x10:hover,
  908. .flair-001-002-005-x10:hover,
  909. .flair-001-002-006-x10:hover,
  910. .flair-001-002-007-x10:hover,
  911. .flair-001-002-008-x10:hover,
  912. .flair-001-002-009-x10:hover,
  913. .flair-001-002-003-x25:hover,
  914. .flair-001-002-004-x25:hover,
  915. .flair-001-002-005-x25:hover,
  916. .flair-001-002-006-x25:hover,
  917. .flair-001-002-007-x25:hover,
  918. .flair-001-002-008-x25:hover,
  919. .flair-001-002-009-x25:hover,
  920. .flair-001-002-003-x50:hover,
  921. .flair-001-002-004-x50:hover,
  922. .flair-001-002-005-x50:hover,
  923. .flair-001-002-006-x50:hover,
  924. .flair-001-002-007-x50:hover,
  925. .flair-001-002-008-x50:hover,
  926. .flair-001-002-009-x50:hover{text-indent: 113px; vertical-align:middle;}
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943. /** link flair **//
  944.  
  945. .title .linkflairlabel {
  946.     display: inline;
  947.     background-color: inherit;
  948.     border-width: 0px;
  949.     border-radius: 0px;
  950.     color: #494949;
  951.     letter-spacing: 2px;
  952.     font-weight: normal;
  953.     overflow: visible;
  954.     max-width: 98%;}
  955.  
  956. .thing.linkflair .entry {
  957.     border-right: 10px solid #2e2e2e;}
  958.  
  959. .thing.linkflair .linkflairlabel {
  960.     border-bottom: solid 2px #2e2e2e;}
  961.  
  962. .thing.linkflair.linkflair-removed .linkflairlabel {
  963.     border:1px solid red;
  964.     color:red;
  965.     border-radius:4px;
  966. }
  967.  
  968. .thing.linkflair.linkflair-001 .entry, .flairselector .linkflair-001 {
  969.     border-right: 10px solid #E18879;}
  970.  
  971. .thing.linkflair.linkflair-001 .linkflairlabel {
  972.     border-bottom: solid 2px #E18879;}
  973.  
  974. .thing.linkflair.linkflair-002 .entry, .flairselector .linkflair-002 {
  975.     border-right: 10px solid #e1aa79;}
  976.  
  977. .thing.linkflair.linkflair-002 .linkflairlabel {
  978.     border-bottom: solid 2px #e1aa79;}
  979.  
  980. .thing.linkflair.linkflair-003 .entry, .flairselector .linkflair-003 {
  981.     border-right: 10px solid #bbe179;}
  982.  
  983. .thing.linkflair.linkflair-003 .linkflairlabel {
  984.     border-bottom: solid 2px #bbe179;}
  985.  
  986. .thing.linkflair.linkflair-004 .entry, .flairselector .linkflair-004 {
  987.     border-right: 10px solid #79e1d1;}
  988.  
  989. .thing.linkflair.linkflair-004 .linkflairlabel {
  990.     border-bottom: solid 2px #79e1d1;}
  991.  
  992. .thing.linkflair.linkflair-005 .entry, .flairselector .linkflair-005 {
  993.     border-right: 10px solid #e1db79;}
  994.  
  995. .thing.linkflair.linkflair-05 .linkflairlabel {
  996.     border-bottom: solid 2px #e1db79;}
  997.  
  998. .thing.linkflair.linkflair-006 .entry, .flairselector .linkflair-006 {
  999.     border-right: 10px solid #b179e1;}
  1000.  
  1001. .thing.linkflair.linkflair-006 .linkflairlabel {
  1002.     border-bottom: solid 2px #b179e1;}
  1003.  
  1004. .thing.linkflair.linkflair-007 .entry, .flairselector .linkflair-g {
  1005.     border-right: 10px solid #FCDFFF;}
  1006.  
  1007. .thing.linkflair.linkflair-007 .linkflairlabel {
  1008.     border-bottom: solid 2px #FCDFFF;}
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014. .linkflair-battle .thumbnail {
  1015.     display:block;
  1016.     width:70px;
  1017.     height:50px;
  1018.     content:"";
  1019.     background:url(%%battle%%);
  1020. }
  1021. /*.linkflair-closed .thumbnail {
  1022.     display:block;
  1023.     width:70px;
  1024.     height:50px;
  1025.     content:"";
  1026.     background:url(%%closed%%);
  1027. }
  1028. .linkflair-request .thumbnail {
  1029.     display:block;
  1030.     width:70px;
  1031.     height:50px;
  1032.     content:"";
  1033.     background:url(%%request%%);
  1034. }*/
  1035.  
  1036. /*end flair*/
  1037.  
  1038.  
  1039.  
  1040. .stickied {
  1041.     border:1px solid gray;
  1042.     background-color: #b1dff0;
  1043.     width: calc(100% - 315px);
  1044. }
  1045. .stickied.thing.comment {
  1046.     width: auto;
  1047. }
  1048. .stickied .title {
  1049.     color: #d2232a !important;
  1050. }
  1051. .stickied-tagline {
  1052.     color: #d2232a !important;
  1053. }
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059. /*Upvote buttons for posts*/
  1060. .link .arrow {
  1061.     height: 20px;
  1062.     width: 20px;
  1063.     background-image: url(%%h0w-vote%%) !important;
  1064.     }
  1065. .link .arrow.up {
  1066.     background-position: 0px -20px;
  1067.     opacity: .5 !important;
  1068.     }
  1069. .link .arrow.down {
  1070.     background-position: 0px -60px;
  1071.     opacity: .5 !important;
  1072.     }
  1073. .link .arrow.up:hover {
  1074.     background-position: 0px -20px;
  1075.     opacity: .7 !important;
  1076.     }
  1077. .link .arrow.down:hover {
  1078.     background-position: 0px -60px;
  1079.     opacity: .7 !important;
  1080.     }
  1081. .link .arrow.upmod {
  1082.     background-position: 0px -0px;
  1083.     opacity: 1 !important;
  1084.     }
  1085. .link .arrow.downmod {
  1086.     background-position: 0px -40px;
  1087.     opacity: 1 !important;
  1088.     }
  1089.  
  1090. /* background message for people leaving comments - basically rule 3 */
  1091. .commentarea form textarea:not(:focus){
  1092.   background-image: url(%%commentStuff%%);
  1093.   background-repeat: no-repeat;
  1094. }
  1095.  
  1096. .comment .arrow.up {
  1097.     background-image: url(%%h0w-vote%%) !important;
  1098.     background-position: 0 -20px;
  1099.     width: 20px;
  1100.     margin-left: 3px;
  1101.     height: 20px;
  1102.     }
  1103. .comment .arrow.upmod {
  1104.     background-image: url(%%h0w-vote%%) !important;
  1105.     padding-right: 5px !important;
  1106.     background-position: 0 -0px;
  1107.     width: 20px;
  1108.     margin-left: 3px;
  1109.     height: 20px;
  1110.     }
  1111. .comment .midcol{
  1112.     width: 22px;
  1113. }
  1114.  
  1115. .comment .arrow.down {
  1116.     background-image: url(%%h0w-vote%%) !important;
  1117.     background-position: 0 -60px;
  1118.     width: 20px;
  1119.     margin-left: 3px;
  1120.     height: 20px;
  1121.     }
  1122. .comment .arrow.downmod {
  1123.     background-image: url(%%h0w-vote%%) !important;
  1124.     padding-right: 5px !important;
  1125.     background-position: 0 -40px;
  1126.     width: 20px;
  1127.     margin-left: 3px;
  1128.     height: 20px;
  1129.     }
  1130. .compressed .midcol,
  1131. .link .midcol {
  1132.     padding-right: 5px !important;
  1133.     }
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139. /* sticky h4 */
  1140.  
  1141.  
  1142. .side .md h4:nth-of-type(1) {
  1143. box-shadow: 1px 0 5px #383838;
  1144. position: absolute;
  1145. z-index:999;
  1146. margin-top: 5px;
  1147. top: 70px;
  1148. left: 625px;
  1149. display: block;
  1150. border: 1px solid black;
  1151. background: #4990ac;
  1152. text-align: left;
  1153. font-size: 14px;
  1154. color: white;
  1155. font-weight: bold;
  1156. padding: 2px 4px 2px 4px;
  1157. }
  1158. .side .md h4:nth-of-type(1) a{
  1159. color: white;
  1160. font-size: 14px;
  1161. background: #4990ac;
  1162. }
  1163. .side h4:nth-of-type(1) a:hover {
  1164. color: white;
  1165. }
  1166.  
  1167. /*
  1168. * spoilers
  1169. * use: [spoiler](#s "pencer is better than preggit!")
  1170. */
  1171. a[href="#s"] {
  1172.     visibility: hidden;
  1173.     display: inline-block
  1174.  }
  1175. a[href="#s"]::after {
  1176.     content: attr(title);
  1177.     background: #4990ac;
  1178.     color: #4990ac;
  1179.     visibility: visible
  1180. }
  1181. a[href="#s"]:hover::after, a[href="#s"]:active::after {
  1182.     color: white;
  1183. }
  1184.  
  1185. a[href$="/spoiler"],
  1186. a[href$="/spoiler"] * {
  1187.     color: rgba(255,60,231,0)!important;
  1188.     text-shadow: 1px 0 12px #2E2E2C,-1px 0 12px #2E2E2C;
  1189.     transition: 0.5s all;
  1190. }
  1191.  
  1192. a[href$="/spoiler"]:hover,
  1193. a[href$="/spoiler"]:hover * {
  1194.     text-shadow: none;
  1195.     color: black!important;
  1196. }
  1197.  
  1198. a[href$="/spoiler"]:before {
  1199.     content: 'SPOILER';
  1200.     background: none;
  1201.     background-color: transparent;
  1202.     font-size: 60%;
  1203.     line-height: 100%;
  1204.     vertical-align: top;
  1205.     color: red;
  1206.     text-shadow: none;
  1207.     font-weight: bold;
  1208. }
  1209.  
  1210.  
  1211.  
  1212. /******what?*******/
  1213. .flair-hero0fflair {
  1214.     border-radius: 5px;
  1215.     border: none !important;
  1216.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  1217.     -moz-box-shadow: 0 0 5px #c6ff00;
  1218.     -webkit-box-shadow: 0 0 5px #c6ff00;
  1219.     box-shadow: 0px 0px 5px #c6ff00;
  1220.     display: inline-block;
  1221.     margin-right: 3px;
  1222.     margin-left: 3px;
  1223.     background: linear-gradient(270deg, #ff0000, #f9ff00, #18ff00, #00fff6, #0600ff, #ff00f5, #ff0000);
  1224.     background-size: 800% 800%;
  1225.     -webkit-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1) !important;
  1226.     -moz-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1) !important;
  1227.     box-shadow: 5px 5px 21px 0px rgba(235,9,9,1) !important;
  1228.     /* border-radius: 5px !important;
  1229.     -moz-border-radius: 5px !important;
  1230.     -webkit-border-radius: 5px !important;
  1231.     border: 6px double #FF0000 !important; */
  1232.        
  1233.     -webkit-animation-name: blinker;
  1234.     -webkit-animation-duration: .5s;
  1235.     -webkit-animation-timing-function: linear;
  1236.     -webkit-animation-iteration-count: infinite;
  1237.  
  1238.     -moz-animation-name: blinker;
  1239.     -moz-animation-duration: .5s;
  1240.     -moz-animation-timing-function: linear;
  1241.     -moz-animation-iteration-count: infinite;
  1242.  
  1243.     animation-name: blinker;
  1244.     animation-duration: .5s;
  1245.     animation-timing-function: linear;
  1246.     animation-iteration-count: infinite;
  1247.     -webkit-animation: doot 3s ease infinite, colorchange .6s initial infinite;
  1248.     -moz-animation: doot 3s ease infinite, colorchange .6s linear infinite;
  1249.     -o-animation: doot 3s ease infinite, colorchange .6s linear infinite;
  1250.     animation: colorchange .6s infinite, doot 3s ease infinite;
  1251.     z-index: 9999;
  1252. }
  1253.  
  1254. .flair-pulse {
  1255.     background: rgba(250,10,10,1);
  1256.     background: -moz-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(143,3,138,1) 71%, rgba(50,0,107,1) 100%);
  1257.     background: -webkit-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(143,3,138,1) 71%, rgba(50,0,107,1) 100%);
  1258.     background: -o-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(143,3,138,1) 71%, rgba(50,0,107,1) 100%);
  1259.     background: -ms-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(143,3,138,1) 71%, rgba(50,0,107,1) 100%);
  1260.     background: linear-gradient(to right, rgba(250,10,10,1) 0%, rgba(143,3,138,1) 71%, rgba(50,0,107,1) 100%);
  1261.     color: white !important;
  1262.     -webkit-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1);
  1263.     -moz-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1);
  1264.     box-shadow: 5px 5px 21px 0px rgba(235,9,9,1);
  1265.     border-radius: 5px !important;
  1266.     -moz-border-radius: 5px !important;
  1267.     -webkit-border-radius: 5px !important;
  1268.     border: 6px double #FF0000;
  1269. /*  -webkit-animation-name: pulse;
  1270.   animation-name: pulse; */
  1271.  
  1272.     -webkit-animation-name: pulse;
  1273.     -webkit-animation-duration: .5s;
  1274.     -webkit-animation-timing-function: linear;
  1275.     -webkit-animation-iteration-count: infinite;
  1276.  
  1277.     -moz-animation-name: pulse;
  1278.     -moz-animation-duration: .5s;
  1279.     -moz-animation-timing-function: linear;
  1280.     -moz-animation-iteration-count: infinite;
  1281.  
  1282.     animation-name: pulse;
  1283.     animation-duration: .5s;
  1284.     animation-timing-function: linear;
  1285.     animation-iteration-count: infinite;
  1286. }
  1287.  
  1288. @-moz-keyframes blinker {  
  1289.     0% { opacity: 1.0; }
  1290.     50% { opacity: 0.0; }
  1291.     100% { opacity: 1.0; }
  1292. }
  1293. @-webkit-keyframes blinker {  
  1294.     0% { opacity: 1.0; }
  1295.     50% { opacity: 0.0; }
  1296.     100% { opacity: 1.0; }
  1297. }
  1298. @keyframes blinker {  
  1299.     0% { opacity: 1.0; }
  1300.     50% { opacity: 0.0; }
  1301.     100% { opacity: 1.0; }
  1302. }
  1303.  
  1304.  
  1305.  
  1306. @-webkit-keyframes colorchange {
  1307.     0%{color: #00f6ff}
  1308.     25%{color: #ff00ea}
  1309.     50%{color: #00ff06}
  1310.     75%{color: #fff600}
  1311.     100%{color: #00f6ff}
  1312. }
  1313.  
  1314. @-moz-keyframes colorchange {
  1315.     0%{color: #00f6ff}
  1316.     25%{color: #ff00ea}
  1317.     50%{color: #00ff06}
  1318.     75%{color: #fff600}
  1319.     100%{color: #00f6ff}
  1320. }
  1321. @-o-keyframes colorchange {
  1322.     0%{color: #00f6ff}
  1323.     25%{color: #ff00ea}
  1324.     50%{color: #00ff06}
  1325.     75%{color: #fff600}
  1326.     100%{color: #00f6ff}
  1327. }
  1328. @keyframes colorchange {
  1329.     0%{color: #00f6ff}
  1330.     25%{color: #ff00ea}
  1331.     50%{color: #00ff06}
  1332.     75%{color: #fff600}
  1333.     100%{color: #00f6ff}
  1334. }
  1335.  
  1336. @-webkit-keyframes doot {
  1337.     0%{background-position:0% 50%}
  1338.     50%{background-position:100% 50%}
  1339.     100%{background-position:0% 50%}
  1340. }
  1341. @-moz-keyframes doot {
  1342.     0%{background-position:0% 50%}
  1343.     50%{background-position:100% 50%}
  1344.     100%{background-position:0% 50%}
  1345. }
  1346. @-o-keyframes doot {
  1347.     0%{background-position:0% 50%}
  1348.     50%{background-position:100% 50%}
  1349.     100%{background-position:0% 50%}
  1350. }
  1351. @keyframes doot {
  1352.     0%{background-position:0% 50%}
  1353.     50%{background-position:100% 50%}
  1354.     100%{background-position:0% 50%}
  1355. }
  1356.  
  1357. @-webkit-keyframes pulse {
  1358.   from {
  1359.     -webkit-transform: scale3d(1, 1, 1);
  1360.     transform: scale3d(1, 1, 1);
  1361.   }
  1362.  
  1363.   50% {
  1364.     -webkit-transform: scale3d(1.05, 1.05, 1.05);
  1365.     transform: scale3d(1.05, 1.05, 1.05);
  1366.     background: rgba(10,10,250,1);
  1367.     background: -moz-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1368.     background: -webkit-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1369.     background: -o-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1370.     background: -ms-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1371.     background: linear-gradient(to right, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1372.     -webkit-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1373.     -moz-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1374.     box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1375.     border: 6px double #0000FF;
  1376.   }
  1377.  
  1378.   to {
  1379.     -webkit-transform: scale3d(1, 1, 1);
  1380.     transform: scale3d(1, 1, 1);
  1381.   }
  1382. }
  1383.  
  1384. @keyframes pulse {
  1385.   from {
  1386.     -webkit-transform: scale3d(1, 1, 1);
  1387.     transform: scale3d(1, 1, 1);
  1388.   }
  1389.  
  1390.   50% {
  1391.     -webkit-transform: scale3d(1.05, 1.05, 1.05);
  1392.     transform: scale3d(1.05, 1.05, 1.05);
  1393.     background: rgba(10,10,250,1);
  1394.     background: -moz-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1395.     background: -webkit-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1396.     background: -o-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1397.     background: -ms-linear-gradient(left, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1398.     background: linear-gradient(to right, rgba(10,10,250,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1399.     -webkit-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1400.     -moz-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1401.     box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1402.     border: 6px double #0000FF;
  1403.   }
  1404.  
  1405.   to {
  1406.     -webkit-transform: scale3d(1, 1, 1);
  1407.     transform: scale3d(1, 1, 1);
  1408.   }
  1409. }
  1410.  
  1411. .flair-mattflair {
  1412.     border-radius: 5px;
  1413.     border: none !important;
  1414.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  1415.     -moz-box-shadow: 0 0 5px #c6ff00;
  1416.     -webkit-box-shadow: 0 0 5px #c6ff00;
  1417.     box-shadow: 0px 0px 5px #c6ff00;
  1418.     display: inline-block;
  1419.     margin-right: 3px;
  1420.     margin-left: 3px;
  1421.     background: linear-gradient(270deg, #ff0000, #000000, #ff0000, #000000, #ff0000, #000000, #ff0000);
  1422.     background-size: 800% 800%;
  1423.     -webkit-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1) !important;
  1424.     -moz-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1) !important;
  1425.     box-shadow: 5px 5px 21px 0px rgba(235,9,9,1) !important;
  1426.     /* border-radius: 5px !important;
  1427.     -moz-border-radius: 5px !important;
  1428.     -webkit-border-radius: 5px !important;
  1429.     border: 6px double #FF0000 !important; */
  1430.        
  1431.     -webkit-animation-name: blinker;
  1432.     -webkit-animation-duration: 5s;
  1433.     -webkit-animation-timing-function: linear;
  1434.     -webkit-animation-iteration-count: infinite;
  1435.  
  1436.     -moz-animation-name: blinker;
  1437.     -moz-animation-duration: 5s;
  1438.     -moz-animation-timing-function: linear;
  1439.     -moz-animation-iteration-count: infinite;
  1440.  
  1441.     animation-name: blinker;
  1442.     animation-duration: 5s;
  1443.     animation-timing-function: linear;
  1444.     animation-iteration-count: infinite;
  1445.     -webkit-animation: doot 4s ease infinite, colorchange 2s initial infinite;
  1446.     -moz-animation: doot 4s ease infinite, colorchange 2s linear infinite;
  1447.     -o-animation: doot 4s ease infinite, colorchange 2s linear infinite;
  1448.     animation: colorchange 2s infinite, doot 4s ease infinite;
  1449.     z-index: 9999;
  1450. }
  1451.  
  1452. .flair-pulse {
  1453.     background: rgba(250,10,10,1);
  1454.     background: -moz-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(0,0,0,1) 71%, rgba(250,10,10,1) 100%);
  1455.     background: -webkit-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(0,0,0,1) 71%, rgba(250,10,10,1) 100%);
  1456.     background: -o-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(0,0,0,1) 71%, rgba(250,10,10,1) 100%);
  1457.     background: -ms-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(0,0,0,1) 71%, rgba(250,10,10,1) 100%);
  1458.     background: linear-gradient(to right, rgba(250,10,10,1) 0%, rgba(0,0,0,1) 71%, rgba(250,10,10,1) 100%);
  1459.     color: white !important;
  1460.     -webkit-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1);
  1461.     -moz-box-shadow: 5px 5px 21px 0px rgba(235,9,9,1);
  1462.     box-shadow: 5px 5px 21px 0px rgba(235,9,9,1);
  1463.     border-radius: 5px !important;
  1464.     -moz-border-radius: 5px !important;
  1465.     -webkit-border-radius: 5px !important;
  1466.     border: 6px double #FF0000;
  1467. /*  -webkit-animation-name: pulse;
  1468.   animation-name: pulse; */
  1469.  
  1470.     -webkit-animation-name: pulse;
  1471.     -webkit-animation-duration: 5s;
  1472.     -webkit-animation-timing-function: linear;
  1473.     -webkit-animation-iteration-count: infinite;
  1474.  
  1475.     -moz-animation-name: pulse;
  1476.     -moz-animation-duration: 5s;
  1477.     -moz-animation-timing-function: linear;
  1478.     -moz-animation-iteration-count: infinite;
  1479.  
  1480.     animation-name: pulse;
  1481.     animation-duration: 5s;
  1482.     animation-timing-function: linear;
  1483.     animation-iteration-count: infinite;
  1484. }
  1485.  
  1486. @-moz-keyframes blinker {  
  1487.     0% { opacity: 1.0; }
  1488.     50% { opacity: 0.0; }
  1489.     100% { opacity: 1.0; }
  1490. }
  1491. @-webkit-keyframes blinker {  
  1492.     0% { opacity: 1.0; }
  1493.     50% { opacity: 0.0; }
  1494.     100% { opacity: 1.0; }
  1495. }
  1496. @keyframes blinker {  
  1497.     0% { opacity: 1.0; }
  1498.     50% { opacity: 0.0; }
  1499.     100% { opacity: 1.0; }
  1500. }
  1501.  
  1502.  
  1503.  
  1504. @-webkit-keyframes colorchange {
  1505.     0%{color: #ff0000}
  1506.     25%{color: #ffffff}
  1507.     50%{color: #ff0000}
  1508.     75%{color: #ffffff}
  1509.     100%{color: #ff0000}
  1510. }
  1511.  
  1512. @-moz-keyframes colorchange {
  1513.     0%{color: #ff0000}
  1514.     25%{color: #ffffff}
  1515.     50%{color: #ff0000}
  1516.     75%{color: #ffffff}
  1517.     100%{color: #ff0000}
  1518. }
  1519. @-o-keyframes colorchange {
  1520.     0%{color: #ff0000}
  1521.     25%{color: #ffffff}
  1522.     50%{color: #ff0000}
  1523.     75%{color: #ffffff}
  1524.     100%{color: #ff0000}
  1525. }
  1526. @keyframes colorchange {
  1527.     0%{color: #ff0000}
  1528.     25%{color: #ffffff}
  1529.     50%{color: #ff0000}
  1530.     75%{color: #ffffff}
  1531.     100%{color: #ff0000}
  1532. }
  1533.  
  1534. @-webkit-keyframes doot {
  1535.     0%{background-position:0% 50%}
  1536.     50%{background-position:100% 50%}
  1537.     100%{background-position:0% 50%}
  1538. }
  1539. @-moz-keyframes doot {
  1540.     0%{background-position:0% 50%}
  1541.     50%{background-position:100% 50%}
  1542.     100%{background-position:0% 50%}
  1543. }
  1544. @-o-keyframes doot {
  1545.     0%{background-position:0% 50%}
  1546.     50%{background-position:100% 50%}
  1547.     100%{background-position:0% 50%}
  1548. }
  1549. @keyframes doot {
  1550.     0%{background-position:0% 50%}
  1551.     50%{background-position:100% 50%}
  1552.     100%{background-position:0% 50%}
  1553. }
  1554.  
  1555. @-webkit-keyframes pulse {
  1556.   from {
  1557.     -webkit-transform: scale3d(1, 1, 1);
  1558.     transform: scale3d(1, 1, 1);
  1559.   }
  1560.  
  1561.   50% {
  1562.     -webkit-transform: scale3d(1.05, 1.05, 1.05);
  1563.     transform: scale3d(1.05, 1.05, 1.05);
  1564.     background: rgba(250,10,10,1);
  1565.     background: -moz-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1566.     background: -webkit-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1567.     background: -o-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1568.     background: -ms-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1569.     background: linear-gradient(to right, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1570.     -webkit-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1571.     -moz-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1572.     box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1573.     border: 6px double #0000FF;
  1574.   }
  1575.  
  1576.   to {
  1577.     -webkit-transform: scale3d(1, 1, 1);
  1578.     transform: scale3d(1, 1, 1);
  1579.   }
  1580. }
  1581.  
  1582. @keyframes pulse {
  1583.   from {
  1584.     -webkit-transform: scale3d(1, 1, 1);
  1585.     transform: scale3d(1, 1, 1);
  1586.   }
  1587.  
  1588.   50% {
  1589.     -webkit-transform: scale3d(1.05, 1.05, 1.05);
  1590.     transform: scale3d(1.05, 1.05, 1.05);
  1591.     background: rgba(250,10,10,1);
  1592.     background: -moz-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1593.     background: -webkit-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1594.     background: -o-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1595.     background: -ms-linear-gradient(left, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1596.     background: linear-gradient(to right, rgba(250,10,10,1) 0%, rgba(138,3,143,1) 71%, rgba(107,50,0,1) 100%);
  1597.     -webkit-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1598.     -moz-box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1599.     box-shadow: 5px 5px 21px 0px rgba(9,9,235,1);
  1600.     border: 6px double #0000FF;
  1601.   }
  1602.  
  1603.   to {
  1604.     -webkit-transform: scale3d(1, 1, 1);
  1605.     transform: scale3d(1, 1, 1);
  1606.   }
  1607. }
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615. /* Hide the mod flairs for the plebs (non mods) */
  1616. /* what the fuck is a pleb? is that some sort of hate slur? */
  1617.  
  1618. body:not(.moderator) .flairoptionpane>ul:nth-of-type(1) {
  1619.     display: none;
  1620. }
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630. .flair-machoman {
  1631.     width: 40px;height: 42px;
  1632.     background: url(%%macho-mini%%) no-repeat;
  1633.     -webkit-animation: macho 1.5s steps(40) infinite;
  1634.     -moz-animation: macho 1.5s steps(40) infinite;
  1635.     -ms-animation: macho 1.5s steps(40) infinite;
  1636.     -o-animation: macho 1.5s steps(40) infinite;
  1637.     animation: macho 1.5s steps(40) infinite;
  1638.     text-indent: -9999px;
  1639. }
  1640. @-webkit-keyframes macho   {from { background-position: 0 0px; } to { background-position: 0 -1680px; }}
  1641. @-moz-keyframes macho      {from { background-position: 0 0px; } to { background-position: 0 -1680px; }}
  1642. @-ms-keyframes macho       {from { background-position: 0 0px; } to { background-position: 0 -1680px; }}
  1643. @-o-keyframes macho        {from { background-position: 0 0px; } to { background-position: 0 -1680px; }}
  1644. @keyframes macho           {from { background-position: 0 0; } to { background-position: 0 -1680px; }}
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651. .flair-hero111 {
  1652.     width: 34px;height: 32px;
  1653.     background: url(%%hero111%%) no-repeat;
  1654.     -webkit-animation: goat 3s steps(27) infinite;
  1655.     -moz-animation: goat 3s steps(27) infinite;
  1656.     -ms-animation: goat 3s steps(27) infinite;
  1657.     -o-animation: goat 3s steps(27) infinite;
  1658.     animation: goat 3s steps(27) infinite;
  1659.     text-indent: -9999px;
  1660. }
  1661. @-webkit-keyframes goat {from { background-position: 0 0px; } to { background-position: 0 -864px; }}
  1662. @-moz-keyframes goat    {from { background-position: 0 0px; } to { background-position: 0 -864px; }}
  1663. @-ms-keyframes goat     {from { background-position: 0 0px; } to { background-position: 0 -864px; }}
  1664. @-o-keyframes goat      {from { background-position: 0 0px; } to { background-position: 0 -864px; }}
  1665. @keyframes goat         {from { background-position: 0 0px; } to { background-position: 0 -864px; }}
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674. .flair-dino:hover{text-indent: 43px; white-space:nowrap;}
  1675. .flair-dino {
  1676.     width: 45px;height: 57.5px;
  1677.     background: url(%%dino%%) no-repeat;
  1678.     -webkit-animation: dino 1.5s steps(32) infinite;
  1679.     -moz-animation: dino 1.5s steps(32) infinite;
  1680.     -ms-animation: dino 1.5s steps(32) infinite;
  1681.     -o-animation: dino 1.5s steps(32) infinite;
  1682.     animation: dino 1.5s steps(32) infinite;
  1683.     text-indent: -9999px;
  1684. }
  1685. @-webkit-keyframes dino   {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1686. @-moz-keyframes dino      {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1687. @-ms-keyframes dino       {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1688. @-o-keyframes dino        {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1689. @keyframes dino           {from { background-position: 0 0; } to { background-position: 0 -1840px; }}
  1690. /* dino glow */
  1691.  
  1692.  
  1693. .flair-dino:hover {
  1694.     width: 45px;height: 57.5px;
  1695.     background: url(%%dinodark%%) no-repeat;
  1696.     -webkit-animation: dinodark 1.5s steps(32) infinite;
  1697.     -moz-animation: dinodark 1.5s steps(32) infinite;
  1698.     -ms-animation: dinodark 1.5s steps(32) infinite;
  1699.     -o-animation: dinodark 1.5s steps(32) infinite;
  1700.     animation: dinodark 1.5s steps(32) infinite;
  1701.     text-indent: -9999px;
  1702. }
  1703. @-webkit-keyframes dinodark   {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1704. @-moz-keyframes dinodark      {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1705. @-ms-keyframes dinodark       {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1706. @-o-keyframes dinodark        {from { background-position: 0 0px; } to { background-position: 0 -1840px; }}
  1707. @keyframes dinodark           {from { background-position: 0 0; } to { background-position: 0 -1840px; }}
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719. /* dino glow */
  1720.  
  1721. .flair-somb {
  1722.     width: 45px;height: 50px;
  1723.     background: url(%%somb%%) no-repeat;
  1724.     -webkit-animation: somb .5s steps(6) infinite;
  1725.     -moz-animation: somb .5s steps(6) infinite;
  1726.     -ms-animation: somb .5s steps(6) infinite;
  1727.     -o-animation: somb .5s steps(6) infinite;
  1728.     animation: somb .5s steps(6) infinite;
  1729.     text-indent: -9999px;
  1730. }
  1731. @-webkit-keyframes somb   {from { background-position: 0 0px; } to { background-position: 0 -300px; }}
  1732. @-moz-keyframes somb      {from { background-position: 0 0px; } to { background-position: 0 -300px; }}
  1733. @-ms-keyframes somb       {from { background-position: 0 0px; } to { background-position: 0 -300px; }}
  1734. @-o-keyframes somb        {from { background-position: 0 0px; } to { background-position: 0 -300px; }}
  1735. @keyframes somb           {from { background-position: 0 0; } to { background-position: 0 -300px; }}
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747. /*xmas poop*/
  1748. .flair-xmaspoo {
  1749.     width: 40px;height: 41px;
  1750.     background: url(%%xmaspoo%%) no-repeat;
  1751.     -webkit-animation: xmaspoo 2s steps(28) infinite;
  1752.     -moz-animation: xmaspoo 2s steps(28) infinite;
  1753.     -ms-animation: xmaspoo 2s steps(28) infinite;
  1754.     -o-animation: xmaspoo 2s steps(28) infinite;
  1755.     animation: xmaspoo 2s steps(28) infinite;
  1756.     text-indent: -9999px;
  1757. }
  1758. @-webkit-keyframes xmaspoo   {from { background-position: 0 0px; } to { background-position: 0 -1158px; }}
  1759. @-moz-keyframes xmaspoo      {from { background-position: 0 0px; } to { background-position: 0 -1158px; }}
  1760. @-ms-keyframes xmaspoo       {from { background-position: 0 0px; } to { background-position: 0 -1158px; }}
  1761. @-o-keyframes xmaspoo       {from { background-position: 0 0px; } to { background-position: 0 -1158px; }}
  1762. @keyframes xmaspoo           {from { background-position: 0 0; } to { background-position: 0 -1158px; }}
  1763. /*end xmas poop*/
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776. /*battle flair start*/
  1777. .comments-page .linkflair-battles .md strong,.comments-page .linkflair-battles.stickied .md strong{color:#0099ff!important}
  1778.  
  1779. .linkflair-battles.stickied .md strong{color:#0099ff}
  1780.  
  1781. .linkflair-battles .md h1{color:#0099ff!important}
  1782.  
  1783. /*edit this*/
  1784. .link.stickied.linkflair-battles .score,.thing.stickied.linkflair-battles .entry li .comments,.thing.stickied.linkflair-battles a,.thing.stickied.linkflair-battles a.title{color:#3cadff!important}
  1785.  
  1786. /*edit this*/
  1787. .linkflair-battles.stickied .entry.RES-keyNav-activeElement{border-right-color:#3cadff!important}
  1788. .linkflair-battles.stickied .RES-keyNav-activeElement {background: rgba(100,100,100,.01)!important}
  1789. .linkflair-battles .entry.RES-keyNav-activeElement{border-right-color:#3cadff!important}
  1790. .linkflair-battles .RES-keyNav-activeElement {background: rgba(100,100,100,.01)!important}
  1791. .thing.stickied.linkflair-battles .usertext .md a{color:#0099ff!important}
  1792.  
  1793. /*edit this*/
  1794. .thing.stickied.linkflair-battles .expando-button:hover{background-color:#3cadff!important;border-color:#3cadff!important}
  1795. .comments-page .linkflair-battles{background-image:url(%%battle%%);border-radius:0}
  1796. .comments-page .linkflair-battles::before{display:block;height:100%;background:radial-gradient(ellipse farthest-side at left top,rgba(255,255,255,0) 0,rgba(0,195,255,.15) 100%)}
  1797.  
  1798. /*edit this*/
  1799. .linkflair-battles .usertext .md a{color:#0099ff;font-weight:700}
  1800. .linkflair-battles a.title,.stickied a.title{font-weight:900;font-family:Futura,'Century Gothic',sans-serif}
  1801. .linkflair-battles .usertext .md blockquote{color:inherit}
  1802. .linkflair-battles .usertext .md pre{color:initial}.linkflair-battles .usertext .md a:visited{color:#0099ff}
  1803.  
  1804. /*edit this*/
  1805. .linkflair-battles a.title,.listing-page .linkflair-battles a{color:#3cadff!important}
  1806. .link.last-clicked.linkflair-battles{background-color:#444!important}
  1807. .linkflair-battles .entry .buttons li a,.linkflair-battles .entry .tagline{color:#CCC}
  1808. .linkflair-battles .entry{border-bottom:0}
  1809.  
  1810. /*edit this*/
  1811. .linkflair-battles,.linkflair-battles.stickied{background:url(%%battle%%) no-repeat 98% 50% #333;border:1px solid #000}
  1812.  
  1813. /*edit this*/
  1814. .linkflair-battles .linkflairlabel{background-color:#333;font-size:11px;font-weight:700;border-color:#000}
  1815. .linkflair-battles .linkflairlabel{color:#0099ff;border-width:1;border-radius:3px;padding:3px}
  1816.  
  1817. .linkflair-battles .usertext-body.may-blank-within.md-container{background-color:transparent!important}
  1818. .flairoptionpane .linkflair{background:none;border:0px}
  1819.  
  1820. .linkflair-battles .entry.res-selected {background: transparent !important;}
  1821. /*battle flair end*/
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  /**
  1836.    * star wars the sub?
  1837.    */
  1838.  html:lang(sw) {
  1839.   overflow: hidden;
  1840.   perspective: 300px;
  1841. }
  1842. body:lang(sw) {
  1843.   height: 100%;
  1844.   transform: rotateX(25deg) translateZ(-3000px);
  1845. }
  1846.  
  1847.  
  1848.  
  1849.  
  1850. body:lang(sw) {
  1851.     position: absolute;
  1852.     height: 160px;
  1853.     top: 0px;
  1854.     right: 0;
  1855.     bottom: 0;
  1856.     left: 0;
  1857.     z-index: -1;
  1858.     -webkit-animation: pan 160s linear infinite;
  1859.     -moz-animation: pan 160s linear infinite;
  1860.     animation: pan 160s linear infinite;
  1861. }
  1862. @-webkit-keyframes pan {
  1863.     0%   { background-position: 50% 0; }
  1864.     50%  { background-position: 50% -950px; }
  1865.     100% { background-position: 50% 0; }
  1866. }
  1867. @-moz-keyframes pan {
  1868.     0%   { background-position: 50% 0; }
  1869.     50%  { background-position: 50% -950px; }
  1870.     100% { background-position: 50% 0; }
  1871. }
  1872. @keyframes pan {
  1873.     0%   { background-position: 50% 0; }
  1874.     50%  { background-position: 50% -950px; }
  1875.     100% { background-position: 50% 0; }
  1876. }
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884. .flair-swift40 {
  1885.     width: 40px;height: 54px;
  1886.     background: url(%%swift40t%%) no-repeat;
  1887.     -webkit-animation: swift40 1.5s steps(10) infinite;
  1888.     -moz-animation: swift40 1.5s steps(10) infinite;
  1889.     -ms-animation: swift40 1.5s steps(10) infinite;
  1890.     -o-animation: swift40 1.5s steps(10) infinite;
  1891.     animation: swift40 1.5s steps(10) infinite;
  1892.     text-indent: -9999px;
  1893. }
  1894. @-webkit-keyframes swift40   {from { background-position: 0 0px; } to { background-position: 0 -540px; }}
  1895. @-moz-keyframes swift40      {from { background-position: 0 0px; } to { background-position: 0 -540px; }}
  1896. @-ms-keyframes swift40       {from { background-position: 0 0px; } to { background-position: 0 -540px; }}
  1897. @-o-keyframes swift40        {from { background-position: 0 0px; } to { background-position: 0 -540px; }}
  1898. @keyframes swift40           {from { background-position: 0 0; } to { background-position: 0 -540px; }}
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906. /*tlc machoman*/
  1907. .flair-tlc-macho {
  1908.     width: 40px;height: 50px;
  1909.     background: url(%%tlc-macho%%) no-repeat;
  1910.     -webkit-animation: tlc-macho 2s steps(7) infinite;
  1911.     -moz-animation: tlc-macho 2s steps(7) infinite;
  1912.     -ms-animation: tlc-macho 2s steps(7) infinite;
  1913.     -o-animation: tlc-macho 2s steps(7) infinite;
  1914.     animation: tlc-macho 2s steps(7) infinite;
  1915.     text-indent: -9999px;
  1916. }
  1917. @-webkit-keyframes tlc-macho   {from { background-position: 0 0px; } to { background-position: 0 -350px; }}
  1918. @-moz-keyframes tlc-macho      {from { background-position: 0 0px; } to { background-position: 0 -350px; }}
  1919. @-ms-keyframes tlc-macho       {from { background-position: 0 0px; } to { background-position: 0 -350px; }}
  1920. @-o-keyframes tlc-macho       {from { background-position: 0 0px; } to { background-position: 0 -350px; }}
  1921. @keyframes tlc-macho           {from { background-position: 0 0; } to { background-position: 0 -350px; }}
  1922. /*end tlc machoman*/
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928. /* aw yeah belt*/
  1929. .flair-gt-aw-yeah {
  1930.     width: 50px;height: 50px;
  1931.     background: url(%%gt-aw-yeah%%) no-repeat;
  1932.     -webkit-animation: gt-aw-yeah .5s steps(11) infinite;
  1933.     -moz-animation: gt-aw-yeah .5s steps(11) infinite;
  1934.     -ms-animation: gt-aw-yeah .5s steps(11) infinite;
  1935.     -o-animation: gt-aw-yeah .5s steps(11) infinite;
  1936.     animation: gt-aw-yeah .5s steps(11) infinite;
  1937.     text-indent: -9999px;
  1938. }
  1939. @-webkit-keyframes gt-aw-yeah   {from { background-position: 0 0px; } to { background-position: 0 -550px; }}
  1940. @-moz-keyframes gt-aw-yeah      {from { background-position: 0 0px; } to { background-position: 0 -550px; }}
  1941. @-ms-keyframes gt-aw-yeah       {from { background-position: 0 0px; } to { background-position: 0 -550px; }}
  1942. @-o-keyframes gt-aw-yeah        {from { background-position: 0 0px; } to { background-position: 0 -550px; }}
  1943. @keyframes gt-aw-yeah           {from { background-position: 0 0; } to { background-position: 0 -550px; }}
  1944. /*aw yeah belt end*/
  1945.  
  1946. /* canada-parrot*/
  1947. .flair-canada-parrot {
  1948.     width: 40px;height: 21.9px;
  1949.     background: url(%%canada-parrot%%) no-repeat;
  1950.     -moz-animation: canada-parrot .5s steps(10) infinite;
  1951.     -ms-animation: canada-parrot .5s steps(10) infinite;
  1952.     -o-animation: canada-parrot .5s steps(10) infinite;
  1953.     animation: canada-parrot .5s steps(10) infinite;
  1954.     text-indent: -9999px;
  1955. }
  1956. @-webkit-keyframes canada-parrot   {from { background-position: 0 0px; } to { background-position: 0 -219px; }}
  1957. @-moz-keyframes canada-parrot      {from { background-position: 0 0px; } to { background-position: 0 -219px; }}
  1958. @-ms-keyframes canada-parrot       {from { background-position: 0 0px; } to { background-position: 0 -219px; }}
  1959. @-o-keyframes canada-parrot        {from { background-position: 0 0px; } to { background-position: 0 -219px; }}
  1960. @keyframes canada-parrot           {from { background-position: 0 0; } to { background-position: 0 -219px; }}
  1961. /*canada-parrot end*/
  1962.  
  1963. /* elpinko gets a promotion
  1964. a[href$="/user/elpinko"]:after {
  1965.   content: "Executive Shitstirrer";
  1966.   background: #fff url(%%exec-dickbutt%%) no-repeat top left;
  1967.   font-weight: bold;
  1968.   display: inline-block;
  1969.   height: 30px;
  1970.   padding-left: 26px;
  1971.   color: #4c462c;
  1972. }
  1973.  
  1974. a[href$="/user/eipinko"]:after {
  1975.   content: "Executive Shitstirrer";
  1976.   background: #fff url(%%exec-dickbutt%%) no-repeat top left;
  1977.   font-weight: bold;
  1978.   display: inline-block;
  1979.   height: 30px;
  1980.   padding-left: 26px;
  1981.   color: #4c462c;
  1982. }
  1983. */
  1984.  
  1985.  
  1986. a[href$="/user/thefakegm"]:after {
  1987.   content: "not just a gentleman, but a scholar";
  1988.   background: #fff url(%%historian%%) no-repeat top left;
  1989.   font-weight: bold;
  1990.   display: inline-block;
  1991.   height: 30px;
  1992.   padding-left: 35px;
  1993.   color: #4c462c;
  1994. }
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009. /* may the hero be with you
  2010. html {
  2011.   overflow: hidden;
  2012.   perspective: 320px;
  2013. }
  2014. body {
  2015.   height: 100%;
  2016.   transform: rotateX(25deg) translateZ(-200px);
  2017. }
  2018.  
  2019.  
  2020.  
  2021.  
  2022.     html { background: #000 url(%%max1%%);background-position: center; margin-top: 0cm; }
  2023.  
  2024.  
  2025.     html:before {
  2026.         background: url(%%max4%%) no-repeat center top;
  2027.         content: '';
  2028.         position: absolute;
  2029.         height: 300px;
  2030.         top: 0px;
  2031.         right: 0;
  2032.         bottom: 0;
  2033.         left: 0;
  2034.         z-index: -1;
  2035.         -webkit-animation: starpan 1600s linear infinite;
  2036.         -moz-animation: starpan 1600s linear infinite;
  2037.         animation: starpan 1600s linear infinite;
  2038.     }
  2039.     @-webkit-keyframes starpan {
  2040.         0%   { background-position: 50% 0; }
  2041.         50%  { background-position: 50% -17000px; }
  2042.         100% { background-position: 50% 0; }
  2043.     }
  2044.     @-moz-keyframes starpan {
  2045.         0%   { background-position: 50% 0; }
  2046.         50%  { background-position: 50% -17000px; }
  2047.         100% { background-position: 50% 0; }
  2048.     }
  2049.     @keyframes starpan {
  2050.         0%   { background-position: 50% 0; }
  2051.         50%  { background-position: 50% -17000px; }
  2052.         100% { background-position: 50% 0; }
  2053.     }
  2054.  
  2055. */
  2056.  
  2057.  
  2058. /* SUBREDDIT NAME ANIMATION */
  2059. .titlebox h1 a { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; cursor: default; border: none; /* font: normal normal bold 70px/normal "Bad Script", Helvetica, sans-serif; */ font: normal normal bold 30px/normal "Bad Script", Helvetica; text-decoration: none; color: rgba(0, 0, 0, 0); text-align: center; -o-text-overflow: clip; text-overflow: clip; text-shadow: 3px 0 0 rgb(217,31,38) , 3px 0 0 rgb(226,91,14) , 3px 0 0 rgb(245,221,8) , 3px 0 0 rgb(5,148,68) , 3px 0 0 rgb(2,135,206) , 3px 0 0 rgb(4,77,145) , 3px 0 0 rgb(42,21,113) ; -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  2060. .hover a:hover { text-shadow: -3px 0 0 rgb(217,31,38) , -6px 0 0 rgb(226,91,14) , -9px 0 0 rgb(245,221,8) , -12px 0 0 rgb(5,148,68) , -15px 0 0 rgb(2,135,206) , -18px 0 0 rgb(4,77,145) , -21px 0 0 rgb(42,21,113) ; -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  2061.  
  2062.  
  2063.  
  2064.  
  2065. /* this is what you are looking for, you will probably want to kill this
  2066. html:active {cursor: wait}
  2067. html {cursor: wait}
  2068. a:visited {cursor: wait}
  2069. a {cursor: wait}
  2070. div {cursor:wait}
  2071. textarea {cursor:wait}
  2072. input {cursor:wait}
  2073. img {cursor:wait}  
  2074. stop here, the rest of this shit is fine */
  2075.  
  2076. .flair-randypink{
  2077.     width: 40px;height: 40px;
  2078.     background: url(%%randy-pink%%) no-repeat;
  2079.     }
  2080.  
  2081.  
  2082.  
  2083. .flair-shoop{
  2084.     width: 120px;height: 96.13px;
  2085.     background: url(%%shoop-still%%) no-repeat;
  2086.     }
  2087.  
  2088.  
  2089. .flair-shoop:hover {
  2090.     width: 120px;height: 96.13px;
  2091.     background: url(%%shoop%%) no-repeat;
  2092.     -webkit-animation: shoop 1.5s steps(22) infinite;
  2093.     -moz-animation: shoop 1.5s steps(22) infinite;
  2094.     -ms-animation: shoop 1.5s steps(22) infinite;
  2095.     -o-animation: shoop 1.5s steps(22) infinite;
  2096.     animation: shoop 1.5s steps(22) infinite;
  2097.     text-indent: -9999px;
  2098. }
  2099. @-webkit-keyframes shoop   {from { background-position: 0 0px; } to { background-position: 0 -2115px; }}
  2100. @-moz-keyframes shoop      {from { background-position: 0 0px; } to { background-position: 0 -2115px; }}
  2101. @-ms-keyframes shoop       {from { background-position: 0 0px; } to { background-position: 0 -2115px; }}
  2102. @-o-keyframes shoop        {from { background-position: 0 0px; } to { background-position: 0 -2115px; }}
  2103. @keyframes shoop           {from { background-position: 0 0; } to { background-position: 0 -2115px; }}
  2104.  
  2105.  
  2106.  
  2107. /*
  2108.  
  2109. .arrow.down:after{display:block;visibility:hidden;position:absolute;z-index:1000;margin:-6px 0 0 32px;padding:12px;background:rgba(79,77,192,0.0);border-radius:2px;color:rgba(255,255,255,0);content:"I'm not mad, I'm just disappointed.";text-align:center;letter-spacing:1px;font-weight:400;font-size:13px;transition:all .25s ease;pointer-events:none}
  2110.  
  2111. .arrow.down:hover:after{visibility:visible;background:rgba(79,77,192,0.9);color:#FFF;margin-left:48px}
  2112.  
  2113.  
  2114. */
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120. /*start boring blue, but hey it's blue*/
  2121. /*
  2122. .make-gif-container{
  2123.     font-size: 30px;
  2124.     font-weight: bold;
  2125.     vertical-align: middle;
  2126.     text-align: center;
  2127.     background: #fff url(%%red-arrow%%) no-repeat top left;
  2128.       color: rgba(0, 0, 0, 0.8);
  2129.   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  2130.   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px rgba(0, 0, 0, 0.2);
  2131.   background: -webkit-linear-gradient(top, #1EA5D8, #126381);
  2132.   background: -moz-linear-gradient(top, #1EA5D8, #126381);
  2133.   background: linear-gradient(to bottom, #1EA5D8, #126381);
  2134.     border-radius: 5px;
  2135. }
  2136. */
  2137. /*end boring blue, but hey it's blue*/
  2138.  
  2139.  
  2140.  
  2141. /*start bright and shit*/
  2142. .make-gif-container{
  2143.     font-size: 30px;
  2144.     font-weight: bold;
  2145.     vertical-align: middle;
  2146.     text-align: center;
  2147.     color: rgba(0, 0, 0, 0.8);
  2148.   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  2149.   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px rgba(0, 0, 0, 0.2);
  2150.  
  2151.     border-radius: 5px;
  2152.   background-image:-webkit-linear-gradient( left, DarkOrange , orange, OrangeRed , blue,
  2153.                                          LightSkyBlue,SkyBlue, DeepSkyBlue, SkyBlue, LightSkyBlue,
  2154.                                          blue, OrangeRed, orange,DarkOrange  );
  2155.   background-image:-moz-linear-gradient( left, red, red, yellow, green,
  2156.                                          red,red, red, red, red,
  2157.                                          red, yellow, orange,red );
  2158.   background-image:-o-linear-gradient( left, red, orange, yellow, green,
  2159.                                          blue,indigo, violet, indigo, blue,
  2160.                                          green, yellow, orange,red );
  2161.   background-image:-ms-linear-gradient( left, red, orange, yellow, green,
  2162.                                          blue,indigo, violet, indigo, blue,
  2163.                                          green, yellow, orange,red );
  2164.   background-image:-khtml-linear-gradient( left, red, red, black, black,
  2165.                                          blue,blue, red, red, blue,
  2166.                                          blue, black, black,red );
  2167.   background-image:linear-gradient( left, red, orange, yellow, green,
  2168.                                          blue,indigo, violet, indigo, blue,
  2169.                                          green, yellow, orange,red );
  2170.   -moz-animation:douche 2.5s forwards linear infinite;
  2171.   -webkit-animation:douche 2.5s forwards linear infinite;
  2172.   -o-animation:douche 2.5s forwards linear infinite;
  2173.   -khtml-animation:douche 2.5s forwards linear infinite;
  2174.   -ms-animation:douche 2.5s forwards linear infinite;
  2175.   animation:douche 2.5s forwards linear infinite;
  2176.   background-size:100% auto;
  2177. }
  2178. /*end bright and shit*/
  2179.  
  2180. /*
  2181.  
  2182. .video-player-container{
  2183.   visibility:hidden
  2184. }
  2185. .file-upload-button{
  2186.   visibility:hidden;
  2187. }
  2188. .media-drop-icon{
  2189.   visibility:hidden;
  2190. }
  2191. .file-drop-label{
  2192.   visibility:hidden;
  2193. }
  2194.  
  2195.  
  2196.  
  2197.  
  2198. .image-upload-drop-target{
  2199.   background: url(%%idk-yolo2%%) no-repeat 0px 0 !important;
  2200. }*/
  2201.  
  2202.  
  2203.  
  2204.  
  2205.  
  2206.  
  2207. .author[href$="/hero0fwar"],
  2208.  
  2209. .comment .author[href$="/hero0fwar"] {
  2210.  
  2211. -webkit-animation: rainbow 5s linear 0s infinite;
  2212.  
  2213. animation: rainbow 5s linear 0s infinite;
  2214.  
  2215. }
  2216.  
  2217. @-webkit-keyframes rainbow {
  2218.  
  2219. 0% { color: #F00 }
  2220.  
  2221. 17% { color: #FF0 }
  2222.  
  2223. 33% { color: #0F0 }
  2224.  
  2225. 50% { color: #0FF }
  2226.  
  2227. 67% { color: #00F }
  2228.  
  2229. 84% { color: #F0F }
  2230.  
  2231. 100% { color: #F00 }
  2232.  
  2233. }
  2234.  
  2235. @keyframes rainbow {
  2236.  
  2237. 0% { color: #F00 }
  2238.  
  2239. 17% { color: #FF0 }
  2240.  
  2241. 33% { color: #0F0 }
  2242.  
  2243. 50% { color: #0FF }
  2244.  
  2245. 67% { color: #00F }
  2246.  
  2247. 84% { color: #F0F }
  2248.  
  2249. 100% { color: #F00 }
  2250. }
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257. #wife {
  2258.     right: 100%;
  2259.     margin: 0;
  2260. }
  2261.  
  2262. .fear {
  2263.     display: none;
  2264. }
  2265.  
  2266. #kim-kardashian {
  2267.     padding-bottom: 9999px;
  2268. }
  2269.  
  2270. .illuminati {
  2271.     position: absolute;
  2272.     visibility: hidden;
  2273. }
  2274.  
  2275. .trump {
  2276.     transition: ease-out;
  2277. }
  2278.  
  2279. #big-bang::before {
  2280.     content: " ";
  2281. }
  2282.  
  2283. /*
  2284. .side:before {
  2285.   display: block;
  2286.   margin: 10px 0;
  2287.   height: 500px;
  2288.   border-radius: 5px;
  2289.   background: url(%%celtics-33%%);
  2290.   content: ""
  2291. }
  2292.  
  2293. */
  2294.  
  2295.  
  2296.  
  2297. /*
  2298. a.author {
  2299.     font-size: 0;
  2300. }
  2301.  
  2302. a.author: after {
  2303.     font-size: 11px;
  2304.     content: "MIKEY";
  2305. }
  2306.  
  2307. */
Add Comment
Please, Sign In to add comment