Advertisement
ParaBolt

XristosFresher

Oct 14th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.35 KB | None | 0 0
  1. /** BASE **/
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Titillium+Web');
  4.  
  5. @font-face
  6. {
  7.     font-family     : 'Steelfish';
  8.     font-variant    : bold;
  9.     src             : url('http://files.gamebanana.com/bitpit/steelfish_rg.ttf');
  10. }
  11.  
  12. body
  13. {
  14.     background  : #000 url('http://files.gamebanana.com/bitpit/blackmetalfloor.jpg') fixed repeat;
  15.     color       : #318CE7;
  16.     font-family : 'Titillium Web';
  17. }
  18.  
  19. #Wrapper
  20. {
  21.     background : rgba(0,0,0,.5);
  22.     box-shadow : 0 0 50px black;
  23. }
  24.  
  25. #TitleBreadcrumb,
  26. .Avatar .OnlineIndicator
  27. {
  28.     display     : none;
  29. }
  30.  
  31. #HeaderWrapper header > div #HomeLink,
  32. #PublicNavigator,
  33. #PageTitleWrapper,
  34. #DropdownMenuSubNavigator,
  35. .Modal .Contents,
  36. #HeaderWrapper header #SubmissionType,
  37. #FooterWrapper #FooterLinks,
  38. .Module > .Description,
  39. #PublicNavigator .NavigatorTabs
  40. {
  41.     background  : transparent;
  42.     border : 0;
  43.     box-shadow : none;
  44. }
  45.  
  46.  
  47.  
  48. /** HEADER AND FOOTER **/
  49.  
  50.  
  51.  
  52. header
  53. {
  54.     background  : linear-gradient(black, rgba(0,0,0,.5));
  55.     box-shadow  : 0 0 30px black;
  56.     border-bottom : 2px solid;
  57. }
  58.  
  59. #FooterWrapper
  60. {
  61.     margin-top : 10px;
  62.     background  : rgba(0,0,0,.5);
  63.     box-shadow  : 0 0 30px black;
  64.     padding     : 10px;
  65.     border-top : 2px solid;
  66. }
  67.  
  68. #HomeLink span
  69. {
  70.         background : url('http://files.gamebanana.com/bitpit/gbbluelogo.png') no-repeat center;
  71. }
  72.  
  73. /** NAVIGATOR TABS **/
  74.  
  75. .NavigatorTabs li
  76. {
  77.     text-transform : uppercase;
  78. }
  79.  
  80. #PublicNavigator .NavigatorTabs > ul > li:hover,
  81. #PublicNavigator .NavigatorTabs > ul > li.ActiveTab
  82. {
  83.     background : transparent;
  84.     box-shadow : none;
  85.     color : blue;
  86. }
  87.  
  88. #MemberNavigator .NavigatorTabs > ul > li,
  89. #MemberNavigator .NavigatorTabs > ul > li:last-child
  90. {
  91.     background  : #111;
  92.     border      : 1px solid #999;
  93.     margin-right    : 5px;
  94. }
  95.  
  96. #MemberNavigator .NavigatorTabs > ul > li.TabHasUpdates
  97. {
  98.     border      : 1px solid #6CB1E1;
  99.     animation   : none;
  100. }
  101.  
  102. #MemberNavigator .NavigatorTabs > ul > li:hover,
  103. #MemberNavigator .NavigatorTabs > ul > li.ActiveTab
  104. {
  105.     background  : navy;
  106.     border-color    : #318CE7;
  107. }
  108.  
  109. #MemberNavigator .NavigatorPanes > li,
  110. #PublicNavigator .NavigatorPanes > li
  111. {
  112.     background  : #0D0C0B url('http://files.gamebanana.com/bitpit/bg2_2.jpg');
  113.     border : 2px solid black;
  114. }
  115.  
  116.  
  117. /** PAGE TITLE **/
  118.  
  119.  
  120.  
  121. #PageTitleWrapper h1
  122. {
  123.     font        : 75px 'Steelfish';
  124.     color       : blue;
  125.     text-shadow : 0 0 10px navy, 0 0 10px navy, 0 0 10px navy, 0 0 10px navy, 0 0 10px navy, 0 0 10px navy;
  126.     text-transform  : uppercase;
  127. }
  128.  
  129.  
  130.  
  131. /** DROPDOWN MENU **/
  132.  
  133. #PageTitleWrapper,
  134. #DropdownMenuSubNavigator
  135. {
  136.     text-align  : center;
  137. }
  138.  
  139. #DropdownMenuSubNavigator
  140. {
  141.     border      : 0;
  142. }
  143.  
  144. #DropdownMenuSubNavigator div
  145. {
  146.     display : inline-block;
  147.     vertical-align : middle;
  148.     margin-left : 2px;
  149. }
  150.  
  151. .sf-menu li:hover ul, .sf-menu li.sfHover ul
  152. {
  153.     top : 28px;
  154. }
  155.  
  156. #DropdownMenuSubNavigator .sf-menu > li
  157. {
  158.     box-shadow : none;
  159. }
  160.  
  161. #DropdownMenuSubNavigator li.TitleOnly,
  162. #DropdownMenuSubNavigator li a,
  163. #DropdownMenuSubNavigator .sf-menu > li.TitleOnly:hover,
  164. #DropdownMenuSubNavigator li a:hover
  165. {
  166.     background  : #171717;
  167.     border      : 1px solid #262321;
  168.     color       : #909090;
  169.     text-align  : initial;
  170.     box-shadow  : none;
  171. }
  172.  
  173. #DropdownMenuSubNavigator .sf-menu > li ul > li > a:hover,
  174. #DropdownMenuSubNavigator .sf-menu > li > a:hover,
  175. #DropdownMenuSubNavigator .sf-menu .ActiveEntry a:hover
  176. {
  177.     background  : #171717;
  178.     color       : #318CE7;
  179. }
  180.  
  181.  
  182.  
  183. /** AVATAR **/
  184.  
  185.  
  186.  
  187. .Avatar.Offline,
  188. .Avatar.Online
  189. {
  190.     padding-left    : 10px;
  191.     border      : 0;
  192. }
  193.  
  194. .Avatar.Offline
  195. {
  196.     background  : url('http://files.gamebanana.com/bitpit/avatar_offline.png') no-repeat top left;
  197. }
  198.  
  199. .Avatar.Online
  200. {
  201.     background  : url('http://files.gamebanana.com/bitpit/avatar_online_ltblue.png') no-repeat top left;
  202. }
  203.  
  204.  
  205.  
  206. /** BUTTONS **/
  207.  
  208.  
  209.  
  210. button,
  211. .ButtonLike,
  212. #ActivityPane #ActivityCalendar button
  213. {
  214.     font            : Steelfish;
  215.     text-transform  : uppercase;
  216.     color       : #318ce7;
  217.     border      : 1px solid;
  218.     background  : #171717;
  219.     outline     : 0;
  220. }
  221.  
  222. button:hover,
  223. .ButtonLike:hover
  224. {
  225.     color       : blue;
  226.     border-color    : blue;
  227.     background  : black;
  228. }
  229.  
  230. #ImportantLinks li #OpenChatButton
  231. {
  232.     border-color    : #6CB1E1;
  233.     background : rgba(0,0,0,.65);
  234.     text-transform : none;
  235.     width : 100%;
  236.     text-align : left;
  237.     padding : 5px;
  238. }
  239.  
  240.  
  241. /** LINKS AND COLORS **/
  242.  
  243.  
  244.  
  245. a
  246. {
  247.     color       : #909090;
  248. }
  249.  
  250. a:hover
  251. {
  252.     color       : #318CE7;
  253.     text-shadow : 0 0 10px;
  254. }
  255.  
  256. a img:hover,
  257. .Module h3 > img:hover
  258. {
  259.     box-shadow  : 0 0 0 1px blue;
  260. }
  261.  
  262. a.Name
  263. {
  264.     font        : 14px Steelfish !important;
  265. }
  266.  
  267. #FooterWrapper a,
  268. #FooterWrapper .RedColor,
  269. #PostsListModule footer,
  270. .OlderThan1Day,
  271. .InputHelp,
  272. #ActivityPane #ActivityCalendar ul .ActivityDay.SelectedDay,
  273. #DropdownMenuSubNavigator .sf-menu .ActiveEntry a
  274. {
  275.     color       : blue;
  276. }
  277.  
  278. a#AddIdeaLink,
  279. a#AddBugLink,
  280. .LessThan5minsOld,
  281. .LessThan30minsOld,
  282. .GreenColor,
  283. .RedColor,
  284. .OrangeColor,
  285. .PurpleColor,
  286. .GreyColor,
  287. .Modal .CloseModal
  288. {
  289.     color       : #6CB1E1;
  290. }
  291.  
  292. ul#ImportantLinks a
  293. {
  294.     border-color    : #6CB1E1;
  295.     background : rgba(0,0,0,.65);
  296. }
  297.  
  298. ul#ImportantLinks a:hover
  299. {
  300.     color       : blue !important;
  301.     border-color    : blue !important;
  302. }
  303.  
  304. .LessThan1HourOld,
  305. .LessThan4HoursOld,
  306. strong.RedColor,
  307. #FooterWrapper a:hover,
  308. #FooterWrapper .RedColor:hover
  309. {
  310.     color       : #318CE7;
  311. }
  312.  
  313.  
  314.  
  315. /** MODULES **/
  316.  
  317. div.Module
  318. {
  319.     background  : #141414;
  320.     border-radius   : 0 0 20px 0;
  321.     margin-top : 15px;
  322. }
  323.  
  324. .ContentColumn:not(:last-child) .Module
  325. {
  326.     margin-right : 15px;
  327. }
  328.  
  329. .ContentColumn > .ThirdPartModule
  330. {
  331.     margin : 0;
  332. }
  333.  
  334. .Module > h3
  335. {
  336.     background  : #141414 url('http://files.gamebanana.com/bitpit/binding_dark.png');
  337.     border      : 1px solid #262321;
  338.     font        : normal 25px 'Steelfish';
  339.     text-align  : center;
  340.     margin-bottom   : 10px;
  341.     text-transform : uppercase;
  342. }
  343.  
  344. .Module .Content,
  345. .Module > .LogMessages
  346. {
  347.     background  : #141414;
  348.     border-radius   : 0 0 20px 0;
  349.     box-shadow  : 8px 8px 10px black;
  350.     margin-left : 0;
  351. }
  352.  
  353. .Module .Content:hover
  354. {
  355.     background  : #212121;
  356. }
  357.  
  358. .Modal .Module .Content
  359. {
  360.     border-radius : 0;
  361.     box-shadow : none;
  362. }
  363.  
  364. .Modal .Module .Content:hover
  365. {
  366.     background : transparent;
  367. }
  368.  
  369. #PostsListModule .LabelState.IsModerator
  370. {
  371.     color       : blue;
  372. }
  373.  
  374. #PostsListModule .Content ul .Post .LabelStat.Date
  375. {
  376.     border      : 1px solid;
  377.     padding     : 2px;
  378.     margin-top  : 5px;
  379.     margin-left : 5px;
  380. }
  381.  
  382. .tooltipster-content
  383. {
  384.     background  : #141414 url('http://files.gamebanana.com/bitpit/binding_dark.png');
  385.     padding     : 5px;
  386.     box-shadow  : 0 0 10px black, 0 0 10px black;
  387.     border      : 1px solid black;
  388. }
  389.  
  390. #PostsListModule .Content > ul > li,
  391. .Points,
  392. input[type="text"],
  393. textarea,
  394. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText,
  395. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Backup .RichText,
  396. #IdentityModule > .Content,
  397. .Module > .LogMessages
  398. {
  399.     background  : #0D0C0B url('http://files.gamebanana.com/bitpit/bg2_10.jpg');
  400. }
  401.  
  402. .PostHeader,
  403. .PageNavigation,
  404. div.GenericPreviewListModule li:nth-child(even)
  405. {
  406.     background  : #141414 url('http://files.gamebanana.com/bitpit/binding_dark.png');
  407. }
  408.  
  409. .PostHeader,
  410. div.GenericPreviewListModule li:not(:last-child)
  411. {
  412.     border-bottom   : 2px solid black;
  413. }
  414.  
  415. #PostsListModule .Content ul .Post
  416. {
  417.     border      : 2px solid black;
  418.     margin      : 10px;
  419. }
  420.  
  421. #PostsListModule .Content ul .Post article,
  422. #PostsListModule .Content ul .Post .PostHeader
  423. {
  424.     padding : 10px;
  425. }
  426.  
  427. .PageNavigation
  428. {
  429.     border      : 2px solid black;
  430. }
  431.  
  432. fieldset:not(.Submit)
  433. {
  434.     box-shadow : 0 0 0 2px black;
  435.     margin-bottom : 10px;
  436.     background  : #0D0C0B url('http://files.gamebanana.com/bitpit/binding_dark.png');
  437. }
  438.  
  439. fieldset legend
  440. {
  441.     text-indent : 5px;
  442.     display : inline;
  443. }
  444.  
  445.  
  446. /** INPUT BOXES **/
  447.  
  448.  
  449.  
  450. input[type="text"],
  451. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText,
  452. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Source textarea,
  453. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Backup .RichText
  454. {
  455.     font        : 14px 'Titillium Web';
  456.     color       : #6CB1E1;
  457.     border      : 1px solid;
  458.     outline     : 0;
  459. }
  460.  
  461. input[type="text"]:hover,
  462. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText:hover,
  463. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Source textarea:hover,
  464. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Backup .RichText:hover,
  465. input[type="text"]:focus,
  466. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Wysiwyg .RichText:focus,
  467. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Source textarea:focus,
  468. .ContentEditableEditor .InputWrapper .Editor .ViewModes .Backup .RichText:focus
  469. {
  470.     border      : 1px solid #318ce7;
  471. }
  472.  
  473. .MarkdownEditor .Editor .BackupView .BackupContents
  474. {
  475.     color       : #6CB1E1;
  476. }
  477.  
  478.  
  479.  
  480. /** STAMPS **/
  481.  
  482.  
  483.  
  484. #PostsListModule .Content ul .Post article .PostStamps li,
  485. div.StampsForm label,
  486. #PostsListModule .Content ul .Post .FullStampsDisplay article .Stamps .Stamp div
  487. {
  488.     background  : #0D0C0B url('http://files.gamebanana.com/bitpit/bg2_2.jpg');
  489.     border      : 1px solid black;
  490. }
  491.  
  492. #PostsListModule .Content ul .Post article .PostStamps li:hover,
  493. div.StampsForm label:hover,
  494. #PostsListModule .Content ul .Post .FullStampsDisplay article .Stamps .Stamp div:hover
  495. {
  496.     border-color    : #6CB1E1;
  497. }
  498.  
  499. div.StampsForm label.Unlocked.Checked
  500. {
  501.     background  : #0D0C0B url('http://files.gamebanana.com/bitpit/bg2_2.jpg');
  502.     border-color    : blue;
  503. }
  504.  
  505.  
  506.  
  507. /** TABLES **/
  508.  
  509.  
  510.  
  511. thead th,
  512. tr:nth-child(odd)
  513. {
  514.     background  : #181818;
  515.     border      : 1px solid #000;
  516. }
  517.  
  518. td
  519. {
  520.     border      : 1px solid #000;
  521. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement