Advertisement
ak47suk1

globalcss

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