User:Eleazaros/Skins/darkskin.css

From Lotro-Wiki.com
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*<pre>*/
/*****************************************************************************\
 Layout Style Definitions
\*****************************************************************************/
body {
    color:             navajowhite;
    background:        #1e1e1e;
    font-family:       Arial, Helvetica, sans-serif;
    font-size:         x-small;
    border:            none;
    margin:            0px 0px 38px 0px;
    padding:           20px 0px 0px 20px;
}

#content {
    width:             775px;
    color:             #1e1e1e;
    background:        black url( http://www.lotro-wiki.com/images/7/7e/Parchment_Background_1.jpg ) repeat-y; 
}
/*****************************************************************************\
  Section Header formats = section =, == section ==, etc...
\*****************************************************************************/
h1, h2, h3, h4, h5, h6 {
    color:             black;
    background:        transparent;
    font-weight:       bold;
    margin:            0;
    padding-top:       .5em;
    padding-bottom:    .17em;
    border-bottom:     1px solid #1e1e1e;
}
h1 { 
    font-size:         188%; 
}
h1 .editsection { 
    font-weight:       normal;
    font-size:         53%;
 }
h2 { 
    font-size:         150%; 
}
h2 .editsection {
    font-weight:       normal;
    font-size:         67%; 
}
h3, h4, h5, h6 {
    font-variant:      normal;
}
h3 { 
    font-size:          132%; 
}
h3 .editsection { 
    font-size:         76%; 
    font-weight:       normal; 
}
h4 { 
    font-size:         116%; 
}
h4 .editsection { 
    font-size:         86%; 
    font-weight:       normal; 
}
h5 { 
    font-size:         100%; 
}
h5 .editsection { 
    font-weight:       normal; 
}
h6 {
    font-size:         80%;  
}
h6 .editsection { 
    font-size:         125%; 
    font-weight:       normal;
}
/*****************************************************************************\
 General "ALL" navigator defaults (top line, tabs, left hand navigator...)
\*****************************************************************************/
.portlet {
    margin:            0;
    border:           1px solid gold;
    background:        #1e1e1e;
}
.portlet h5 {
    color:             gold;
    border-bottom:     1px solid gold;
}
.portlet ul {
    line-height:       2em;
    margin:            .3em 0 0 1.5em;
    padding:           0;
    list-style-type    none;
    font-size:         95%;
}
.portlet li {
    padding:           0;
    margin:            0;
}

.pBody {
    background:        #1e1e1e;
    border-collapse:   collapse;
    border:            1px solid gold;
    padding:           0em .8em 0.3em 0.5em;
}
.pBody li a {
    text-decoration:   none;
    color:             skyblue;
    padding-bottom:    .2em;
    list-style-type:   square;
}
.pBody li a:hover {
    color:             cyan;
    background:        black;
    text-decoration:   none;
    padding-bottom:    .2em;
    list-style-image:  url( /images/bullet.gif );
}
.pBody li a:active {
    color:             skyblue;
    background:        black;
    text-decoration:   none;
    padding-bottom:    .2em;
    list-style-image:  url( /images/bullet.gif );
}
/*****************************************************************************\
 Site Notices (new message, error, meeting notices, etc...)
\*****************************************************************************/
.usermessage {
    background:        #1e1e1e;
    border:            2px outset gold;
    color:             navajowhite;
    font-weight:       bold;
    margin:            2em 0 1em;
    padding:           .5em 1em;
    vertical-align:    middle;
}
#siteNotice {
    background:        #1e1e1e;
    color:             skyblue;
    text-align:        center;
    font-size:         95%;
    padding:           0.9em;
}
#siteNotice p {
    background:        #1e1e1e;
    color:             orange;
    margin:            0;
    padding:           0;
}
.error {
    background:        #1e1e1e;
    color:             red;
    font-size:         larger;
}
#catlinks {
    background:         #1e1e1e;
    border:             2px solid gold;
    padding:            5px;
    margin-top:         1em;
    clear:              both;
}
#catlinks a:link {
    color:              orange;
}
#catlinks a:visited {
    color:              orange;
}
#catlinks a:hover{
    color:              yellow;
}
/*****************************************************************************\
  Edit tabs controls (top of sect tabs)
\*****************************************************************************/
#p-cactions {
    width:              100%;
    height:             50px;
    white-space:        nowrap;
    padding-top:        20px;
    padding-left:       20px;
    margin:             0;
    border:             none;
    background:         #1e1e1e;
}
#p-cactions li a {
    text-decoration:    none;
    padding-bottom:     .2em;
    background:         tan;
}
#p-cactions li a:link {
    color:              teal;
    background:         tan;
}
#p-cactions li a:visited {
    color:              teal;
    background:         tan;
}

