Advertisement
Guest User

Untitled

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