Advertisement
Guest User

Air.css patched for new quick reply

a guest
Feb 20th, 2011
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 29.84 KB | None | 0 0
  1. /*****************************************************************
  2. 1. INITIAL SETTINGS
  3. *****************************************************************/
  4.  
  5. /* Limited Reset
  6. ----------------------------------------------------------------*/
  7.  
  8. html, body, .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3, .pun h4, .pun h5, .pun pre, .pun blockquote,
  9. .pun ul, .pun ol, .pun li, .pun dl, .pun dt, .pun dd, .pun th, .pun td, .pun fieldset, .pun legend .pun img,
  10. .pun abbr, .pun cite {
  11.     border: 0;
  12.     font-style: normal;
  13.     font-weight: normal;
  14.     margin: 0;
  15.     padding: 0;
  16. }
  17.  
  18. .pun ul, .pun ol {
  19.     list-style: none;
  20. }
  21.  
  22. .pun select {
  23.     padding-bottom: 1px;
  24.     padding-top: 1px;
  25. }
  26.  
  27. /* Content Defaults
  28. ----------------------------------------------------------------*/
  29.  
  30. .pun {
  31.     font: 81.25%/1.462em Arial, Helvetica, sans-serif;
  32. }
  33.  
  34. .pun table, .pun td, .pun th, .pun input, .pun select, .pun optgroup, .pun textarea, .pun legend {
  35.     font-family: Arial, Helvetica, sans-serif;
  36.     font-size: 1em;
  37. }
  38.  
  39. .pun pre, .pun code {
  40.     font-family: consolas, monaco, "bitstream vera sans mono", "courier new", courier, monospace;
  41.     font-size: 1em;
  42. }
  43.  
  44. .pun pre code {
  45.     font-size: 1em;
  46. }
  47.  
  48. .pun table {
  49.     border-collapse: collapse;
  50.     border-spacing: 0;
  51.     border: 0;
  52.     empty-cells: show;
  53.     width: 100%;
  54. }
  55.  
  56. .pun h1 {
  57.     font:2.154em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
  58.     padding: 7px 0;
  59. }
  60.  
  61. .pun h2, .pun .hd h2 {
  62.     font: 1.462em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
  63.     padding: 7px 0;
  64. }
  65.  
  66. .pun h3 {
  67.     font-size: 1.154em;
  68.     line-height: 1.267em;
  69.     padding: 7px 0;
  70. }
  71.  
  72. .pun h4 {
  73.     font-size: 1.077em;
  74.     font-weight: bold;
  75.     padding: 7px 0;
  76. }
  77.  
  78. .pun h5, .pun h6 {
  79.     font-size: 1em;
  80.     font-weight: bold;
  81.     padding: 7px 0;
  82. }
  83.  
  84. .pun p, .pun ul, .pun ol, .pun dl, .pun th, .pun td, .pun legend {
  85.     padding: 7px 0;
  86. }
  87.  
  88. .pun strong, .pun th, .pun span.warntext, .pun p.warntext {
  89.     font-weight: bold;
  90. }
  91.  
  92. .pun em {
  93.     font-style: italic;
  94. }
  95.  
  96. .pun a, .pun a:link, .pun a:visited {
  97.     text-decoration: none;
  98. }
  99.  
  100. .pun a:hover, .pun a:active, .pun a:focus {
  101.     text-decoration: underline;
  102. }
  103.  
  104. .pun .actions span {
  105.     padding-left: 16px;
  106.     padding-right: 8px;
  107.     background: url(Air/img/bull.png) center left no-repeat;
  108.     display: inline-block;
  109.     line-height: normal;
  110. }
  111.  
  112. /* Hidden Elements
  113. ----------------------------------------------------------------*/
  114.  
  115. #brdfooter h2, #brdstats h2, #debug h2, #brdstats .conl dt, #brdstats .conr dt, #modcontrols dt,
  116. #searchlinks dt, div.postright h3, .pun .subscribelink span, #announce .hd, #reportform h2, #punmoderate #vf h2,
  117. #punviewforum #vf h2, .pun .required strong span, .pun .icon div {
  118.     display: block;
  119.     overflow: hidden;
  120.     position: absolute;
  121.     text-indent: -9999em;
  122.     width: 0;
  123. }
  124.  
  125. /* Generic Float Clear
  126. ----------------------------------------------------------------*/
  127.  
  128. .pun .inbox, .pun #brdmain, .pun .crumbs, .pun .pagepost, .pun .block2col {
  129.     min-height: 1px;
  130. }
  131.  
  132. * html .pun .inbox, * html .pun #brdmain, * html .pun .infldset, * html .pun .crumbs, * html .pun .pagepost, * html .pun .block2col {
  133.     display: inline-block;
  134. }
  135.  
  136. * html .pun .inbox, * html .pun #bdrdmain, * html .pun .infldset, * html .pun .crumbs, * html .pun .pagepost, * html .pun .block2col {
  137.     display: block;
  138. }
  139.  
  140. .pun .inbox:after, .pun #brdmain:after, .pun .crumbs:after, .pun .pagepost:after, .pun .block2col:after {
  141.     content: " ";
  142.     display: block;
  143.     height: 0;
  144.     font-size: 0;
  145.     clear: both;
  146.     visibility: hidden;
  147. }
  148.  
  149. .pun .block2col .inbox:after {
  150.     content: none;
  151.     clear: none;
  152. }
  153.  
  154. /*****************************************************************
  155. 2. COMMON STYLES
  156. *****************************************************************/
  157.  
  158. /* Page Layout
  159. ----------------------------------------------------------------*/
  160.  
  161. .pun {
  162.     padding: 30px 40px;
  163. }
  164.  
  165. #punredirect, #punmaint {
  166.     padding: 60px 20% 12px 20%;
  167. }
  168.  
  169. #puninstall, #pundb_update {
  170.     padding: 20px 10%;
  171. }
  172.  
  173. .pun .punwrap {
  174.     border: 1px solid;
  175.     padding: 18px;
  176. }
  177.  
  178. .pun .top-box {
  179.     height: 18px;
  180.     margin-bottom: -18px;
  181.     position: relative;
  182.     background: url(Air/img/main_top.png) top left no-repeat;
  183. }
  184.  
  185. .pun .top-box div {
  186.     height: 18px;
  187.     margin-left: 50%;
  188.     background: url(Air/img/main_top.png) top right no-repeat;
  189. }
  190.  
  191. .pun .end-box {
  192.     margin-top: -17px;
  193.     height: 18px;
  194.     position: relative;
  195.     background: url(Air/img/main_end.png) bottom left no-repeat;
  196. }
  197.  
  198. .pun .end-box div {
  199.     height: 18px;
  200.     margin-left: 50%;
  201.     background: url(Air/img/main_end.png) bottom right no-repeat;
  202. }
  203.  
  204. #punredirect h2, #punmaint h2 {
  205.     border-bottom-style: dotted;
  206.     border-bottom-width: 1px;
  207.     margin-bottom: 3px;
  208. }
  209.  
  210. /* Section Spacing and Borders
  211. ----------------------------------------------------------------*/
  212.  
  213. #brdmain {
  214.     border-style: solid none;
  215.     border-width: 2px 0;
  216.     margin-bottom: 12px;
  217.     padding: 12px 0;
  218. }
  219.  
  220. #punindex #brdmain {
  221.     padding-top: 24px;
  222. }
  223.  
  224. #punredirect #brdmain, #punmaint #brdmain {
  225.     border: 0;
  226.     margin: 0;
  227.     padding: 0;
  228. }
  229.  
  230. #brdstats {
  231.     border-style: solid none none none;
  232.     border-width: 2px 0 0 0;
  233.     margin-top: 24px;
  234.     padding-top: 12px;
  235. }
  236.  
  237. #quickpost {
  238.     border-style: solid none none none;
  239.     border-width: 2px 0 0 0;
  240.     margin-top: 12px;
  241.     padding-top: 12px;
  242. }
  243.  
  244. #announce {
  245.     border-style: solid none none none;
  246.     border-width: 2px 0 0 0;
  247.     padding-top: 3px;
  248. }
  249.  
  250. /*****************************************************************
  251. 3. COMMON BOARD ELEMENTS
  252. *****************************************************************/
  253.  
  254. /* Logo, Description and Main Menu
  255. ----------------------------------------------------------------*/
  256.  
  257. #brdtitle h1 {
  258.     padding: 0 0 10px 0;
  259. }
  260.  
  261. #brddesc {
  262.     border-top-style: dotted;
  263.     border-top-width: 1px;
  264.     padding: 10px 0;
  265. }
  266.  
  267. #brddesc p {
  268.     padding: 0;
  269. }
  270.  
  271. #brdmenu ul {
  272.     padding: 0;
  273. }
  274.  
  275. #brdmenu li {
  276.     float: left;
  277. }
  278.  
  279. #brdmenu a:link, #brdmenu a:visited {
  280.     border-right-style: solid;
  281.     border-width: 1px;
  282.     display: block;
  283.     min-width: 60px;
  284.     padding: 12px 16px 6px 8px;
  285.     white-space: nowrap;
  286. }
  287.  
  288. #brdmenu a:hover, #brmenu a:active, #brdmenu a:focus {
  289.     text-decoration: none;
  290. }
  291.  
  292. /* Welcome Box
  293. ----------------------------------------------------------------*/
  294.  
  295. #brdwelcome {
  296.     padding: 10px 0;
  297. }
  298.  
  299. #brdwelcome .conl, #brdwelcome .conr, #brdwelcome p, #brdwelcome li {
  300.     display: inline;
  301.     padding: 0;
  302. }
  303.  
  304. #brdwelcome .conl {
  305.   float: left;
  306. }
  307.  
  308. #brdwelcome .conr {
  309.   float: right;
  310. }
  311.  
  312. #brdwelcome li span {
  313.     background: url(Air/img/bull.png) center left no-repeat;
  314.     padding-left: 18px;
  315.     margin-right: 3px;
  316.     display: inline-block;
  317.     line-height: normal;
  318.     white-space: nowrap;
  319. }
  320.  
  321. #brdwelcome .conl li:first-child span {
  322.     padding-left: 0;
  323.     background: none;
  324. }
  325.  
  326. /* Stats
  327. ----------------------------------------------------------------*/
  328.  
  329. #brdstats .conl {
  330.     float: left;
  331. }
  332.  
  333. #brdstats .conr {
  334.     float: right;
  335.     text-align: right;
  336. }
  337.  
  338. #brdstats #onlinelist {
  339.     border-top-style: dotted;
  340.     border-top-width: 1px;
  341.     clear: both;
  342. }
  343.  
  344. #brdstats #onlinelist dt, #brdstats #onlinelist dd {
  345.     display: inline;
  346. }
  347.  
  348. /* Footer
  349. ----------------------------------------------------------------*/
  350.  
  351. .pun #modcontrols {
  352.     border-style: none none dotted none;
  353.     border-width: 0 0 1px 0;
  354.     margin-bottom: 4px;
  355.     text-align: center;
  356.     width: 100%;
  357. }
  358.  
  359. .pun #modcontrols dd {
  360.     display: inline;
  361. }
  362.  
  363. .pun #brdfooter #modcontrols dd span {
  364.     background: url(Air/img/bull.png) center left no-repeat;
  365.     display: inline-block;
  366.     line-height: normal;
  367.     padding-left: 18px;
  368.     white-space: nowrap;
  369. }
  370.  
  371. .pun #brdfooter .conl {
  372.     float: left;
  373. }
  374.  
  375. .pun #brdfooter .conr {
  376.     text-align: right;
  377.     float: right;
  378. }
  379.  
  380. .pun #brdfooter #poweredby a {
  381.     font-size: 1.077em;
  382.     font-weight: bold;
  383. }
  384.  
  385. .pun #brdfooter #qjump {
  386.     padding-top: 5px;
  387. }
  388.  
  389. .pun #brdfooter #qjump * {
  390.     white-space: nowrap;
  391. }
  392.  
  393. .pun #brdfooter #searchlinks dd span {
  394.     background: url(Air/img/bull.png) center left no-repeat;
  395.     display: inline-block;
  396.     line-height: normal;
  397.     padding-left: 18px;
  398.     white-space: nowrap;
  399. }
  400.  
  401. .pun #brdfooter #feedlinks {
  402.     padding-bottom: 0;
  403. }
  404.  
  405. .pun #brdfooter #feedlinks span {
  406.     background: url(Air/img/feed.png) center left no-repeat;
  407.     display: inline-block;
  408.     padding-left: 18px;
  409.     white-space: nowrap;
  410. }
  411.  
  412. .pun #debugtime {
  413.     border-style: dotted none none none;
  414.     border-width: 1px 0 0 0;
  415.     margin-top: 7px;
  416.     text-align: center;
  417. }
  418.  
  419. /* Breadcrumbs, Postlink, Pagination
  420. ----------------------------------------------------------------*/
  421.  
  422. .pun .linkst .inbox, .pun linksb .inbox, .pun .postlinksb .inbox {
  423.     overflow: hidden;
  424. }
  425.  
  426. .pun .linksb, .pun .postlinksb, .pun .linkst, .pun .crumbs {
  427.     clear: both;
  428.     position: relative;
  429. }
  430.  
  431. .pun .linkst .crumbs {
  432.     font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  433.     font-size: 1.462em;
  434.     line-height: 1.211em;
  435.     padding: 7px 0;
  436. }
  437.  
  438. .pun .linksb .crumbs, .pun .postlinksb .crumbs {
  439.     font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  440.     font-size: 1.154em;
  441. }
  442.  
  443. .pun .linkst .crumbsplus .pagepost {
  444.     border-top-style: dotted;
  445.     border-top-width: 1px;
  446. }
  447.  
  448. .pun .linksb .crumbsplus .pagepost, .pun .postlinksb .crumbsplus .pagepost {
  449.     border-bottom-style: dotted;
  450.     border-bottom-width: 1px;
  451. }
  452.  
  453. .pun .postlinksb .crumbs {
  454.     margin-right: 11em;
  455. }
  456.  
  457. .pun .crumbs li {
  458.     float: left;
  459.     padding-right: 0.4em;
  460.     white-space: nowrap;
  461. }
  462.  
  463. .pun .crumbs li strong {
  464.     font-weight: normal;
  465. }
  466.  
  467. .pun .pagelink {
  468.     float: left;
  469.     white-space: nowrap;
  470. }
  471.  
  472. .pun .pagelink strong, .pun .pagelink a, .pun .pagelink span.spacer {
  473.     border-style: none none none solid;
  474.     border-width: 0 0 0 1px;
  475.     display: inline-block;
  476.     padding: 0 12px 0 10px;
  477.     margin-right: -6px;
  478. }
  479.  
  480. .pun .pagelink .item1 {
  481.     border: 0;
  482. }
  483.  
  484. .pun .pagelink .pages-label {
  485.     display: inline-block;
  486. }
  487.  
  488. .pun .postlink {
  489.     float: right;
  490.     font-weight: bold;
  491.     text-align: right;
  492. }
  493.  
  494. .pun .modbuttons {
  495.     float: right;
  496.     padding: 5px 0 3px 0;
  497. }
  498.  
  499. .pun .modbuttons input {
  500.     margin-left: 8px;
  501. }
  502.  
  503. .pun .subscribelink {
  504.     position: absolute;
  505.     right: 0;
  506.     text-align: right;
  507.     top: 33px;
  508. }
  509.  
  510. #punindex .subscribelink {
  511.     top: 0px;
  512. }
  513.  
  514. #punindex .linksb {
  515.     height: 12px;
  516. }
  517.  
  518. /*****************************************************************
  519. 4. MAIN TABLES
  520. *****************************************************************/
  521.  
  522. .pun #brdmain .blocktable {
  523.     position: relative;
  524. }
  525.  
  526. #punindex #brdmain .blocktable h2, #punsearch #vf h2 {
  527.     font: 1em/1.462em Arial, Helvetica, sans-serif;
  528.     font-weight: bold;
  529.     margin: 1px 1px 0 1px;
  530.     padding-left: 8px;
  531.     position: absolute;
  532.     left: 0;
  533.     white-space: nowrap;
  534.     z-index: 100;
  535. }
  536.  
  537. #punindex .blocktable th.tcl, #punsearch #vf th.tcl {
  538.     font-size: 0;
  539.     text-indent: -9999em;
  540. }
  541.  
  542. .pun .blocktable .box {
  543.     border-style: solid;
  544.     border-width: 1px;
  545.     margin-bottom: -1px;
  546.     overflow: hidden;
  547.     position: relative;
  548. }
  549.  
  550. * html .pun .blocktable .box {
  551.     display: inline-block;
  552. }
  553.  
  554. .pun .blocktable table {
  555.     table-layout: fixed;
  556.     margin-bottom: -1px;
  557. }
  558.  
  559. .pun .blocktable th {
  560.     padding: 7px 8px;
  561.     border-style: none none solid none;
  562.     border-width: 1px;
  563.     text-align: left;
  564. }
  565.  
  566. .pun .blocktable td {
  567.     padding: 7px 8px;
  568.     line-height: 1.3077em;
  569.     border-style: none none solid none;
  570.     border-width: 1px;
  571.     text-align: left;
  572. }
  573.  
  574. .pun .blocktable h3 {
  575.     font-size: 1.077em;
  576.     font-weight: bold;
  577.     padding: 0;
  578. }
  579.  
  580. .pun .blocktable p {
  581.     padding: 0;
  582. }
  583.  
  584. .pun .blocktable .tcl p {
  585.     padding: 5px 0 0 0;
  586. }
  587.  
  588. .pun .blocktable .tcl {
  589.     width: auto;
  590. }
  591.  
  592. .pun .blocktable .tc2, .pun .blocktable .tc3, .pun .blocktable .tcmod {
  593.     padding-left: 0;
  594.     padding-right: 0;
  595.     text-align: center;
  596.     width: 11%;
  597. }
  598.  
  599. .pun .blocktable .tcr {
  600.     width: 30%;
  601. }
  602.  
  603. .pun .blocktable td .newtext, .pun .blocktable td .pagestext, .pun .blocktable td .byuser {
  604.     white-space: nowrap;
  605. }
  606.  
  607. .pun .blocktable .tcl h3 span.newtext {
  608.     font-size: 0.929em;
  609.     font-weight: normal;
  610. }
  611.  
  612. .pun #vf td.tcl span.stickytext, .pun #vf td.tcl span.closedtext {
  613.     font-size: 1em;
  614.     font-weight: bold;
  615. }
  616.  
  617. #punsearch #vf .tc2 {
  618.     padding-left: 8px;
  619.     padding-right: 8px;
  620.     text-align: left;
  621.     width: 18%;
  622. }
  623.  
  624. #users1 .tcr {
  625.     width: 25%;
  626. }
  627.  
  628. #users1 .tc2 {
  629.     padding-left: 8px;
  630.     padding-right: 8px;
  631.     text-align: left;
  632.     width: 25%;
  633. }
  634.  
  635. #debug {
  636.     margin-top: 12px;
  637. }
  638.  
  639. #debug .tcl {
  640.     width: 10%;
  641. }
  642.  
  643. #punredirect #debug .tcl, #punmaint #debug .tcl {
  644.     width: 20%;
  645. }
  646.  
  647. #debug .tcr {
  648.     width: 90%;
  649.     white-space: normal
  650. }
  651.  
  652. #punindex .tcr .byuser {
  653.     display: block
  654. }
  655.  
  656. #punindex td.tc2, #punindex td.tc3, #punindex td.tcr, .pun #vf td.tc2, .pun #vf td.tc3,
  657. .pun #vf td.tcr, #punindex td.tcl div.forumdesc, .pun #vf td.tcl span {
  658.     font-size: 0.923em;
  659. }
  660.  
  661. .pun #vf td.tcl a {
  662.     font-weight: bold;
  663. }
  664.  
  665. .pun #vf td.tcl span a {
  666.     font-weight: normal;
  667. }
  668.  
  669. .pun .blocktable .tclcon {
  670.     height: 1%;
  671.     min-height: 1px;
  672.     overflow: hidden;
  673.     padding: 0 11px 0 12px;
  674.     position: relative;
  675. }
  676.  
  677. .pun .blocktable .tclcon div {
  678.     width: 100%;
  679.     overflow: hidden;
  680. }
  681.  
  682. .pun .icon {
  683.     border-style: solid;
  684.     border-width: 8px;
  685.     float: left;
  686.     height: 0;
  687.     overflow: hidden;
  688.     width: 0;
  689. }
  690.  
  691. .pun .iposted .ipost {
  692.     font-weight: bold;
  693.     left: 0;
  694.     padding-left: 4px;
  695.     position: absolute;
  696.     text-align: center;
  697.     top: 0;
  698.     width: 8px;
  699. }
  700.  
  701. /*****************************************************************
  702. MAIN POSTS
  703. *****************************************************************/
  704.  
  705. /* Structure
  706. ----------------------------------------------------------------*/
  707.  
  708. .pun .blockpost {
  709.     border-style: solid;
  710.     border-width: 1px;
  711.     margin-bottom: -1px;
  712.     overflow: hidden;
  713.     position: relative;
  714. }
  715.  
  716. * html .pun .blockpost {
  717.     display: inline-block;
  718. }
  719.  
  720. .pun .blockpost h2 {
  721.     font: 1em/1.462em Arial, Helvetica, sans-serif;
  722.     white-space: nowrap;
  723.     border-bottom-style: solid;
  724.     border-bottom-width: 1px;
  725.     height: 1.462em;
  726.     padding: 0.538em 8px 0.538em 236px;
  727.     font-weight: normal;
  728. }
  729.  
  730. #punsearch .blockpost h2 {
  731.     height: auto;
  732.     padding-left: 36px;
  733.     white-space: normal;
  734. }
  735.  
  736. #punsearch .blockpost h2 span span {
  737.     white-space: nowrap;
  738.     display: inline-block;
  739.     font: 1.077em "Trebuchet MS", Arial, Helvetica, sans-serif
  740. }
  741.  
  742. #punsearch .blockpost .icon {
  743.     position: absolute;
  744.     top: 0;
  745.     margin-top: -2.154em;
  746. }
  747.  
  748. .pun .blockpost h2 .conr {
  749.     float: right;
  750.     text-align: right;
  751. }
  752.  
  753. .pun .blockpost .inbox {
  754.     float: right;
  755.     position: relative;
  756.     width: 100%;
  757. }
  758.  
  759. .pun .blockpost .postbody, .pun .blockpost .postfoot {
  760.     border-left-style: solid;
  761.     border-left-width: 1px;
  762.     float: right;
  763.     margin-right: -218px;
  764.     position: relative;
  765.     text-align: left;
  766.     width: 100%;
  767. }
  768.  
  769. .pun .blockpost .postleft, .pun .blockpost .postfootleft {
  770.     width: 206px;
  771.     padding: 7px 0 7px 12px;
  772.     float: left;
  773.     margin-left: -218px;
  774.     position: relative;
  775. }
  776.  
  777. .pun .blockpost .postleft dl {
  778.     padding: 0;
  779. }
  780.  
  781. #punviewtopic .blockpost dt, #punmoderate .blockpost dt {
  782.     display: block;
  783.     position: absolute;
  784.     padding: 0.538em 0 0.538em 12px;
  785.     height: 1.462em;
  786.     top: -2.615em;
  787.     left: 0;
  788.     overflow: hidden;
  789.     width: 206px;
  790. }
  791.  
  792. .pun .blockpost dt strong {
  793.     font-size: 1.231em;
  794.     font-weight: bold;
  795. }
  796.  
  797. .pun .blockpost .postleft dd {
  798.     font-size: 0.923em;
  799. }
  800.  
  801. .pun .blockpost .postleft .usertitle {
  802.     padding: 4px 0 6px 0;
  803.     font-size: 1em;
  804. }
  805.  
  806. .pun .blockpost .postleft .postavatar {
  807.     display: block;
  808.     margin: 0 0 4px 0;
  809. }
  810.  
  811. .pun .blockpost .postright {
  812.     position: relative;
  813.     padding: 4px 230px 7px 18px;
  814. }
  815.  
  816. .pun .postmsg {
  817.     width:100%;
  818.     overflow: hidden;
  819.     word-wrap: break-word;
  820. }
  821.  
  822. .pun .blockpost .postfootright {
  823.     position: relative;
  824.     padding: 7px 230px 7px 18px;
  825.     text-align: right;
  826. }
  827.  
  828. .pun .postfoot p, .pun .postfoot ul {
  829.     padding: 0;
  830. }
  831.  
  832. .pun .blockpost .postfootright li {
  833.     display: inline;
  834. }
  835.  
  836. .pun .blockpost .postfootright li span {
  837.     display: inline-block;
  838.     padding-left: 16px;
  839.     margin-left: 8px;
  840.     line-height: normal;
  841.     background: url(Air/img/bull.png) center left no-repeat;
  842. }
  843.  
  844. .pun .blockpost .usercontacts {
  845.     padding: 7px 0;
  846. }
  847.  
  848. .pun .blockpost .usercontacts .email {
  849.     background: url(Air/img/email.png) left 65% no-repeat;
  850.     margin-right: 5px;
  851.     padding-left: 21px;
  852.     display: inline-block;
  853.     line-height: normal;
  854. }
  855.  
  856. .pun .blockpost .usercontacts .website {
  857.     background: url(Air/img/ext.png) left 65% no-repeat;
  858.     padding-left: 18px;
  859.     display: inline-block;
  860.     line-height: normal;
  861. }
  862.  
  863. .pun .postsignature hr {
  864.     border:none;
  865.     height: 1px;
  866.     margin-left: 0px;
  867.     text-align: left;
  868. }
  869.  
  870. /* Content (includes other user content)
  871. ----------------------------------------------------------------*/
  872.  
  873. .pun .usercontent {
  874.     padding: 7px 0;
  875. }
  876.  
  877. .pun .postmsg p, .pun .postmsg li, #punhelp p samp {
  878.     font-family: Verdana, Arial, Helvetica, sans-serif;
  879. }
  880.  
  881. .pun .usercontent h1, .pun .usercontent h2, .pun .usercontent h3,
  882. .pun .usercontent h4, .pun .usercontent h5, .pun .usercontent h6 {
  883.     padding: 7px 0 0 0;
  884. }
  885.  
  886. .pun .postmsg h5, #punhelp h5 {
  887.     font-size: 1.231em;
  888.     font-weight: bold;
  889.     padding: 7px 0;
  890. }
  891.  
  892. .pun .usercontent ul, .pun .postmsg ul {
  893.     list-style: disc;
  894.     padding: 4px 13px 4px 30px;
  895. }
  896.  
  897. .pun .usercontent ol, .pun .postmsg ol {
  898.     list-style: decimal;
  899.     padding: 4px 13px 4px 30px;
  900. }
  901.  
  902. .pun .usercontent ol.alpha, .pun .postmsg ol.alpha {
  903.     list-style: lower-alpha;
  904. }
  905.  
  906. .pun .usercontent li, .pun .postmsg li {
  907.     padding: 0 3px;
  908. }
  909.  
  910. .pun .usercontent li p, .pun .postmsg li p {
  911.     padding: 0;
  912. }
  913.  
  914. .pun span.bbu {
  915.     text-decoration: underline;
  916. }
  917.  
  918. .pun span.bbs, .pun del {
  919.     text-decoration: line-through;
  920. }
  921.  
  922. .pun .postmsg ins, #punhelp samp ins {
  923.     text-decoration: none;
  924. }
  925.  
  926. .pun .blockpost .postmsg .postedit {
  927.     font-size: 0.857em;
  928. }
  929.  
  930. .pun .blockform .postsignature, .pun .blockpost .postsignature {
  931.     font-size: 0.923em;
  932. }
  933.  
  934. .pun .codebox {
  935.     border-style: solid;
  936.     border-width: 1px;
  937.     margin: 0.75em 1em;
  938.     padding: 0;
  939. }
  940.  
  941. .pun .quotebox {
  942.     border-style: solid;
  943.     border-width: 1px 1px 1px 3px;
  944.     margin: 0.75em 1em;
  945.     padding: 0 0.75em;
  946. }
  947.  
  948. .pun .quotebox cite {
  949.     display: block;
  950.     padding: 0.75em 0 0 0;
  951.     font-weight: bold;
  952.     line-height: 1.462em;
  953. }
  954.  
  955. .pun .quotebox blockquote {
  956.     overflow: hidden;
  957.     width: 100%;
  958. }
  959.  
  960. .pun .codebox pre {
  961.     overflow-y:hidden;
  962.     overflow: auto;
  963.     width: 100%;
  964.     direction: ltr;
  965.     text-align: left;
  966. }
  967.  
  968. * html .pun .codebox pre {
  969.     padding-bottom: 10px;
  970. }
  971.  
  972. *:first-child+html .pun .codebox pre {
  973.     padding-bottom: 10px;
  974. }
  975.  
  976. .pun .codebox pre code {
  977.     padding: 0.75em;
  978.     white-space: pre;
  979. }
  980.  
  981. .pun div[class*=codebox] pre code {
  982.     display: inline-block;
  983. }
  984.  
  985. * html .pun .codebox pre code {
  986.     display: block;
  987. }
  988.  
  989. .pun .codebox pre.vscroll {
  990.     height: 32em;
  991.     overflow: auto;
  992.     overflow-y: auto
  993. }
  994.  
  995. .pun .postmsg img, #punhelp samp img {
  996.     vertical-align: text-top;
  997. }
  998.  
  999. .pun .postmsg .postimg img {
  1000.     max-width: 98%;
  1001.     vertical-align: middle;
  1002.     margin: 7px 0.5em 7px 0;
  1003. }
  1004.  
  1005. .pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
  1006.     border-style: solid;
  1007.     border-width: 2px;
  1008. }
  1009.  
  1010. /*****************************************************************
  1011. MAIN FORMS
  1012. *****************************************************************/
  1013.  
  1014. #punedit .blockform h2, #punpost .blockform h2, #postpreview h2, #posterror h2,
  1015. .pun #quickpost h2, .pun #reportform h2, #pundelete .blockform h2 {
  1016.     font: 1em/1.462em Arial, Helvetica, sans-serif;
  1017.     font-weight: bold;
  1018.     white-space: nowrap;
  1019.     padding: 10px 19px 4px 37px;
  1020.     border: 0;
  1021. }
  1022.  
  1023. #punpost .blockform h2, #punedit .blockform h2,.pun #quickpost h2,
  1024. #pundelete .blockform h2 {
  1025.     margin: 1px 1px 0 1px;
  1026.     width: 25em;
  1027.     position: absolute;
  1028.     z-index: 100;
  1029. }
  1030.  
  1031. .pun #quickpost legend, #punpost legend, #punedit legend {
  1032.     width: 25em;
  1033.     overflow: hidden;
  1034.     white-space: nowrap;
  1035. }
  1036.  
  1037. .pun .blockform .box {
  1038.     border-style: solid;
  1039.     border-width: 1px;
  1040.     padding-bottom: 12px;
  1041. }
  1042.  
  1043. .pun #posterror {
  1044.     border-style: solid;
  1045.     border-width: 1px;
  1046. }
  1047.  
  1048. .pun #posterror .box {
  1049.     padding: 0 18px 12px 18px;
  1050. }
  1051.  
  1052. * html .pun .blockform .box, * html .pun #posterror {
  1053.     display: inline-block;
  1054. }
  1055.  
  1056. .pun .blockform .forminfo, .pun .error-info {
  1057.     padding: 12px 18px;
  1058.     border-style: solid;
  1059.     border-width: 1px;
  1060.     position: relative;
  1061. }
  1062.  
  1063. .pun .blockform .forminfo {
  1064.     margin-top: 12px;
  1065. }
  1066.  
  1067. #pundelete .blockform .forminfo {
  1068.     margin-top: 33px;
  1069. }
  1070.  
  1071. .pun .forminfo h3 {
  1072.     padding-bottom: 0;
  1073. }
  1074.  
  1075. .pun .error-list li {
  1076.     padding-left: 24px;
  1077.     background: url(Air/img/exclaim.png) center left no-repeat;
  1078. }
  1079.  
  1080. .pun .inform {
  1081.     padding: 0 18px;
  1082. }
  1083.  
  1084. .pun legend {
  1085.     font-weight: bold;
  1086.     padding: 10px 19px 4px 19px;
  1087. }
  1088.  
  1089. * html .pun legend {
  1090.     margin-left: -7px;
  1091. }
  1092.  
  1093. *:first-child+html .pun legend {
  1094.     margin-left: -7px;
  1095. }
  1096.  
  1097. .pun .infldset {
  1098.     border-style: solid;
  1099.     border-width: 1px;
  1100.     padding: 12px 18px;
  1101. }
  1102.  
  1103. #punregister #rules .infldset {
  1104.     padding: 5px 18px;
  1105. }
  1106.  
  1107. .pun fieldset p {
  1108.     padding: 0 0 7px 0;
  1109.     width: 100%;
  1110. }
  1111.  
  1112. .pun fieldset .usercontent p {
  1113.     padding: 7px 0;
  1114. }
  1115.  
  1116. .pun fieldset label {
  1117.     display: block;
  1118.     padding: 0 0 7px 0;
  1119. }
  1120.  
  1121. .pun label em {
  1122.     font-weight: normal;
  1123.     font-style: normal;
  1124. }
  1125.  
  1126. .pun .required strong {
  1127.     background: url(Air/img/asterisk.png) center right no-repeat;
  1128.     font-weight: normal;
  1129.     padding-right: 14px;
  1130.     white-space: pre;
  1131.     display: inline-block;
  1132.     line-height: normal;
  1133. }
  1134.  
  1135. .pun label input, .pun label select, .pun label textarea {
  1136.     margin-top: 2px;
  1137. }
  1138.  
  1139. .pun label.conl {
  1140.     display: inline-block;
  1141.     padding-right: 12px;
  1142. }
  1143.  
  1144. .pun form .buttons {
  1145.     padding: 8px 19px 8px 34px;
  1146.     margin-bottom: -12px;
  1147. }
  1148.  
  1149. .pun .blockform .buttons input {
  1150.     margin-right: 12px;
  1151. }
  1152.  
  1153. .pun .rbox {
  1154.     padding: 3px 0;
  1155. }
  1156.  
  1157. .pun .rbox label {
  1158.     padding: 3px 0 3px 1.75em;
  1159.     position: relative;
  1160.     min-height: 1px;
  1161. }
  1162.  
  1163. * html .pun .rbox label {
  1164.     text-indent: -3px;
  1165.     height: 1%;
  1166. }
  1167.  
  1168. .pun .rbox input {
  1169.     margin: 3px 0.75em 3px -1.75em;
  1170.     float: left;
  1171.     position: relative;
  1172.     vertical-align: middle;
  1173.     padding: 0;
  1174.     height: 1em;
  1175.     width: 1em;
  1176. }
  1177.  
  1178. .pun input[type=text], .pun select, .pun textarea {
  1179.     font-family: Verdana, Arial, Helvetica, sans-serif;
  1180. }
  1181.  
  1182. .pun .txtarea textarea, .pun input.longinput {
  1183.     width: 98%;
  1184. }
  1185.  
  1186. .pun #quickpost .txtarea {
  1187.     padding-right: 12px;
  1188.     position: relative;
  1189. }
  1190.  
  1191. .pun .blockform .bblinks {
  1192.     padding-top: 0;
  1193. }
  1194.  
  1195. .pun .blockform .bblinks li {
  1196.     display: inline;
  1197. }
  1198.  
  1199. .pun .blockform .bblinks li span {
  1200.     background: url(Air/img/help.png) center left no-repeat;
  1201.     margin-right: 8px;
  1202.     padding-left: 20px;
  1203.     display: inline-block;
  1204. }
  1205.  
  1206. .pun #login p.clearb {
  1207.     border-top-style: dotted;
  1208.     border-top-width: 1px;
  1209.     font-size: 0;
  1210.     height: 0;
  1211.     line-height: 0;
  1212.     margin-top: 7px;
  1213.     overflow: hidden;
  1214.     padding-bottom: 3px;
  1215.     padding-top: 7px;
  1216.     text-indent: -9999em;
  1217.     width: 100%;
  1218. }
  1219.  
  1220. .pun #postreview {
  1221.     padding-top: 12px;
  1222. }
  1223.  
  1224. .pun #postpreview, .pun #posterror {
  1225.     margin-bottom: 12px;
  1226. }
  1227.  
  1228. .pun #postpreview .postright {
  1229.     padding: 0;
  1230. }
  1231.  
  1232. .pun #postpreview .postbody {
  1233.     border-style: solid;
  1234.     border-width: 1px;
  1235.     float: none;
  1236.     margin: 0 18px 12px 18px;
  1237.     padding: 0;
  1238.     padding: 4px 18px 4px 18px;
  1239.     width: auto;
  1240. }
  1241.  
  1242. .pun span.email {
  1243.     background: url(Air/img/email.png) left 65% no-repeat;
  1244.     margin-right: 5px;
  1245.     padding-left: 21px;
  1246.     display: inline-block;
  1247.     line-height: normal;
  1248. }
  1249.  
  1250. .pun span.website {
  1251.     background: url(Air/img/ext.png) left 65% no-repeat;
  1252.     padding-left: 18px;
  1253.     display: inline-block;
  1254.     line-height: normal;
  1255. }
  1256.  
  1257. #punmisc #rules .box {
  1258.     border-style: solid;
  1259.     border-width: 1px;
  1260.     padding: 5px 18px;
  1261. }
  1262.  
  1263.  
  1264. #punhelp .box {
  1265.     border-style: solid;
  1266.     border-width: 1px;
  1267.     padding: 7px 12px;
  1268. }
  1269.  
  1270. /*****************************************************************
  1271. PROFILES (+ ADMIN MENU)
  1272. *****************************************************************/
  1273.  
  1274. /* Profile / Admin
  1275. ----------------------------------------------------------------*/
  1276.  
  1277. .pun .blockmenu {
  1278.     width: 13em;
  1279.     float: left;
  1280.     padding-bottom: 12px;
  1281. }
  1282.  
  1283. .pun .block2col .blockform, .pun .block2col .block {
  1284.     margin-left: 15em;
  1285. }
  1286.  
  1287. .pun .blockmenu .block2 {
  1288.     padding-top: 19px;
  1289. }
  1290.  
  1291. .pun .blockmenu ul {
  1292.     border-top-style: dotted;
  1293.     border-top-width: 1px;
  1294.     padding: 0;
  1295. }
  1296.  
  1297. .pun .blockmenu li {
  1298.     border-bottom-style: dotted;
  1299.     border-bottom-width: 1px;
  1300.     font-weight: bold;
  1301.     padding: 0;
  1302. }
  1303.  
  1304. .pun .blockmenu a:link, .pun .blockmenu a:visited {
  1305.     display: block;
  1306.     padding: 9px 6px 3px 6px;
  1307.     min-height: 1px;
  1308.     text-decoration: none;
  1309. }
  1310.  
  1311. * html .pun .blockmenu a:link,  * html .pun .blockmenu a:visited {
  1312.     height: 1%;
  1313. }
  1314.  
  1315. .pun .blockmenu a:hover, .pun .blockmenu a:active, .pun .blockmenu a:focus {
  1316.     text-decoration: none;
  1317. }
  1318.  
  1319. #viewprofile .box {
  1320.     border-style: solid;
  1321.     border-width: 1px;
  1322.     padding-bottom: 18px;
  1323. }
  1324.  
  1325. #viewprofile dt, #adstats dt {
  1326.     padding: 7px 0;
  1327.     position: absolute;
  1328.     width: 13em;
  1329.     left: 0;
  1330. }
  1331.  
  1332. #viewprofile dl {
  1333.     border-style: solid none none none;
  1334.     border-width: 1px;
  1335.     margin: 7px 0;
  1336.     padding: 0;
  1337.     width: 100%;
  1338.     position: relative;
  1339. }
  1340.  
  1341. #adintro, #adstats {
  1342.     border-style: solid;
  1343.     border-width: 1px;
  1344.     padding: 18px;
  1345. }
  1346.  
  1347. #adintro li span {
  1348.     display: inline-block;
  1349.     padding-left: 16px;
  1350.     margin-left: 8px;
  1351.     line-height: normal;
  1352.     background: url(Air/img/bull.png) center left no-repeat;
  1353. }
  1354.  
  1355. #adstats .inbox, #adintro .inbox {
  1356.     border-style: solid;
  1357.     border-width: 1px;
  1358.     padding: 18px;
  1359. }
  1360.  
  1361. #adstats dl {
  1362.     margin: 0;
  1363.     padding: 0;
  1364.     width: 100%;
  1365.     position: relative;
  1366. }
  1367.  
  1368. #viewprofile dd, #adstats dd {
  1369.     border-style: none none solid none;
  1370.     border-width: 1px;
  1371.     padding: 7px 0 7px 13em;
  1372. }
  1373.  
  1374. /*****************************************************************
  1375. COLOUR SCHEME
  1376. *****************************************************************/
  1377.  
  1378. /* Basic defaults and Common Items
  1379. ----------------------------------------------------------------*/
  1380.  
  1381. html, body, .pun {
  1382.     background: #f6f9fc;
  1383.     color: #333;
  1384. }
  1385.  
  1386. .pun .punwrap {
  1387.     background: #fff;
  1388.     border-color: #cad7e1;
  1389.     color: #566579;
  1390. }
  1391.  
  1392. #brdtitle #brddesc, .pun .pagepost, #brdstats #onlinelist, #brdfooter #searchlinks, #brdfooter #modcontrols,
  1393. #punmaint h2, #punredirect h2, #adminconsole .submittop, .pun #debugtime, .pun .pagelink a, .pun .pagelink * {
  1394.     border-color: #b9c5ce;
  1395. }
  1396.  
  1397. .pun a, .pun a:link, .pun a:visited {
  1398.     color: #2365B0;
  1399. }
  1400.  
  1401. .pun a:hover, .pun a:active, .pun a:focus {
  1402.     color: #b50000;
  1403. }
  1404.  
  1405. .pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
  1406.     border-color: #22538a;
  1407. }
  1408.  
  1409. .pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
  1410.     border-color: #b50000;
  1411. }
  1412.  
  1413. /* Primary Navigation
  1414. ----------------------------------------------------------------*/
  1415.  
  1416. #brdmenu {
  1417.     background: #44699c;
  1418. }
  1419.  
  1420. #brdmenu a, #brdmenu a:link, #brdmenu a:visited {
  1421.     background: #44699c;
  1422.     border-color: #fff;
  1423.     color: #d4dae2;
  1424. }
  1425.  
  1426. #brdmenu a:hover, #brdmenu a:active, #brdmenu a:focus {
  1427.     background: #b50000;
  1428.     border-color: #fff;
  1429.     color: #fff;
  1430. }
  1431.  
  1432. /* Main Tables
  1433. ----------------------------------------------------------------*/
  1434.  
  1435. .pun .blocktable .box {
  1436.     background: #fcfdfe;
  1437.     border-color: #b9c5ce #d9e1e7;
  1438. }
  1439.  
  1440. #punindex .blocktable h2, .pun #vf h2 {
  1441.     color: #357082;
  1442. }
  1443.  
  1444. #adminconsole fieldset th, #adminconsole fieldset td {
  1445.     background: #f6f9fc;
  1446.     border-color: #dfe6ee;
  1447. }
  1448.  
  1449. .pun #users1 h2 {
  1450.     background: #fff;
  1451. }
  1452.  
  1453. .pun .blocktable td {
  1454.     border-color: #dfe6ee;
  1455. }
  1456.  
  1457. .pun .blocktable th {
  1458.     background: #ebf1f5;
  1459.     border-color: #cad7e1;
  1460.     color: #357082;
  1461. }
  1462.  
  1463. .pun .blocktable td.tcl span.stickytext {
  1464.     color: #3399CC;
  1465. }
  1466.  
  1467. /* Main Posts
  1468. ----------------------------------------------------------------*/
  1469.  
  1470. .pun .blockpost {
  1471.     background: #f6f9fc;
  1472.     border-color: #b9c5ce #d9e1e7;
  1473. }
  1474.  
  1475. .pun .blockpost h2 {
  1476.     background: #ebf1f5;
  1477.     border-color: #cad7e1;
  1478.     color: #357082;
  1479. }
  1480.  
  1481. .pun .blockpost .postbody, .pun .blockpost .postfoot {
  1482.     background: #fcfdfe;
  1483.     border-color: #dfe6ee;
  1484. }
  1485.  
  1486. .pun .blockpost .postfootright li {
  1487.     color: #fcfdfe;
  1488. }
  1489.  
  1490. .pun .postmsg, #punhelp code, #punhelp samp {
  1491.     color: #333;
  1492. }
  1493.  
  1494. .pun .postsignature, .pun .postmsg .postedit {
  1495.     color: #566579;
  1496. }
  1497.  
  1498. .pun .quotebox {
  1499.     background: #f8f9f0;
  1500.     border-color: #7aadbd;
  1501.     color: #566579;
  1502. }
  1503.  
  1504. .pun .quotebox cite {
  1505.     color: #357082;
  1506. }
  1507.  
  1508. .pun .codebox, #punhelp .codebox code {
  1509.     background: #333;
  1510.     color: #fff;
  1511. }
  1512.  
  1513. .pun .postmsg hr {
  1514.     background: #b9c5ce;
  1515. }
  1516.  
  1517. .pun .postmsg ins, #punhelp samp ins {
  1518.     background-color: #ff0;
  1519. }
  1520.  
  1521. /* Main Forms + Profile
  1522. ----------------------------------------------------------------*/
  1523.  
  1524. .pun .blockform .box, #adstats, #adintro, #postpreview, #posterror {
  1525.     border-color: #b9c5ce #d9e1e7;
  1526.     background: #ebf1f5;
  1527. }
  1528.  
  1529. #punmisc #rules .box, #punhelp .box {
  1530.     border-color: #b9c5ce #d9e1e7;
  1531.     background: #f6f9fc;
  1532. }
  1533.  
  1534. .pun #quickpost h2, #punpost .blockform h2, #punedit .blockform h2, #posterror h2,
  1535. #pundelete .blockform h2 {
  1536.     background: #ebf1f5;
  1537.     color: #357082;
  1538. }
  1539.  
  1540. .pun .forminfo {
  1541.     background: #fff;
  1542.     border-color: #dfe6ee;
  1543. }
  1544.  
  1545. #puninstall form#install .forminfo {
  1546.     background: #44699c;
  1547.     color: #fff;
  1548. }
  1549.  
  1550. .pun #posterror .error-info {
  1551.     background: #ffffe1;
  1552.     border-color: #dfe6ee;
  1553. }
  1554.  
  1555. #puninstall form#install .error-info {
  1556.     background: #ffffe1;
  1557.     border-color: #dfe6ee;
  1558.     color: #333;
  1559. }
  1560.  
  1561. .pun .infldset, #adintro .inbox, #adstats .inbox {
  1562.     background: #f6f9fc;
  1563.     border-color: #dfe6ee;
  1564. }
  1565.  
  1566. .pun label, .pun legend, #adminconsole fieldset th {
  1567.     color: #357082;
  1568. }
  1569.  
  1570. .pun fieldset p {
  1571.     border-color: #b9c5ce;
  1572. }
  1573.  
  1574. .pun .blockmenu ul, .pun .blockmenu li {
  1575.     border-color: #b9c5ce;
  1576. }
  1577.  
  1578. .pun .blockmenu a:hover, .pun .blockmenu a:active, .pun .blockmenu a:focus {
  1579.     background: #ffffe6;
  1580. }
  1581.  
  1582. .pun .blockmenu .isactive a:link, .pun .blockmenu .isactive a:visited {
  1583.     color: #333;
  1584.     background: #f6f9fc;
  1585.     }
  1586.  
  1587. .pun #viewprofile .box {
  1588.     border-color: #b9c5ce #d9e1e7;
  1589.     background: #ebf1f5;
  1590. }
  1591.  
  1592. .pun #viewprofile dt, #adstats dt {
  1593.     color: #357082;
  1594. }
  1595.  
  1596. .pun #viewprofile dl, .pun #viewprofile dd, #adstats dl, #adstats dd {
  1597.     border-color: #dfe6ee;
  1598. }
  1599.  
  1600. #adminconsole fieldset td.nodefault {
  1601.     background: #d59b9b;
  1602. }
  1603.  
  1604. /* Status Indicators
  1605. ----------------------------------------------------------------*/
  1606.  
  1607. .pun .icon {
  1608.     border-color: #e8ecf1 #d4d9dd #dfe3e8 #e8ecf1;
  1609. }
  1610.  
  1611. .pun .iredirect .icon {
  1612.     border-color: #b9c5ce;
  1613.     border-width: 1px;
  1614.     padding: 7px;
  1615. }
  1616.  
  1617. .pun .inew .icon {
  1618.     border-color: #91b3d9 #87a8d1 #6c85bb #7292c3;
  1619. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement