Difference between revisions of "MediaWiki:Monobook.css"

From AetoliaWiki
Jump to navigation Jump to search
Line 61: Line 61:
}
}


/* .portlet { */
/*  background: #7f7f7f; */
/*  background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%); */
/*  background: -webkit-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); */
/*  background: -o-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); */
/*  background: -ms-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); */
/*  */
/*  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); */
/* } */
/*
.portlet a.new {color: blue;}
.portlet a.new {color: blue;}
.portlet ul a.new {color: green;}
.portlet ul a.new {color: green;}
.portlet li a.new {color: yellow;}
.portlet li a.new {color: yellow;}
*/
 
.portlet a:visited {color: #532900;}
.portlet a:visited {color: #532900;}
.portlet a:active {color: #532900;}
.portlet a:active {color: #532900;}
Line 84: Line 73:
     text-decoration: underline;
     text-decoration: underline;
}
}
.portlet {
.portlet {
     position: relative;
     position: relative;
Line 90: Line 80:
     align: left;
     align: left;
}
}
.portlet UL {
.portlet UL {
     background-color: transparent;
     background-color: transparent;
     border: none;
     border: none;
     list-style-image: url("http://images.wikia.com/arsmagica/images/7/7a/Bullet.png");
     list-style-type: circle;
     align=left;
     align=left;
}
}
.portlet LI {
.portlet LI {
     align=left;
     align=left;
}
}
.portlet h5 {
.portlet h5 {
     background-color: transparent;
     background-color: transparent;

Revision as of 20:07, 5 July 2011

/* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */

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

body {
  background-color: #7f7f7f;
}

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

:link:link {color: #532900;}
:link:active {color: #913A40;}
:link.new {color: #913A40;}
:link.visited {color: #532900;}
:link.stub {color: #532900;}

.title {
  font-size: 200%;
}

#searchInput {
  width: 123px;
}

#p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore {
  font-family: Verdana;
  font-size: 115%;
  width: 147px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;

  box-shadow: 0px 2px 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 {
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: #532900;}
.portlet a:active {color: #532900;}
.portlet a:link {color: #532900;}
.portlet a:hover {
    color: #532900;
    background-color: transparent;
    text-decoration: underline;
}

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

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

.portlet LI {
    align=left;
}

.portlet h5 {
    background-color: transparent;
    color: white;
    font: 90% "new century schoolbook", serif;
    font-weight: bold;
    border: none;
    text-transform: capitalize;
    background-position: bottom left;
}