MediaWiki:Monobook.css

From AetoliaWiki
Revision as of 21:31, 5 July 2011 by Lin (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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.
/* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */

/* Colors:           */
/* Grey:      7f7f7f */
/* Dark grey: 3a3a3a */
/* Red:       ed353a */
/* Dark red:  541315 */

a:link, a:active {color: #ed353a;}
a:visited {color: #bd050a;}
a:hover {
    color: #ff655a;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #ff655a;
}

:link:link {color: #ed353a;}
:link:active {color: #ed353a;}
:link.new {color: #ed353a;}
:link.visited {color: #bd050a;}
:link.stub {color: #ed353a;}

h1, h2, h3, h4, h5 {
  color: #d8d8d8;
}

#column-content {
  position: relative;
  top: 7px;
  border-top: none;
}

#content {
  border: none;
  background-color: #1d1d1d;
  color: #d8d8d8;
}

body {
  background-image: url('http://wiki.aetolia.com/mediawiki/images/5/58/Gradient.png');
  background-repeat: repeat-x;
  background-position: top;
  background-color: #000000;

}

.firstHeading {
  position: relative;
  left: -4px;
  top: 0px;
  margin-top: 0px;
  width: 100%;
  clear: both;
  padding: 10px 0px 10px 3px;
  background-color: transparent;
  color: #ed353a;
  font-family: Verdana;
  text-align: left;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  border: none;
}

#searchInput {
  width: 123px;
  background: #222;
  color: #ffffd0;
  border-top: 1px dotted #541315;
  border-bottom: 1px dotted #541315;
  border-left: none;
  border-right: none;
}

#p-logo {
  position: absolute;
  top: 22px;
  background-color: transparent;
}




#p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore {
  position: relative;
  left: 4px;
  font-family: Verdana;
  width: 146px;
  border: none;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  -moz-border-radius: 12px;

  background: #541315;
  background: -moz-linear-gradient(top, #140000 0%, #541315 39%, #541315 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #140000 0%,#541315 39%,#541315 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #140000 0%,#541315 39%,#541315 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #140000 0%,#541315 39%,#541315 100%); /* IE10+ */

  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#p-Navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-Information .pBody, #p-General_Categories .pBody, #p-Organizations .pBody, #p-Lore .pBody {
  border: none;
  font-size: 90%;
  border-bottom-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  box-shadow: 0px 0x 2px rgba(0, 0, 0, 0.5);

  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #000000 75%, #1c1c1c 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* IE10+ */
}





.portlet a.new {color: blue;}
.portlet ul a.new {color: green;}
.portlet li a.new {color: yellow;}

.portlet a:visited {color: #bd050a;}
.portlet a:active {color: #ed353a;}
.portlet a:link {
    color: #ed353a;
}
.portlet a:hover {
    color: #ff655a;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #ff655a;
}

.portlet {
    position: relative;
    top: 28px;
    border: none;
    align: left;
}

.portlet UL {
    background-color: transparent;
    border: none;
    list-style-type: armenian;
    align=left;
}

.portlet LI {
    align=left;
}

.portlet h5 {
    position: relative;
    left: 4px;
    background-color: transparent;
    color: white;
    font-size: 90%;
    font-weight: bold;
    border: none;
    text-transform: capitalize;
    background-position: bottom left;
}





#p-personal a.new {color: #ed353a;}
#p-personal a:visited {color: #ed353a;}
#p-personal a:active {color: #ed353a;}
#p-personal a:link {color: #ed353a;}
#p-personal li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff655a;
    border-bottom: 1px dotted #ff655a;
}
#p-personal { 
    font-family: Verdana;
    font-weight: bold;
    color: #ed353a;
    background-color: #000000;
    padding-bottom: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}





#p-cactions {
    position: absolute;
    top: 22px;
    clear: left;
    left: 154px;
    width:72%;
    background-color: #1d1d1d;
    margin: 0px;
    white-space: nowrap;
    line-height: 1em;
    overflow: visible;
    padding: 0px;
    list-style: none;
    font-size: 100%;
    border: none;
    border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
}
 
#p-cactions li a:hover, #p-cactions li.selected a:hover {
    color: #ed353a;
    text-decoration: none;
    border-bottom: 1px dotted #ed353a;
    background-color: transparent;
}
#p-cactions li.selected a {
	font-weight: bold;
        color: #ed353a;
        border: none;
        background-color: transparent;	
}
#p-cactions li a {
        color: #ed353a;
        border: none;
        background-color: transparent;
}

#p-cactions .hiddenStructure, #p-cactions h5 {
	display: none;
}
#p-cactions ul,#p-cactions li { 
    border: none;
    background-color: transparent;
}

.mw-code, .mw-css, pre {
  font-family: Courier New;
  font-size: 11px;
  background-color: #000000;
  color: #bbbbbb;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #541315;
  border-right: 1px solid #541315;
}





#footer {
    position: relative;
    margin-left: 155px;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #541513;
    border-right: 1px solid #541513;
    margin-top:0.4em;
    padding-top:10px;
    padding-bottom:0.1em;
    text-align: center;
    font-size: 90%;
    width:72%;
    color: #bbbbbb;
}

#footer li {
    display: inline;
    margin: 0 1.3em;
}

/* hide from incapable browsers */
head:first-child+body #footer li { white-space: nowrap; }

#f-poweredbyico, #f-copyrightico {
    margin: 0 8px;
    background-color: transparent;
    position: relative;
    top: 0px;
}
#f-poweredbyico {
    float: right;
    height: 1%;
}
#f-copyrightico {
    float: right;
    height: 1%;
}