Advertisement
Guest User

Untitled

a guest
Nov 24th, 2013
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.83 KB | None | 0 0
  1. /*  phpBB 3.0 Style Sheet
  2.     --------------------------------------------------------------
  3.     Style name:         eqdkp_luna_wotlk
  4.     Based on style:     subSilver (the default phpBB 2.0.x style)
  5.     Original author:    Tom Beddard ( http://www.subblue.com/ )
  6.     Modified by:        Nyak ( http://my.buffed.de/user/105211 )   
  7.     --------------------------------------------------------------
  8. */
  9.  
  10.  
  11.  
  12. /* Layout
  13.  ------------ */
  14.  
  15. /* Lorebook popup fix */
  16.  
  17. div.rulingring-tooltip th {
  18.    background: transparent;
  19.    border-style: none;
  20. }
  21.  
  22. * {
  23.     /* Reset browsers default margin, padding and font sizes */
  24.     margin: 0;
  25.     padding: 0;
  26. }
  27.  
  28. html {
  29.     font-size: 100%;
  30. }
  31.  
  32. body {
  33.     /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  34.     font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  35.     color: white;
  36.     background-color: #282828;
  37.     font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
  38.     margin: 0;
  39. }
  40.  
  41. #wrapheader {
  42. /*  min-height: 120px;*/
  43.     height: auto !important;
  44.     height: 120px;
  45. /*  background-image: url('styles/eqdkp_luna_wotlk/theme/images/background.gif');
  46.     background-repeat: repeat-x;*/
  47. /*  padding: 0 25px 15px 25px;*/
  48.     padding: 0;
  49. }
  50.  
  51. #wrapcentre {
  52.     margin: 15px 25px 0 25px;
  53. }
  54.  
  55. #wrapfooter {
  56.     text-align: center;
  57.     clear: both;
  58. }
  59.  
  60. #wrapnav {
  61.     width: 100%;
  62.     margin: 0;
  63.     background-color: #ECECEC;
  64.     border-width: 1px;
  65.     border-style: solid;
  66.     border-color: #A9B8C2;
  67. }
  68.  
  69. #logodesc {
  70.     margin-bottom: 5px;
  71.     padding: 5px 25px;
  72.     background: #D9DFE4;
  73.     border-bottom: 1px solid #4787A7;
  74. }
  75.  
  76. #menubar {
  77.     margin: 0 25px;
  78.     border: 1px solid Silver;
  79.     padding: 3px;
  80.     margin-top: 5px;
  81. }
  82.  
  83. #datebar {
  84.     margin: 10px 25px 0 25px;
  85. }
  86.  
  87. #findbar {
  88.     width: 100%;
  89.     margin: 0;
  90.     padding: 0;
  91.     border: 0;
  92. }
  93.  
  94. .forumrules {
  95.     background-color: #F9CC79;
  96.     border-width: 1px;
  97.     border-style: solid;
  98.     border-color: #BB9860;
  99.     padding: 4px;
  100.     font-weight: normal;
  101.     font-size: 1.1em;
  102.     font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  103.     color: black;
  104. }
  105.  
  106. .forumrules h3 {
  107.     color: red;
  108. }
  109.  
  110. #pageheader { }
  111. #pagecontent { }
  112. #pagefooter { }
  113.  
  114. #poll { }
  115. #postrow { }
  116. #postdata { }
  117.  
  118.  
  119. /*  Text
  120.  --------------------- */
  121. h1 {
  122.     color: white;
  123.     font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  124.     font-weight: bold;
  125.     font-size: 1.8em;
  126.     text-decoration: none;
  127. }
  128.  
  129. h2 {
  130.     font-family: Arial, Helvetica, sans-serif;
  131.     font-weight: bold;
  132.     font-size: 1.5em;
  133.     text-decoration: none;
  134.     line-height: 120%;
  135. }
  136.  
  137. h3 {
  138.     font-size: 1.3em;
  139.     font-weight: bold;
  140.     font-family: Arial, Helvetica, sans-serif;
  141.     line-height: 120%;
  142. }
  143.  
  144. h4 {
  145.     margin: 0;
  146.     font-size: 1.1em;
  147.     font-weight: bold;
  148. }
  149.  
  150. p {
  151.     font-size: 1.1em;
  152. }
  153.  
  154. p.moderators {
  155.     margin: 0;
  156.     float: left;
  157.     color: white;
  158.     font-weight: bold;
  159. }
  160.  
  161. .rtl p.moderators {
  162.     float: right;
  163. }
  164.  
  165. p.linkmcp {
  166.     margin: 0;
  167.     float: right;
  168.     white-space: nowrap;
  169. }
  170.  
  171. .rtl p.linkmcp {
  172.     float: left;
  173. }
  174.  
  175. p.breadcrumbs {
  176.     margin: 0;
  177.     float: left;
  178.     color: white;
  179.     font-weight: bold;
  180.     white-space: normal;
  181.     font-size: 1em;
  182. }
  183.  
  184. .rtl p.breadcrumbs {
  185.     float: right;
  186. }
  187.  
  188. p.datetime {
  189.     margin: 0;
  190.     float: right;
  191.     white-space: nowrap;
  192.     font-size: 1em;
  193. }
  194.  
  195. .rtl p.datetime {
  196.     float: left;
  197. }
  198.  
  199. p.searchbar {
  200.     padding: 2px 0;
  201.     white-space: nowrap;
  202. }
  203.  
  204. p.searchbarreg {
  205.     margin: 0;
  206.     float: right;
  207.     white-space: nowrap;
  208. }
  209.  
  210. .rtl p.searchbarreg {
  211.     float: left;
  212. }
  213.  
  214. p.forumdesc {
  215.     padding-bottom: 4px;
  216. }
  217.  
  218. p.topicauthor {
  219.     margin: 1px 0;
  220. }
  221.  
  222. p.topicdetails {
  223.     margin: 1px 0;
  224. }
  225.  
  226. .postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
  227.     margin: 1px 0;
  228.     color: red;
  229.     font-weight:bold;
  230. }
  231.  
  232. .postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
  233.     color: lime;
  234.     font-weight: bold;
  235. }
  236.  
  237. .postapprove img, .postreported img {
  238.     vertical-align: bottom;
  239. }
  240.  
  241. .postauthor {
  242.     color: white;
  243. }
  244.  
  245. .postdetails {
  246.     color: white;
  247. }
  248.  
  249. .postbody {
  250.     font-size: 1.3em;
  251.     line-height: 1.4em;
  252.     font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
  253. }
  254.  
  255. .postbody li, ol, ul {
  256.     margin: 0 0 0 1.5em;
  257. }
  258.  
  259. .rtl .postbody li, .rtl ol, .rtl ul {
  260.     margin: 0 1.5em 0 0;
  261. }
  262.  
  263. .posthilit {
  264.     background-color: yellow;
  265.     color: black;
  266. }
  267.  
  268. .nav {
  269.     margin: 0;
  270.     color: white;
  271.     font-weight: bold;
  272. }
  273.  
  274. .pagination {
  275.     padding: 4px;
  276.     color: white;
  277.     font-size: 1em;
  278.     font-weight: bold;
  279. }
  280.  
  281. .cattitle {
  282.  
  283. }
  284.  
  285. .gen {
  286.     margin: 1px 1px;
  287.     font-size: 1.2em;
  288. }
  289.  
  290. .genmed {
  291.     margin: 1px 1px;
  292.     font-size: 1.1em;
  293. }
  294.  
  295. .gensmall {
  296.     margin: 1px 1px;
  297.     font-size: 1em;
  298. }
  299.  
  300. .copyright {
  301.     color: silver;
  302.     font-weight: normal;
  303.     font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  304. }
  305.  
  306. .titles {
  307.     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  308.     font-weight: bold;
  309.     font-size: 1.3em;
  310.     text-decoration: none;
  311. }
  312.  
  313. .error {
  314.     color: red;
  315. }
  316.  
  317.  
  318. /* Tables
  319.  ------------ */
  320. th {
  321.     color: white;
  322.     font-size: 1.1em;
  323.     font-weight: bold;
  324.     background-color: #006699;
  325.     background-image: url('styles/eqdkp_luna_wotlk/theme/images/cellpic3.gif');
  326.     white-space: nowrap;
  327.     padding: 7px 5px;
  328. }
  329.  
  330. td {
  331.     padding: 2px;
  332. }
  333. td.profile {
  334.     padding: 4px;
  335. }
  336.  
  337. .tablebg {
  338.     background-color: transparent;
  339. }
  340.  
  341. .catdiv {
  342.     height: 28px;
  343.     margin: 0;
  344.     padding: 0;
  345.     border: 0;
  346.     background: white url('styles/eqdkp_luna_wotlk/theme/images/cellpic1.gif') repeat-x scroll top left;
  347. }
  348. .rtl .catdiv {
  349.     background: white url('styles/eqdkp_luna_wotlk/theme/images/cellpic1.gif') repeat-x scroll top right;
  350. }
  351.  
  352. .cat {
  353.     height: 28px;
  354.     margin: 0;
  355.     padding: 0;
  356.     border: 0;
  357.     background-color: #C7D0D7;
  358.     background-image: url('styles/eqdkp_luna_wotlk/theme/images/cellpic1.gif');
  359.     text-indent: 4px;
  360. }
  361.  
  362. .row1 {
  363.     background-color: #1d3953;
  364.     padding: 4px;
  365. }
  366.  
  367. .row2 {
  368.     background-color: #14293b;
  369.     padding: 4px;
  370. }
  371.  
  372. .row3 {
  373.     background-color: #2a5075;
  374.     padding: 4px;
  375. }
  376.  
  377. .spacer {
  378.     background-color: #4475a0;
  379. }
  380.  
  381. hr {
  382.     height: 1px;
  383.     border-width: 0;
  384.     background-color: transparent;
  385.     color: silver;
  386. }
  387.  
  388. .legend {
  389.     text-align:center;
  390.     margin: 0 auto;
  391. }
  392.  
  393. /* Links
  394.  ------------ */
  395.  
  396. /* Links adjustment to correctly display an order of rtl/ltr mixed content */
  397. .rtl a {
  398.     direction: rtl;
  399.     unicode-bidi: embed;
  400. }
  401.  
  402. /* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
  403. /* See http://www.phpbb.com/bugs/phpbb3/59685 */
  404.  
  405. a:link {
  406.     color: silver;
  407.     text-decoration: none;
  408. }
  409.  
  410. a:visited {
  411.     color: silver;
  412.     text-decoration: none;
  413. }
  414.  
  415. a:hover {
  416.     color: white;
  417.     text-decoration: underline;
  418. }
  419.  
  420. a:active {
  421.     color: #005784;
  422.     text-decoration: none;
  423. }
  424.  
  425. a.forumlink {
  426.     color: white;
  427.     font-weight: bold;
  428.     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  429.     font-size: 1.2em;
  430. }
  431.  
  432. a.topictitle {
  433.     margin: 1px 0;
  434.     font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  435.     font-weight: bold;
  436.     font-size: 1.2em;
  437. }
  438.  
  439. a.topictitle:visited {
  440.     color: white;
  441.     text-decoration: none;
  442. }
  443.  
  444. th a,
  445. th a:visited {
  446.     color: #FFFFFF !important;
  447.     text-decoration: none;
  448. }
  449.  
  450. th a:hover {
  451.     text-decoration: underline;
  452. }
  453.  
  454.  
  455. /* Form Elements
  456.  ------------ */
  457. form {
  458.     margin: 0;
  459.     padding: 0;
  460.     border: 0;
  461. }
  462.  
  463. input {
  464.     color: #333333;
  465.     font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  466.     font-size: 1.1em;
  467.     font-weight: normal;
  468.     padding: 1px;
  469.     border: 1px solid #A9B8C2;
  470.     background-color: #FAFAFA;
  471. }
  472.  
  473. textarea {
  474.     background-color: #FAFAFA;
  475.     color: #333333;
  476.     font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  477.     font-size: 1.3em;
  478.     line-height: 1.4em;
  479.     font-weight: normal;
  480.     border: 1px solid #A9B8C2;
  481.     padding: 2px;
  482. }
  483.  
  484. select {
  485.     color: #333333;
  486.     background-color: #FAFAFA;
  487.     font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  488.     font-size: 1.1em;
  489.     font-weight: normal;
  490.     border: 1px solid #A9B8C2;
  491.     padding: 1px;
  492. }
  493.  
  494. option {
  495.     padding: 0 1em 0 0;
  496. }
  497.  
  498. option.disabled-option {
  499.     color: graytext;
  500. }
  501.  
  502. .rtl option {
  503.     padding: 0 0 0 1em;
  504. }
  505.  
  506. input.radio {
  507.     border: none;
  508.     background-color: transparent;
  509. }
  510.  
  511. .post {
  512.     background-color: white;
  513.     border-style: solid;
  514.     border-width: 1px;
  515.     color: black;
  516. }
  517.  
  518. .btnbbcode {
  519.     color: #000000;
  520.     font-weight: normal;
  521.     font-size: 1.1em;
  522.     font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  523.     background-color: #EFEFEF;
  524.     border: 1px solid #666666;
  525. }
  526.  
  527. .btnmain {
  528.     color: #000000;
  529.     font-weight: bold;
  530.     background-color: #ECECEC;
  531.     border: 1px solid #4475a0;
  532.     cursor: pointer;
  533.     padding: 1px 5px;
  534.     font-size: 1.1em;
  535. }
  536.  
  537. .btnlite {
  538.     color: #000000;
  539.     font-weight: normal;
  540.     background-color: #ECECEC;
  541.     border: 1px solid #4475a0;
  542.     cursor: pointer;
  543.     padding: 1px 5px;
  544.     font-size: 1.1em;
  545. }
  546.  
  547. .btnfile {
  548.     color: #000000;
  549.     font-weight: normal;
  550.     background-color: #ECECEC;
  551.     border: 1px solid #4475a0;
  552.     padding: 1px 5px;
  553.     font-size: 1.1em;
  554. }
  555.  
  556. .helpline {
  557.     color: #000000;
  558.     background-color: #DEE3E7;
  559.     border-style: none;
  560. }
  561.  
  562.  
  563. /* BBCode
  564.  ------------ */
  565. .quotetitle {
  566.     margin: 10px 5px 0 5px;
  567.     padding: 4px;
  568.     border-width: 1px 1px 0 1px;
  569.     border-style: solid;
  570.     border-color: #2A5075;
  571.     color: #D7E4F3;
  572.     background-color: #2A5075;
  573.     font-size: 1em;
  574.     font-weight: bold;
  575. }
  576.  
  577. .quotetitle .quotetitle {
  578.     font-size: 0.85em;
  579. }
  580.  
  581. .attachtitle {
  582.     margin: 10px 5px 0 5px;
  583.     padding: 4px;
  584.     border-width: 1px 1px 0 1px;
  585.     border-style: solid;
  586.     border-color: #2A5075;
  587.     color: #D7E4F3;
  588.     background-color: #2A5075;
  589.     font-size: 1em;
  590.     font-weight: bold;
  591. }
  592.  
  593. .quotecontent {
  594.     margin: 0 5px 10px 5px;
  595.     padding: 5px;
  596.     border-color: #2A5075;
  597.     border-width: 0 1px 1px 1px;
  598.     border-style: solid;
  599.     font-weight: normal;
  600.     font-size: 1em;
  601.     line-height: 1.4em;
  602.     font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
  603.     background-color: #4475A0;
  604.     color: #D7E4F3;
  605. }
  606.  
  607. .attachcontent {
  608.     margin: 0 5px 10px 5px;
  609.     padding: 5px;
  610.     border-color: #2A5075;
  611.     border-width: 0 1px 1px 1px;
  612.     border-style: solid;
  613.     font-weight: normal;
  614.     font-size: 0.85em;
  615.     line-height: 1.4em;
  616.     font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
  617.     background-color: #14293B;
  618.     color: #D7E4F3;
  619. }
  620.  
  621. .codetitle {
  622.     margin: 10px 5px 0 5px;
  623.     padding: 2px 4px;
  624.     border-width: 1px 1px 0 1px;
  625.     border-style: solid;
  626.     border-color: #4475a0;
  627.     color: silver;
  628.     background-color: #4475a0;
  629.     font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  630.     font-size: 0.8em;
  631. }
  632.  
  633. .codecontent {
  634.     direction: ltr;
  635.     margin: 0 5px 10px 5px;
  636.     padding: 5px;
  637.     border-color: #4475a0;
  638.     border-width: 0 1px 1px 1px;
  639.     border-style: solid;
  640.     font-weight: normal;
  641.     color: #006600;
  642.     font-size: 0.85em;
  643.     font-family: Monaco, 'Courier New', monospace;
  644.     background-color: #FAFAFA;
  645. }
  646.  
  647. .syntaxbg {
  648.     color: #FFFFFF;
  649. }
  650.  
  651. .syntaxcomment {
  652.     color: #FF8000;
  653. }
  654.  
  655. .syntaxdefault {
  656.     color: #0000BB;
  657. }
  658.  
  659. .syntaxhtml {
  660.     color: #000000;
  661. }
  662.  
  663. .syntaxkeyword {
  664.     color: #007700;
  665. }
  666.  
  667. .syntaxstring {
  668.     color: #DD0000;
  669. }
  670.  
  671.  
  672. /* Private messages
  673.  ------------------ */
  674. .pm_marked_colour {
  675.     background-color: #000000;
  676. }
  677.  
  678. .pm_replied_colour {
  679.     background-color: #A9B8C2;
  680. }
  681.  
  682. .pm_friend_colour {
  683.     background-color: #007700;
  684. }
  685.  
  686. .pm_foe_colour {
  687.     background-color: #DD0000;
  688. }
  689.  
  690. .pm-bar-outer {
  691.     width: 300px;
  692.     height: 12px;
  693.     padding: 1px;
  694.     margin: 2px 4px 0 4px;
  695.     border: solid 1px #555555;
  696. }
  697.  
  698. .pm-bar-inner {
  699.     width: 100%;
  700.     height: 100%;
  701.     background-color: #E6E6E6;
  702. }
  703.  
  704. .pm-bar-ok {
  705.     height: 100%;
  706.     background-color: #A9B8C2;
  707. }
  708.  
  709. .pm-bar-alert {
  710.     height: 100%;
  711.     background-color: #D31141;
  712. }
  713.  
  714. /* Misc
  715.  ------------ */
  716. img {
  717.     border: none;
  718. }
  719.  
  720. .sep {
  721.     color: black;
  722.     background-color: #FFA34F;
  723. }
  724.  
  725. table.colortable td {
  726.     padding: 0;
  727. }
  728.  
  729. pre {
  730.     font-size: 1.1em;
  731.     font-family: Monaco, 'Courier New', monospace;
  732. }
  733.  
  734. .nowrap {
  735.     white-space: nowrap;
  736. }
  737.  
  738. .username-coloured {
  739.     font-weight: bold;
  740. }
  741.  
  742. .maintable {
  743.     background-color: #282828;
  744.     width: 100%;
  745. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement