Guest User

lorwiki

a guest
Feb 1st, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.75 KB | None | 0 0
  1. body {
  2.     background: #2E3436;
  3.     color: #BABDB6;
  4.     margin: 0;
  5.     padding: 0;
  6. }
  7.  
  8. body, input, select {
  9.     font: 95% sans-serif, tahoma;
  10. }
  11.  
  12. a {
  13.     text-decoration: none;
  14.     color: #729FCF;
  15. }
  16.  
  17. table {
  18.     background-color: #272C2D !important;
  19.     border-color: #BABDB6 !important;
  20. }
  21.  
  22.  
  23.  
  24. a:hover {
  25.     border-bottom: 0px;
  26. }
  27. a.logo {
  28.     border: 0;
  29. }
  30. a.externallink:after {
  31.     content:url("../images/external.png");
  32. }
  33. a.interwikilink:after {
  34.     content:url("../images/external.png");
  35. }
  36. a.edit {
  37.     color: #aa1111;
  38.     border-color: #aa1111;
  39. }
  40. a.edit:hover {
  41.     border-bottom: 1px dotted #aa1111;
  42. }
  43. a.redirect {
  44.     font-size: 150%;
  45.     text-decoration: none;
  46.     margin-left: 20px;
  47. }
  48. a.redirect:before {
  49.     content:url("../images/redirect-arrow.png");
  50. }
  51. p {
  52.     margin: .4em 0 .5em 0;
  53.     line-height: 1.5em;
  54. }
  55. h1, h2, h3, h4, h5 {
  56.     color: #BABDB6;
  57.     margin: 0;
  58.     padding: 0.5em 0em 0.2em 0em;
  59.     text-align: left;
  60. }
  61. h1, h2 {
  62.     margin-bottom: 0.5em;
  63. }
  64. h3, h4, h5 {
  65.     margin-bottom: 0.2em;
  66. }
  67. h1 {
  68.     border-bottom: 1px solid #BABDB6;
  69.     font-size: 200%;
  70.     font-weight: normal;
  71. }
  72. h2 {
  73.     border-bottom: 1px solid #BABDB6;
  74.     font-size: 175%;
  75.     font-weight: normal;
  76. }
  77. h3 {
  78.     font-size: 150%;
  79.     font-weight: normal;
  80. }
  81. h4 {
  82.     font-size: 125%;
  83.     font-weight: bold;
  84. }
  85. h5 {
  86.     font-size: 110%;
  87.     font-weight: bold;
  88. }
  89. pre {
  90.     background-color: #2E3436;
  91.     border: 0px;
  92.     color: white;
  93.     border-radius: 1em;
  94.     font-size: 110%;
  95.     line-height: 1.1em;
  96.     padding: 1em;
  97. }
  98. code {
  99.     color: black;
  100.     font-size: 120%;
  101. }
  102. dt {
  103.     font-weight: bold;
  104.     margin-bottom: .1em;
  105. }
  106. dl {
  107.     margin-top: .2em;
  108.     margin-bottom: .5em;
  109. }
  110. dd {
  111.     line-height: 1.5em;
  112.     margin-left: 2em;
  113.     margin-bottom: .1em;
  114. }
  115. ul {
  116.     line-height: 1.5em;
  117.     list-style-type: square;
  118.     list-style-image: url(../images/bullet.gif);
  119.     margin: .3em 0 0 1.5em;
  120.     padding: 0;
  121. }
  122. ol {
  123.     line-height: 1.5em;
  124.     margin: .3em 0 0 3.2em;
  125.     padding: 0;
  126.     list-style-image: none;
  127. }
  128. li {
  129.     margin-bottom: .1em;
  130. }
  131. textarea {
  132.     width: 99%;
  133. }
  134. fieldset {
  135.     padding: 0 7px 7px;
  136.     border: 1px solid #D8D8E7;
  137.     margin-top: 10px;
  138. }
  139. legend {
  140.     padding: 0.5em;
  141.     font-weight: bold;
  142. }
  143. .red {
  144.     font-weight: bold;
  145.     color: #f00;
  146. }
  147. .green {
  148.     font-weight: bold;
  149.     color: #090;
  150. }
  151. div.message {
  152.     margin: 1.5em 0 1.5em 0;
  153.     padding: 0 5px;
  154. }
  155. div.submenu {
  156.     margin: 1.0em 6em 0.8em 6em;
  157.     text-align: center;
  158. }
  159. .clear {
  160.     clear: both;
  161. }
  162. .hidden {
  163.     display: none;
  164. }
  165.  
  166. /* global positioning */
  167.  
  168. #wiki-page {
  169.     font-size: 100%;
  170.     color: black;
  171.     padding: 0 5px;
  172. }
  173. #wiki-navigation {
  174.     position: absolute;
  175.     top: 5px;
  176.     left: 5px;
  177.     font-size: 90%;
  178.     padding: 5px 5px 5px 0;
  179.     vertical-align: top;
  180.     width: 180px;
  181. }
  182. #wiki-content {
  183.     position: relative;
  184.     margin-left: 185px;
  185.     font-size: 80%;
  186.     vertical-align: top;
  187. }
  188. #wiki-footer {
  189.     color: gray;
  190.     font-size: 80%;
  191.     margin-left: 185px;
  192.     padding: 15px 10px;
  193. }
  194.  
  195. /* main content area */
  196.  
  197. #contents {
  198.     background: #272C2D;
  199.     padding: 14px;
  200.     border: 1px solid #272C2D;
  201.     border-radius: 1em;
  202.     color: #BABDB6;
  203.     list-style-type: disc;
  204.     padding-bottom: 25px;
  205.    
  206. }
  207. #contents-header {
  208.     margin-bottom: 0.1em;
  209. }
  210. #contentSub {
  211.     color: #7d7d7d;
  212.     margin: 0 0 1em 1em;
  213. }
  214.  
  215. /* navbar elements */
  216.  
  217. #logo {
  218.     border: 0;
  219.     margin: 8px 0 0 0;
  220.     text-align: center;
  221.     vertical-align: middle;
  222. }
  223. .portlet {
  224.     background: #272C2D;
  225.     border: 1px solid #272C2D;
  226.     border-radius: 1em;
  227.     font-size: 90%;
  228.     margin: 16px 0 8px;
  229.     overflow: hidden;
  230.     padding: 0 8px 8px;
  231. }
  232. .portlet h5 {
  233.     font-size: 90%;
  234.     font-weight: normal;
  235.     padding: 5px 0 0;
  236. }
  237. #nav-menu {
  238.     border-bottom: 0;
  239.     margin-top: 2px;
  240.     padding: 0;
  241. }
  242. #nav-menu hr {
  243.     display: none;
  244. }
  245. #nav-menu ul {
  246.     padding: 8px;
  247.     list-style-type: none;
  248.     list-style-image: none;
  249.     border-bottom: 1px solid #BABDB6;
  250.     margin-left: 0;
  251. }
  252. #nav-search {
  253.     text-align: center;
  254. }
  255. #nav-search form {
  256.     padding: 0;
  257.     margin: 0;
  258. }
  259. #nav-search br {
  260.     padding-top: 4px;
  261. }
  262. #nav-search input {
  263.     margin-top: 8px;
  264.     background-color: white;
  265.     border: 1px solid #D8D8E7;
  266. }
  267. #nav-search input[type="text"] {
  268.     width: 150px;
  269. }
  270.  
  271. /* diff page */
  272.  
  273. #diff_heading {
  274.     margin-top: 10px;
  275.     width: 98%;
  276. }
  277. #diff_heading td {
  278.     text-align: center;
  279.     vertical-align: top;
  280.     width: 50%;
  281. }
  282. #left_revision, #right_revision {
  283.     font-weight: bold;
  284. }
  285. table#diff {
  286.     table-layout: fixed;
  287.     width: 98%;
  288. }
  289. table#diff col.diff-marker {
  290.     width: 2%;
  291. }
  292. table#diff col.diff-content {
  293.     width: 48%;
  294. }
  295. .diff-delete {
  296.     background: #eeee88;
  297.     font-weight: bold;
  298.     padding: 0.1em;
  299.     overflow: hidden;
  300. }
  301. .diff-add {
  302.     background: #88ee88;
  303.     font-weight: bold;
  304.     padding: 0.1em;
  305.     overflow: hidden;
  306. }
  307. .diff-unchanged {
  308.     background: #dddddd;
  309.     padding: 0.1em;
  310.     overflow: hidden;
  311. }
  312. .diff-indicator {
  313.     font-weight: bold;
  314.     padding: 0.1em;
  315.     text-align: right;
  316.     width: 7px;
  317. }
  318. .diff-line {
  319.     padding: 0.5em 0.1em 0.1em 0.1em;
  320.     font-weight: bold;
  321. }
  322. .diff-entry {
  323.     margin: 1px;
  324.     padding: 1px;
  325. }
  326. .diff-change {
  327.     font-weight: bold;
  328.     color: red;
  329. }
  330.  
  331. /* topic elements */
  332.  
  333. #toc {
  334.     border: 1px solid #D8D8E7;
  335.     margin: 0.2em auto 0.2em 0em;
  336.     padding: 0.5em 0.8em 0.5em 0.8em;
  337.     background-color: #fff;
  338. }
  339. #toc ul {
  340.     list-style-type: none;
  341.     list-style-image: none;
  342.     margin-left: 0;
  343. }
  344. #toc ul ul {
  345.     margin-left: 1em;
  346. }
  347. #category-index {
  348.     border: 1px solid #aaa;
  349.     background-color: #f9f9f9;
  350.     padding: 10px 5px 10px 5px;
  351.     margin-top: 1em;
  352.     clear: both;
  353. }
  354. #topic-file-download {
  355.     border: 1px solid #aaa;
  356.     background-color: #f9f9f9;
  357.     padding: 10px 5px 10px 5px;
  358.     margin-top: 1em;
  359.     clear: both;
  360. }
  361.  
  362. /* tab menu */
  363.  
  364. #tab-menu {
  365. margin-left: 1em !important;
  366. }
  367.  
  368. .tab-menu a {
  369. color: #FCAF3E;
  370. }
  371.  
  372. ul.tab-menu {
  373.     display: inline-block;
  374.     list-style: inherit;
  375.     list-style-type: none;
  376. }
  377. ul.tab-menu li {
  378.     color: #AAAAAA;
  379.     background-color:  #272C2D;
  380.     border: 1px solid #171B2D;
  381.     float: left;
  382.     border-bottom: none;
  383.     min-width: 40px;
  384.     text-align: center;
  385. }
  386. ul.tab-menu li.active {
  387.     margin-bottom: -1px !important;
  388.     border-bottom: 1px solid #272C2D;
  389.     font-weight: bold;
  390. }
  391. ul.tab-menu li.active a:hover {
  392.     border-bottom: none;
  393. }
  394. ul#tab_menu {
  395.         background-color: #2E3436;
  396.     padding: 0;
  397.     margin: 0;
  398.     margin-left: 6px;
  399. }
  400. ul#tab_menu li {
  401.     padding: 0 0.5em;
  402.     margin: 0;
  403.     margin-right: 4px;
  404.     font-size: 85%;
  405. }
  406. ul#tab_menu li.active {
  407.     font-size: 90%;
  408. }
  409. ul#tab_submenu {
  410.     margin: 10px 0 0;
  411. }
  412. ul#tab_submenu li {
  413.     padding: 5px 7px;
  414.     margin: 0 0 0 8px;
  415.     -moz-border-radius-topleft: 5px;
  416.     -webkit-border-top-left-radius: 5px;
  417.     -moz-border-radius-topright: 5px;
  418.     -webkit-border-top-right-radius: 5px;
  419. }
  420. ul#tab_submenu li.active {
  421.     text-weight: bold;
  422. }
  423. .submenu-tab-content {
  424.     background: #272C2D;
  425.     padding: 14px;
  426.     padding-bottom: 25px;
  427.     border: 1px solid #D8D8E7;
  428. }
  429.  
  430. /* user menu */
  431.  
  432. #user-menu {
  433.     float: none;
  434.     margin-bottom: 10px;
  435.     background-color: #272C2D;
  436.     padding-bottom: 1em;
  437.     padding-top: 1em;
  438.     padding-left: 0;
  439.     padding-right: 0;
  440.     width:100%;
  441.     margin-right: 2em;
  442.     text-align: center;
  443.     border-radius: 10px;
  444.     margin-bottom: 20px;
  445. }
  446.  
  447. #user-menu li {
  448.     display: inline;
  449.     list-style-type: none;
  450.     list-style-image: none;
  451.     padding: 0 0.8em;
  452.     font-size: 90%;
  453. }
  454.  
  455. #user-menu a {
  456.  color: #E9B96E;
  457.  font-size: 1.2em;
  458.  text-decoration: none;
  459. }
  460.  
  461.  
  462.  
  463. /* footer */
  464.  
  465. #footer-logo {
  466.     font-size: 0.9em;
  467.     padding-top: 10px;
  468.     text-align: right;
  469. }
  470. #footer-custom {
  471.     font-size: 0.9em;
  472.     text-align: center;
  473. }
  474.  
  475. /* recent changes, user contributions, history */
  476.  
  477. li.minorchange {
  478.     color: #777777;
  479. }
  480. li.standardchange {
  481.     color: black;
  482. }
  483. li.deletechange {
  484.     color: #770000;
  485. }
  486. li.importchange {
  487.     color: #007777;
  488. }
  489. li.movechange {
  490.     color: #777777;
  491. }
  492. li.undeletechange {
  493.     color: #007777;
  494. }
  495. span.edit-comment {
  496.     text-decoration: italic;
  497. }
  498. span.section-link {
  499.     color: #999;
  500. }
  501. span.section-link a {
  502.     color: #333;
  503. }
  504.  
  505. /* topic pages */
  506.  
  507. #content-article {
  508.     padding: 10px 0 10px 0;
  509. }
  510. #content-article pre {
  511.     overflow: hidden;
  512. }
  513. .editsection {
  514.     font-size: 67%;
  515.     float: right;
  516.     margin-left: 5px;
  517.     position: relative;
  518. }
  519. #shared-image-message {
  520.     border: 1px solid red;
  521.     font-size: 125%;
  522.     font-weight: bold;
  523.     margin: 10px 50px;
  524.     padding: 10px;
  525.     text-align:center;
  526. }
  527.  
  528. /* images */
  529.  
  530. img.wikiimg {
  531.     border: 0;
  532. }
  533. a.wikiimg {
  534.     border: 0;
  535. }
  536. img.thumbborder {
  537.     border: 1px solid #ddd;
  538. }
  539. div.thumbcaption {
  540.     text-align:left;
  541.     border: none;
  542.     font-size:94%;
  543.     line-height:1.4em;
  544.     padding:3px !important;
  545. }
  546. div.floatleft {
  547.     border: none;
  548.     clear:left;
  549.     float:left;
  550.     margin: 0 0.5em 0.5em 0;
  551.     position:relative;
  552. }
  553. div.floatright {
  554.     border: none;
  555.     clear:right;
  556.     float:right;
  557.     margin: 0 0 0.5em 0.5em;
  558.     position:relative;
  559. }
  560. div.center {
  561.     text-align:center;
  562.     width:100%;
  563. }
  564. div.center * {
  565.     margin-left:auto;
  566.     margin-right:auto;
  567. }
  568. div.tright {
  569.     border: none;
  570.     margin: 0.5em 0 0.8em 1.4em;
  571.     clear:right;
  572.     float:right;
  573. }
  574. div.thumb {
  575.     border: none;
  576.     margin-bottom:0.5em;
  577.     width:auto;
  578. }
  579. div.thumbinner  {
  580.     background-color:#f9f9f9;
  581.     border: 1px solid #ccc;
  582.     font-size:94%;
  583.     overflow:hidden;
  584.     padding: 3px !important;
  585.     text-align:center;
  586.     min-width:10px;
  587. }
  588. table.gallery {
  589.     border: 1px solid #ccc;
  590.     margin: 2px;
  591.     padding: 2px;
  592.     background-color: white;
  593. }
  594. table.gallery caption {
  595.     font-weight: bold;
  596.     padding-bottom: 5px;
  597. }
  598. table.gallery td {
  599.     background-color: #f9f9f9;
  600.     border: solid 2px white;
  601.     text-align: center;
  602.     vertical-align: top;
  603. }
  604. table.gallery-cat td {
  605.     vertical-align: middle;
  606.     padding: 2px;
  607. }
  608. img.gallery {
  609.     border: 1px solid #bbbbbb;
  610.     padding: 0.3em;
  611. }
  612. div.gallerytext {
  613.     font-size: 94%;
  614.     overflow: hidden;
  615.     padding: 2px 4px
  616. }
  617. div.gallerytext p {
  618.     line-height: auto;
  619.     margin: auto;
  620. }
  621. div.gallerybox {
  622.     margin: 2px;
  623. }
  624. table.gallery-cat div.gallerybox {
  625.     width: 155px;
  626. }
  627. #edit-toolbar {
  628.     margin: 3px 0;
  629. }
  630. .toolbar-group {
  631.     -moz-border-radius:5px;
  632.     -webkit-border-radius: 5px;
  633.     background-color: #e9e9e9;
  634.     border-radius: 5px;
  635.     display: inline-block;
  636.     margin: 3px 5px 3px 0;
  637.     padding-left: 3px;
  638. }
  639. .toolbar-button a {
  640.     border-radius: 3px;
  641.     cursor: default;
  642.     display: inline-block;
  643.     outline: none;
  644.     padding: 2px 3px;
  645. }
  646. .toolbar-button {
  647.     border-right: 1px solid #fff;
  648.     cursor: pointer;
  649.     display: inline-block;
  650.     padding: 2px 2px 2px 0;
  651.     -moz-border-radius: 3px;
  652.     -webkit-border-radius: 3px;
  653. }
  654. .toolbar-button a:hover, .toolbar-button a:focus, .toolbar-button a:active {
  655.     background-color: #bfd1ff;
  656.     border-bottom: none;
  657. }
  658. .toolbar-icon {
  659.     background: url(../images/toolbar-icons.png) 0 0 no-repeat;
  660.     cursor: default;
  661.     display: inline-block;
  662.     height: 22px;
  663.     width: 22px;
  664. }
  665. #button-bold .toolbar-icon {
  666.     background-position: 0 -66px !important;
  667. }
  668. #button-italic .toolbar-icon {
  669.     background-position: 0 -88px !important;
  670. }
  671. #button-underline .toolbar-icon {
  672.     background-position: 0 -110px !important;
  673. }
  674. #button-strike .toolbar-icon {
  675.     background-position: 0 -132px !important;
  676. }
  677. #button-subscript .toolbar-icon {
  678.     background-position: 0 -154px !important;
  679. }
  680. #button-superscript .toolbar-icon {
  681.     background-position: 0 -176px !important;
  682. }
  683. #button-nowiki .toolbar-icon {
  684.     background-position: 0 0 !important;
  685. }
  686. #button-orderedlist .toolbar-icon {
  687.     background-position: 0 -198px !important;
  688. }
  689. #button-unorderedlist .toolbar-icon {
  690.     background-position: 0 -220px !important;
  691. }
  692. #button-indent .toolbar-icon {
  693.     background-position: 0 -242px !important;
  694. }
  695. #button-wikilink .toolbar-icon {
  696.     background-position: 0 -264px !important;
  697. }
  698. #button-link .toolbar-icon {
  699.     background-position: 0 -22px !important;
  700. }
  701. #button-image .toolbar-icon {
  702.     background-position: 0 -286px !important;
  703. }
  704. #button-signature .toolbar-icon {
  705.     background-position: 0 -44px !important;
  706. }
  707. #button-hr .toolbar-icon {
  708.     background-position: 0 -308px !important;
  709. }
  710. #button-heading1 .toolbar-icon {
  711.     background-position: 0 -330px !important;
  712. }
  713. #button-heading2 .toolbar-icon {
  714.     background-position: 0 -352px !important;
  715. }
  716. #button-heading3 .toolbar-icon {
  717.     background-position: 0 -374px !important;
  718. }
  719. table.categories {
  720.     width: 100%;
  721. }
  722. table.categories td {
  723.     vertical-align: top;
  724.     width: 33%;
  725. }
  726.  
  727. /* search results */
  728.  
  729. .highlight {
  730.     background:yellow;
  731. }
  732. .searchresult {
  733.     background-color: #dcdcdc;
  734.     margin: 1em 0 0 0;
  735. }
  736. .searchsummary {
  737.     margin: 0.5em 0 0.7em 0;
  738. }
  739. #searchpower {
  740.     font-size: 90%;
  741.     font-style: italic;
  742.     margin: 1em 0 1em 0;
  743. }
  744. #searchhints {
  745.     margin: 1.5em 0 1.5em 0;
  746. }
  747.  
  748. /* form styles */
  749.  
  750. .formhelp {
  751.     font-size: 90%;
  752.     color: #BABDB6;
  753.     clear: both;
  754. }
  755. .darkbg {
  756.     background-color: #d8d8e7;
  757. }
  758. .translationElement {
  759.     float: left;
  760.     vertical-align: top;
  761.     padding: 3px;
  762.     width: 49%;
  763.     overflow: hidden;
  764. }
  765. textarea.translation {
  766.     width: 100%;
  767.     overflow:auto;
  768.     height:5em;
  769. }
  770. textarea.medium {
  771.     width: 400px;
  772.     height: 60px;
  773. }
  774. table.wiki-admin {
  775.     border: 1px solid #BABDB6;
  776.     border-collapse: collapse;
  777.     border-spacing: 0;
  778.     margin: 0 auto;
  779.     width: 99%;
  780. }
  781. table.wiki-admin th {
  782.     background-color: #d8d8e7;
  783.     border: 1px solid #BABDB6;
  784.     text-align: center;
  785.     padding: 5px;
  786. }
  787. table.wiki-admin th.first {
  788.     width: 250px;
  789. }
  790. table.wiki-admin td {
  791.     border-bottom: 1px solid #fff;
  792.     padding: 5px;
  793. }
  794. .noborder {
  795.     border: none !important;
  796. }
  797. .center {
  798.     text-align: center;
  799. }
  800. div.row {
  801.     clear: right;
  802.     padding: 5px 7px;
  803.     background-color: #272C2D;
  804.         color: #BABDB6;
  805. }
  806. .admin div.row {
  807.     border-top: 1px solid #fff;
  808. }
  809. div.row span {
  810.     display: inline-block;
  811.     vertical-align: top;
  812.     text-align: left;
  813.     padding-left: 5px;
  814. }
  815. div.row label {
  816.     display: inline-block;
  817.     text-align: left;
  818.     width: 240px;
  819.     font-weight: bold;
  820. }
  821. div.row span.form-button {
  822.     margin-left: 240px;
  823. }
  824. div.row .formhelp {
  825.     padding-top: 3px;
  826. }
  827. div.rowhelp {
  828.     border: 1px solid #e9e9e9;
  829.     margin: 10px;
  830.     padding: 5px 10px;
  831. }
  832. .translationElement label {
  833.     vertical-align: top;
  834.     padding: 3px;
  835.     width: auto;
  836.     overflow: hidden;
  837. }
  838. div.row label.nonblock {
  839.     display: inherit;
  840.     text-align: inherit;
  841.     width: auto;
  842.     font-weight: inherit;
  843. }
  844. div.callout {
  845.     border: 1px solid #e9e9e9;
  846.     margin: 10px;
  847.     padding: 10px;
  848. }
  849. div.callout input {
  850.     margin-right: 20px;
  851. }
  852. .expander {
  853.     padding: 5px;
  854. }
  855. .expander-open {
  856.     height: auto !important;
  857. }
  858. .expander > label {
  859.     cursor: pointer;
  860.     font-weight: bold;
  861. }
  862. .expander > label:before {
  863.     content:url("../images/arrow-right.png");
  864. }
  865. .expander-open > label:before {
  866.     content:url("../images/arrow-down.png");
  867. }
  868. .expander > ul {
  869.     display: none;
  870.     margin-top: 10px;
  871. }
  872. .expander-open > ul {
  873.     display: block !important;
  874. }
  875. .captcha {
  876.     padding: 5px 0;
  877. }
  878. .captcha-label {
  879.     padding: 5px 0;
  880. }
  881. #manage div.row label, #move div.row label, #register div.row label {
  882.     width: 180px;
  883. }
  884. #manage div.row span.form-button, #move div.row span.form-button, #register div.row span.form-button {
  885.     margin-left: 180px;
  886. }
  887. #translation div.row label {
  888.     font-weight: normal;
  889. }
  890. #login div.row label {
  891.     width: 100px;
  892. }
  893. #login div.row span.form-button {
  894.     margin-left: 100px;
  895. }
Advertisement
Add Comment
Please, Sign In to add comment