#p-cactions li a:hover {
    color:              cyan;
    text-decoration:    underline;
    background:         #1e1e1e;
}
#p-cactions li a:active {
    color:              teal;
    text-decoration:    underline;
    background:         #1e1e1e;
}
#p-cactions li.selected a {
    background:         #1e1e1e;
}

/*****************************************************************************\
  the personal toolbar (top line bar)
\*****************************************************************************/
#p-personal {
    white-space:       nowrap;
    padding:           0;
    margin:            0;
    position:          absolute;
    left:              0;
    top:               0;
    z-index:           0;
    background:        transparent;
    overflow:          visible;
    line-height:       2em;
}
/* the mouse control functionality of the items within the portlet. */
#p-personal li a {
    text-decoration:   none;
    color:             orange;
    font-size:         1.1em;
    padding-bottom:    .2em;
    background:        #1e1e1e;
}
#p-personal li a:hover {
    color:             yellow;
    text-decoration:   underline;
    background:        black;
}

/*****************************************************************************\
  General link behavior controls.
\*****************************************************************************/
a, a:link {
    color:             MidnightBlue;
    text-decoration:   underline;
}
a:visited {
    color:             teal;
}
a:hover {
    color:             blue;
}
a:active {
    color:             blue;
}
/* the "new" anchor class is used for "red" links to missing internal documents. */
.new  a {
    color:             red;
}
.new a:link {
    color:             red;
    text-decoration:   underline;
}
.new a:hover {
    color:             pink;
    text-decoration:   underline;
}
.plainlinks a {
    background:        none !important;
    padding:           0 !important;
}
/*****************************************************************************\
  Logo formatting stuff
\*****************************************************************************/
#p-logo {
    z-index:           99;
    top:               0;
    left:              0;
    border:            none;
    background:        transparent;
}
#p-logo h5 {
    display:           none;
}

table {
    border-collapse:   collapse;
    background:        transparent;
}

td.layout, th.layout {
    padding:           0px;
    margin:            0px;
}

.block {
    display:           block;
}

.factbox, .fbheading, .fbvalue, ul#filetoc, table.gallery, #toc, .toc {
    color:             #eeeeee;
    background:        tan;
}

.searchbutton {
  color:               #000000;
  font-weight:         bold;
  font-size:           9pt;
  margin-top:          5px;
  border:              solid 1px black;
  padding:             0px 5px;
}

.visualClear {
  clear:               both;
}

.hr {
  background:          url( images/hr.gif ) top left no-repeat;
  height:              2px;
  padding:             0px;
  margin:              0px;
  overflow:            hidden;
  color:               none;
}

hr {
  color:               #593719;
}
div.center {
  text-align:          center;
}

ul {
  line-height:         1.5em;
  list-style-image:     url( images/arrow.gif );
  margin:              .3em 0 0 1.5em;
  padding:             0;
}

ol {
  line-height:         1.5em;
  margin:              .3em 0 0 3.2em;
  padding:             0;
  list-style-image:    none;
}

li {
    margin-bottom:     .1em;
}

dt {
    font-weight:       bold;
    margin-bottom:     .1em;
}

dl {
    margin-top:        .2em;
    margin-bottom:     .5em;
}

dd {
    line-height:       1.5em;
    margin-left:       2em;
    margin-bottom:     .1em;
}

pre {
    color:             black;
    background:        transparent;
    padding:           1em;
    border:            1px dashed #593719;
    line-height:       1.1em;
}

#editform {
    margin:            0;
    padding:           0;
    width:             100%;
}

#mw-pages h3 {
    font-size:         100%;
    padding:           0;
    margin:            15px 0 0 0;
}

#mw-subcategories h3 {
    display:           none;
}

#mw-subcategories td, #mw-pages td {
    width:             33%;
    padding-right:     10px;
}


#footer {
    background:  #1e1e1e;
}
#footer a {
    color:            orange;
    background:       #1e1e1e;

}
#footer a:hover {
    color:            yellow;
    background:       black;
}