NoPaste

phpBB

von KBDCALLS
SNIPPET_DESC:
develop/imageset_to_css.php
SNIPPET_CREATION_TIME:
05.12.2015 23:22:39
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. Nothing to replace in ../styles/debianforum/theme/print.css
  2. Nothing to replace in ../styles/debianforum/theme/medium.css
  3. Error: ../styles/debianforum/theme/gallery.css contains {T_IMAGESET_PATH}. That variable cannot be converted.
  4. Updated ../styles/debianforum/theme/gallery.css: [ download expand ]
  5.  
  6. .gallery-icon, .gallery-icon a          { background: none top left no-repeat; }
  7. ul.profile-icons li.gallery-icon        { width: 20px; height: 20px; }
  8. .gallery-icon, .gallery-icon a          { background-image: url("{T_IMAGESET_PATH}/icon_contact_gallery.gif"); }
  9.  
  10. .buttons div.upload-icon        { width: 96px; height: 25px; }
  11. .upload-icon span       { background-image: url("./en/button_upload_image.gif"); }
  12.  
  13. .icon-gallery {
  14.         background-position: 0 50%;
  15.         background-repeat: no-repeat;
  16.         padding: 1px 0 0 17px;
  17.         background-image: url("./images/icon_gallery.gif");
  18. }
  19.  
  20. .rtl .icon-gallery {
  21.         background-position: 100% 50%;
  22.         padding: 1px 17px 0 0;
  23. }
  24.  
  25. fieldset.gallery dd.simulate-dt label {
  26.         margin-left:    0;
  27.         float:                  left;
  28.         font-weight:    bold;
  29.         text-align:             left;
  30.         color:                  #425067;
  31. }
  32. .rtl fieldset.gallery dd.simulate-dt label {
  33.         text-align:             right;
  34. }
  35.  
  36. fieldset.gallery dl:hover dd.simulate-dt label {
  37.         color:                  #000000;
  38. }
  39.  
  40. fieldset.gallery dt.simulate-dt {
  41.         width:                  22em;
  42. }
  43.  
  44. fieldset.gallery dt.first {
  45.         min-height:             16em;
  46. }
  47.  
  48. fieldset.gallery dd.simulate-dt {
  49.         margin-left:    0;
  50.         float:                  left;
  51. }
  52.  
  53. fieldset.gallery dd.simulate-dd {
  54.         margin-left:    35em;
  55. }
  56.  
  57. fieldset.gallery #format-buttons {
  58.         margin-top: 0;
  59. }
  60.  
  61. fieldset.gallery input.readonly, fieldset.gallery textarea.readonly {
  62.         background: #DCDCDC;
  63. }
  64.  
  65. dd.g_lastimage {
  66.         padding-left: 5px;
  67.         width: 30%;
  68. }
  69.  
  70. dd.g_moderation {
  71.         width: 35%;
  72. }
  73.  
  74. dd.g_rating, dd.g_comments {
  75.         width: 12%;
  76.         text-align: center;
  77.         font-size: 1.1em;
  78. }
  79.  
  80. dd.g_status {
  81.         width: 15%;
  82.         text-align: center;
  83.         font-size: 1.1em;
  84. }
  85.  
  86. span.reported-images-number {
  87.         color: red;
  88. }
  89.  
  90. .g_unapproved {
  91.         background-position: 100% 0;
  92.         background-repeat: no-repeat;
  93.         background-image: url("{T_IMAGESET_PATH}/icon_gallery_unapproved.gif");
  94. }
  95.  
  96. .g_locked {
  97.         background-position: 100% 0;
  98.         background-repeat: no-repeat;
  99.         background-image: url("{T_IMAGESET_PATH}/icon_gallery_locked.gif");
  100. }
  101.  
  102. .g_reported {
  103.         background-position: 100% 0;
  104.         background-repeat: no-repeat;
  105.         background-image: url("{T_IMAGESET_PATH}/icon_gallery_reported.gif");
  106. }
  107.  
  108. input.autowidth-gallery {
  109.         width: 96%;
  110.         max-width: 186px;
  111. }
  112.  
  113.  
  114. Error: ../styles/debianforum/theme/stylesheet.css contains {T_IMAGESET_PATH}. That variable cannot be converted.
  115. Error: ../styles/debianforum/theme/stylesheet.css contains {T_IMAGESET_LANG_PATH}. That variable cannot be converted.
  116. Updated ../styles/debianforum/theme/stylesheet.css: [ download expand ]
  117.  
  118. /*  phpBB 3.0 Style Sheet
  119.     --------------------------------------------------------------
  120.         Style name:             debianforum
  121.         Based on style:         proSilver
  122.         Original author:        subBlue ( http://www.subBlue.com/ )
  123.         Modified by:            Timo Salmen
  124.         Version:        1.0.1 (Generated: 200-04-03)
  125.        
  126.         Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
  127.     --------------------------------------------------------------
  128. */
  129.  
  130.  
  131.  
  132. @import url("gallery.css");
  133.  
  134.  
  135. /* General proSilver Markup Styles
  136. ---------------------------------------- */
  137.  
  138. * {
  139.         /* Reset browsers default margin, padding and font sizes */
  140.         margin: 0;
  141.         padding: 0;
  142. }
  143.  
  144. html {
  145.         font-size: 100%;
  146.         /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
  147.         height: 100%;
  148.         margin-bottom: 1px;
  149. }
  150.  
  151. body {
  152.         /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  153.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  154.         color: #828282;
  155.         background-color: #FFFFFF;
  156.         /*font-size: 62.5%;                      This sets the default font size to be equivalent to 10px */
  157.         font-size: 10px;
  158.         margin: 0;
  159.         padding: 0px 0px 0px 0px;
  160. }
  161.  
  162.  
  163. .advice a, .advice a:visited, .advice a:active, .panel a, .panel a:visited, .panel a:active {
  164.         color: #D70751;
  165.         text-decoration: none;
  166. }
  167.  
  168. .advice a:hover, .panel a:hover {
  169.         text-decoration: underline;
  170. }
  171.  
  172. h1 {
  173.         font-family: "Bitstream Vera Serif", Georgia, Palatino, serif;
  174.         font-size: 40px;
  175.         margin: 0;
  176.         margin-top: -1px;
  177.         margin-left: 69px;      /* indentation from the debian logo on the left */
  178.         padding: 0;
  179.         font-weight: 100;
  180.         color: #606060;
  181. }
  182.  
  183. h2 {
  184.         /* Forum header titles */
  185.         font-family: "Bitstream Vera Serif", Georgia, Palatino, serif;
  186.         font-weight: normal;
  187.         color: #3f3f3f;
  188.         font-size: 2em;
  189.  
  190. }
  191.  
  192. h2.solo {
  193.         margin-bottom: 1em;
  194. }
  195.  
  196. h3 {
  197.         /* Sub-headers (also used as post headers, but defined later) */
  198.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  199.         font-weight: bold;
  200.         text-transform: uppercase;
  201.         border-bottom: 1px solid #CCCCCC;
  202.         margin-bottom: 3px;
  203.         padding-bottom: 2px;
  204.         font-size: 1.05em;
  205.         color: #D70751;
  206.         margin-top: 20px;
  207. }
  208.  
  209. h3 a, h3 a:link, h3 a:visited, h3 a:active {
  210.         color: #D70751;
  211. }
  212.  
  213. h4 {
  214.         /* Forum and topic list titles */
  215.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  216.         font-size: 1.3em;
  217. }
  218.  
  219. p {
  220.         line-height: 1.3em;
  221.         font-size: 1.1em;
  222.         margin-bottom: 1.5em;
  223. }
  224.  
  225. img {
  226.         border-width: 0;
  227. }
  228.  
  229. hr {
  230.         /* Also see tweaks.css */
  231.         border: 0 none #FFFFFF;
  232.         border-top: 1px solid #d70751;
  233.         height: 1px;
  234.         margin: 5px 0;
  235.         display: block;
  236.         clear: both;
  237. }
  238.  
  239. hr.dashed {
  240.         border-top: 1px dashed #CCCCCC;
  241.         margin: 10px 0;
  242. }
  243.  
  244. hr.divider {
  245.         border-top: 2px solid #B0B0B0;
  246. }
  247.  
  248. p.right {
  249.         text-align: right;
  250. }
  251.  
  252. /* Main blocks
  253. ---------------------------------------- */
  254. #wrap {
  255.         padding: 0;
  256.         min-width: 650px;
  257. }
  258.  
  259. #simple-wrap {
  260.         padding: 6px 10px;
  261. }
  262.  
  263. #page-body {
  264.         float:right;
  265.         margin:4px 0pt;
  266.         width:85%;
  267. }
  268.  
  269. #page-footer {
  270.         clear: both;
  271. }
  272.  
  273. #page-footer h3 {
  274.         margin-top: 20px;
  275. }
  276.  
  277. #logo {
  278.         float: left;
  279.         position: absolute;
  280.         top: 5px;
  281.         left: 5px;
  282. }
  283.  
  284. a#logo:hover {
  285.         text-decoration: none;
  286. }
  287.  
  288. /* Site description and logo */
  289. #site-description {
  290.         float: left;
  291.         width: 70%;
  292. }
  293.  
  294. #site-description p {
  295. font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  296.         padding: 0;
  297.         margin: 0;
  298.         margin-top: -1px;
  299.         margin-left: 69px;      /* indentation from the debian logo on the lft */
  300.         font-size: 15px;
  301.         font-weight: 500;
  302.         color: #606060;
  303. }
  304.  
  305.  
  306. #site-description h1 {
  307.         margin-right: 0;
  308. }
  309.  
  310. #site-description a:hover
  311. {
  312.         text-decoration: none;
  313.         border-bottom: none;
  314. }
  315.  
  316. /* Round cornered boxes and backgrounds
  317. ---------------------------------------- */
  318. .headerbar {
  319.         background-color: #f0f0f0;
  320.         color: #707070;
  321.         margin-bottom: 4px;
  322.         padding: 0 5px;
  323.         height: 82px;
  324.         border-bottom: 1px solid #b0b0b0;
  325. }
  326.  
  327. .navbar {
  328.         background-color: #ebebeb;
  329.         padding: 0 10px;
  330. }
  331.  
  332. .forabg {
  333.         margin-bottom: 4px;
  334.         padding: 0 5px;
  335.         clear: both;
  336. }
  337.  
  338. .forumbg {
  339.         margin-bottom: 4px;
  340.         padding: 0 5px;
  341.         clear: both;
  342. }
  343.  
  344. .panel {
  345.         margin-bottom: 4px;
  346.         padding: 0 10px;
  347.         background-color: #f3f3f3;
  348. }
  349.  
  350. .post {
  351.         padding: 0 10px;
  352.         margin-bottom: 6px;
  353.         background-repeat: no-repeat;
  354.         background-position: 100% 0;
  355. }
  356.  
  357. .post:target .content {
  358.         color: #000000;
  359. }
  360.  
  361. .post:target h3 a {
  362.         color: #000000;
  363. }
  364.  
  365. .bg1 {
  366.         background-color: #f7f7f7;
  367. }
  368.  
  369. .bg2 {
  370.         background-color: #e3e3e3;
  371. }
  372.  
  373. .bg3 {
  374.         background-color: #ebebeb;
  375. }
  376.  
  377. .rowbg {
  378.         margin: 5px 5px 2px 5px;
  379. }
  380.  
  381. .ucprowbg {
  382.         background-color: #e2e2e2;
  383. }
  384.  
  385. .fieldsbg {
  386.         /*border: 1px #DBDEE2 solid;*/
  387.         background-color: #eaeaea;
  388. }
  389.  
  390.  
  391. /* Horizontal lists
  392. ----------------------------------------*/
  393. ul.linklist {
  394.         display: block;
  395.         margin: 0;
  396. }
  397.  
  398. ul.linklist li {
  399.         display: block;
  400.         list-style-type: none;
  401.         float: left;
  402.         width: auto;
  403.         margin-right: 5px;
  404.         font-size: 1.1em;
  405.         line-height: 2.2em;
  406. }
  407.  
  408. ul.linklist li.rightside, p.rightside {
  409.         float: right;
  410.         margin-right: 0;
  411.         margin-left: 5px;
  412.         text-align: right;
  413. }
  414.  
  415. ul.navlinks {
  416.         padding-bottom: 1px;
  417.         margin-bottom: 1px;
  418.         border-bottom: 1px solid #FFFFFF;
  419.         font-weight: bold;
  420. }
  421.  
  422. ul.leftside {
  423.         float: left;
  424.         margin-left: 0;
  425.         margin-right: 5px;
  426.         text-align: left;
  427. }
  428.  
  429. ul.rightside {
  430.         float: right;
  431.         margin-left: 5px;
  432.         margin-right: -5px;
  433.         text-align: right;
  434. }
  435.  
  436. /* Table styles
  437. ----------------------------------------*/
  438. table.table1 thead th a, table.table1 thead th a:link, table.table1 thead th a:visited, table.table1 thead th a:active {
  439.         font-size: 1em;
  440. }
  441.  
  442. table.table1 {
  443.         /* See tweaks.css */
  444. }
  445.  
  446. #ucp-main table.table1 {
  447.         padding: 2px;
  448. }
  449.  
  450. table.table1 thead th {
  451.         font-weight: normal;
  452.         text-transform: uppercase;
  453.         color: #FFFFFF;
  454.         line-height: 1.3em;
  455.         font-size: 1em;
  456.         padding: 0 0 4px 3px;
  457. }
  458.  
  459. table.table1 thead th span {
  460.         padding-left: 7px;
  461. }
  462.  
  463. table.table1 tbody tr {
  464.         border: 1px solid #cfcfcf;
  465. }
  466.  
  467. table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  468.         background-color: #f6f6f6;
  469.         color: #000;
  470. }
  471.  
  472. table.table1 td {
  473.         color: #6a6a6a;
  474.         font-size: 1.1em;
  475. }
  476.  
  477. table.table1 tbody td {
  478.         padding: 5px;
  479.         border-top: 1px solid #FAFAFA;
  480. }
  481.  
  482.  
  483. table.table1 tbody th {
  484.         padding: 5px;
  485.         border-bottom: 1px solid #000000;
  486.         text-align: left;
  487.         color: #333333;
  488.         background-color: #FFFFFF;
  489. }
  490.  
  491. /* Specific column styles */
  492. table.table1 .name              { text-align: left; }
  493. table.table1 .posts             { text-align: center !important; width: 7%; }
  494. table.table1 .joined    { text-align: left; width: 15%; }
  495. table.table1 .active    { text-align: left; width: 15%; }
  496. table.table1 .mark              { text-align: center; width: 7%; }
  497. table.table1 .info              { text-align: left; width: 30%; }
  498. table.table1 .info div  { width: 100%; white-space: nowrap; overflow: hidden; }
  499. table.table1 .autocol   { line-height: 2em; white-space: nowrap; }
  500. table.table1 thead .autocol { padding-left: 1em; }
  501.  
  502. table.table1 span.rank-img {
  503.         float: right;
  504.         width: auto;
  505. }
  506.  
  507. table.info td {
  508.         padding: 3px;
  509. }
  510.  
  511. table.info tbody th {
  512.         padding: 3px;
  513.         text-align: right;
  514.         vertical-align: top;
  515.         color: #000000;
  516.         font-weight: normal;
  517. }
  518.  
  519. .forumbg table.table1 {
  520.         margin: 0 -2px -1px -1px;
  521. }
  522.  
  523. /* Misc layout styles
  524. ---------------------------------------- */
  525. /* column[1-2] styles are containers for two column layouts
  526.    Also see tweaks.css */
  527. .column1 {
  528.         float: left;
  529.         clear: left;
  530.         width: 49%;
  531. }
  532.  
  533. .column2 {
  534.         float: right;
  535.         clear: right;
  536.         width: 49%;
  537. }
  538.  
  539. /* General classes for placing floating blocks */
  540. .left-box {
  541.         float: left;
  542.         width: auto;
  543.         text-align: left;
  544. }
  545.  
  546. .right-box {
  547.         float: right;
  548.         width: auto;
  549.         text-align: right;
  550. }
  551.  
  552. dl.details {
  553.         /*font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;*/
  554.         font-size: 1.1em;
  555. }
  556.  
  557. dl.details dt {
  558.         float: left;
  559.         clear: left;
  560.         width: 30%;
  561.         text-align: right;
  562.         color: #000000;
  563.         display: block;
  564. }
  565.  
  566. dl.details dd {
  567.         margin-left: 0;
  568.         padding-left: 5px;
  569.         margin-bottom: 5px;
  570.         color: #828282;
  571.         float: left;
  572.         width: 65%;
  573. }
  574.  
  575. /* Pagination
  576. ---------------------------------------- */
  577. .pagination {
  578.         height: 1%; /* IE tweak (holly hack) */
  579.         width: auto;
  580.         text-align: right;
  581.         margin-top: 5px;
  582.         float: right;
  583. }
  584.  
  585. .pagination span.page-sep {
  586.         display: none;
  587. }
  588.  
  589. li.pagination {
  590.         margin-top: 0;
  591. }
  592.  
  593. .pagination strong, .pagination b {
  594.         font-weight: normal;
  595. }
  596.  
  597. .pagination span strong {
  598.         padding: 0 2px;
  599.         margin: 0 2px;
  600.         font-weight: normal;
  601.         color: #FFFFFF;
  602.         background-color: #bfbfbf;
  603.         border: 1px solid #bfbfbf;
  604.         font-size: 0.9em;
  605. }
  606.  
  607. .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  608.         font-weight: normal;
  609.         text-decoration: none;
  610.         color: #747474;
  611.         margin: 0 2px;
  612.         padding: 0 2px;
  613.         background-color: #eeeeee;
  614.         border: 1px solid #bababa;
  615.         font-size: 0.9em;
  616.         line-height: 1.5em;
  617. }
  618.  
  619. .pagination span a:hover {
  620.         border-color: #d2d2d2;
  621.         background-color: #d2d2d2;
  622.         color: #FFF;
  623.         text-decoration: none;
  624. }
  625.  
  626. .pagination img {
  627.         vertical-align: middle;
  628. }
  629.  
  630. /* Pagination in viewforum for multipage topics */
  631. .row .pagination {
  632.         display: block;
  633.         float: right;
  634.         width: auto;
  635.         margin-top: 0;
  636.         padding: 1px 0 1px 15px;
  637.         font-size: 0.9em;
  638.         background: none 0 50% no-repeat;
  639. }
  640.  
  641. .row .pagination span a, li.pagination span a {
  642.         background-color: #FFFFFF;
  643. }
  644.  
  645. .row .pagination span a:hover, li.pagination span a:hover {
  646.         background-color: #d2d2d2;
  647. }
  648.  
  649. /* Miscellaneous styles
  650. ---------------------------------------- */
  651. #forum-permissions {
  652.         float: right;
  653.         width: auto;
  654.         padding-left: 5px;
  655.         margin-left: 5px;
  656.         margin-top: 10px;
  657.         text-align: right;
  658. }
  659.  
  660. .copyright {
  661.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  662.         font-size: 8pt;
  663.         background-color: #f0f0f0;
  664.         color: #606060;
  665.         padding: 0.2em 1em 0.2em 1em;
  666.         margin: 2em 0 0 0;
  667.         text-align: center;
  668.         line-height: 1.2;
  669.         clear: both;
  670.         border-top: 1px solid #b0b0b0;
  671. }
  672.  
  673. .copyright a:link, .copyright a:active, .copyright a:visited {
  674.         color: #606060;
  675.         text-decoration: underline;
  676. }
  677.  
  678. .copyright a:hover {
  679.         color: #606060;
  680.         text-decoration: none;
  681. }
  682.  
  683. .small {
  684.         font-size: 0.9em !important;
  685. }
  686.  
  687. .titlespace {
  688.         margin-bottom: 15px;
  689. }
  690.  
  691. .headerspace {
  692.         margin-top: 20px;
  693. }
  694.  
  695. .error {
  696.         color: #bcbcbc;
  697.         font-weight: bold;
  698.         font-size: 1em;
  699. }
  700.  
  701. .reported {
  702.         background-color: #f7f7f7;
  703. }
  704.  
  705. li.reported:hover {
  706.         background-color: #ececec;
  707. }
  708.  
  709. div.rules {
  710.         background-color: #ececec;
  711.         color: #bcbcbc;
  712.         padding: 0 10px;
  713.         margin: 10px 0;
  714.         font-size: 1.1em;
  715. }
  716.  
  717. div.rules ul {
  718.         margin-left: 20px;
  719. }
  720.  
  721. p.rules {
  722.         background-color: #ececec;
  723.         background-image: none;
  724.         padding: 5px;
  725. }
  726.  
  727. p.rules img {
  728.         vertical-align: middle;
  729. }
  730.  
  731. p.rules a {
  732.         vertical-align: middle;
  733.         clear: both;
  734. }
  735.  
  736. #top {
  737.         position: absolute;
  738.         top: -20px;
  739. }
  740.  
  741. .clear {
  742.         display: block;
  743.         clear: both;
  744.         font-size: 1px;
  745.         line-height: 1px;
  746.         background: transparent;
  747. }
  748. /* proSilver Link Styles
  749. ---------------------------------------- */
  750.  
  751. a:link  { color: #898989; text-decoration: none; }
  752. a:visited       { color: #898989; text-decoration: none; }
  753. a:hover { color: #d3d3d3; text-decoration: underline; }
  754. a:active        { color: #d2d2d2; text-decoration: none; }
  755.  
  756. /* Coloured usernames */
  757. .username-coloured {
  758.         font-weight: bold;
  759.         display: inline !important;
  760. }
  761.  
  762. /* Links on gradient backgrounds */
  763. #search-box a:link, .navbg a:link, .forumbg .header a:link, .header a:link, th a:link {
  764.         color: #000000;
  765.         text-decoration: none;
  766. }
  767.  
  768. #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .header a:visited, th a:visited {
  769.         color: #000000;
  770.         text-decoration: none;
  771. }
  772.  
  773. #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .header a:hover, th a:hover {
  774.         color: #ffffff;
  775.         text-decoration: underline;
  776. }
  777.  
  778. #search-box a:active, .navbg a:active, .forumbg .header a:active, .header a:active, th a:active {
  779.         color: #ffffff;
  780.         text-decoration: none;
  781. }
  782.  
  783. /* Links for forum/topic lists */
  784. a.forumtitle {
  785.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  786.         font-size: 1.2em;
  787.         font-weight: bold;
  788.         color: #898989;
  789.         text-decoration: none;
  790. }
  791.  
  792. /* a.forumtitle:visited { color: #898989; } */
  793.  
  794. a.forumtitle:hover {
  795.         color: #bcbcbc;
  796.         text-decoration: underline;
  797. }
  798.  
  799. a.forumtitle:active {
  800.         color: #898989;
  801. }
  802.  
  803. a.topictitle {
  804.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  805.         font-size: 1.2em;
  806.         font-weight: bold;
  807.         color: #898989;
  808.         text-decoration: none;
  809. }
  810.  
  811. /* a.topictitle:visited { color: #d2d2d2; } */
  812.  
  813. a.topictitle:hover {
  814.         color: #bcbcbc;
  815.         text-decoration: underline;
  816. }
  817.  
  818. a.topictitle:active {
  819.         color: #898989;
  820. }
  821.  
  822. /* Post body links */
  823. .postlink {
  824.         text-decoration: none;
  825.         color: #D70751;
  826. }
  827.  
  828. .postlink:visited {
  829.         text-decoration: none;
  830.         color: #D70751;
  831. }
  832.  
  833. .postlink:active {
  834.         text-decoration: none;
  835.         color: #D70751;
  836. }
  837.  
  838. .postlink:hover {
  839.         text-decoration: underline;
  840.         color: #D70751;
  841. }
  842.  
  843. .signature a, .signature a:visited, .signature a:active {
  844.         border: none;
  845.         text-decoration: none;
  846.         color: #D70751;
  847. }
  848.  
  849. .signature a:hover {
  850.         border: none;
  851.         text-decoration: underline;
  852. }
  853.  
  854. /* Profile links */
  855. .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
  856.         font-weight: bold;
  857.         color: #D70751;
  858.         text-decoration: none;
  859. }
  860.  
  861. .postprofile a:hover, .postprofile dt.author a:hover {
  862.         text-decoration: underline;
  863.         color: #D70751;
  864. }
  865.  
  866.  
  867. /* Profile searchresults */    
  868. .search .postprofile a {
  869.         color: #898989;
  870.         text-decoration: none;
  871.         font-weight: normal;
  872. }
  873.  
  874. .search .postprofile a:hover {
  875.         color: #d3d3d3;
  876.         text-decoration: underline;
  877. }
  878.  
  879. /* Back to top of page */
  880. .back2top {
  881.         clear: both;
  882.         height: 11px;
  883.         text-align: right;
  884. }
  885.  
  886. a.top {
  887.         background: none no-repeat top left;
  888.         text-decoration: none;
  889.         width: 11px;
  890.         height: 11px;
  891.         display: block;
  892.         float: right;
  893.         overflow: hidden;
  894.         letter-spacing: 1000px;
  895.         text-indent: 11px;
  896. }
  897.  
  898. a.top2 {
  899.         background: none no-repeat 0 50%;
  900.         text-decoration: none;
  901.         padding-left: 15px;
  902. }
  903.  
  904. /* Arrow links  */
  905. a.up            { background: none no-repeat left center; }
  906. a.down          { background: none no-repeat right center; }
  907. a.left          { background: none no-repeat 3px 60%; }
  908. a.right         { background: none no-repeat 95% 60%; }
  909.  
  910. a.up, a.up:link, a.up:active, a.up:visited {
  911.         padding-left: 10px;
  912.         text-decoration: none;
  913.         border-bottom-width: 0;
  914. }
  915.  
  916. a.up:hover {
  917.         background-position: left top;
  918.         background-color: transparent;
  919. }
  920.  
  921. a.down, a.down:link, a.down:active, a.down:visited {
  922.         padding-right: 10px;
  923. }
  924.  
  925. a.down:hover {
  926.         background-position: right bottom;
  927.         text-decoration: none;
  928. }
  929.  
  930. a.left, a.left:active, a.left:visited {
  931.         padding-left: 12px;
  932. }
  933.  
  934. a.left:hover {
  935.         color: #d2d2d2;
  936.         text-decoration: none;
  937.         background-position: 0 60%;
  938. }
  939.  
  940. a.right, a.right:active, a.right:visited {
  941.         padding-right: 12px;
  942. }
  943.  
  944. a.right:hover {
  945.         color: #d2d2d2;
  946.         text-decoration: none;
  947.         background-position: 100% 60%;
  948. }
  949. /* proSilver Content Styles
  950. ---------------------------------------- */
  951.  
  952. ul.topiclist {
  953.         display: block;
  954.         list-style-type: none;
  955.         margin: 0;
  956. }
  957.  
  958. ul.forums {
  959.         background: #f9f9f9 none repeat-x 0 0;
  960. }
  961.  
  962. ul.topiclist li {
  963.         display: block;
  964.         list-style-type: none;
  965.         color: #777777;
  966.         margin: 0;
  967. }
  968.  
  969. ul.topiclist dl {
  970.         position: relative;
  971. }
  972.  
  973. ul.topiclist li.row dl {
  974.         padding: 2px 0;
  975. }
  976.  
  977. ul.topiclist dt {
  978.         display: block;
  979.         float: left;
  980.         width: 50%;
  981.         font-size: 1.1em;
  982.         padding-left: 5px;
  983.         padding-right: 5px;
  984. }
  985.  
  986. ul.topiclist dd {
  987.         display: block;
  988.         float: left;
  989.         border-left: 1px solid #FFFFFF;
  990.         padding: 4px 0;
  991. }
  992.  
  993. ul.topiclist dfn {
  994.         /* Labels for post/view counts */
  995.         display: none;
  996. }
  997.  
  998. ul.topiclist li.row dt a.subforum {
  999.         background-image: none;
  1000.         background-position: 0 50%;
  1001.         background-repeat: no-repeat;
  1002.         position: relative;
  1003.         white-space: nowrap;
  1004.         padding: 0 0 0 12px;
  1005. }
  1006.  
  1007. .forum-image {
  1008.         float: left;
  1009.         padding-top: 5px;
  1010.         margin-right: 5px;
  1011. }
  1012.  
  1013. li.row {
  1014.         border-top: 1px solid #FFFFFF;
  1015.         border-bottom: 1px solid #8f8f8f;
  1016. }
  1017.  
  1018. li.row strong {
  1019.         font-weight: normal;
  1020.         color: #000000;
  1021. }
  1022.  
  1023. li.row:hover {
  1024.         background-color: #f6f6f6;
  1025. }
  1026.  
  1027. li.row:hover dd {
  1028.         border-left-color: #CCCCCC;
  1029. }
  1030.  
  1031. li.header dt, li.header dd {
  1032.         line-height: 1em;
  1033.         border-left-width: 0;
  1034.         margin: 2px 0 4px 0;
  1035.         color: #000000;
  1036.         padding-top: 2px;
  1037.         padding-bottom: 2px;
  1038.         font-size: 1em;
  1039.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1040.         text-transform: uppercase;
  1041. }
  1042.  
  1043. li.header dt {
  1044.  
  1045. }
  1046.  
  1047. li.header dd {
  1048.         margin-left: 1px;
  1049. }
  1050.  
  1051. li.header dl.icon {
  1052.         min-height: 0;
  1053. }
  1054.  
  1055. li.header dl.icon dt {
  1056.         /* Tweak for headers alignment when folder icon used */
  1057.         padding-left: 0;
  1058.         padding-right: 50px;
  1059. }
  1060.  
  1061. /* Forum list column styles */
  1062. dl.icon {
  1063.         min-height: 35px;
  1064.         background-position: 10px 50%;          /* Position of folder icon */
  1065.         background-repeat: no-repeat;
  1066. }
  1067.  
  1068. dl.icon dt {
  1069.         padding-left: 45px;                                     /* Space for folder icon */
  1070.         background-repeat: no-repeat;
  1071.         background-position: 5px 95%;           /* Position of topic icon */
  1072. }
  1073.  
  1074. dd.posts, dd.topics, dd.views {
  1075.         width: 8%;
  1076.         text-align: center;
  1077.         line-height: 2.2em;
  1078.         font-size: 1.2em;
  1079. }
  1080.  
  1081. dd.lastpost {
  1082.         width: 25%;
  1083.         font-size: 1.1em;
  1084. }
  1085.  
  1086. dd.lastpost a {
  1087.         color: #D70751;
  1088. }
  1089.  
  1090.  
  1091. dd.lastpost a:hover {
  1092.         text-decoration: underline;
  1093. }
  1094.  
  1095. dd.redirect {
  1096.         font-size: 1.1em;
  1097.         line-height: 2.5em;
  1098. }
  1099.  
  1100. dd.moderation {
  1101.         font-size: 1.1em;
  1102. }
  1103.  
  1104. dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
  1105.         display: block;
  1106.         padding-left: 5px;
  1107. }
  1108.  
  1109. dd.time {
  1110.         width: auto;
  1111.         line-height: 200%;
  1112.         font-size: 1.1em;
  1113. }
  1114.  
  1115. dd.extra {
  1116.         width: 12%;
  1117.         line-height: 200%;
  1118.         text-align: center;
  1119.         font-size: 1.1em;
  1120. }
  1121.  
  1122. dd.mark {
  1123.         float: right !important;
  1124.         width: 9%;
  1125.         text-align: center;
  1126.         line-height: 200%;
  1127.         font-size: 1.2em;
  1128. }
  1129.  
  1130. dd.info {
  1131.         width: 30%;
  1132. }
  1133.  
  1134. dd.option {
  1135.         width: 15%;
  1136.         line-height: 200%;
  1137.         text-align: center;
  1138.         font-size: 1.1em;
  1139. }
  1140.  
  1141. dd.searchby {
  1142.         width: 47%;
  1143.         font-size: 1.1em;
  1144.         line-height: 1em;
  1145. }
  1146.  
  1147. ul.topiclist dd.searchextra {
  1148.         margin-left: 5px;
  1149.         padding: 0.2em 0;
  1150.         font-size: 1.1em;
  1151.         color: #333333;
  1152.         border-left: none;
  1153.         clear: both;
  1154.         width: 98%;
  1155.         overflow: hidden;
  1156. }
  1157.  
  1158. /* Container for post/reply buttons and pagination */
  1159. .topic-actions {
  1160.         margin-bottom: 3px;
  1161.         font-size: 1.1em;
  1162.         height: 28px;
  1163.         min-height: 28px;
  1164. }
  1165. div[class].topic-actions {
  1166.         height: auto;
  1167. }
  1168.  
  1169. /* Post body styles
  1170. ----------------------------------------*/
  1171. .postbody {
  1172.         padding: 0;
  1173.         line-height: 1.48em;
  1174.         color: #333333;
  1175.         width: 76%;
  1176.         float: left;
  1177.         clear: both;
  1178. }
  1179.  
  1180. .postbody a:link {
  1181.    color: #d70751;
  1182. }
  1183.  
  1184. .postbody .ignore {
  1185.         font-size: 1.1em;
  1186. }
  1187.  
  1188. .postbody h3.first {
  1189.         /* The first post on the page uses this */
  1190.         font-size: 1.3em;
  1191. }
  1192.  
  1193. .postbody h3.unread {
  1194.         background-color: #D70751;
  1195. }
  1196.  
  1197. .postbody h3 {
  1198.         /* Postbody requires a different h3 format - so change it here */
  1199.         font-size: 1.2em;
  1200.         padding: 2px 0 0 0;
  1201.         margin: 0 0 0.3em 0 !important;
  1202.         text-transform: none;
  1203.         border: none;
  1204.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1205.         line-height: 125%;
  1206. }
  1207.  
  1208. .postbody h3 img {
  1209.         /* Also see tweaks.css */
  1210.         vertical-align: bottom;
  1211. }
  1212.  
  1213. .postbody .content {
  1214.         font-size: 1.3em;
  1215. }
  1216.  
  1217. .search .postbody {
  1218.         width: 68%
  1219. }
  1220.  
  1221. /* Topic review panel
  1222. ----------------------------------------*/
  1223. #review {
  1224.         margin-top: 2em;
  1225. }
  1226.  
  1227. #topicreview {
  1228.         padding-right: 5px;
  1229.         overflow: auto;
  1230.         height: 300px;
  1231. }
  1232.  
  1233. #topicreview .postbody {
  1234.         width: auto;
  1235.         float: none;
  1236.         margin: 0;
  1237.         height: auto;
  1238. }
  1239.  
  1240. #topicreview .post {
  1241.         height: auto;
  1242. }
  1243.  
  1244. #topicreview h2 {
  1245.         border-bottom-width: 0;
  1246. }
  1247.  
  1248. /* Content container styles
  1249. ----------------------------------------*/
  1250. .content {
  1251.         min-height: 3em;
  1252.         overflow: hidden;
  1253.         line-height: 1.4em;
  1254.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1255.         font-size: 1em;
  1256.         color: #333333;
  1257. }
  1258.  
  1259. .content h2, .panel h2 {
  1260.         font-weight: normal;
  1261.         color: #989898;
  1262.         border-bottom: 1px solid #CCCCCC;
  1263.         font-size: 1.6em;
  1264.         margin-top: 0.5em;
  1265.         margin-bottom: 0.5em;
  1266.         padding-bottom: 0.5em;
  1267. }
  1268.  
  1269. .panel h3 {
  1270.         margin: 0.5em 0;
  1271. }
  1272.  
  1273. .panel p {
  1274.         font-size: 1.2em;
  1275.         margin-bottom: 1em;
  1276.         line-height: 1.4em;
  1277. }
  1278.  
  1279. .content p {
  1280.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1281.         font-size: 1.2em;
  1282.         margin-bottom: 1em;
  1283.         line-height: 1.4em;
  1284. }
  1285.  
  1286. dl.faq {
  1287.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1288.         font-size: 1.1em;
  1289.         margin-top: 1em;
  1290.         margin-bottom: 2em;
  1291.         line-height: 1.4em;
  1292. }
  1293.  
  1294. dl.faq dt {
  1295.         font-weight: bold;
  1296.         color: #333333;
  1297. }
  1298.  
  1299. .content dl.faq {
  1300.         font-size: 1.2em;
  1301.         margin-bottom: 0.5em;
  1302. }
  1303.  
  1304. .content li {
  1305.         list-style-type: inherit;
  1306. }
  1307.  
  1308. .content ul, .content ol {
  1309.         margin-bottom: 1em;
  1310.         margin-left: 3em;
  1311. }
  1312.  
  1313. .posthilit {
  1314.         background-color: #f3f3f3;
  1315.         color: #BCBCBC;
  1316.         padding: 0 2px 1px 2px;
  1317. }
  1318.  
  1319. .announce, .unreadpost {
  1320.         /* Highlight the announcements & unread posts box */
  1321.         border-left-color: #BCBCBC;
  1322.         border-right-color: #BCBCBC;
  1323. }
  1324.  
  1325. /* Post author */
  1326. p.author {
  1327.         margin: 0 15em 0.6em 0;
  1328.         padding: 0 0 5px 0;
  1329.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1330.         font-size: 1em;
  1331.         line-height: 1.2em;
  1332. }
  1333.  
  1334. /* Post signature */
  1335. .signature {
  1336.         margin-top: 1.5em;
  1337.         padding-top: 0.2em;
  1338.         font-size: 1.1em;
  1339.         border-top: 2px dotted #B0B0B0;
  1340.         clear: left;
  1341.         line-height: 140%;
  1342.         overflow: hidden;
  1343.         width: 100%;
  1344. }
  1345.  
  1346. dd .signature {
  1347.         margin: 0;
  1348.         padding: 0;
  1349.         clear: none;
  1350.         border: none;
  1351. }
  1352.  
  1353. /* Post noticies */
  1354. .notice {
  1355.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1356.         width: auto;
  1357.         margin-top: 1.5em;
  1358.         padding-top: 0.2em;
  1359.         font-size: 1em;
  1360.         border-top: 1px dashed #CCCCCC;
  1361.         clear: left;
  1362.         line-height: 130%;
  1363. }
  1364.  
  1365. /* Jump to post link for now */
  1366. ul.searchresults {
  1367.         list-style: none;
  1368.         text-align: right;
  1369.         clear: both;
  1370. }
  1371.  
  1372. /* BB Code styles
  1373. ----------------------------------------*/
  1374. /* Quote block */
  1375. blockquote {
  1376.         background: #ebebeb none 6px 8px no-repeat;
  1377.         border: 1px solid #dbdbdb;
  1378.         font-size: 0.95em;
  1379.         margin: 0.5em 1px 0 25px;
  1380.         overflow: hidden;
  1381.         padding: 5px;
  1382. }
  1383.  
  1384. blockquote blockquote {
  1385.         /* Nested quotes */
  1386.         background-color: #bababa;
  1387.         font-size: 1em;
  1388.         margin: 0.5em 1px 0 15px;      
  1389. }
  1390.  
  1391. blockquote blockquote blockquote {
  1392.         /* Nested quotes */
  1393.         background-color: #e4e4e4;
  1394. }
  1395.  
  1396. blockquote cite {
  1397.         /* Username/source of quoter */
  1398.         font-style: normal;
  1399.         font-weight: bold;
  1400.         margin-left: 20px;
  1401.         display: block;
  1402.         font-size: 0.9em;
  1403. }
  1404.  
  1405. blockquote cite cite {
  1406.         font-size: 1em;
  1407. }
  1408.  
  1409. blockquote.uncited {
  1410.         padding-top: 25px;
  1411. }
  1412.  
  1413. /* Code block */
  1414. dl.codebox {
  1415.         padding: 3px;
  1416.         background-color: #FFFFFF;
  1417.         border: 1px solid #d8d8d8;
  1418.         font-size: 1em;
  1419. }
  1420.  
  1421. dl.codebox dt {
  1422.         text-transform: uppercase;
  1423.         border-bottom: 1px solid #CCCCCC;
  1424.         margin-bottom: 3px;
  1425.         font-size: 0.6em;
  1426.         font-weight: bold;
  1427.         display: block;
  1428. }
  1429.  
  1430. blockquote dl.codebox {
  1431.         margin-left: 0;
  1432. }
  1433.  
  1434. dl.codebox code {
  1435.         /* Also see tweaks.css */
  1436.         overflow: auto;
  1437.         display: block;
  1438.         height: auto;
  1439.         white-space: normal;
  1440.         padding-top: 5px;
  1441.         font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
  1442.         line-height: 1.3em;
  1443.         color: #8b8b8b;
  1444.         margin: 2px 0;
  1445. }
  1446.  
  1447. .syntaxbg               { color: #FFFFFF; }
  1448. .syntaxcomment  { color: #000000; }
  1449. .syntaxdefault  { color: #bcbcbc; }
  1450. .syntaxhtml             { color: #000000; }
  1451. .syntaxkeyword  { color: #585858; }
  1452. .syntaxstring   { color: #a7a7a7; }
  1453.  
  1454. /* Attachments
  1455. ----------------------------------------*/
  1456. .attachbox {
  1457.         float: left;
  1458.         width: auto;
  1459.         margin: 5px 5px 5px 0;
  1460.         padding: 6px;
  1461.         background-color: #FFFFFF;
  1462.         border: 1px dashed #d8d8d8;
  1463.         clear: left;
  1464. }
  1465.  
  1466. .pm-message .attachbox {
  1467.         background-color: #f3f3f3;
  1468. }
  1469.  
  1470. .attachbox dt {
  1471.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1472.         text-transform: uppercase;
  1473. }
  1474.  
  1475. .attachbox dd {
  1476.         margin-top: 4px;
  1477.         padding-top: 4px;
  1478.         clear: left;
  1479.         border-top: 1px solid #d8d8d8;
  1480. }
  1481.  
  1482. .attachbox dd dd {
  1483.         border: none;
  1484. }
  1485.  
  1486. .attachbox p {
  1487.         line-height: 110%;
  1488.         color: #666666;
  1489.         font-weight: normal;
  1490.         clear: left;
  1491. }
  1492.  
  1493. .attachbox p.stats
  1494. {
  1495.         line-height: 110%;
  1496.         color: #666666;
  1497.         font-weight: normal;
  1498.         clear: left;
  1499. }
  1500.  
  1501. .attach-image {
  1502.         margin: 3px 0;
  1503.         width: 100%;
  1504.         max-height: 350px;
  1505.         overflow: auto;
  1506. }
  1507.  
  1508. .attach-image img {
  1509.         border: 1px solid #999999;
  1510. /*      cursor: move; */
  1511.         cursor: default;
  1512. }
  1513.  
  1514. /* Inline image thumbnails */
  1515. div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
  1516.         display: block;
  1517.         margin-bottom: 4px;
  1518. }
  1519.  
  1520. div.inline-attachment p {
  1521.         font-size: 100%;
  1522. }
  1523.  
  1524. dl.file {
  1525.         font-family: Verdana, Arial, Helvetica, sans-serif;
  1526.         display: block;
  1527. }
  1528.  
  1529. dl.file dt {
  1530.         text-transform: none;
  1531.         margin: 0;
  1532.         padding: 0;
  1533.         font-weight: bold;
  1534.         font-family: Verdana, Arial, Helvetica, sans-serif;
  1535. }
  1536.  
  1537. dl.file dd {
  1538.         color: #666666;
  1539.         margin: 0;
  1540.         padding: 0;    
  1541. }
  1542.  
  1543. dl.thumbnail img {
  1544.         padding: 3px;
  1545.         border: 1px solid #666666;
  1546.         background-color: #FFF;
  1547. }
  1548.  
  1549. dl.thumbnail dd {
  1550.         color: #666666;
  1551.         font-style: italic;
  1552.         font-family: Verdana, Arial, Helvetica, sans-serif;
  1553. }
  1554.  
  1555. .attachbox dl.thumbnail dd {
  1556.         font-size: 100%;
  1557. }
  1558.  
  1559. dl.thumbnail dt a:hover {
  1560.         background-color: #EEEEEE;
  1561. }
  1562.  
  1563. dl.thumbnail dt a:hover img {
  1564.         border: 1px solid #d2d2d2;
  1565. }
  1566.  
  1567. /* Post poll styles
  1568. ----------------------------------------*/
  1569. fieldset.polls {
  1570.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1571. }
  1572.  
  1573. fieldset.polls dl {
  1574.         margin-top: 5px;
  1575.         border-top: 1px solid #e2e2e2;
  1576.         padding: 5px 0 0 0;
  1577.         line-height: 120%;
  1578.         color: #666666;
  1579. }
  1580.  
  1581. fieldset.polls dl.voted {
  1582.         font-weight: bold;
  1583.         color: #000000;
  1584. }
  1585.  
  1586. fieldset.polls dt {
  1587.         text-align: left;
  1588.         float: left;
  1589.         display: block;
  1590.         width: 30%;
  1591.         border-right: none;
  1592.         padding: 0;
  1593.         margin: 0;
  1594.         font-size: 1.1em;
  1595. }
  1596.  
  1597. fieldset.polls dd {
  1598.         float: left;
  1599.         width: 10%;
  1600.         border-left: none;
  1601.         padding: 0 5px;
  1602.         margin-left: 0;
  1603.         font-size: 1.1em;
  1604. }
  1605.  
  1606. fieldset.polls dd.resultbar {
  1607.         width: 50%;
  1608. }
  1609.  
  1610. fieldset.polls dd input {
  1611.         margin: 2px 0;
  1612. }
  1613.  
  1614. fieldset.polls dd div {
  1615.         text-align: right;
  1616.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  1617.         color: #000000;
  1618.         font-weight: bold;
  1619.         padding: 0 2px;
  1620.         overflow: visible;
  1621.         min-width: 2%;
  1622. }
  1623.  
  1624. .pollbar1 {
  1625.         background-color: #aaaaaa;
  1626.         border-bottom: 1px solid #747474;
  1627.         border-right: 1px solid #747474;
  1628. }
  1629.  
  1630. .pollbar2 {
  1631.         background-color: #bebebe;
  1632.         border-bottom: 1px solid #8c8c8c;
  1633.         border-right: 1px solid #8c8c8c;
  1634. }
  1635.  
  1636. .pollbar3 {
  1637.         background-color: #D1D1D1;
  1638.         border-bottom: 1px solid #aaaaaa;
  1639.         border-right: 1px solid #aaaaaa;
  1640. }
  1641.  
  1642. .pollbar4 {
  1643.         background-color: #e4e4e4;
  1644.         border-bottom: 1px solid #bebebe;
  1645.         border-right: 1px solid #bebebe;
  1646. }
  1647.  
  1648. .pollbar5 {
  1649.         background-color: #f8f8f8;
  1650.         border-bottom: 1px solid #D1D1D1;
  1651.         border-right: 1px solid #D1D1D1;
  1652. }
  1653.  
  1654. /* Poster profile block
  1655. ----------------------------------------*/
  1656. .postprofile {
  1657.         /* Also see tweaks.css */
  1658.         margin: 5px 0 10px 0;
  1659.         min-height: 100%;
  1660.         color: #666666;
  1661.         border-left: 1px solid #FFFFFF;
  1662.         width: 22%;
  1663.         float: right;
  1664.         display: inline;
  1665. }
  1666. .pm .postprofile {
  1667.         border-left: 1px solid #DDDDDD;
  1668. }
  1669.  
  1670. .postprofile dd, .postprofile dt {
  1671.         line-height: 1.2em;
  1672.         margin-left: 8px;
  1673. }
  1674.  
  1675. .postprofile strong {
  1676.         font-weight: normal;
  1677.         color: #000000;
  1678. }
  1679.  
  1680. .avatar {
  1681.         border: none;
  1682.         margin-bottom: 3px;
  1683. }
  1684.  
  1685. .online {
  1686.         background-image: none;
  1687.         background-position: 100% 0;
  1688.         background-repeat: no-repeat;
  1689. }
  1690.  
  1691. /* Poster profile used by search*/
  1692. .search .postprofile {
  1693.         width: 30%;
  1694. }
  1695.  
  1696. /* pm list in compose message if mass pm is enabled */
  1697. dl.pmlist dt {
  1698.         width: 60% !important;
  1699. }
  1700.  
  1701. dl.pmlist dt textarea {
  1702.         width: 95%;
  1703. }
  1704.  
  1705. dl.pmlist dd {
  1706.         margin-left: 61% !important;
  1707.         margin-bottom: 2px;
  1708. }
  1709. /* proSilver Button Styles
  1710. ---------------------------------------- */
  1711.  
  1712. /* Rollover buttons
  1713.    Based on: http://wellstyled.com/css-nopreload-rollovers.html
  1714. ----------------------------------------*/
  1715. .buttons {
  1716.         float: left;
  1717.         width: auto;
  1718.         height: auto;
  1719. }
  1720.  
  1721. /* Rollover state */
  1722. .buttons div {
  1723.         float: left;
  1724.         margin: 0 5px 0 0;
  1725.         background-position: 0 100%;
  1726. }
  1727.  
  1728. /* Rolloff state */
  1729. .buttons div a {
  1730.         display: block;
  1731.         width: 100%;
  1732.         height: 100%;
  1733.         background-position: 0 0;
  1734.         position: relative;
  1735.         overflow: hidden;
  1736. }
  1737.  
  1738. /* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
  1739. /*.buttons div span             { display: none; }*/
  1740. /*.buttons div a:hover  { background-image: none; }*/
  1741. .buttons div span                       { position: absolute; width: 100%; height: 100%; cursor: pointer;}
  1742. .buttons div a:hover span       { background-position: 0 100%; }
  1743.  
  1744. /* Big button images */
  1745. .reply-icon span        { background: transparent none 0 0 no-repeat; }
  1746. .post-icon span         { background: transparent none 0 0 no-repeat; }
  1747. .locked-icon span       { background: transparent none 0 0 no-repeat; }
  1748. .pmreply-icon span      { background: none 0 0 no-repeat; }
  1749. .newpm-icon span        { background: none 0 0 no-repeat; }
  1750. .forwardpm-icon span    { background: none 0 0 no-repeat; }
  1751.  
  1752. /* Set big button dimensions */
  1753. .buttons div.reply-icon         { width: 96px; height: 25px; }
  1754. .buttons div.post-icon          { width: 96px; height: 25px; }
  1755. .buttons div.locked-icon        { width: 88px; height: 25px; }
  1756. .buttons div.pmreply-icon       { width: 96px; height: 25px; }
  1757. .buttons div.newpm-icon         { width: 84px; height: 25px; }
  1758. .buttons div.forwardpm-icon     { width: 96px; height: 25px; }
  1759.  
  1760. /* Sub-header (navigation bar)
  1761. --------------------------------------------- */
  1762. a.print, a.sendemail, a.fontsize {
  1763.         display: block;
  1764.         overflow: hidden;
  1765.         height: 24px;
  1766.         text-indent: -5000px;
  1767.         text-align: left;
  1768.         background-repeat: no-repeat;
  1769. }
  1770.  
  1771. a.print {
  1772.         background-image: none;
  1773.         width: 24px;
  1774. }
  1775.  
  1776. a.sendemail {
  1777.         background-image: none;
  1778.         width: 24px;
  1779. }
  1780.  
  1781. a.fontsize {
  1782.         background-image: none;
  1783.         background-position: 0 -1px;
  1784.         width: 29px;
  1785. }
  1786.  
  1787. a.fontsize:hover {
  1788.         background-position: 0 -20px;
  1789.         text-decoration: none;
  1790. }
  1791.  
  1792. /* Icon images
  1793. ---------------------------------------- */
  1794. .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
  1795. .icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
  1796.         background-position: 0 50%;
  1797.         background-repeat: no-repeat;
  1798.         background-image: none;
  1799.         padding: 1px 0 0 17px;
  1800. }
  1801.  
  1802. /* Poster profile icons
  1803. ----------------------------------------*/
  1804. ul.profile-icons {
  1805.         padding-top: 10px;
  1806.         list-style: none;
  1807. }
  1808.  
  1809. /* Rollover state */
  1810. ul.profile-icons li {
  1811.         float: left;
  1812.         margin: 0 6px 3px 0;
  1813.         background-position: 0 100%;
  1814. }
  1815.  
  1816. /* Rolloff state */
  1817. ul.profile-icons li a {
  1818.         display: block;
  1819.         width: 100%;
  1820.         height: 100%;
  1821.         background-position: 0 0;
  1822. }
  1823.  
  1824. /* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
  1825. ul.profile-icons li span { display:none; }
  1826. ul.profile-icons li a:hover { background: none; }
  1827.  
  1828. /* Positioning of moderator icons */
  1829. .postbody ul.profile-icons {
  1830.         float: right;
  1831.         width: auto;
  1832.         padding: 0;
  1833. }
  1834.  
  1835. .postbody ul.profile-icons li {
  1836.         margin: 0 3px;
  1837. }
  1838.  
  1839. /* Profile & navigation icons */
  1840. .email-icon, .email-icon a              { background: none top left no-repeat; }
  1841. .aim-icon, .aim-icon a                  { background: none top left no-repeat; }
  1842. .yahoo-icon, .yahoo-icon a              { background: none top left no-repeat; }
  1843. .web-icon, .web-icon a                  { background: none top left no-repeat; }
  1844. .msnm-icon, .msnm-icon a                        { background: none top left no-repeat; }
  1845. .icq-icon, .icq-icon a                  { background: none top left no-repeat; }
  1846. .jabber-icon, .jabber-icon a            { background: none top left no-repeat; }
  1847. .pm-icon, .pm-icon a                            { background: none top left no-repeat; }
  1848. .quote-icon, .quote-icon a              { background: none top left no-repeat; }
  1849.  
  1850. /* Moderator icons */
  1851. .report-icon, .report-icon a            { background: none top left no-repeat; }
  1852. .warn-icon, .warn-icon a                        { background: none top left no-repeat; }
  1853. .edit-icon, .edit-icon a                        { background: none top left no-repeat; }
  1854. .delete-icon, .delete-icon a            { background: none top left no-repeat; }
  1855. .info-icon, .info-icon a                        { background: none top left no-repeat; }
  1856.  
  1857. /* Set profile icon dimensions */
  1858. ul.profile-icons li.email-icon          { width: 20px; height: 20px; }
  1859. ul.profile-icons li.aim-icon    { width: 20px; height: 20px; }
  1860. ul.profile-icons li.yahoo-icon  { width: 20px; height: 20px; }
  1861. ul.profile-icons li.web-icon    { width: 20px; height: 20px; }
  1862. ul.profile-icons li.msnm-icon   { width: 20px; height: 20px; }
  1863. ul.profile-icons li.icq-icon    { width: 20px; height: 20px; }
  1864. ul.profile-icons li.jabber-icon { width: 20px; height: 20px; }
  1865. ul.profile-icons li.pm-icon             { width: 28px; height: 20px; }
  1866. ul.profile-icons li.quote-icon  { width: 54px; height: 20px; }
  1867. ul.profile-icons li.report-icon { width: 20px; height: 20px; }
  1868. ul.profile-icons li.edit-icon   { width: 42px; height: 20px; }
  1869. ul.profile-icons li.delete-icon { width: 20px; height: 20px; }
  1870. ul.profile-icons li.info-icon   { width: 20px; height: 20px; }
  1871. ul.profile-icons li.warn-icon   { width: 20px; height: 20px; }
  1872.  
  1873. /* Fix profile icon default margins */
  1874. ul.profile-icons li.edit-icon   { margin: 0 0 0 3px; }
  1875. ul.profile-icons li.quote-icon  { margin: 0 0 0 10px; }
  1876. ul.profile-icons li.info-icon, ul.profile-icons li.report-icon  { margin: 0 3px 0 0; }
  1877. /* proSilver Control Panel Styles
  1878. ---------------------------------------- */
  1879.  
  1880.  
  1881. /* Main CP box
  1882. ----------------------------------------*/
  1883. #cp-menu {
  1884.         float:left;
  1885.         width: 19%;
  1886.         margin-top: 1em;
  1887.         margin-bottom: 5px;
  1888. }
  1889.  
  1890. #cp-main {
  1891.         float: left;
  1892.         width: 81%;
  1893. }
  1894.  
  1895. #cp-main .content {
  1896.         padding: 0;
  1897. }
  1898.  
  1899. #cp-main h3, #cp-main hr, #cp-menu hr {
  1900.         border-color: #bfbfbf;
  1901. }
  1902.  
  1903. #cp-main .panel p {
  1904.         font-size: 1.1em;
  1905. }
  1906.  
  1907. #cp-main .panel ol {
  1908.         margin-left: 2em;
  1909.         font-size: 1.1em;
  1910. }
  1911.  
  1912. #cp-main .panel li.row {
  1913.         border-bottom: 1px solid #cbcbcb;
  1914.         border-top: 1px solid #F9F9F9;
  1915. }
  1916.  
  1917. ul.cplist {
  1918.         margin-bottom: 5px;
  1919.         border-top: 1px solid #cbcbcb;
  1920. }
  1921.  
  1922. #cp-main .panel li.header dd, #cp-main .panel li.header dt {
  1923.         color: #000000;
  1924.         margin-bottom: 2px;
  1925. }
  1926.  
  1927. #cp-main table.table1 {
  1928.         margin-bottom: 1em;
  1929. }
  1930.  
  1931. #cp-main table.table1 thead th {
  1932.         color: #333333;
  1933.         font-weight: bold;
  1934.         border-bottom: 1px solid #333333;
  1935.         padding: 5px;
  1936. }
  1937.  
  1938. #cp-main table.table1 tbody th {
  1939.         font-style: italic;
  1940.         background-color: transparent !important;
  1941.         border-bottom: none;
  1942. }
  1943.  
  1944. #cp-main .pagination {
  1945.         float: right;
  1946.         width: auto;
  1947.         padding-top: 1px;
  1948. }
  1949.  
  1950. #cp-main .postbody p {
  1951.         font-size: 1.1em;
  1952. }
  1953.  
  1954. #cp-main .pm-message {
  1955.         border: 1px solid #e2e2e2;
  1956.         margin: 10px 0;
  1957.         background-color: #FFFFFF;
  1958.         width: auto;
  1959.         float: none;
  1960. }
  1961.  
  1962. .pm-message h2 {
  1963.         padding-bottom: 5px;
  1964. }
  1965.  
  1966. #cp-main .postbody h3, #cp-main .box2 h3 {
  1967.         margin-top: 0;
  1968. }
  1969.  
  1970. #cp-main .buttons {
  1971.         margin-left: 0;
  1972. }
  1973.  
  1974. #cp-main ul.linklist {
  1975.         margin: 0;
  1976. }
  1977.  
  1978. /* MCP Specific tweaks */
  1979. .mcp-main .postbody {
  1980.         width: 100%;
  1981. }
  1982.  
  1983. /* CP tabbed menu
  1984. ----------------------------------------*/
  1985. #tabs {
  1986.         line-height: normal;
  1987.         margin: 20px 0 -1px 7px;
  1988.         min-width: 570px;
  1989. }
  1990.  
  1991. #tabs ul {
  1992.         margin:0;
  1993.         padding: 0;
  1994.         list-style: none;
  1995. }
  1996.  
  1997. #tabs li {
  1998.         display: inline;
  1999.         margin: 0;
  2000.         padding: 0;
  2001.         font-size: 1em;
  2002.         font-weight: bold;
  2003. }
  2004.  
  2005. #tabs a {
  2006.         float: left;
  2007.         background: none no-repeat 0% -35px;
  2008.         margin: 0 1px 0 0;
  2009.         padding: 0 0 0 5px;
  2010.         text-decoration: none;
  2011.         position: relative;
  2012.         cursor: pointer;
  2013. }
  2014.  
  2015. #tabs a span {
  2016.         float: left;
  2017.         display: block;
  2018.         background: none no-repeat 100% -35px;
  2019.         padding: 6px 10px 6px 5px;
  2020.         color: #828282;
  2021.         white-space: nowrap;
  2022. }
  2023.  
  2024. #tabs a:hover span {
  2025.         color: #bcbcbc;
  2026. }
  2027.  
  2028. #tabs .activetab a {
  2029.         background-position: 0 0;
  2030.         border-bottom: 1px solid #ebebeb;
  2031. }
  2032.  
  2033. #tabs .activetab a span {
  2034.         background-position: 100% 0;
  2035.         padding-bottom: 7px;
  2036.         color: #333333;
  2037. }
  2038.  
  2039. #tabs a:hover {
  2040.         background-position: 0 -70px;
  2041. }
  2042.  
  2043. #tabs a:hover span {
  2044.         background-position:100% -70px;
  2045. }
  2046.  
  2047. #tabs .activetab a:hover {
  2048.         background-position: 0 0;
  2049. }
  2050.  
  2051. #tabs .activetab a:hover span {
  2052.         color: #000000;
  2053.         background-position: 100% 0;
  2054. }
  2055.  
  2056. /* Mini tabbed menu used in MCP
  2057. ----------------------------------------*/
  2058. #minitabs {
  2059.         line-height: normal;
  2060.         margin: -20px 7px 0 0;
  2061. }
  2062.  
  2063. #minitabs ul {
  2064.         margin:0;
  2065.         padding: 0;
  2066.         list-style: none;
  2067. }
  2068.  
  2069. #minitabs li {
  2070.         display: block;
  2071.         float: right;
  2072.         padding: 0 10px 4px 10px;
  2073.         font-size: 1em;
  2074.         font-weight: bold;
  2075.         background-color: #f2f2f2;
  2076.         margin-left: 2px;
  2077. }
  2078.  
  2079. #minitabs a {
  2080. }
  2081.  
  2082. #minitabs a:hover {
  2083.         text-decoration: none;
  2084. }
  2085.  
  2086. #minitabs li.activetab {
  2087.         background-color: #F9F9F9;
  2088. }
  2089.  
  2090. #minitabs li.activetab a, #minitabs li.activetab a:hover {
  2091.         color: #333333;
  2092. }
  2093.  
  2094. /* UCP navigation menu
  2095. ----------------------------------------*/
  2096. /* Container for sub-navigation list */
  2097. #navigation {
  2098.         width: 100%;
  2099.         padding-top: 36px;
  2100. }
  2101.  
  2102. #navigation ul {
  2103.         list-style:none;
  2104. }
  2105.  
  2106. /* Default list state */
  2107. #navigation li {
  2108.         margin: 1px 0;
  2109.         padding: 0;
  2110.         font-weight: bold;
  2111.         display: inline;
  2112. }
  2113.  
  2114. /* Link styles for the sub-section links */
  2115. #navigation a {
  2116.         display: block;
  2117.         padding: 5px;
  2118.         margin: 1px 0;
  2119.         text-decoration: none;
  2120.         font-weight: bold;
  2121.         color: #333;
  2122.         background: #cfcfcf none repeat-y 100% 0;
  2123. }
  2124.  
  2125. #navigation a:hover {
  2126.         text-decoration: none;
  2127.         background-color: #c6c6c6;
  2128.         color: #bcbcbc;
  2129.         background-image: none;
  2130. }
  2131.  
  2132. #navigation #active-subsection a {
  2133.         display: block;
  2134.         color: #d3d3d3;
  2135.         background-color: #F9F9F9;
  2136.         background-image: none;
  2137. }
  2138.  
  2139. #navigation #active-subsection a:hover {
  2140.         color: #d3d3d3;
  2141. }
  2142.  
  2143. /* Preferences pane layout
  2144. ----------------------------------------*/
  2145. #cp-main h2 {
  2146.         border-bottom: none;
  2147.         padding: 0;
  2148.         margin-left: 10px;
  2149.         color: #333333;
  2150. }
  2151.  
  2152. #cp-main .panel {
  2153.         background-color: #F9F9F9;
  2154. }
  2155.  
  2156. #cp-main .pm {
  2157.         background-color: #FFFFFF;
  2158. }
  2159.  
  2160. #cp-main span.corners-top, #cp-menu span.corners-top {
  2161.         background-image: none;
  2162. }
  2163.  
  2164. #cp-main span.corners-top span, #cp-menu span.corners-top span {
  2165.         background-image: none;
  2166. }
  2167.  
  2168. #cp-main span.corners-bottom, #cp-menu span.corners-bottom {
  2169.         background-image: none;
  2170. }
  2171.  
  2172. #cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
  2173.         background-image: none;
  2174. }
  2175.  
  2176. /* Topicreview */
  2177. #cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
  2178.         background-image: none;
  2179. }
  2180.  
  2181. #cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
  2182.         background-image: none;
  2183. }
  2184.  
  2185. #cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
  2186.         background-image: none;
  2187. }
  2188.  
  2189. #cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
  2190.         background-image: none;
  2191. }
  2192.  
  2193. /* Friends list */
  2194. .cp-mini {
  2195.         background-color: #f9f9f9;
  2196.         padding: 0 5px;
  2197.         margin: 10px 15px 10px 5px;
  2198. }
  2199.  
  2200. .cp-mini span.corners-top, .cp-mini span.corners-bottom {
  2201.         margin: 0 -5px;
  2202. }
  2203.  
  2204. dl.mini dt {
  2205.         font-weight: bold;
  2206.         color: #676767;
  2207. }
  2208.  
  2209. dl.mini dd {
  2210.         padding-top: 4px;
  2211. }
  2212.  
  2213. .friend-online {
  2214.         font-weight: bold;
  2215. }
  2216.  
  2217. .friend-offline {
  2218.         font-style: italic;
  2219. }
  2220.  
  2221. /* PM Styles
  2222. ----------------------------------------*/
  2223. #pm-menu {
  2224.         line-height: 2.5em;
  2225. }
  2226.  
  2227. /* PM Message history */
  2228. .current {
  2229.         color: #999999;
  2230. }
  2231.  
  2232. /* Defined rules list for PM options */
  2233. ol.def-rules {
  2234.         padding-left: 0;
  2235. }
  2236.  
  2237. ol.def-rules li {
  2238.         line-height: 180%;
  2239.         padding: 1px;
  2240. }
  2241.  
  2242. /* PM marking colours */
  2243. .pmlist li.bg1 {
  2244.         border: solid 3px transparent;
  2245.         border-width: 0 3px;
  2246. }
  2247.  
  2248. .pmlist li.bg2 {
  2249.         border: solid 3px transparent;
  2250.         border-width: 0 3px;
  2251. }
  2252.  
  2253. .pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  2254.         border-left-color: #bcbcbc;
  2255.         border-right-color: #bcbcbc;
  2256. }
  2257.  
  2258. .pmlist li.pm_marked_colour, .pm_marked_colour {
  2259.         border: solid 3px #ffffff;
  2260.         border-width: 0 3px;
  2261. }
  2262.  
  2263. .pmlist li.pm_replied_colour, .pm_replied_colour {
  2264.         border: solid 3px #c2c2c2;
  2265.         border-width: 0 3px;   
  2266. }
  2267.  
  2268. .pmlist li.pm_friend_colour, .pm_friend_colour {
  2269.         border: solid 3px #bdbdbd;
  2270.         border-width: 0 3px;
  2271. }
  2272.  
  2273. .pmlist li.pm_foe_colour, .pm_foe_colour {
  2274.         border: solid 3px #000000;
  2275.         border-width: 0 3px;
  2276. }
  2277.  
  2278. .pm-legend {
  2279.         border-left-width: 10px;
  2280.         border-left-style: solid;
  2281.         border-right-width: 0;
  2282.         margin-bottom: 3px;
  2283.         padding-left: 3px;
  2284. }
  2285.  
  2286. /* Avatar gallery */
  2287. #gallery label {
  2288.         position: relative;
  2289.         float: left;
  2290.         margin: 10px;
  2291.         padding: 5px;
  2292.         width: auto;
  2293.         background: #FFFFFF;
  2294.         border: 1px solid #CCC;
  2295.         text-align: center;
  2296. }
  2297.  
  2298. #gallery label:hover {
  2299.         background-color: #EEE;
  2300. }
  2301. /* proSilver Form Styles
  2302. ---------------------------------------- */
  2303.  
  2304. /* General form styles
  2305. ----------------------------------------*/
  2306. fieldset {
  2307.         border-width: 0;
  2308.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2309.         font-size: 1.1em;
  2310. }
  2311.  
  2312. input {
  2313.         font-weight: normal;
  2314.         cursor: pointer;
  2315.         vertical-align: middle;
  2316.         padding: 0 3px;
  2317.         font-size: 1em;
  2318.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2319. }
  2320.  
  2321. select {
  2322.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2323.         font-weight: normal;
  2324.         cursor: pointer;
  2325.         vertical-align: middle;
  2326.         border: 1px solid #666666;
  2327.         padding: 1px;
  2328.         background-color: #FAFAFA;
  2329. }
  2330.  
  2331. option {
  2332.         padding-right: 1em;
  2333. }
  2334.  
  2335. option.disabled-option {
  2336.         color: graytext;
  2337. }
  2338.  
  2339. textarea {
  2340.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2341.         width: 60%;
  2342.         padding: 2px;
  2343.         font-size: 1em;
  2344.         line-height: 1.4em;
  2345. }
  2346.  
  2347. label {
  2348.         cursor: default;
  2349.         padding-right: 5px;
  2350.         color: #676767;
  2351. }
  2352.  
  2353. label input {
  2354.         vertical-align: middle;
  2355. }
  2356.  
  2357. label img {
  2358.         vertical-align: middle;
  2359. }
  2360.  
  2361. /* Definition list layout for forms
  2362. ---------------------------------------- */
  2363. fieldset dl {
  2364.         padding: 4px 0;
  2365. }
  2366.  
  2367. fieldset dt {
  2368.         float: left;   
  2369.         width: 40%;
  2370.         text-align: left;
  2371.         display: block;
  2372. }
  2373.  
  2374. fieldset dd {
  2375.         margin-left: 41%;
  2376.         vertical-align: top;
  2377.         margin-bottom: 3px;
  2378. }
  2379.  
  2380. /* Specific layout 1 */
  2381. fieldset.fields1 dt {
  2382.         width: 15em;
  2383.         border-right-width: 0;
  2384. }
  2385.  
  2386. fieldset.fields1 dd {
  2387.         margin-left: 15em;
  2388.         border-left-width: 0;
  2389. }
  2390.  
  2391. fieldset.fields1 {
  2392.         background-color: transparent;
  2393. }
  2394.  
  2395. fieldset.fields1 div {
  2396.         margin-bottom: 3px;
  2397. }
  2398.  
  2399. /* Specific layout 2 */
  2400. fieldset.fields2 dt {
  2401.         width: 15em;
  2402.         border-right-width: 0;
  2403. }
  2404.  
  2405. fieldset.fields2 dd {
  2406.         margin-left: 16em;
  2407.         border-left-width: 0;
  2408. }
  2409.  
  2410. /* Form elements */
  2411. dt label {
  2412.         font-weight: bold;
  2413.         text-align: left;
  2414. }
  2415.  
  2416. dd label {
  2417.         white-space: nowrap;
  2418.         color: #333;
  2419. }
  2420.  
  2421. dd input, dd textarea {
  2422.         margin-right: 3px;
  2423. }
  2424.  
  2425. dd select {
  2426.         width: auto;
  2427. }
  2428.  
  2429. dd textarea {
  2430.         width: 85%;
  2431. }
  2432.  
  2433. /* Hover effects */
  2434. fieldset dl:hover dt label {
  2435.         color: #000000;
  2436. }
  2437.  
  2438. fieldset.fields2 dl:hover dt label {
  2439.         color: inherit;
  2440. }
  2441.  
  2442. #timezone {
  2443.         width: 95%;
  2444. }
  2445.  
  2446. * html #timezone {
  2447.         width: 50%;
  2448. }
  2449.  
  2450. /* Quick-login on index page */
  2451. fieldset.quick-login {
  2452.         margin-top: 5px;
  2453. }
  2454.  
  2455. fieldset.quick-login input {
  2456.         width: auto;
  2457. }
  2458.  
  2459. fieldset.quick-login input.inputbox {
  2460.         width: 15%;
  2461.         vertical-align: middle;
  2462.         margin-right: 5px;
  2463.         background-color: #f3f3f3;
  2464. }
  2465.  
  2466. fieldset.quick-login label {
  2467.         white-space: nowrap;
  2468.         padding-right: 2px;
  2469. }
  2470.  
  2471. /* Display options on viewtopic/viewforum pages  */
  2472. fieldset.display-options {
  2473.         text-align: center;
  2474.         margin: 3px 0 5px 0;
  2475. }
  2476.  
  2477. fieldset.display-options label {
  2478.         white-space: nowrap;
  2479.         padding-right: 2px;
  2480. }
  2481.  
  2482. fieldset.display-options a {
  2483.         margin-top: 3px;
  2484. }
  2485.  
  2486. /* Display actions for ucp and mcp pages */
  2487. fieldset.display-actions {
  2488.         text-align: right;
  2489.         line-height: 2em;
  2490.         white-space: nowrap;
  2491.         padding-right: 1em;
  2492. }
  2493.  
  2494. fieldset.display-actions label {
  2495.         white-space: nowrap;
  2496.         padding-right: 2px;
  2497. }
  2498.  
  2499. fieldset.sort-options {
  2500.         line-height: 2em;
  2501. }
  2502.  
  2503. /* MCP forum selection*/
  2504. fieldset.forum-selection {
  2505.         margin: 5px 0 3px 0;
  2506.         float: right;
  2507. }
  2508.  
  2509. fieldset.forum-selection2 {
  2510.         margin: 13px 0 3px 0;
  2511.         float: right;
  2512. }
  2513.  
  2514. /* Jumpbox */
  2515. fieldset.jumpbox {
  2516.         text-align: right;
  2517.         margin-top: 15px;
  2518.         height: 2.5em;
  2519. }
  2520.  
  2521. fieldset.quickmod {
  2522.         width: 50%;
  2523.         float: right;
  2524.         text-align: right;
  2525.         height: 2.5em;
  2526. }
  2527.  
  2528. /* Submit button fieldset */
  2529. fieldset.submit-buttons {
  2530.         text-align: center;
  2531.         vertical-align: middle;
  2532.         margin: 5px 0;
  2533. }
  2534.  
  2535. fieldset.submit-buttons input {
  2536.         vertical-align: middle;
  2537.         padding-top: 3px;
  2538.         padding-bottom: 3px;
  2539. }
  2540.  
  2541. /* Posting page styles
  2542. ----------------------------------------*/
  2543.  
  2544. /* Buttons used in the editor */
  2545. #format-buttons {
  2546.         margin: 15px 0 2px 0;
  2547. }
  2548.  
  2549. #format-buttons input, #format-buttons select {
  2550.         vertical-align: middle;
  2551. }
  2552.  
  2553. /* Main message box */
  2554. #message-box {
  2555.         width: 80%;
  2556. }
  2557.  
  2558. #message-box textarea {
  2559.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2560.         width: 100%;
  2561.         font-size: 1.2em;
  2562.         color: #333333;
  2563. }
  2564.  
  2565. /* Emoticons panel */
  2566. #smiley-box {
  2567.         width: 18%;
  2568.         float: right;
  2569. }
  2570.  
  2571. #smiley-box img {
  2572.         margin: 3px;
  2573. }
  2574.  
  2575. /* Input field styles
  2576. ---------------------------------------- */
  2577. .inputbox {
  2578.         background-color: #FFFFFF;
  2579.         border: 1px solid #c0c0c0;
  2580.         color: #333333;
  2581.         padding: 2px;
  2582.         cursor: text;
  2583. }
  2584.  
  2585. .inputbox:hover {
  2586.         border: 1px solid #eaeaea;
  2587. }
  2588.  
  2589. .inputbox:focus {
  2590.         border: 1px solid #eaeaea;
  2591.         color: #4b4b4b;
  2592. }
  2593.  
  2594. input.inputbox  { width: 85%; }
  2595. input.medium    { width: 50%; }
  2596. input.narrow    { width: 25%; }
  2597. input.tiny              { width: 140px; }
  2598.  
  2599. textarea.inputbox {
  2600.         width: 85%;
  2601. }
  2602.  
  2603. .autowidth {
  2604.         width: auto !important;
  2605. }
  2606.  
  2607. /* Form button styles
  2608. ---------------------------------------- */
  2609. input.button1, input.button2 {
  2610.         font-size: 1em;
  2611. }
  2612.  
  2613. a.button1, input.button1, input.button3, a.button2, input.button2 {
  2614.         width: auto !important;
  2615.         padding-top: 1px;
  2616.         padding-bottom: 1px;
  2617.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2618.         color: #000;
  2619.         background: #FAFAFA none repeat-x top;
  2620. }
  2621.  
  2622. a.button1, input.button1 {
  2623.         font-weight: bold;
  2624.         border: 1px solid #666666;
  2625. }
  2626.  
  2627. input.button3 {
  2628.         padding: 0;
  2629.         margin: 0;
  2630.         line-height: 5px;
  2631.         height: 12px;
  2632.         background-image: none;
  2633.         font-variant: small-caps;
  2634. }
  2635.  
  2636. /* Alternative button */
  2637. a.button2, input.button2, input.button3 {
  2638.         border: 1px solid #666666;
  2639. }
  2640.  
  2641. /* <a> button in the style of the form buttons */
  2642. a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  2643.         text-decoration: none;
  2644.         color: #000000;
  2645.         padding: 2px 8px;
  2646.         line-height: 250%;
  2647.         vertical-align: text-bottom;
  2648.         background-position: 0 1px;
  2649. }
  2650.  
  2651. /* Hover states */
  2652. a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  2653.         border: 1px solid #BCBCBC;
  2654.         background-position: 0 100%;
  2655.         color: #BCBCBC;
  2656. }
  2657.  
  2658. input.disabled {
  2659.         font-weight: normal;
  2660.         color: #666666;
  2661. }
  2662.  
  2663. /* Topic and forum Search */
  2664. .search-box {
  2665.         margin-top: 3px;
  2666.         margin-left: 5px;
  2667.         float: left;
  2668. }
  2669.  
  2670.  
  2671. input.search {
  2672.         background-image: none;
  2673.         background-repeat: no-repeat;
  2674.         background-position: left 1px;
  2675.         padding-left: 17px;
  2676. }
  2677.  
  2678. .full { width: 95%; }
  2679. .medium { width: 50%;}
  2680. .narrow { width: 25%;}
  2681. .tiny { width: 10%;}
  2682. /* proSilver Style Sheet Tweaks
  2683.  
  2684. These style definitions are mainly IE specific
  2685. tweaks required due to its poor CSS support.
  2686. -------------------------------------------------*/
  2687.  
  2688. * html table, * html select, * html input { font-size: 100%; }
  2689. * html hr { margin: 0; }
  2690.  
  2691. table.table1 {
  2692.         width: 99%;             /* IE < 6 browsers */
  2693.         /* Tantek hack */
  2694.         width: 100%;
  2695. }
  2696. html>body table.table1 { width: 100%; } /* Reset 100% for opera */
  2697.  
  2698. * html ul.topiclist li { position: relative; }
  2699. * html .postbody h3 img { vertical-align: middle; }
  2700.  
  2701. /* Form styles */
  2702. html>body dd label input { vertical-align: text-bottom; }       /* Align checkboxes/radio buttons nicely */
  2703.  
  2704. * html input.button1, * html input.button2 {
  2705.         padding-bottom: 0;
  2706.         margin-bottom: 1px;
  2707. }
  2708.  
  2709. /* Misc layout styles */
  2710. * html .column1, * html .column2 { width: 45%; }
  2711.  
  2712. /* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
  2713.    From http://www.positioniseverything.net/easyclearing.html
  2714. #tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
  2715.         content: ".";
  2716.         display: block;
  2717.         height: 0;
  2718.         clear: both;
  2719.         visibility: hidden;
  2720. }*/
  2721.  
  2722. .clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
  2723.         height: 1%;
  2724.         overflow: hidden;
  2725. }
  2726.  
  2727. /* viewtopic fix */
  2728. * html .post {
  2729.         height: 25%;
  2730.         overflow: hidden;
  2731. }
  2732.  
  2733. /* navbar fix */
  2734. * html .clearfix, * html .navbar, ul.linklist {
  2735.         height: 4%;
  2736.         overflow: hidden;
  2737. }
  2738.  
  2739. /* Simple fix so forum and topic lists always have a min-height set, even in IE6
  2740.         From http://www.dustindiaz.com/min-height-fast-hack */
  2741. dl.icon {
  2742.         min-height: 35px;
  2743.         height: auto !important;
  2744.         height: 35px;
  2745. }
  2746.  
  2747. * html #search-box {
  2748.         width: 25%;
  2749. }
  2750.  
  2751. /* Correctly clear floating for details on profile view */
  2752. *:first-child+html dl.details dd {
  2753.         margin-left: 30%;
  2754.         float: none;
  2755. }
  2756.  
  2757. * html dl.details dd {
  2758.         margin-left: 30%;
  2759.         float: none;
  2760. }
  2761. /*     
  2762. --------------------------------------------------------------
  2763. Colours and backgrounds for common.css
  2764. -------------------------------------------------------------- */
  2765.  
  2766. html, body {
  2767.         color: #404040;
  2768.         background-color: #FFFFFF;
  2769. }
  2770.  
  2771. h2 {
  2772.         color: #28313F;
  2773. }
  2774.  
  2775. h3 {
  2776.         border-bottom-color: #CCCCCC;
  2777.         color: #D70751;
  2778. }
  2779.  
  2780. hr {
  2781.         border-color: #d70751;
  2782.         border-top-color: #CCCCCC;
  2783. }
  2784.  
  2785. hr.dashed {
  2786.         border-top-color: #CCCCCC;
  2787. }
  2788.  
  2789. /* Search box
  2790. ---------------------------------------------
  2791.  
  2792. #search-box {
  2793.         color: #000000;
  2794. }
  2795.  
  2796. #search-box #keywords {
  2797.         background-color: #FFF;
  2798. }
  2799.  
  2800. #search-box input {
  2801.         border-color: #D70751;
  2802. }
  2803. */
  2804. /* Round cornered boxes and backgrounds
  2805. ---------------------------------------- */
  2806. .navbar {
  2807.         background-color: #DBDBDB;
  2808. }
  2809.  
  2810. .forabg {
  2811.         background-color: #DBDBDB;
  2812.         border: 1px solid #d0d0d0;
  2813.         border-left: 3px solid #d70751;
  2814.         color: #000000;
  2815. }
  2816.  
  2817. .forumbg {
  2818.         background-color: #DBDBDB;
  2819.         border: 1px solid #d0d0d0;
  2820.         border-left: 3px solid #d70751;
  2821.         color: #000000;
  2822. }
  2823.  
  2824. .panel {
  2825.         background-color: #F2F2F2;
  2826. }
  2827.  
  2828. .panel {
  2829.         background-color: #F2F2F2;
  2830. }
  2831.  
  2832. .post:target .content {
  2833.         color: #000000;
  2834. }
  2835.  
  2836. .post:target h3 a {
  2837.         color: #000000;
  2838. }
  2839.  
  2840. .bg1    { background-color: #F2F2F2; }
  2841. .bg2    { background-color: #e3e3e3;  }
  2842. .bg3    { background-color: #DBDBDB; }
  2843.  
  2844. .ucprowbg {
  2845.         background-color: #DCDEE2;
  2846. }
  2847.  
  2848. .fieldsbg {
  2849.         background-color: #E7E8EA;
  2850. }
  2851.  
  2852.  
  2853. /* Horizontal lists
  2854. ----------------------------------------*/
  2855.  
  2856. ul.navlinks {
  2857.         border-bottom-color: #FFFFFF;
  2858. }
  2859.  
  2860. /* Table styles
  2861. ----------------------------------------*/
  2862. table.table1 thead th {
  2863.         color: #000000;
  2864. }
  2865.  
  2866. table.table1 tbody tr {
  2867.         border-color: #BFC1CF;
  2868. }
  2869.  
  2870. table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  2871.         background-color: #F6F4D0;
  2872.         color: #000;
  2873. }
  2874.  
  2875. table.table1 td {
  2876.         color: #404040;
  2877. }
  2878.  
  2879. table.table1 tbody td {
  2880.         border-top-color: #FAFAFA;
  2881. }
  2882.  
  2883. table.table1 tbody th {
  2884.         border-bottom-color: #000000;
  2885.         color: #333333;
  2886.         background-color: #FFFFFF;
  2887. }
  2888.  
  2889. table.info tbody th {
  2890.         color: #000000;
  2891. }
  2892.  
  2893. /* Misc layout styles
  2894. ---------------------------------------- */
  2895. dl.details dt {
  2896.         color: #000000;
  2897. }
  2898.  
  2899. dl.details dd {
  2900.         color: #404040;
  2901. }
  2902.  
  2903. .sep {
  2904.         color: #D70751;
  2905. }
  2906.  
  2907. /* Pagination
  2908. ---------------------------------------- */
  2909.  
  2910. .pagination span strong {
  2911.         color: #FFFFFF;
  2912.         background-color: #D70751;
  2913.         border-color: #D70751;
  2914. }
  2915.  
  2916. .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  2917.         color: #D70751;
  2918.         background-color: #ECEDEE;
  2919.         border-color: #B4BAC0;
  2920. }
  2921.  
  2922. .pagination span a:hover {
  2923.         border-color: #D70751;
  2924.         background-color: #D70751;
  2925.         color: #FFF;
  2926. }
  2927.  
  2928. /* Pagination in viewforum for multipage topics */
  2929. .row .pagination {
  2930.         background-image: url("./images/icon_pages.gif");
  2931. }
  2932.  
  2933. .row .pagination span a, li.pagination span a {
  2934.         background-color: #FFFFFF;
  2935. }
  2936.  
  2937. .row .pagination span a:hover, li.pagination span a:hover {
  2938.         background-color: #D70751;
  2939. }
  2940.  
  2941. /* Miscellaneous styles
  2942. ---------------------------------------- */
  2943.  
  2944. .error {
  2945.         color: #d70751;
  2946. }
  2947.  
  2948. .reported {
  2949.         background-color: #F7ECEF;
  2950. }
  2951.  
  2952. li.reported:hover {
  2953.         background-color: #ECD5D8 !important;
  2954. }
  2955. .sticky, .announce {
  2956.         /* you can add a background for stickies and announcements*/
  2957. }
  2958.  
  2959. div.rules {
  2960.         background-color: #ECD5D8;
  2961.         color: #d70751;
  2962. }
  2963.  
  2964. p.rules {
  2965.         background-color: #ECD5D8;
  2966.         background-image: none;
  2967. }
  2968.  
  2969. /*     
  2970. --------------------------------------------------------------
  2971. Colours and backgrounds for links.css
  2972. -------------------------------------------------------------- */
  2973.  
  2974. a:link  { color: #4D4D4D; }
  2975. a:visited       { color: #4D4D4D; }
  2976. a:hover { color: #4D4D4D; }
  2977. a:active        { color: #4D4D4D; }
  2978.  
  2979. /* Links on gradient backgrounds */
  2980. #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
  2981.         color: #000000;
  2982.         text-transform: uppercase;
  2983.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2984.         font-size: 10pt;
  2985.         width:100%;
  2986.         color:#000000;
  2987. }
  2988.  
  2989. #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
  2990.         color: #000000;
  2991.         text-transform: uppercase;
  2992.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  2993.         font-size: 10pt;
  2994.         width:100%;
  2995. }
  2996.  
  2997. #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  2998.         color: #000000;
  2999. }
  3000.  
  3001. #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
  3002.         color: #000000;
  3003. }
  3004.  
  3005. /* Links for forum/topic lists */
  3006. a.forumtitle {
  3007.         color: #4D4D4D;
  3008. }
  3009.  
  3010. /* a.forumtitle:visited { color: #4D4D4D; } */
  3011.  
  3012. a.forumtitle:hover {
  3013.         color: #4D4D4D;
  3014. }
  3015.  
  3016. a.forumtitle:active {
  3017.         color: #4D4D4D;
  3018. }
  3019.  
  3020. a.topictitle {
  3021.         color: #4D4D4D;
  3022. }
  3023.  
  3024. /* a.topictitle:visited { color: #4D4D4D; } */
  3025.  
  3026. a.topictitle:hover {
  3027.         color: #4D4D4D;
  3028. }
  3029.  
  3030. a.topictitle:active {
  3031.         color: #4D4D4D;
  3032. }
  3033.  
  3034. /* Post body links */
  3035. .postlink {
  3036.         text-decoration: none;
  3037.         color: #D70751;
  3038. }
  3039.  
  3040. .postlink:visited {
  3041.         text-decoration: none;
  3042.         color: #D70751;
  3043. }
  3044.  
  3045. .postlink:active {
  3046.         text-decoration: none;
  3047.         color: #D70751;
  3048. }
  3049.  
  3050. .postlink:hover {
  3051.         text-decoration: underline;
  3052.         color: #D70751;
  3053. }
  3054.  
  3055. .signature a, .signature a:visited, .signature a:active, .signature a:hover {
  3056.         background-color: transparent;
  3057. }
  3058.  
  3059. /* Profile links */
  3060. .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
  3061.         color: #D70751;
  3062.         text-decoration: none;
  3063. }
  3064.  
  3065. .postprofile a:hover, .postprofile dt.author a:hover {
  3066.         text-decoration: underline;
  3067. }
  3068.  
  3069. /* Profile searchresults */    
  3070. .search .postprofile a {
  3071.         color: #D70751;
  3072. }
  3073.  
  3074. .search .postprofile a:hover {
  3075.         color: #D70751;
  3076. }
  3077.  
  3078. /* Back to top of page */
  3079. a.top {
  3080.         background-image: url("{T_IMAGESET_PATH}/icon_back_top.gif");
  3081. }
  3082.  
  3083. a.top2 {
  3084.         background-image: url("{T_IMAGESET_PATH}/icon_back_top.gif");
  3085. }
  3086.  
  3087. /* Arrow links  */
  3088. a.up            { background-image: url("./images/arrow_up.gif") }
  3089. a.down          { background-image: url("./images/arrow_down.gif") }
  3090. a.left          { background-image: url("./images/arrow_left.gif") }
  3091. a.right         { background-image: url("./images/arrow_right.gif") }
  3092.  
  3093. a.up:hover {
  3094.         background-color: transparent;
  3095. }
  3096.  
  3097. a.left:hover {
  3098.         color: #D70751;
  3099. }
  3100.  
  3101. a.right:hover {
  3102.         color: #D70751;
  3103. }
  3104.  
  3105.  
  3106. /*     
  3107. --------------------------------------------------------------
  3108. Colours and backgrounds for content.css
  3109. -------------------------------------------------------------- */
  3110.  
  3111. ul.forums {
  3112.         background-color: #F0F0F0;
  3113. }
  3114.  
  3115. ul.topiclist li {
  3116.         color: #404040;
  3117. }
  3118.  
  3119. ul.topiclist dd {
  3120.         border-left-color: #FFFFFF;
  3121. }
  3122.  
  3123. .rtl ul.topiclist dd {
  3124.         border-right-color: #fff;
  3125.         border-left-color: transparent;
  3126. }
  3127.  
  3128. ul.topiclist li.row dt a.subforum.read {
  3129.         background-image: url("{T_IMAGESET_PATH}/subforum_read.gif");
  3130. }
  3131.  
  3132. ul.topiclist li.row dt a.subforum.unread {
  3133.         background-image: url("{T_IMAGESET_PATH}/subforum_unread.gif");
  3134.         background-color: #D70751;
  3135. }
  3136.  
  3137. li.row {
  3138.         border-top-color:  #FFFFFF;
  3139.         border-bottom-color: #B0B0B0;
  3140. }
  3141.  
  3142. li.row strong {
  3143.         color: #000000;
  3144. }
  3145.  
  3146. li.row:hover {
  3147.         background-color: #F6F4D0;
  3148. }
  3149.  
  3150. li.row:hover dd {
  3151.         border-left-color: #CCCCCC;
  3152. }
  3153.  
  3154. .rtl li.row:hover dd {
  3155.         border-right-color: #CCCCCC;
  3156.         border-left-color: transparent;
  3157. }
  3158.  
  3159. li.header dt, li.header dd {
  3160.         color: #000000;
  3161. }
  3162.  
  3163. /* Forum list column styles */
  3164. ul.topiclist dd.searchextra {
  3165.         color: #333333;
  3166. }
  3167.  
  3168. /* Post body styles
  3169. ----------------------------------------*/
  3170. .postbody {
  3171.         color: #333333;
  3172. }
  3173.  
  3174. /* Content container styles
  3175. ----------------------------------------*/
  3176. .content {
  3177.         color: #333333;
  3178. }
  3179.  
  3180. .content h2, .panel h2 {
  3181.         color: #D70751;
  3182.         border-bottom-color:  #CCCCCC;
  3183. }
  3184.  
  3185. dl.faq dt {
  3186.         color: #333333;
  3187. }
  3188.  
  3189. .posthilit {
  3190.         background-color: #F3BFCC;
  3191.         color: #d70751;
  3192. }
  3193.  
  3194. /* Post signature */
  3195. .signature {
  3196.         border-top-color: #CCCCCC;
  3197. }
  3198.  
  3199. /* Post noticies */
  3200. .notice {
  3201.         border-top-color:  #CCCCCC;
  3202. }
  3203.  
  3204. /* BB Code styles
  3205. ----------------------------------------*/
  3206. /* Quote block */
  3207. blockquote {
  3208.         background-color: #EBEADD;
  3209.         background-image: url("./images/quote.gif");
  3210.         border-color:#DBDBCE;
  3211. }
  3212.  
  3213. blockquote blockquote {
  3214.         /* Nested quotes */
  3215.         background-color:#EFEED9;
  3216. }
  3217.  
  3218. blockquote blockquote blockquote {
  3219.         /* Nested quotes */
  3220.         background-color: #EBEADD;
  3221. }
  3222.  
  3223. /* Code block */
  3224. dl.codebox {
  3225.         background-color: #FFFFFF;
  3226.         border-color: #C9D2D8;
  3227. }
  3228.  
  3229. dl.codebox dt {
  3230.         border-bottom-color:  #CCCCCC;
  3231. }
  3232.  
  3233. dl.codebox code {
  3234.         color: #2E8B57;
  3235. }
  3236.  
  3237. .syntaxbg               { color: #000000; }
  3238. .syntaxcomment  { color: #FF8000; }
  3239. .syntaxdefault  { color: #0000BB; }
  3240. .syntaxhtml             { color: #000000; }
  3241. .syntaxkeyword  { color: #007700; }
  3242. .syntaxstring   { color: #DD0000; }
  3243.  
  3244. /* Attachments
  3245. ----------------------------------------*/
  3246. .attachbox {
  3247.         background-color: #FFFFFF;
  3248.         border-color:  #C9D2D8;
  3249. }
  3250.  
  3251. .pm-message .attachbox {
  3252.         background-color: #F2F3F3;
  3253. }
  3254.  
  3255. .attachbox dd {
  3256.         border-top-color: #C9D2D8;
  3257. }
  3258.  
  3259. .attachbox p {
  3260.         color: #666666;
  3261. }
  3262.  
  3263. .attachbox p.stats {
  3264.         color: #666666;
  3265. }
  3266.  
  3267. .attach-image img {
  3268.         border-color: #999999;
  3269. }
  3270.  
  3271. /* Inline image thumbnails */
  3272.  
  3273. dl.file dd {
  3274.         color: #666666;
  3275. }
  3276.  
  3277. dl.thumbnail img {
  3278.         border-color: #666666;
  3279.         background-color: #FFFFFF;
  3280. }
  3281.  
  3282. dl.thumbnail dd {
  3283.         color: #666666;
  3284. }
  3285.  
  3286. dl.thumbnail dt a:hover {
  3287.         background-color: #EEEEEE;
  3288. }
  3289.  
  3290. dl.thumbnail dt a:hover img {
  3291.         border-color: #D70751;
  3292. }
  3293.  
  3294. /* Post poll styles
  3295. ----------------------------------------*/
  3296.  
  3297. fieldset.polls dl {
  3298.         border-top-color: #DCDEE2;
  3299.         color: #666666;
  3300. }
  3301.  
  3302. fieldset.polls dl.voted {
  3303.         color: #000000;
  3304. }
  3305.  
  3306. fieldset.polls dd div {
  3307.         color: #000000;
  3308. }
  3309.  
  3310. .rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
  3311.         border-right-color: transparent;
  3312. }
  3313.  
  3314. .pollbar1 {
  3315.         background-color: #AA2346;
  3316.         border-bottom-color: #74162C;
  3317.         border-right-color: #74162C;
  3318. }
  3319.  
  3320. .rtl .pollbar1 {
  3321.         border-left-color: #74162C;
  3322. }
  3323.  
  3324. .pollbar2 {
  3325.         background-color: #BE1E4A;
  3326.         border-bottom-color: #8C1C38;
  3327.         border-right-color: #8C1C38;
  3328. }
  3329.  
  3330. .rtl .pollbar2 {
  3331.         border-left-color: #8C1C38;
  3332. }
  3333.  
  3334. .pollbar3 {
  3335.         background-color: #D11A4E;
  3336.         border-bottom-color: #AA2346;
  3337.         border-right-color: #AA2346;
  3338. }
  3339.  
  3340. .rtl .pollbar3 {
  3341.         border-left-color: #AA2346;
  3342. }
  3343.  
  3344. .pollbar4 {
  3345.         background-color: #E41653;
  3346.         border-bottom-color: #BE1E4A;
  3347.         border-right-color: #BE1E4A;
  3348. }
  3349.  
  3350. .rtl .pollbar4 {
  3351.         border-left-color: #BE1E4A;
  3352. }
  3353.  
  3354. .pollbar5 {
  3355.         background-color: #F81157;
  3356.         border-bottom-color: #D11A4E;
  3357.         border-right-color: #D11A4E;
  3358. }
  3359.  
  3360. .rtl .pollbar5 {
  3361.         border-left-color: #D11A4E;
  3362. }
  3363.  
  3364. /* Poster profile block
  3365. ----------------------------------------*/
  3366. .postprofile {
  3367.         color: #666666;
  3368.         border-left-color: #FFFFFF;
  3369. }
  3370.  
  3371. .rtl .postprofile {
  3372.         border-right-color: #FFFFFF;
  3373.         border-left-color: transparent;
  3374. }
  3375.  
  3376. .pm .postprofile {
  3377.         border-left-color: #DDDDDD;
  3378. }
  3379.  
  3380. .rtl .pm .postprofile {
  3381.         border-right-color: #DDDDDD;
  3382.         border-left-color: transparent;
  3383. }
  3384.  
  3385. .postprofile strong {
  3386.         color: #000000;
  3387. }
  3388.  
  3389. .online {
  3390.         background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
  3391. }
  3392.  
  3393. /*     
  3394. --------------------------------------------------------------
  3395. Colours and backgrounds for buttons.css
  3396. -------------------------------------------------------------- */
  3397.  
  3398. /* Big button images */
  3399. .reply-icon span        { background-image: url("{T_IMAGESET_LANG_PATH}/button_topic_reply.gif"); }
  3400. .post-icon span         { background-image: url("{T_IMAGESET_LANG_PATH}/button_topic_new.gif"); }
  3401. .locked-icon span       { background-image: url("{T_IMAGESET_LANG_PATH}/button_topic_locked.gif"); }
  3402. .pmreply-icon span      { background-image: url("{T_IMAGESET_LANG_PATH}/button_pm_reply.gif") ;}
  3403. .newpm-icon span        { background-image: url("{T_IMAGESET_LANG_PATH}/button_pm_new.gif") ;}
  3404. .forwardpm-icon span    { background-image: url("{T_IMAGESET_LANG_PATH}/button_pm_forward.gif") ;}
  3405.  
  3406. a.print {
  3407.         background-image: url("./images/icon_print.png");
  3408. }
  3409.  
  3410. a.sendemail {
  3411.         background-image: url("./images/icon_sendemail.png");
  3412. }
  3413.  
  3414. a.fontsize {
  3415.         background-image: url("./images/icon_fontsize.gif");
  3416. }
  3417.  
  3418. /* Icon images
  3419. ---------------------------------------- */
  3420. .sitehome                                               { background-image: url("./images/icon_home.gif"); }
  3421. .icon-faq                                               { background-image: url("./images/icon_faq.gif"); }
  3422. .icon-members                                   { background-image: url("./images/icon_members.gif"); }
  3423. .icon-home                                              { background-image: url("./images/icon_home.gif"); }
  3424. .icon-ucp                                               { background-image: url("./images/icon_ucp.gif"); }
  3425. .icon-register                                  { background-image: url("./images/icon_register.gif"); }
  3426. .icon-logout                                    { background-image: url("./images/icon_logout.gif"); }
  3427. .icon-bookmark                                  { background-image: url("./images/icon_bookmark.gif"); }
  3428. .icon-bump                                              { background-image: url("./images/icon_bump.gif"); }
  3429. .icon-subscribe                                 { background-image: url("./images/icon_subscribe.gif"); }
  3430. .icon-unsubscribe                               { background-image: url("./images/icon_unsubscribe.gif"); }
  3431. .icon-pages                                             { background-image: url("./images/icon_pages.gif"); }
  3432. .icon-search                                    { background-image: url("./images/icon_search.gif"); }
  3433.  
  3434. /* Profile & navigation icons */
  3435. .email-icon, .email-icon a              { background-image: url("{T_IMAGESET_PATH}/icon_contact_email.gif"); }
  3436. .aim-icon, .aim-icon a                  { background-image: url("{T_IMAGESET_PATH}/icon_contact_aim.gif"); }
  3437. .yahoo-icon, .yahoo-icon a              { background-image: url("{T_IMAGESET_PATH}/icon_contact_yahoo.gif"); }
  3438. .web-icon, .web-icon a                  { background-image: url("{T_IMAGESET_PATH}/icon_contact_www.gif"); }
  3439. .msnm-icon, .msnm-icon a                        { background-image: url("{T_IMAGESET_PATH}/icon_contact_msnm.gif"); }
  3440. .icq-icon, .icq-icon a                  { background-image: url("{T_IMAGESET_PATH}/icon_contact_icq.gif"); }
  3441. .jabber-icon, .jabber-icon a            { background-image: url("{T_IMAGESET_PATH}/icon_contact_jabber.gif"); }
  3442. .pm-icon, .pm-icon a                            { background-image: url("{T_IMAGESET_LANG_PATH}/icon_contact_pm.gif"); }
  3443. .quote-icon, .quote-icon a              { background-image: url("{T_IMAGESET_LANG_PATH}/icon_post_quote.gif"); }
  3444.  
  3445. /* Moderator icons */
  3446. .report-icon, .report-icon a            { background-image: url("{T_IMAGESET_PATH}/icon_post_report.gif"); }
  3447. .edit-icon, .edit-icon a                        { background-image: url("{T_IMAGESET_LANG_PATH}/icon_post_edit.gif"); }
  3448. .delete-icon, .delete-icon a            { background-image: url("{T_IMAGESET_PATH}/icon_post_delete.gif"); }
  3449. .info-icon, .info-icon a                        { background-image: url("{T_IMAGESET_PATH}/icon_post_info.gif"); }
  3450. .warn-icon, .warn-icon a                        { background-image: url("{T_IMAGESET_PATH}/icon_user_warn.gif"); } /* Need updated warn icon */
  3451.  
  3452. /*     
  3453. --------------------------------------------------------------
  3454. Colours and backgrounds for cp.css
  3455. -------------------------------------------------------------- */
  3456.  
  3457. /* Main CP box
  3458. ----------------------------------------*/
  3459.  
  3460. #cp-main h3, #cp-main hr, #cp-menu hr {
  3461.         border-color: #A4B3BF;
  3462. }
  3463.  
  3464. #cp-main .panel li.row {
  3465.         border-bottom-color: #B5C1CB;
  3466.         border-top-color: #F9F9F9;
  3467. }
  3468.  
  3469. ul.cplist {
  3470.         border-top-color: #B5C1CB;
  3471. }
  3472.  
  3473. #cp-main .panel li.header dd, #cp-main .panel li.header dt {
  3474.         color: #000000;
  3475. }
  3476.  
  3477. #cp-main table.table1 thead th {
  3478.         color: #333333;
  3479.         border-bottom-color: #333333;
  3480. }
  3481.  
  3482. #cp-main .pm-message {
  3483.         border-color: #DBDEE2;
  3484.         background-color: #FFFFFF;
  3485. }
  3486.  
  3487. /* CP tabbed menu
  3488. ----------------------------------------*/
  3489. #tabs a {
  3490.         background-image: url("./images/bg_tabs1.gif");
  3491. }
  3492.  
  3493. #tabs a span {
  3494.         background-image: url("./images/bg_tabs2.gif");
  3495.         color: #404040 ;
  3496. }
  3497.  
  3498. #tabs a:hover span {
  3499.         color: #d70751;
  3500. }
  3501.  
  3502. #tabs .activetab a {
  3503.         border-bottom-color: #DBDBDB;
  3504. }
  3505.  
  3506. #tabs .activetab a span {
  3507.         color: #333333;
  3508. }
  3509.  
  3510. #tabs .activetab a:hover span {
  3511.         color: #000000;
  3512. }
  3513.  
  3514. /* Mini tabbed menu used in MCP
  3515. ----------------------------------------*/
  3516. #minitabs li {
  3517.         background-color: #EAEAEA;
  3518. }
  3519.  
  3520. #minitabs li.activetab {
  3521.         background-color: #F9F9F9;
  3522. }
  3523.  
  3524. #minitabs li.activetab a, #minitabs li.activetab a:hover {
  3525.         color: #333333;
  3526. }
  3527.  
  3528. /* UCP navigation menu
  3529. ----------------------------------------*/
  3530.  
  3531. /* Link styles for the sub-section links */
  3532. #navigation a {
  3533.         color: #333;
  3534.         background-color: #C1C1C1;
  3535.         background-image: url("./images/bg_menu.gif");
  3536. }
  3537.  
  3538. #navigation a:hover {
  3539.         background-color: #B8B8B8;
  3540.         color: #d70751;
  3541. }
  3542.  
  3543. #navigation #active-subsection a {
  3544.         color: #D31141;
  3545.         background-color: #F9F9F9;
  3546.         background-image: none;
  3547. }
  3548.  
  3549. #navigation #active-subsection a:hover {
  3550.         color: #D31141;
  3551. }
  3552.  
  3553. /* Preferences pane layout
  3554. ----------------------------------------*/
  3555. #cp-main h2 {
  3556.         color: #333333;
  3557. }
  3558.  
  3559. #cp-main .panel {
  3560.         background-color: #F9F9F9;
  3561. }
  3562.  
  3563. #cp-main .pm {
  3564.         background-color: #FFFFFF;
  3565. }
  3566.  
  3567. /* Friends list */
  3568. .cp-mini {
  3569.         background-color: #f0f0f0;
  3570. }
  3571.  
  3572. dl.mini dt {
  3573.         color: #425067;
  3574. }
  3575.  
  3576. /* PM Styles
  3577. ----------------------------------------*/
  3578. /* PM Message history */
  3579. .current {
  3580.         color: #999999 !important;
  3581. }
  3582.  
  3583. /* PM marking colours */
  3584. .pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  3585.         border-left-color: #d70751;
  3586.         border-right-color: #d70751;
  3587. }
  3588.  
  3589. .pmlist li.pm_marked_colour, .pm_marked_colour {
  3590.         border-color: #FF6600;
  3591. }
  3592.  
  3593. .pmlist li.pm_replied_colour, .pm_replied_colour {
  3594.         border-color: #A9B8C2;
  3595. }
  3596.  
  3597. .pmlist li.pm_friend_colour, .pm_friend_colour {
  3598.         border-color: #D70751;
  3599. }
  3600.  
  3601. pmlist li.pm_foe_colour, .pm_foe_colour {
  3602.         border-color: #000000;
  3603. }
  3604.  
  3605. /* Avatar gallery */
  3606. #gallery label {
  3607.         background-color: #FFFFFF;
  3608.         border-color: #CCC;
  3609. }
  3610.  
  3611. #gallery label:hover {
  3612.         background-color: #EEE;
  3613. }
  3614.  
  3615. /*     
  3616. --------------------------------------------------------------
  3617. Colours and backgrounds for forms.css
  3618. -------------------------------------------------------------- */
  3619.  
  3620. /* General form styles
  3621. ----------------------------------------*/
  3622. select {
  3623.         border-color: #666666;
  3624.         background-color: #FAFAFA;
  3625. }
  3626.  
  3627. label {
  3628.         color: #425067;
  3629. }
  3630.  
  3631. option.disabled-option {
  3632.         color: graytext;
  3633. }
  3634.  
  3635. /* Definition list layout for forms
  3636. ---------------------------------------- */
  3637. dd label {
  3638.         color: #333;
  3639. }
  3640.  
  3641. /* Hover effects */
  3642. fieldset dl:hover dt label {
  3643.         color: #000000;
  3644. }
  3645.  
  3646. fieldset.fields2 dl:hover dt label {
  3647.         color: inherit;
  3648. }
  3649.  
  3650. /* Quick-login on index page */
  3651. fieldset.quick-login input.inputbox {
  3652.         background-color: #F2F3F3;
  3653. }
  3654.  
  3655. /* Posting page styles
  3656. ----------------------------------------*/
  3657.  
  3658. #message-box textarea {
  3659.         color: #333333;
  3660. }
  3661.  
  3662. /* Input field styles
  3663. ---------------------------------------- */
  3664. .inputbox {
  3665.         background-color: #FFFFFF;
  3666.         border-color: #B4BAC0;
  3667.         color: #333333;
  3668. }
  3669.  
  3670. .inputbox:hover {
  3671.         border-color: #D70751;
  3672. }
  3673.  
  3674. .inputbox:focus {
  3675.         border-color: #D70751;
  3676.         color: #4b4b4b;
  3677. }
  3678.  
  3679. /* Form button styles
  3680. ---------------------------------------- */
  3681.  
  3682. a.button1, input.button1, input.button3, a.button2, input.button2 {
  3683.         color: #000;
  3684.         background-color: #FAFAFA;
  3685.         background-image: url("./images/bg_button.gif");
  3686. }
  3687.  
  3688. a.button1, input.button1 {
  3689.         border-color: #666666;
  3690. }
  3691.  
  3692. input.button3 {
  3693.         background-image: none;
  3694. }
  3695.  
  3696. /* Alternative button */
  3697. a.button2, input.button2, input.button3 {
  3698.         border-color: #666666;
  3699. }
  3700.  
  3701. /* <a> button in the style of the form buttons */
  3702. a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  3703.         color: #000000;
  3704. }
  3705.  
  3706. /* Hover states */
  3707. a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  3708.         border-color: #d70751;
  3709.         color: #d70751;
  3710. }
  3711.  
  3712. input.search {
  3713.         background-image: url("./images/icon_textbox_search.gif");
  3714. }
  3715.  
  3716. input.disabled {
  3717.         color: #666666;
  3718. }
  3719.  
  3720. .page-sidebar-left {
  3721.         float:left;
  3722.         margin-top:4px;
  3723.         width:10%;
  3724. }
  3725.  
  3726. /* Menu item */
  3727. .menuitem
  3728. {
  3729.         padding: 0.1em 0.2em 0.1em 0.2em;
  3730.         -moz-border-radius-topright: 10%;
  3731.         -webkit-border-radius-topright: 10%;
  3732.         background-color: #f0f0f0;
  3733.         border: 1px solid #d0d0d0;
  3734.         border-left: 3px solid #d70751;
  3735.         margin: 0.5em 0 0 0;
  3736.         text-transform: uppercase;
  3737.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  3738.         font-size: 10pt;
  3739.         width:100%;
  3740.         color:#000000;
  3741. }
  3742.  
  3743. .menuitem-active
  3744. {
  3745.         padding: 0.1em 0.2em 0.1em 0.2em;
  3746.         background-color: #f0f0f0;
  3747.         border: 1px solid #d0d0d0;
  3748.         border-left: 3px solid #d70751;
  3749.         -moz-border-radius-topright: 10%;
  3750.         -webkit-border-top-right-radius: 10%;
  3751.         border-radius-topright: 10%;
  3752.         margin: 0.5em 0 0 0;
  3753.         text-transform: uppercase;
  3754.         font-weight: bolder;
  3755.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  3756.         font-size: 10pt;
  3757.         width:100%;
  3758.         color:#000000;
  3759. }
  3760.  
  3761. .menusubitem
  3762. {
  3763.         list-style: none;
  3764.         margin: 0 0 0 1em;
  3765.         font-size: 8pt;
  3766.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  3767.         margin-bottom: 6px;
  3768.         line-height: 1.2;
  3769.         color:#000000;
  3770. }
  3771.  
  3772. .menusubitem a
  3773. {
  3774.         color:#606060;
  3775.         text-decoration: underline;
  3776. }
  3777.  
  3778. .menusubitem-active
  3779. {
  3780.         margin: 0 0 0 1em;
  3781.         font-size: 9pt;
  3782.         font-weight: bolder;
  3783.         font-family: Arial, sans-serif, "Lucida Grande", "Trebuchet MS", Helvetica, Verdana;
  3784.         line-height: 1.5;
  3785.         color:#000000;
  3786. }
  3787.  
  3788. .menusubitem a:hover
  3789. {
  3790.         background-color: #f0f0f0;
  3791. }
  3792.  
  3793. .navijump {
  3794.         position: absolute;
  3795.         left: -1000px;
  3796.         top: -1000px;
  3797.         width: 0px;
  3798.         height: 0px;
  3799. }
  3800.  
  3801. .headersearchbox {
  3802.         background-color: #FFFFFF;
  3803.         border: 1px solid #B0B0B0;
  3804.         color: #333333;
  3805.         cursor: text;
  3806. }
  3807.  
  3808. .headersearchbox:hover {
  3809.         border: 1px solid #D70751;
  3810. }
  3811.  
  3812. .headersearchbox:focus {
  3813.         border: 1px solid #D70751;
  3814.         color: #4b4b4b;
  3815. }
  3816.  
  3817. div#dfsection {
  3818.         z-index: 1;
  3819.         position: absolute;
  3820.         left: 400px;
  3821.         top: 25px;
  3822.         font-family: "Bitstream Vera Serif", Georgia, Palatino, serif;
  3823.         font-size: 20px;
  3824.         color: #D70751;
  3825.         font-weight: bold;
  3826.         font-style: italic;
  3827. }
  3828.  
  3829. Nothing to replace in ../styles/debianforum/theme/normal.css
  3830. Nothing to replace in ../styles/debianforum/theme/large.css
  3831. Code to add to CSS file: [ download expand ]
  3832.  
  3833. /* Former imageset */
  3834. span.imageset {
  3835.         display: inline-block;
  3836.         background: transparent none 0 0 no-repeat;
  3837.         margin: 0;
  3838.         padding: 0;
  3839.         width: 0;
  3840.         height: 0;
  3841.         overflow: hidden;
  3842. }
  3843.  
  3844. /* Global imageset items */
  3845. .imageset.site_logo {
  3846.         background-image: url("./images/debian.png");
  3847.         padding-left: 56px;
  3848.         padding-top: 70px;
  3849. }
  3850. .imageset.forum_link {
  3851.         background-image: url("./images/forum_link.png");
  3852.         padding-left: 30px;
  3853.         padding-top: 25px;
  3854. }
  3855. .imageset.forum_read {
  3856.         background-image: url("./images/forum_read.png");
  3857.         padding-left: 30px;
  3858.         padding-top: 25px;
  3859. }
  3860. .imageset.forum_read_locked {
  3861.         background-image: url("./images/forum_read_locked.png");
  3862.         padding-left: 30px;
  3863.         padding-top: 25px;
  3864. }
  3865. .imageset.forum_read_subforum {
  3866.         background-image: url("./images/forum_read_subforum.png");
  3867.         padding-left: 30px;
  3868.         padding-top: 25px;
  3869. }
  3870. .imageset.forum_unread {
  3871.         background-image: url("./images/forum_unread.png");
  3872.         padding-left: 30px;
  3873.         padding-top: 25px;
  3874. }
  3875. .imageset.forum_unread_locked {
  3876.         background-image: url("./images/forum_unread_locked.png");
  3877.         padding-left: 30px;
  3878.         padding-top: 25px;
  3879. }
  3880. .imageset.forum_unread_subforum {
  3881.         background-image: url("./images/forum_unread_subforum.png");
  3882.         padding-left: 30px;
  3883.         padding-top: 25px;
  3884. }
  3885. .imageset.topic_moved {
  3886.         background-image: url("./images/topic_moved.gif");
  3887.         padding-left: 27px;
  3888.         padding-top: 27px;
  3889. }
  3890. .imageset.topic_read {
  3891.         background-image: url("./images/topic_read.gif");
  3892.         padding-left: 27px;
  3893.         padding-top: 27px;
  3894. }
  3895. .imageset.topic_read_mine {
  3896.         background-image: url("./images/topic_read_mine.gif");
  3897.         padding-left: 27px;
  3898.         padding-top: 27px;
  3899. }
  3900. .imageset.topic_read_hot {
  3901.         background-image: url("./images/topic_read_hot.gif");
  3902.         padding-left: 27px;
  3903.         padding-top: 27px;
  3904. }
  3905. .imageset.topic_read_hot_mine {
  3906.         background-image: url("./images/topic_read_hot_mine.gif");
  3907.         padding-left: 27px;
  3908.         padding-top: 27px;
  3909. }
  3910. .imageset.topic_read_locked {
  3911.         background-image: url("./images/topic_read_locked.gif");
  3912.         padding-left: 27px;
  3913.         padding-top: 27px;
  3914. }
  3915. .imageset.topic_read_locked_mine {
  3916.         background-image: url("./images/topic_read_locked_mine.gif");
  3917.         padding-left: 27px;
  3918.         padding-top: 27px;
  3919. }
  3920. .imageset.topic_unread {
  3921.         background-image: url("./images/topic_unread.gif");
  3922.         padding-left: 27px;
  3923.         padding-top: 27px;
  3924. }
  3925. .imageset.topic_unread_mine {
  3926.         background-image: url("./images/topic_unread_mine.gif");
  3927.         padding-left: 27px;
  3928.         padding-top: 27px;
  3929. }
  3930. .imageset.topic_unread_hot {
  3931.         background-image: url("./images/topic_unread_hot.gif");
  3932.         padding-left: 27px;
  3933.         padding-top: 27px;
  3934. }
  3935. .imageset.topic_unread_hot_mine {
  3936.         background-image: url("./images/topic_unread_hot_mine.gif");
  3937.         padding-left: 27px;
  3938.         padding-top: 27px;
  3939. }
  3940. .imageset.topic_unread_locked {
  3941.         background-image: url("./images/topic_unread_locked.gif");
  3942.         padding-left: 27px;
  3943.         padding-top: 27px;
  3944. }
  3945. .imageset.topic_unread_locked_mine {
  3946.         background-image: url("./images/topic_unread_locked_mine.gif");
  3947.         padding-left: 27px;
  3948.         padding-top: 27px;
  3949. }
  3950. .imageset.sticky_read {
  3951.         background-image: url("./images/sticky_read.gif");
  3952.         padding-left: 27px;
  3953.         padding-top: 27px;
  3954. }
  3955. .imageset.sticky_read_mine {
  3956.         background-image: url("./images/sticky_read_mine.gif");
  3957.         padding-left: 27px;
  3958.         padding-top: 27px;
  3959. }
  3960. .imageset.sticky_read_locked {
  3961.         background-image: url("./images/sticky_read_locked.gif");
  3962.         padding-left: 27px;
  3963.         padding-top: 27px;
  3964. }
  3965. .imageset.sticky_read_locked_mine {
  3966.         background-image: url("./images/sticky_read_locked_mine.gif");
  3967.         padding-left: 27px;
  3968.         padding-top: 27px;
  3969. }
  3970. .imageset.sticky_unread {
  3971.         background-image: url("./images/sticky_unread.gif");
  3972.         padding-left: 27px;
  3973.         padding-top: 27px;
  3974. }
  3975. .imageset.sticky_unread_mine {
  3976.         background-image: url("./images/sticky_unread_mine.gif");
  3977.         padding-left: 27px;
  3978.         padding-top: 27px;
  3979. }
  3980. .imageset.sticky_unread_locked {
  3981.         background-image: url("./images/sticky_unread_locked.gif");
  3982.         padding-left: 27px;
  3983.         padding-top: 27px;
  3984. }
  3985. .imageset.sticky_unread_locked_mine {
  3986.         background-image: url("./images/sticky_unread_locked_mine.gif");
  3987.         padding-left: 27px;
  3988.         padding-top: 27px;
  3989. }
  3990. .imageset.announce_read {
  3991.         background-image: url("./images/announce_read.gif");
  3992.         padding-left: 27px;
  3993.         padding-top: 27px;
  3994. }
  3995. .imageset.announce_read_mine {
  3996.         background-image: url("./images/announce_read_mine.gif");
  3997.         padding-left: 27px;
  3998.         padding-top: 27px;
  3999. }
  4000. .imageset.announce_read_locked {
  4001.         background-image: url("./images/announce_read_locked.gif");
  4002.         padding-left: 27px;
  4003.         padding-top: 27px;
  4004. }
  4005. .imageset.announce_read_locked_mine {
  4006.         background-image: url("./images/announce_read_locked_mine.gif");
  4007.         padding-left: 27px;
  4008.         padding-top: 27px;
  4009. }
  4010. .imageset.announce_unread {
  4011.         background-image: url("./images/announce_unread.gif");
  4012.         padding-left: 27px;
  4013.         padding-top: 27px;
  4014. }
  4015. .imageset.announce_unread_mine {
  4016.         background-image: url("./images/announce_unread_mine.gif");
  4017.         padding-left: 27px;
  4018.         padding-top: 27px;
  4019. }
  4020. .imageset.announce_unread_locked {
  4021.         background-image: url("./images/announce_unread_locked.gif");
  4022.         padding-left: 27px;
  4023.         padding-top: 27px;
  4024. }
  4025. .imageset.announce_unread_locked_mine {
  4026.         background-image: url("./images/announce_unread_locked_mine.gif");
  4027.         padding-left: 27px;
  4028.         padding-top: 27px;
  4029. }
  4030. .imageset.global_read {
  4031.         background-image: url("./images/announce_read.gif");
  4032.         padding-left: 27px;
  4033.         padding-top: 27px;
  4034. }
  4035. .imageset.global_read_mine {
  4036.         background-image: url("./images/announce_read_mine.gif");
  4037.         padding-left: 27px;
  4038.         padding-top: 27px;
  4039. }
  4040. .imageset.global_read_locked {
  4041.         background-image: url("./images/announce_read_locked.gif");
  4042.         padding-left: 27px;
  4043.         padding-top: 27px;
  4044. }
  4045. .imageset.global_read_locked_mine {
  4046.         background-image: url("./images/announce_read_locked_mine.gif");
  4047.         padding-left: 27px;
  4048.         padding-top: 27px;
  4049. }
  4050. .imageset.global_unread {
  4051.         background-image: url("./images/announce_unread.gif");
  4052.         padding-left: 27px;
  4053.         padding-top: 27px;
  4054. }
  4055. .imageset.global_unread_mine {
  4056.         background-image: url("./images/announce_unread_mine.gif");
  4057.         padding-left: 27px;
  4058.         padding-top: 27px;
  4059. }
  4060. .imageset.global_unread_locked {
  4061.         background-image: url("./images/announce_unread_locked.gif");
  4062.         padding-left: 27px;
  4063.         padding-top: 27px;
  4064. }
  4065. .imageset.global_unread_locked_mine {
  4066.         background-image: url("./images/announce_unread_locked_mine.gif");
  4067.         padding-left: 27px;
  4068.         padding-top: 27px;
  4069. }
  4070. .imageset.subforum_read {
  4071.         background-image: url("./images/subforum_read.gif");
  4072.         padding-left: 11px;
  4073.         padding-top: 9px;
  4074. }
  4075. .imageset.subforum_unread {
  4076.         background-image: url("./images/subforum_unread.gif");
  4077.         padding-left: 11px;
  4078.         padding-top: 9px;
  4079. }
  4080. .imageset.pm_read {
  4081.         background-image: url("./images/topic_read.gif");
  4082.         padding-left: 27px;
  4083.         padding-top: 27px;
  4084. }
  4085. .imageset.pm_unread {
  4086.         background-image: url("./images/topic_unread.gif");
  4087.         padding-left: 27px;
  4088.         padding-top: 27px;
  4089. }
  4090. .imageset.icon_back_top {
  4091.         background-image: url("./images/icon_back_top.gif");
  4092.         padding-left: 11px;
  4093.         padding-top: 11px;
  4094. }
  4095. .imageset.icon_contact_aim {
  4096.         background-image: url("./images/icon_contact_aim.gif");
  4097.         padding-left: 20px;
  4098.         padding-top: 20px;
  4099. }
  4100. .imageset.icon_contact_email {
  4101.         background-image: url("./images/icon_contact_email.gif");
  4102.         padding-left: 20px;
  4103.         padding-top: 20px;
  4104. }
  4105. .imageset.icon_contact_icq {
  4106.         background-image: url("./images/icon_contact_icq.gif");
  4107.         padding-left: 20px;
  4108.         padding-top: 20px;
  4109. }
  4110. .imageset.icon_contact_jabber {
  4111.         background-image: url("./images/icon_contact_jabber.gif");
  4112.         padding-left: 20px;
  4113.         padding-top: 20px;
  4114. }
  4115. .imageset.icon_contact_msnm {
  4116.         background-image: url("./images/icon_contact_msnm.gif");
  4117.         padding-left: 20px;
  4118.         padding-top: 20px;
  4119. }
  4120. .imageset.icon_contact_www {
  4121.         background-image: url("./images/icon_contact_www.gif");
  4122.         padding-left: 20px;
  4123.         padding-top: 20px;
  4124. }
  4125. .imageset.icon_contact_yahoo {
  4126.         background-image: url("./images/icon_contact_yahoo.gif");
  4127.         padding-left: 20px;
  4128.         padding-top: 20px;
  4129. }
  4130. .imageset.icon_post_delete {
  4131.         background-image: url("./images/icon_post_delete.gif");
  4132.         padding-left: 20px;
  4133.         padding-top: 20px;
  4134. }
  4135. .imageset.icon_post_info {
  4136.         background-image: url("./images/icon_post_info.gif");
  4137.         padding-left: 20px;
  4138.         padding-top: 20px;
  4139. }
  4140. .imageset.icon_post_report {
  4141.         background-image: url("./images/icon_post_report.gif");
  4142.         padding-left: 20px;
  4143.         padding-top: 20px;
  4144. }
  4145. .imageset.icon_post_target {
  4146.         background-image: url("./images/icon_post_target.gif");
  4147.         padding-left: 11px;
  4148.         padding-top: 9px;
  4149. }
  4150. .imageset.icon_post_target_unread {
  4151.         background-image: url("./images/icon_post_target_unread.gif");
  4152.         padding-left: 11px;
  4153.         padding-top: 9px;
  4154. }
  4155. .imageset.icon_topic_attach {
  4156.         background-image: url("./images/icon_topic_attach.gif");
  4157.         padding-left: 7px;
  4158.         padding-top: 10px;
  4159. }
  4160. .imageset.icon_topic_latest {
  4161.         background-image: url("./images/icon_topic_latest.gif");
  4162.         padding-left: 11px;
  4163.         padding-top: 9px;
  4164. }
  4165. .imageset.icon_topic_newest {
  4166.         background-image: url("./images/icon_topic_newest.gif");
  4167.         padding-left: 11px;
  4168.         padding-top: 9px;
  4169. }
  4170. .imageset.icon_topic_reported {
  4171.         background-image: url("./images/icon_topic_reported.gif");
  4172.         padding-left: 16px;
  4173.         padding-top: 14px;
  4174. }
  4175. .imageset.icon_topic_unapproved {
  4176.         background-image: url("./images/icon_topic_unapproved.gif");
  4177.         padding-left: 16px;
  4178.         padding-top: 14px;
  4179. }
  4180. .imageset.icon_user_warn {
  4181.         background-image: url("./images/icon_user_warn.gif");
  4182.         padding-left: 20px;
  4183.         padding-top: 20px;
  4184. }
  4185.  
  4186.  
  4187. /* English images for fallback */
  4188. .imageset.icon_contact_pm {
  4189.         background-image: url("./en/icon_contact_pm.gif");
  4190.         padding-left: 28px;
  4191.         padding-top: 20px;
  4192. }
  4193. .imageset.icon_post_edit {
  4194.         background-image: url("./en/icon_post_edit.gif");
  4195.         padding-left: 42px;
  4196.         padding-top: 20px;
  4197. }
  4198. .imageset.icon_post_quote {
  4199.         background-image: url("./en/icon_post_quote.gif");
  4200.         padding-left: 54px;
  4201.         padding-top: 20px;
  4202. }
  4203. .imageset.icon_user_online {
  4204.         background-image: url("./en/icon_user_online.gif");
  4205.         padding-left: 58px;
  4206.         padding-top: 58px;
  4207. }
  4208. .imageset.button_pm_forward {
  4209.         background-image: url("./en/button_pm_forward.gif");
  4210.         padding-left: 96px;
  4211.         padding-top: 25px;
  4212. }
  4213. .imageset.button_pm_new {
  4214.         background-image: url("./en/button_pm_new.gif");
  4215.         padding-left: 84px;
  4216.         padding-top: 25px;
  4217. }
  4218. .imageset.button_pm_reply {
  4219.         background-image: url("./en/button_pm_reply.gif");
  4220.         padding-left: 96px;
  4221.         padding-top: 25px;
  4222. }
  4223. .imageset.button_topic_locked {
  4224.         background-image: url("./en/button_topic_locked.gif");
  4225.         padding-left: 88px;
  4226.         padding-top: 25px;
  4227. }
  4228. .imageset.button_topic_new {
  4229.         background-image: url("./en/button_topic_new.gif");
  4230.         padding-left: 96px;
  4231.         padding-top: 25px;
  4232. }
  4233. .imageset.button_topic_reply {
  4234.         background-image: url("./en/button_topic_reply.gif");
  4235.         padding-left: 96px;
  4236.         padding-top: 25px;
  4237. }
  4238. .imageset.button_upload_image {
  4239.         background-image: url("./en/button_upload_image.gif");
  4240.         padding-left: 96px;
  4241.         padding-top: 25px;
  4242. }
  4243.  
  4244. /* RTL imageset entries */
  4245. .rtl .imageset.site_logo {
  4246.         padding-right: 56px;
  4247.         padding-left: 0;
  4248. }
  4249. .rtl .imageset.forum_link, .rtl .imageset.forum_read, .rtl .imageset.forum_read_locked, .rtl .imageset.forum_read_subforum, .rtl .imageset.forum_unread, .rtl .imageset.forum_unread_locked, .rtl .imageset.forum_unread_subforum {
  4250.         padding-right: 30px;
  4251.         padding-left: 0;
  4252. }
  4253. .rtl .imageset.topic_moved, .rtl .imageset.topic_read, .rtl .imageset.topic_read_mine, .rtl .imageset.topic_read_hot, .rtl .imageset.topic_read_hot_mine, .rtl .imageset.topic_read_locked, .rtl .imageset.topic_read_locked_mine, .rtl .imageset.topic_unread, .rtl .imageset.topic_unread_mine, .rtl .imageset.topic_unread_hot, .rtl .imageset.topic_unread_hot_mine, .rtl .imageset.topic_unread_locked, .rtl .imageset.topic_unread_locked_mine, .rtl .imageset.sticky_read, .rtl .imageset.sticky_read_mine, .rtl .imageset.sticky_read_locked, .rtl .imageset.sticky_read_locked_mine, .rtl .imageset.sticky_unread, .rtl .imageset.sticky_unread_mine, .rtl .imageset.sticky_unread_locked, .rtl .imageset.sticky_unread_locked_mine, .rtl .imageset.announce_read, .rtl .imageset.announce_read_mine, .rtl .imageset.announce_read_locked, .rtl .imageset.announce_read_locked_mine, .rtl .imageset.announce_unread, .rtl .imageset.announce_unread_mine, .rtl .imageset.announce_unread_locked, .rtl .imageset.announce_unread_locked_mine, .rtl .imageset.global_read, .rtl .imageset.global_read_mine, .rtl .imageset.global_read_locked, .rtl .imageset.global_read_locked_mine, .rtl .imageset.global_unread, .rtl .imageset.global_unread_mine, .rtl .imageset.global_unread_locked, .rtl .imageset.global_unread_locked_mine, .rtl .imageset.pm_read, .rtl .imageset.pm_unread {
  4254.         padding-right: 27px;
  4255.         padding-left: 0;
  4256. }
  4257. .rtl .imageset.subforum_read, .rtl .imageset.subforum_unread, .rtl .imageset.icon_post_target, .rtl .imageset.icon_post_target_unread, .rtl .imageset.icon_topic_latest, .rtl .imageset.icon_topic_newest {
  4258.         padding-right: 11px;
  4259.         padding-left: 0;
  4260. }
  4261. .rtl .imageset.icon_back_top {
  4262.         padding-right: 11px;
  4263.         padding-left: 0;
  4264. }
  4265. .rtl .imageset.icon_contact_aim, .rtl .imageset.icon_contact_email, .rtl .imageset.icon_contact_icq, .rtl .imageset.icon_contact_jabber, .rtl .imageset.icon_contact_msnm, .rtl .imageset.icon_contact_www, .rtl .imageset.icon_contact_yahoo, .rtl .imageset.icon_post_delete, .rtl .imageset.icon_post_info, .rtl .imageset.icon_post_report, .rtl .imageset.icon_user_warn {
  4266.         padding-right: 20px;
  4267.         padding-left: 0;
  4268. }
  4269. .rtl .imageset.icon_topic_attach {
  4270.         padding-right: 7px;
  4271.         padding-left: 0;
  4272. }
  4273. .rtl .imageset.icon_topic_reported, .rtl .imageset.icon_topic_unapproved {
  4274.         padding-right: 16px;
  4275.         padding-left: 0;
  4276. }
  4277.  
  4278.  
  4279. New CSS file: ../styles/debianforum/theme/en/stylesheet.css [ download expand ]
  4280.  
  4281. /* EN Language Pack */
  4282. .imageset.icon_contact_pm {
  4283.         background-image: url("./icon_contact_pm.gif");
  4284.         padding-left: 28px;
  4285.         padding-top: 20px;
  4286. }
  4287. .imageset.icon_post_edit {
  4288.         background-image: url("./icon_post_edit.gif");
  4289.         padding-left: 42px;
  4290.         padding-top: 20px;
  4291. }
  4292. .imageset.icon_post_quote {
  4293.         background-image: url("./icon_post_quote.gif");
  4294.         padding-left: 54px;
  4295.         padding-top: 20px;
  4296. }
  4297. .imageset.icon_user_online {
  4298.         background-image: url("./icon_user_online.gif");
  4299.         padding-left: 58px;
  4300.         padding-top: 58px;
  4301. }
  4302. .imageset.button_pm_forward {
  4303.         background-image: url("./button_pm_forward.gif");
  4304.         padding-left: 96px;
  4305.         padding-top: 25px;
  4306. }
  4307. .imageset.button_pm_new {
  4308.         background-image: url("./button_pm_new.gif");
  4309.         padding-left: 84px;
  4310.         padding-top: 25px;
  4311. }
  4312. .imageset.button_pm_reply {
  4313.         background-image: url("./button_pm_reply.gif");
  4314.         padding-left: 96px;
  4315.         padding-top: 25px;
  4316. }
  4317. .imageset.button_topic_locked {
  4318.         background-image: url("./button_topic_locked.gif");
  4319.         padding-left: 88px;
  4320.         padding-top: 25px;
  4321. }
  4322. .imageset.button_topic_new {
  4323.         background-image: url("./button_topic_new.gif");
  4324.         padding-left: 96px;
  4325.         padding-top: 25px;
  4326. }
  4327. .imageset.button_topic_reply {
  4328.         background-image: url("./button_topic_reply.gif");
  4329.         padding-left: 96px;
  4330.         padding-top: 25px;
  4331. }
  4332. .imageset.button_upload_image {
  4333.         background-image: url("./button_upload_image.gif");
  4334.         padding-left: 96px;
  4335.         padding-top: 25px;
  4336. }
  4337.  
  4338.  
  4339. New CSS file: ../styles/debianforum/theme/de/stylesheet.css [ download expand ]
  4340.  
  4341. /* DE Language Pack */
  4342. .imageset.icon_contact_pm {
  4343.         background-image: url("./icon_contact_pm.gif");
  4344.         padding-left: 28px;
  4345.         padding-top: 20px;
  4346. }
  4347. .imageset.icon_post_edit {
  4348.         background-image: url("./icon_post_edit.gif");
  4349.         padding-left: 61px;
  4350.         padding-top: 20px;
  4351. }
  4352. .imageset.icon_post_quote {
  4353.         background-image: url("./icon_post_quote.gif");
  4354.         padding-left: 65px;
  4355.         padding-top: 20px;
  4356. }
  4357. .imageset.icon_user_online {
  4358.         background-image: url("./icon_user_online.gif");
  4359.         padding-left: 58px;
  4360.         padding-top: 58px;
  4361. }
  4362. .imageset.button_pm_forward {
  4363.         background-image: url("./button_pm_forward.gif");
  4364.         padding-left: 119px;
  4365.         padding-top: 25px;
  4366. }
  4367. .imageset.button_pm_new {
  4368.         background-image: url("./button_pm_new.gif");
  4369.         padding-left: 87px;
  4370.         padding-top: 25px;
  4371. }
  4372. .imageset.button_pm_reply {
  4373.         background-image: url("./button_pm_reply.gif");
  4374.         padding-left: 102px;
  4375.         padding-top: 25px;
  4376. }
  4377. .imageset.button_topic_locked {
  4378.         background-image: url("./button_topic_locked.gif");
  4379.         padding-left: 102px;
  4380.         padding-top: 25px;
  4381. }
  4382. .imageset.button_topic_new {
  4383.         background-image: url("./button_topic_new.gif");
  4384.         padding-left: 119px;
  4385.         padding-top: 25px;
  4386. }
  4387. .imageset.button_topic_reply {
  4388.         background-image: url("./button_topic_reply.gif");
  4389.         padding-left: 102px;
  4390.         padding-top: 25px;
  4391. }
  4392. .imageset.button_upload_image {
  4393.         background-image: url("./button_upload_image.gif");
  4394.         padding-left: 96px;
  4395.         padding-top: 25px;
  4396. }
  4397.  
  4398.  
  4399.  

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN