Advertisement
ParaBolt

Minified

Feb 18th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.77 KB | None | 0 0
  1. /* Original Uber by InJust */
  2. /* Re-re-revamped umpteen times by ParaBolt */
  3. /* Image Resources : http://imgur.com/a/fdoor */
  4.  
  5. /* Keyframes for Animations */
  6.  
  7. @keyframes flash
  8. {
  9.     from
  10.     {
  11.         opacity : .5;
  12.     }
  13.  
  14.     to
  15.     {
  16.         opacity : 1;
  17.     }  
  18. }
  19.  
  20. /* Base Scheme */
  21.  
  22. body
  23. {
  24.     background  : url('http://files.gamebanana.com/bitpit/background_overlay.png') repeat-y top center, url('http://files.gamebanana.com/bitpit/background_19.jpg') top center;
  25.     font-family : 'Verdana';
  26.     font-variant    : small-caps;
  27.     color       : #FFCCD9;
  28. }
  29.  
  30. #PostsListModule .Content ul .Post .PostHeader .PostLabels,
  31. #PostsListModule footer,
  32. #PostsListModule .Content ul .Post .PostHeader .Poster small,
  33. #PostsListModule .Date,
  34. #BuddiesModule .PageNavigation,
  35. .AffiliatedStudio,
  36. #SubmissionType,
  37. .NavigatorPanes h4
  38. {
  39.     display     : none;
  40. }
  41.  
  42. .Modal .Module > .Description
  43. {
  44.     background : transparent;
  45. }
  46.  
  47. /* Links */
  48.  
  49. a,
  50. #DropdownMenuSubNavigator li a
  51. {
  52.     color       : #FFC5B2;
  53.     text-shadow : 0 0 0;
  54.     transition  : all .2s ease-in-out;
  55. }
  56.  
  57. a:hover,
  58. #DropdownMenuSubNavigator li a:hover
  59. {
  60.     color       : #FFA080;
  61.     text-shadow : 0 0 5px #FFC5B2;
  62. }
  63.  
  64. ul#ImportantLinks a
  65. {
  66.     background  : url('http://files.gamebanana.com/bitpit/miniredbar.png') right;
  67.     border      : 0;
  68. }
  69.  
  70. ul#ImportantLinks a:hover
  71. {
  72.     border      : 0 !important;
  73.     color       : #FFA080 !important;
  74. }
  75.  
  76. /* Modules */
  77.  
  78. .Module
  79. {
  80.     margin : 5px;
  81. }
  82.  
  83. .Module::after
  84. {
  85.     content     : "";
  86.     display     : block;
  87.     width       : 100%;
  88.     height      : 20px;
  89.     background  : url('http://files.gamebanana.com/bitpit/minigreyfade.png') repeat-x;
  90. }
  91.  
  92. .Modal .Module::after
  93. {
  94.     content : none;
  95. }
  96.  
  97. .Module > h3
  98. {
  99.     background  : transparent url('http://files.gamebanana.com/bitpit/minibottombar.png') repeat-x;
  100.     text-align  : center;
  101.     font-size   : 16px;
  102.     color       : white;
  103.     border      : 0;
  104. }
  105.  
  106. .Module .Content,
  107. .Module > .Description,
  108. .Module > .LogMessages
  109. {
  110.     background  : url('http://files.gamebanana.com/bitpit/minitopbar.png') repeat-x top, url('http://files.gamebanana.com/bitpit/minigreybar.png') repeat-y;
  111. }
  112.  
  113. .Module > .Description + .Content
  114. {
  115.     background  : url('http://files.gamebanana.com/bitpit/minigreybar.png') repeat-y;
  116. }
  117.  
  118. #BuddiesModule > .Content > ul > li
  119. {
  120.     padding : 15px;
  121. }
  122.  
  123. /* PostsListModule */
  124.  
  125. #PostsListModule .Content ul .Post
  126. {
  127.     border  : 0;
  128. }
  129.  
  130. #PostsListModule .Avatar,
  131. #PostsListModule .Avatar img
  132. {
  133.     width : 35px;
  134.     height : 35px;
  135. }
  136.  
  137. #PostsListModule .PostHeader
  138. {
  139.     padding     : 0 10px;
  140.     background  : url('http://files.gamebanana.com/bitpit/miniredbar.png') repeat-y right;
  141.     display     : flex;
  142.     align-items : center;
  143. }
  144.  
  145. #PostsListModule .Content ul .Post .PostHeader .PostTools
  146. {
  147.     margin-left : auto;
  148. }
  149.  
  150. .PostTools .IconSheet
  151. {
  152.     width           : 8px;
  153.     height          : 8px;
  154.     background-repeat   : no-repeat !important;
  155.     background-position : center center !important;
  156. }
  157.  
  158. .PostTools button,
  159. .PostTools button:hover
  160. {
  161.     background  : none;
  162.     border      : none;
  163.     box-shadow  : none;
  164. }
  165.  
  166. .PostTools button
  167. {
  168.     opacity : .7;
  169. }
  170.  
  171. .PostTools button:hover
  172. {
  173.     opacity : 1;
  174. }
  175.  
  176. .PostTools .EditIcon
  177. {
  178.     background  : url('http://files.gamebanana.com/bitpit/edit.png');
  179. }
  180.  
  181. .PostTools .QuoteIcon
  182. {
  183.     width : 10px;
  184.     background  : url('http://files.gamebanana.com/bitpit/quote_3.png');
  185. }
  186.  
  187. .PostTools .StampIcon
  188. {
  189.     background  : url('http://files.gamebanana.com/bitpit/stamp.png');
  190. }
  191.  
  192. .PostTools .ReportIcon
  193. {
  194.     background  : url('http://files.gamebanana.com/bitpit/report.png');
  195. }
  196.  
  197. .PostTools .TrashIcon
  198. {
  199.     background  : url('http://files.gamebanana.com/bitpit/trash.png');
  200. }
  201.  
  202. .PostTools .WithholdIcon
  203. {
  204.     background  : url('http://files.gamebanana.com/bitpit/withhold.png');
  205. }
  206.  
  207. .PostTools input
  208. {
  209.     transform   : scale(0.7);
  210. }
  211.  
  212. p
  213. {
  214.     padding     : 10px 0;
  215. }
  216.  
  217. #PostsListModule article blockquote
  218. {
  219.     background  : url('http://files.gamebanana.com/bitpit/quote_2.png') no-repeat bottom left;
  220.     color       : #CCC;
  221.     opacity     : 1;
  222.     border : 0;
  223. }
  224.  
  225. #PostsListModule article h1
  226. {
  227.     background  : url('http://files.gamebanana.com/bitpit/h1.png');
  228.     padding     : 10px;
  229.     margin      : 0;
  230. }
  231.  
  232. /** Format Stamps **/
  233.  
  234. #PostsListModule .Content ul .Post article .PostStamps
  235. {
  236.         margin-top        : 5px;
  237. }
  238.  
  239. #PostsListModule .Content ul .Post article .PostStamps li .IconSheet
  240. {
  241.         counter-increment : span;
  242.         margin-right      : 2px;
  243. }
  244.  
  245. .PostStamps li
  246. {
  247.         counter-reset     : span;
  248.         position          : relative;
  249. }
  250.  
  251. .PostStamps li .StampIcon ~ span:not(.StampIcon)
  252. {
  253.         font-size         : 0 !important;
  254. }
  255.  
  256. .PostStamps li .StampIcon ~ span:not(.StampIcon):after
  257. {
  258.         font-size         : 12px !important;
  259.         content           : 'x' counter(span);
  260. }
  261.  
  262. .PostStamps li .StampIcon:not(:first-child)
  263. {
  264.         background        : transparent;
  265.         width             : 0;
  266.         margin            : 0;
  267. }
  268.  
  269. /* Header and Footer */
  270.  
  271. #HeaderWrapper,
  272. #FooterWrapper
  273. {
  274.     background  : url('http://files.gamebanana.com/bitpit/minigreybar.png') repeat-y, url('http://files.gamebanana.com/bitpit/miniredbar.png') repeat-y right;
  275. }
  276.  
  277. #HeaderWrapper
  278. {
  279.     margin-top  : 15px;
  280. }
  281.  
  282. #HeaderWrapper.Fixed
  283. {
  284.     background      : url('http://files.gamebanana.com/bitpit/minigreybar.png') repeat-y, url('http://files.gamebanana.com/bitpit/miniredbar.png') repeat-y right;
  285.     background-color    : black;
  286.     width           : 979px;   
  287. }
  288.  
  289. #Wrapper, #HeaderWrapper header {
  290.     background: none;
  291. }
  292.  
  293. #TitleBreadcrumb {
  294.     display: none;
  295. }
  296.  
  297. span.IconSheet.Logo
  298. {
  299.     background-image : url('http://files.gamebanana.com/bitpit/umadbro.png');
  300.     width: 274px;
  301.     height: 24px;
  302.     background-position: 0 0;
  303. }
  304.  
  305. #PublicNavigator .NavigatorTabs li:hover,
  306. #PublicNavigator .NavigatorTabs li.ActiveTab
  307. {
  308.     background : transparent;
  309.     color : #FFA080;
  310. }
  311.  
  312. #PublicNavigator > .NavigatorPanes > li
  313. {
  314.     border-top-color : #FFA080;
  315. }
  316.  
  317. #MemberNavigator .NavigatorTabs > ul > li,
  318. #MemberNavigator .NavigatorTabs > ul > li:hover,
  319. #MemberNavigator .NavigatorTabs > ul > li.ActiveTab
  320. {
  321.     background  : transparent;
  322.     box-shadow : none;
  323.     border : 0;
  324. }
  325.  
  326. #MemberNavigator .NavigatorTabs > ul > li
  327. {
  328.     opacity     : .5;
  329. }
  330.  
  331. #MemberNavigator .NavigatorTabs > ul > li:hover,
  332. #MemberNavigator .NavigatorTabs > ul > li.ActiveTab
  333. {
  334.     opacity     : 1;
  335. }
  336.  
  337. #MemberNavigator .NavigatorTabs > ul > li.TabHasUpdates
  338. {
  339.     animation       : flash .5s ease infinite alternate;
  340.     border          : 0;
  341. }
  342.  
  343. #MemberNavigator .NavigatorPanes > li
  344. {
  345.     background      : rgba(0,0,0,.5) url('http://files.gamebanana.com/bitpit/module_background.png') repeat-y;
  346.         border-radius       : 5px;
  347.     color           : #FFF;
  348. }
  349.  
  350. #PageTitleWrapper
  351. {
  352.     background  : url('http://files.gamebanana.com/bitpit/miniheadbar.png') repeat-y;
  353.     padding     : 35px 10px 15px;
  354.     border : 0;
  355. }
  356.  
  357. #PageTitleWrapper h1
  358. {
  359.     background  : url('http://files.gamebanana.com/bitpit/minihead.png') no-repeat;
  360.     font-size   : 32px;
  361.     width       : 100%;
  362.     color       : transparent;
  363.     text-shadow : none;
  364. }
  365.  
  366. #tBar
  367. {
  368.     text-align  : center;
  369. }
  370.  
  371. #DropdownMenuSubNavigator
  372. {
  373.     background  : url('http://files.gamebanana.com/bitpit/miniredbar.png') repeat-y right;
  374.     padding-top: 5px;
  375. }
  376.  
  377. #DropdownMenuSubNavigator ul
  378. {
  379.     text-align: center;
  380. }
  381.  
  382. #DropdownMenuSubNavigator ul ul
  383. {
  384.     background  : rgba(0,0,0,.7);
  385.     box-shadow : none;
  386. }
  387.  
  388. #DropdownMenuSubNavigator li.TitleOnly,
  389. #DropdownMenuSubNavigator .sf-menu > li,
  390. #DropdownMenuSubNavigator .sf-menu ul > li,
  391. #DropdownMenuSubNavigator .sf-menu .ActiveEntry
  392. {
  393.     background  : url('http://files.gamebanana.com/bitpit/minigreybar.png') repeat-y;
  394.     color       : #FFCCD9;
  395.     border-bottom   : 0;
  396.     transition  : all .2s ease-in-out;
  397.     box-shadow : none;
  398. }
  399.  
  400. #DropdownMenuSubNavigator li.TitleOnly:hover,
  401. #DropdownMenuSubNavigator .sf-menu > li:hover,
  402. #DropdownMenuSubNavigator .sf-menu ul > li:hover,
  403. #DropdownMenuSubNavigator .sf-menu .ActiveEntry:hover
  404. {
  405.     background  : rgba(0,0,0,.9) url('http://files.gamebanana.com/bitpit/minigreybar.png') repeat-y;
  406. }
  407.  
  408. #DropdownMenuSubNavigator li a:hover
  409. {
  410.     background  : transparent;
  411. }
  412.  
  413. #HeaderWrapper header > div #HomeLink,
  414. #PublicNavigator .NavigatorTabs,
  415. #FooterWrapper #FooterLinks
  416. {
  417.     background : transparent;
  418.     border : 0;
  419.     box-shadow : none;
  420. }
  421.  
  422. /* Tables */
  423.  
  424. dt
  425. {
  426.     color           : white;
  427.     border-bottom-color : rgba(255,255,255,.3);
  428. }
  429.  
  430. table
  431. {
  432.     margin-top  : 15px;
  433. }
  434.  
  435. thead th
  436. {
  437.     background  : url('http://files.gamebanana.com/bitpit/h1.png');
  438.     padding     : 15px;
  439. }
  440.  
  441. table tr
  442. {
  443.     border-bottom   : 0;
  444. }
  445.  
  446. tr:nth-child(even)
  447. {
  448.     background  : rgba(0,0,0,.3);
  449. }
  450.  
  451. td
  452. {
  453.     padding : 5px;
  454. }
  455.  
  456. #ResponsibilitiesModule ul.Modgroups li
  457. {
  458.     background  : url('http://files.gamebanana.com/bitpit/miniredbar.png') right;
  459.     box-shadow  : none;
  460.     border      : 0;
  461. }
  462.  
  463. /* Buttons */
  464.  
  465. button
  466. {
  467.     background  : #303030 url('http://files.gamebanana.com/bitpit/button_4.png') repeat-x;
  468.     border-color    : #FF4000;
  469.     border-top  : 0;
  470.     color       : #FFC5B2;
  471.     text-shadow : 0 0 0;
  472.     font-family : Verdana;
  473.     font-variant    : small-caps;
  474. }
  475.  
  476. button:hover
  477. {
  478.     background  : #303030 url('http://files.gamebanana.com/bitpit/button_4.png') repeat-x;
  479.     border-color    : #FF4000;
  480.     border-top  : 0;
  481.     color       : #FFA080 !important;
  482.     text-shadow : 0 0 5px #FFC5B2;
  483. }
  484.  
  485. #tc_module button
  486. {
  487.     font-variant    : small-caps !important;
  488. }
  489.  
  490. /* Stamps */
  491.  
  492. #PostsListModule .Content ul .Post article .PostStamps li,
  493. #PostsListModule .Content ul .Post .FullStampsDisplay article .Stamps .Stamp div
  494. {
  495.     background  : url('http://files.gamebanana.com/bitpit/quote_2.png') no-repeat bottom left;
  496. }
  497.  
  498. #PostsListModule .PostStamps, .FullStampsDisplay span
  499. {
  500.     font-size   : 10px;
  501.     font-weight : bold;
  502. }
  503.  
  504. #PostsListModule .PostStamps li span
  505. {
  506.     vertical-align : bottom;
  507. }
  508.  
  509. .Stamps
  510. {
  511.     margin      : 0 !important;
  512.     background  : url('http://files.gamebanana.com/bitpit/miniredbar.png') right;
  513. }
  514.  
  515. /* Input */
  516.  
  517. .Modal .Contents,
  518. .Modal .Toolbar li
  519. {
  520.     background  : transparent;
  521. }
  522.  
  523. input[type="text"],
  524. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText,
  525. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Source textarea,
  526. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Backup .RichText
  527. {
  528.     font-family : Verdana;
  529.     font-variant    : small-caps;
  530.     border      : 1px inset black;
  531.     outline     : 0;
  532.     color       : #FFCCD9;
  533.     background  : #202020 url('http://files.gamebanana.com/bitpit/textarea.png') repeat-y;
  534. }
  535.  
  536. .ContentEditableEditor .InputWrapper .Inserters:before {
  537.     content: "PLEASE READ THE WARNING JUST ABOVE THIS ADD POST FORM CALLED \"NEED HELP\" BEFORE ADDING ANY MESSAGES TO MY PROFILE. THANKS.";
  538.     font-size: 20px;
  539. }
  540.  
  541. .ContentEditableEditor .InputWrapper .Inserters {
  542.     width: 70%;
  543. }
  544.  
  545. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Source textarea
  546. {
  547.     color       : #6EE16C;
  548. }
  549.  
  550. /* Scrollbar */
  551.  
  552. ::-webkit-scrollbar
  553. {
  554.     height      : 10px;
  555.     width       : 10px;
  556.     background  : black;
  557. }
  558.  
  559. ::-webkit-scrollbar-thumb
  560. {
  561.     background  : crimson;
  562. }
  563.  
  564. ::-webkit-scrollbar-corner
  565. {
  566.     background  : #000;
  567. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement