Advertisement
Guest User

fortunaccs

a guest
Nov 27th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 15.57 KB | None | 0 0
  1. html {
  2.     margin-top: -12px;
  3. }
  4. body {
  5.     background: #000000;
  6.     color: #47a;
  7.     font-family: Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  8.     font-size: 16px;
  9.     text-align: center;
  10.     /* IE 5 fix */
  11.    
  12.     line-height: 1.5;
  13.     top: -12px;
  14. }
  15. a:link {
  16.     color: #DDD;
  17.     text-decoration: none;
  18. }
  19. a:visited {
  20.     color: #999;
  21.     text-decoration: none;
  22. }
  23. a:hover,
  24. a:active {
  25.     color: #cef;
  26.     text-decoration: underline;
  27. }
  28. #container {
  29.     width: 80%;
  30.     min-width: 800px;
  31.     background: #000000 !important;
  32.     border: 0 solid #BFBFBF !important;
  33.     color: #C0C0C0 !important;
  34.     margin: auto;
  35.     margin-top: 0px;
  36.     text-align: left;
  37.     /* IE 5 fix */
  38. }
  39. #debug {
  40.     float: right;
  41.     text-align: right;
  42.     margin-top: 0;
  43.     font-size: 50%;
  44. }
  45. blockquote {
  46.     border: 1px solid #303030 !important;
  47.     margin: 10px 0 10px 0 !important;
  48.     background: #383838 !important;
  49.     padding: 0 0 5px 5px;
  50.     font-family: OCR A, OCR A Extended, Chicago, courier new, Sans-Serif;
  51. font-size: 90%;
  52. }
  53. blockquote cite {
  54.     font-weight: bold;
  55.     border-bottom: 0px solid #68b !important;
  56.     font-style: normal;
  57.     font-size: large;
  58.     font-family: Poiret One, Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  59.     background: #48b !important;
  60.     color: #FFF;
  61.     display: block;
  62.     margin: 4px 0;
  63.     padding: 0 15px 0 5px;
  64. }
  65. blockquote cite span {
  66.     float: right;
  67.     font-weight: normal;
  68. }
  69. blockquote cite span.highlight {
  70.     float: none;
  71.     font-weight: bold;
  72.     padding-bottom: 0;
  73. }
  74. blockquote quote {font-family: OCR A, OCR A Extended, Chicago, courier new, Sans-Serif;
  75. }
  76. .codeblock {
  77.     background: #012 !important;
  78.     border: 1px solid #888 !important;
  79.     padding: 4px;
  80.     margin: 10px 0 10px 0 !important;
  81. }
  82. .codeblock .title {
  83.     border-bottom: 1px solid #ccc;
  84.     font-weight: bold;
  85.     margin: 4px 0;
  86. }
  87. .codeblock code {
  88.     overflow: auto;
  89.     height: auto;
  90.     max-height: 200px;
  91.     display: block;
  92.     font-family: OCR A, OCR A Extended, Chicago, Monaco, Consolas, Courier, monospace;
  93.     font-size: 18px;
  94. }
  95. #topmenu {
  96.     background: #000 repeat-x;
  97.     border-left: 1px solid #000000;
  98.     border-right: 1px solid #000000;
  99.     text-align: center;
  100. }
  101. #header {
  102.     border-left: 1px solid #000000;
  103.     border-right: 1px solid #000000;
  104.     border-bottom: 1px solid #000000;
  105.     padding: 0px 20px;
  106. }
  107. #content {
  108.     /* FIX: Make internet explorer wrap correctly */
  109.    
  110.     width: auto !important;
  111.     border-left: 1px solid #000000;
  112.     border-right: 1px solid #000000;
  113.     border-bottom: 1px solid #000000;
  114.     padding: 20px;
  115. }
  116. .logo {
  117.     width: 100%;
  118.     text-align: center;
  119. }
  120. .menu ul {
  121.     color: #48b;
  122.     font-weight: bold;
  123.     text-align: right;
  124.     padding: 4px;
  125. }
  126. .menu ul a:link {
  127.     color: #eee;
  128.     text-decoration: none;
  129. }
  130. .menu ul a:visited {
  131.     color: #999;
  132.     text-decoration: none;
  133. }
  134. .menu ul a:hover,
  135. .menu ul a:active {
  136.     color: #cef;
  137.     text-decoration: underline;
  138. }
  139. #panel {
  140.     background: #000 !important;
  141.     color: #C0C0C0;
  142.     font-size: 14px;
  143.     border: 1px solid #235;
  144.     padding: 8px;
  145. }
  146. #panel .remember_me input {
  147.     vertical-align: middle;
  148.     margin-top: -1px;
  149. }
  150. table {
  151.     color: #48b;
  152.     font-family: Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  153.     font-size: 20px;
  154. }
  155. .thead,
  156. .tcat,
  157. .trow_sep,
  158. .trow1,
  159. .trow2 {
  160.     border-color: #707070;
  161.     border-width: 1px 1px 0 0;
  162.     border-style: solid;
  163.     padding: 5px 5px 5px 5px;
  164. }
  165. .tfoot {
  166.     border-color: #707070;
  167.     border-width: 1px 1px 1px 0;
  168.     border-style: solid;
  169. }
  170. .tborder {
  171.     background: #000000 !important;
  172.     width: 100%;
  173.     margin: auto auto;
  174.     padding: 0px;
  175.     border-style: solid;
  176.     border-width: 0 0 1px 1px;
  177.     border-color: #444;
  178. }
  179. .tborder2 {
  180.     background: #111 !important;
  181.     width: 100%;
  182.     margin: auto auto;
  183.     padding: 0px;
  184.     border-style: solid;
  185.     border-width: 0 0 0 1px;
  186.     border-color: #777;
  187. }
  188. .thead {
  189.     background: #000 !important;
  190.     color: #48b !important;
  191. }
  192. .thead a:link {
  193.     color: #eee !important;
  194.     text-decoration: underline;
  195. }
  196. .thead a:visited {
  197.     color: #999 !important;
  198.     text-decoration: underline;
  199. }
  200. .thead a:hover,
  201. .thead a:active {
  202.     color: #cef !important;
  203.     text-decoration: underline;
  204. }
  205. .tcat {
  206.     background: #000 !important;
  207.     color: #C0C0C0 !important;
  208.     font-size: 1.1em;
  209.     padding-top: 2px;
  210.     padding-bottom: 2px;
  211. }
  212. .tcat a:link {
  213.     color: #5aaad0 !important;
  214. }
  215. .tcat a:visited {
  216.     color: #4080b0 !important;
  217. }
  218. .tcat a:hover,
  219. .tcat a:active {
  220.     color: #406080 !important;
  221.     text-decoration: underline;
  222.  
  223. }
  224. .trow1 {
  225.     background: #151515 !important;
  226. }
  227. .trow2 {
  228.     background: #101010 !important;
  229. }
  230. .trow_shaded {
  231.     background: #301a10;
  232. }
  233. .trow_selected td {
  234.     background: #301005;
  235. }
  236. .trow_sep {
  237.     background: #000;
  238.     color: #789;
  239.     font-size: 14px;
  240.     font-weight: bold;
  241. }
  242. .tfoot {
  243.     background: #000305;
  244.     color: #50585A;
  245. }
  246. .tfoot a:link {
  247.     color: #444;
  248.     text-decoration: none;
  249. }
  250. .tfoot a:visited {
  251.     color: #334;
  252.     text-decoration: none;
  253. }
  254. .tfoot a:hover,
  255. .tfoot a:active {
  256.     color: #468;
  257.     text-decoration: underline;
  258. }
  259. .bottommenu {
  260.     background: #111;
  261.     color: #468;
  262.     border: 1px solid #000000;
  263.     padding: 10px;
  264. }
  265. .bottommenu a {
  266.     color: #555;
  267.     text-decoration: underline;
  268. }
  269. .blockquote {
  270.     background: #0a202a !important;
  271.     color: #c0c0c0 !important;
  272. }
  273. .navigation {
  274.     color: #C0C0C0;
  275.     font-size: 14px;
  276.     font-weight: bold;
  277.     border: 1px solid #101518;
  278.     padding: 3px 4px;
  279. }
  280. .navigation a:link {
  281.     text-decoration: underline;
  282. }
  283. .navigation a:visited {
  284.     text-decoration: underline;
  285. }
  286. .navigation a:hover,
  287. .navigation a:active {
  288.     text-decoration: underline;
  289. }
  290. .navigation .active {
  291.     color: #37a;
  292.     font-weight: bold;
  293. }
  294. .smalltext {
  295.     font-size: 14px;
  296. }
  297. .largetext {
  298.     font-size: 24px;
  299.     font-weight: bold;
  300. }
  301. input.textbox {
  302.     background: #101a20;
  303.     color: #aaa;
  304.     border: 1px solid #202a30;
  305.     font-family: Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  306.     padding: 1px;
  307. }
  308. textarea {
  309.     background: #333;
  310.     color: #48b;
  311.     border: 1px solid #0f5c8e;
  312.     padding: 2px;
  313.     font-family: OCR A, OCR A Extended, Chicago, courier new, Sans-Serif;
  314.     line-height: 1.4;
  315.     font-size: 18px;
  316. }
  317. select {
  318.     background: #123;
  319.     border: 1px solid #0f5c8e;
  320.     color: #c0c0c0;
  321. }
  322. .editor {
  323.     background: #333;
  324.     border: 1px solid #ccc;
  325.     color: #888;
  326. }
  327. .editor_control_bar {
  328.     background: #0f0;
  329.     border: 1px solid #0f5c8e;
  330.     color: #c0c0c0;
  331. }
  332. .autocomplete {
  333.     background: #444;
  334.     border: 1px solid #000;
  335.     color: #aaa;
  336. }
  337. .autocomplete_selected {
  338.     background: #456;
  339.     color: #9ab;
  340. }
  341. .popup_menu {
  342.     background: #301000;
  343.     border: 1px solid #000;
  344. }
  345. .popup_menu .popup_item {
  346.     background: #2a1a0a;
  347.     color: #c0c0c0;
  348. }
  349. .popup_menu .popup_item:hover {
  350.     background: #3a404a;
  351.     color: #c0c0c0;
  352. }
  353. .trow_reputation_positive {
  354.     background: #ccffcc;
  355. }
  356. .trow_reputation_negative {
  357.     background: #ffcccc;
  358. }
  359. .reputation_positive {
  360.     color: green;
  361. }
  362. .reputation_neutral {
  363.     color: #444;
  364. }
  365. .reputation_negative {
  366.     color: red;
  367. }
  368. .invalid_field {
  369.     border: 1px solid #f30;
  370.     color: #a09080;
  371. }
  372. .valid_field {
  373.     border: 1px solid #0c0;
  374. }
  375. .validation_error {
  376.     background: url(images/invalid.gif) no-repeat center left;
  377.     color: #a09080;
  378.     margin: 5px 0;
  379.     padding: 5px;
  380.     font-weight: bold;
  381.     font-size: 14px;
  382.     padding-left: 22px;
  383. }
  384. .validation_success {
  385.     background: url(images/valid.gif) no-repeat center left;
  386.     color: #a09080;
  387.     margin: 5px 0;
  388.     padding: 5px;
  389.     font-weight: bold;
  390.     font-size: 14px;
  391.     padding-left: 22px;
  392. }
  393. .validation_loading {
  394.     background: url(images/spinner.gif) no-repeat center left;
  395.     color: #a09080;
  396.     margin: 5px 0;
  397.     padding: 5px;
  398.     font-weight: bold;
  399.     font-size: 14px;
  400.     padding-left: 22px;
  401. }
  402. /* Additional CSS (Master) */
  403.  
  404. img {
  405.     border: none;
  406. }
  407. .clear {
  408.     clear: both;
  409. }
  410. .hidden {
  411.     display: none;
  412.     float: none;
  413.     width: 1%;
  414. }
  415. .hiddenrow {
  416.     display: none;
  417. }
  418. .selectall {
  419.     background-color: #D0d6df;
  420.     font-weight: bold;
  421.     text-align: center;
  422. }
  423. .float_left {
  424.     float: left;
  425. }
  426. .float_right {
  427.     float: right;
  428. }
  429. .menu ul {
  430.     list-style: none;
  431.     margin: 0;
  432. }
  433. .menu li {
  434.     display: inline;
  435.     padding-left: 5px;
  436. }
  437. .menu img {
  438.     padding-right: 5px;
  439.     vertical-align: top;
  440. }
  441. #panel .links {
  442.     margin: 0;
  443.     float: right;
  444. }
  445. .expcolimage {
  446.     float: right;
  447.     width: auto;
  448.     vertical-align: middle;
  449.     margin-top: 3px;
  450. }
  451. img.attachment {
  452.     border: 1px solid #E9E5D7;
  453.     padding: 2px;
  454. }
  455. hr {
  456.     background-color: #555;
  457.     color: #555;
  458.     height: 1px;
  459.     border: 0px;
  460. }
  461. #copyright {
  462.     font: 11px; font-family: Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  463. color: #555;
  464.     margin: 0;
  465.     padding: 10px 0 0 0;
  466. }
  467. #copyright a {
  468.     color: #0a203a;
  469.     text-decoration: underline;
  470. }
  471. #debug {
  472.     float: right;
  473.     text-align: right;
  474.     margin-top: 0;
  475.     font-size: 50%;
  476. }
  477. blockquote {
  478.     border: 1px solid #ccc;
  479.     margin: 0;
  480.     background: #fff;
  481.     padding: 4px;
  482. }
  483. blockquote cite {
  484.     font-weight: bold;
  485.     border-bottom: 1px solid #ccc;
  486.     font-style: normal;
  487.     display: block;
  488.     margin: 4px 0;
  489. }
  490. blockquote cite span {
  491.     float: right;
  492.     font-weight: normal;
  493. }
  494. blockquote cite span.highlight {
  495.     float: none;
  496.     font-weight: bold;
  497.     padding-bottom: 0;
  498. }
  499. .codeblock {
  500.      border: 1px solid #303030 !important;
  501.     margin: 0;
  502.     background: #383838 !important;
  503. padding: 0 0 5px 5px;
  504. }
  505. .codeblock .title {
  506.        font-weight: bold;
  507.     border-bottom: 0px solid #68b !important;
  508.     font-style: normal;
  509.     font-size: large;
  510.     font-family: Poiret One, Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  511.     background: #48b !important;
  512.     color: #FFF;
  513.     display: block;
  514.     margin: 0 0 0 -6px;
  515.     padding: 0 0 0 5px;
  516. }
  517. .codeblock code {
  518.     overflow: auto;
  519.     height: auto;
  520.     max-height: 200px;
  521.     display: block;
  522.     font-family: OCR A, OCR A Extended, Chicago, Monaco, Consolas, Courier, monospace;
  523.     font-size: 18px;
  524.     padding: 5px 0px 0px 0px;
  525.    
  526. }
  527. .subforumicon {
  528.     border: 0;
  529.     vertical-align: middle;
  530. }
  531. .separator {
  532.     margin: 5px;
  533.     padding: 0;
  534.     height: 0px;
  535.     font-size: 1px;
  536.     list-style-type: none;
  537. }
  538. form {
  539.     margin: 0;
  540.     padding: 0;
  541. }
  542. .popup_menu .popup_item_container {
  543.     margin: 1px;
  544.     text-align: left;
  545. }
  546. .popup_menu .popup_item {
  547.     display: block;
  548.     padding: 3px;
  549.     text-decoration: none;
  550.     white-space: nowrap;
  551. }
  552. .popup_menu a.popup_item:hover {
  553.     text-decoration: none;
  554. }
  555. .autocomplete {
  556.     text-align: left;
  557. }
  558. .subject_new {
  559.     font-weight: bold;
  560. }
  561. .highlight {
  562.     background: #CCDFFF;
  563.     padding-top: 3px;
  564.     padding-bottom: 3px;
  565. }
  566. .pm_alert {
  567.     background: #404b5b;
  568.      border: 1px solid #777;
  569.     text-align: center;
  570.     padding: 5px 20px;
  571.     margin-bottom: 15px;
  572.     font-size: 14px; }
  573. .pm_alert::before {
  574.     display: block; float: left;
  575.   content: url(http://imageshack.com/a/img911/4559/CTIJd1.png);}
  576.  
  577.  
  578.                        
  579.  
  580.  
  581.  
  582. .red_alert {
  583.     background: #FBE3E4;
  584.     border: 1px solid #A5161A;
  585.     color: #A5161A;
  586.     text-align: center;
  587.     padding: 5px 20px;
  588.     margin-bottom: 15px;
  589.     font-size: 14px;
  590. }
  591. .high_warning {
  592.     color: #CC0000;
  593. }
  594. .moderate_warning {
  595.     color: #F3611B;
  596. }
  597. .low_warning {
  598.     color: #AE5700;
  599. }
  600. div.error {
  601.     padding: 5px 10px;
  602.     border-top: 1px solid #666;
  603.     border-bottom: 1px solid #666;
  604.     background: #444;
  605.     font-size: 14px;
  606. }
  607. div.error p {
  608.     margin: 10px 0 0 0;
  609.     color: #000;
  610.     font-weight: normal;
  611. }
  612. div.error p em {
  613.     font-style: normal;
  614.     font-weight: bold;
  615.     line-height: 35px;
  616.     padding-left: 50px;
  617.     display: block;
  618.     color: #0AC;
  619.     background: url(http://imageshack.com/a/img905/9461/DWAB9B.png) no-repeat 0;
  620. }
  621. div.error.ul {
  622.     margin-left: 24px;
  623. }
  624. .online {
  625.     color: #15A018;
  626. }
  627. .offline {
  628.     color: #C7C7C7;
  629. }
  630. .pagination {
  631.     font-size: 14px;
  632.     padding-top: 10px;
  633.     margin-bottom: 5px;
  634. }
  635. .tfoot .pagination,
  636. .tcat .pagination {
  637.     padding-top: 0;
  638. }
  639. .pagination .pages {
  640.     font-weight: bold;
  641. }
  642. .pagination .pagination_current,
  643. .pagination a {
  644.     padding: 2px 6px;
  645.     margin-bottom: 3px;
  646. }
  647. .pagination a {
  648.     border: 1px solid #81A2C4;
  649. }
  650. .pagination .pagination_current {
  651.     background: #F5F5F5;
  652.     border: 1px solid #81A2C4;
  653.     font-weight: bold;
  654.     color: #000;
  655. }
  656. .pagination a:hover {
  657.     background: #F5F5F5;
  658.     text-decoration: none;
  659. }
  660. .thread_legend,
  661. .thread_legend dd {
  662.     margin: 0;
  663.     padding: 0;
  664. }
  665. .thread_legend dd {
  666.     padding-bottom: 4px;
  667.     margin-right: 15px;
  668. }
  669. .thread_legend img {
  670.     margin-right: 4px;
  671.     vertical-align: bottom;
  672. }
  673. .forum_legend,
  674. .forum_legend dt,
  675. .forum_legend dd {
  676.     margin: 0;
  677.     padding: 0;
  678. }
  679. .forum_legend dd {
  680.     float: left;
  681.     margin-right: 10px;
  682. }
  683. .forum_legend dt {
  684.     margin-right: 10px;
  685.     float: left;
  686. }
  687. .success_message {
  688.     color: #00b200;
  689.     font-weight: bold;
  690.     font-size: 14px;
  691.     margin-bottom: 10px;
  692. }
  693. .error_message {
  694.     color: #C00;
  695.     font-weight: bold;
  696.     font-size: 14px;
  697.     margin-bottom: 10px;
  698. }
  699. .post_body {
  700.     padding: 5px;
  701.    font-family: OCR A, OCR A Extended, Chicago, courier new, Sans-Serif;
  702. font-size: 18px;
  703. }
  704. .post_content {
  705.     padding: 5px 10px;
  706. }
  707. .quick_jump {
  708.     background: url(images/jump.gif) no-repeat 0;
  709.     width: 13px;
  710.     height: 13px;
  711.     padding-left: 13px;
  712.     /* amount of padding needed for image to fully show */
  713.    
  714.     vertical-align: middle;
  715.     border: none;
  716. }
  717. .repbox {
  718.     font-size: 16px;
  719.     font-weight: bold;
  720.     padding: 5px 7px 5px 7px;
  721. }
  722. ._neutral {
  723.     background-color: #FAFAFA;
  724.     color: #999999;
  725.     border: 1px solid #CCCCCC;
  726. }
  727. ._minus {
  728.     background-color: #FDD2D1;
  729.     color: #CB0200;
  730.     border: 1px solid #980201;
  731. }
  732. ._plus {
  733.     background-color: #E8FCDC;
  734.     color: #008800;
  735.     border: 1px solid #008800;
  736. }
  737. .pagination_breadcrumb {
  738.     background-color: #f5f5f5;
  739.     border: 1px solid #fff;
  740.     outline: 1px solid #ccc;
  741.     padding: 5px;
  742.     margin-top: 5px;
  743.     font-weight: normal;
  744.     white-space: nowrap;
  745. }
  746. .pagination_breadcrumb_link {
  747.     vertical-align: middle;
  748.     cursor: pointer;
  749. }
  750. a.forumlink {
  751.     color: #5a6060;
  752.     font-weight: bold;
  753.  font-family: Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  754.     font-size: 0.9em;
  755.     text-decoration: underline;
  756. }
  757. .indexheader {
  758.     color: #345;
  759.     font-weight: bold;
  760. font-family: Century Gothic, AppleGothic, Futura, sans-serif, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
  761.     font-size: 14PX;
  762. }
  763. .compressed {
  764.     line-height: 100%;
  765. }
  766. .username {
  767.     font-size: 80%;
  768.     font-weight: bold;
  769. }
  770. .username a:link {
  771.     text-decoration: none;
  772. }
  773. .imageblocks img {
  774.     display: inline-block;
  775.     vertical-align: middle;
  776. }
  777. .imageblocks a {
  778.     vertical-align: middle;
  779. }
  780. .bottomrow {
  781.     border-bottom-width: 1px;
  782. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement