Difference between revisions of "MediaWiki:Monobook.css"

From AetoliaWiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
/* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */
/* O--<PAGE TITLE>---------------------------------------------------O */
 
/* Colors:           */
.firstHeading
/* Grey:     7f7f7f */
{
/* Dark grey: 3a3a3a */
position: relative;
/* Red:      ed353a */
left: -3px;
/* Dark red541315 */
top: 20px;
 
margin-top: 0px;
body {
width: 100%;
   background-color: #7f7f7f;
clear: both;
padding: 23px 0px 10px 3px; /*top padding so page title doesn't overlay bar*/
background-color: transparent;
  background: transparent url(http://images.wikia.com/arsmagica/images/b/b8/Bar.jpg);
  background-repeat: repeat-x;
  background-position: top left;   
   color: #532900;
font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-weight: bold;
/* font-size: 1.5em; */
text-align: left;
border: none;
}
}
 
.title {
  font-size: 200%;
/* O--<GENERAL LINKS>---------------------------------------------------O */
:link:link {color: #532900;}
:link.new {color: #913A40;}
:link.visited {color: #532900;}
:link.stub {color: #532900;}
/* I'm leaving 'active' as the colour is currently appropriate. */
/* O--<SIDEBAR BACKGROUNDS>---------------------------------------------------O */
#p-Saga, #p-Setting, #p-Information, #p-Wiki, #p-search, #p-tb, #p-wikicities-nav {
    background: transparent url("http://images.wikia.com/arsmagica/images/9/9c/Boxtop.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    left: 5px;
}
}
 
#searchInput {
#p-Saga .pBody, #p-Setting .pBody, #p-Information .pBody, #p-Wiki .pBody, #p-search .pBody, #p-tb .pBody, #p-wikicities-nav .pBody {
  width: 123px;
    background: transparent url("http://images.wikia.com/arsmagica/images/0/0d/Box.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    border: none;
}
}
 
#p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore, #footer {
/* Wikia messages disabled pending graphical fix relating to extremely long messages dislocating background sections. */
  font-family: Verdana;
#p-wikicities-nav {
  font-size: 115%;
    display:none;
  width: 147px;
}
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
/* O--<PORTLET>---------------------------------------------------O */
 
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
/*
.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 {
.portlet {
  background: #7f7f7f;
    position: relative;
  background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%);
    top: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#3a3a3a));
    border: none;
  background: -webkit-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
    align: left;
  background: -o-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
}
  background: -ms-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
.portlet UL {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#3a3a3a',GradientType=0 );
    background-color: transparent;
  background: linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
    border: none;
 
    list-style-image: url("http://images.wikia.com/arsmagica/images/7/7a/Bullet.png");
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    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;
}
/* O--<PERSONAL BAR>---------------------------------------------------O */
#p-personal a.new {color: black;}
#p-personal a:visited {color: white;}
#p-personal a:active {color: white;}
#p-personal a:link {color: white;}
#p-personal li a:hover {
text-decoration: none;
background-color: transparent;
        text-decoration: underline;
}
#p-personal {
    font: "new century schoolbook", serif;
    font-weight: bold;
    background-color: transparent;
    background: #B4AE9C url("http://images.wikia.com/arsmagica/images/7/7d/Edge.jpg");
    background-position: top left;
}
/* O--<TABS BAR>---------------------------------------------------O */
#p-cactions {
    position: absolute;
    top: 25px;
    clear: left;
    margin-left: 155px;
    width:72%;
margin: 0;
white-space: nowrap;
line-height: 1em;
overflow: visible;
padding: 0px;
list-style: none;
font-size: 100%;
}
#p-cactions li a:hover, #p-cactions li.selected a:hover {
    color: #532900;
    text-decoration: underline;
    background-color: transparent;
}
#p-cactions li.selected a {
font-weight: bold;
        color: #532900;
        border: none;
        background-color: transparent;
}
#p-cactions li a {
        color: #532900;
        border: none;
        background-color: transparent;
}
/* O--<TAB BAR BUTTONS -> INVISIBLE>---------------------------------------------O */
#p-cactions .hiddenStructure, #p-cactions h5 {
display: none;
}
#p-cactions ul,#p-cactions li {
    border: none;
    background-color: transparent;
}
/* O--<LOGO>---------------------------------------------------O */
#p-logo {
        position: absolute;
top: 36px;
        left:0px;
        clear: left;
        align: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 150px;
        width: 150px;
        overflow: visible;
        background: none;
        border: none;
}
/* O--<FOOTER>---------------------------------------------------O */
#footer {
    position: relative;
    margin-left: 155px;
    background-color: transparent;
    background: transparent url(http://images.wikia.com/arsmagica/images/b/b8/Bar.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    border-top: 1px solid #532900;
    border-left: none;
    border-bottom: 3px solid #532900;
    margin-top:0.4em;
    padding-top:22px;
    padding-bottom:0.1em;
    text-align: center;
    font-size: 90%;
    width:72%;
}
#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%;
}
/* O--<SITE NOTICE>---------------------------------------------------O */
#siteNotice {
    display: none;
}
}
 
#pBody {
  font-size: 300%;
/* O--<DIFFERENCES>---------------------------------------------------O */
.diffchange {
    text-decoration: bold;
    color: #FF0000;
}
}
/* O--<PRE TAGS>---------------------------------------------------O */
pre { overflow: auto; border: 1px solid #aaa }
/* O--<HIDE USER ICON>---------------------------------------------------O */
li#pt-userpage {background: none}

Revision as of 19:46, 5 July 2011

/* O--<PAGE TITLE>---------------------------------------------------O */
 
.firstHeading 
{
 position: relative;
 left: -3px;
 top: 20px;
 margin-top: 0px;
 width: 100%;
 clear: both;
 padding: 23px 0px 10px 3px; /*top padding so page title doesn't overlay bar*/
 background-color: transparent;
 background: transparent url(http://images.wikia.com/arsmagica/images/b/b8/Bar.jpg);
   background-repeat: repeat-x;
   background-position: top left;    
  color: #532900;
 font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
 font-weight: bold;
 /* font-size: 1.5em; */
 text-align: left;
 border: none;
}
 
 
/* O--<GENERAL LINKS>---------------------------------------------------O */
 
:link:link {color: #532900;}
:link.new {color: #913A40;}
:link.visited {color: #532900;}
:link.stub {color: #532900;}
/* I'm leaving 'active' as the colour is currently appropriate. */
 
/* O--<SIDEBAR BACKGROUNDS>---------------------------------------------------O */
 
#p-Saga, #p-Setting, #p-Information, #p-Wiki, #p-search, #p-tb, #p-wikicities-nav {
    background: transparent url("http://images.wikia.com/arsmagica/images/9/9c/Boxtop.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    left: 5px;
}
 
#p-Saga .pBody, #p-Setting .pBody, #p-Information .pBody, #p-Wiki .pBody, #p-search .pBody, #p-tb .pBody, #p-wikicities-nav .pBody {
    background: transparent url("http://images.wikia.com/arsmagica/images/0/0d/Box.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    border: none;
}
 
/* Wikia messages disabled pending graphical fix relating to extremely long messages dislocating background sections. */
#p-wikicities-nav {
    display:none;
}
 
 
/* O--<PORTLET>---------------------------------------------------O */
 
/*
.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-image: url("http://images.wikia.com/arsmagica/images/7/7a/Bullet.png");
    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;
}
 
 
/* O--<PERSONAL BAR>---------------------------------------------------O */
 
#p-personal a.new {color: black;}
#p-personal a:visited {color: white;}
#p-personal a:active {color: white;}
#p-personal a:link {color: white;}
#p-personal li a:hover {
	text-decoration: none;
	background-color: transparent;
        text-decoration: underline;
}
#p-personal { 
    font: "new century schoolbook", serif;
    font-weight: bold;
    background-color: transparent;
    background: #B4AE9C url("http://images.wikia.com/arsmagica/images/7/7d/Edge.jpg");
    background-position: top left;
}
 
 
/* O--<TABS BAR>---------------------------------------------------O */
 
#p-cactions {
    position: absolute;
    top: 25px;
    clear: left;
    margin-left: 155px;
    width:72%;
	margin: 0;
	white-space: nowrap;
	line-height: 1em;
	overflow: visible;
	padding: 0px;
	list-style: none;
	font-size: 100%;
}
 
#p-cactions li a:hover, #p-cactions li.selected a:hover {
    color: #532900;
    text-decoration: underline;
    background-color: transparent;
}
#p-cactions li.selected a {
	font-weight: bold;
        color: #532900;
        border: none;
        background-color: transparent;	
}
#p-cactions li a {
        color: #532900;
        border: none;
        background-color: transparent;
}
 
 
/* O--<TAB BAR BUTTONS -> INVISIBLE>---------------------------------------------O */
 
#p-cactions .hiddenStructure, #p-cactions h5 {
	display: none;
}
#p-cactions ul,#p-cactions li { 
    border: none;
    background-color: transparent;
}
 
 
/* O--<LOGO>---------------------------------------------------O */
 
#p-logo {
        position: absolute;
	top: 36px;
        left:0px;
        clear: left;
        align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 150px;
        width: 150px;
        overflow: visible;
        background: none;
        border: none;
}
 
 
/* O--<FOOTER>---------------------------------------------------O */
 
#footer {
    position: relative;
    margin-left: 155px;
    background-color: transparent;
    background: transparent url(http://images.wikia.com/arsmagica/images/b/b8/Bar.jpg);
    background-repeat: repeat-x;
    background-position: top left; 
    border-top: 1px solid #532900;
    border-left: none;
    border-bottom: 3px solid #532900;
    margin-top:0.4em;
    padding-top:22px;
    padding-bottom:0.1em;
    text-align: center;
    font-size: 90%;
    width:72%;
}
#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%;
}
 
 
/* O--<SITE NOTICE>---------------------------------------------------O */
 
#siteNotice {
    display: none;
}
 
 
/* O--<DIFFERENCES>---------------------------------------------------O */
 
.diffchange {
     text-decoration: bold;
     color: #FF0000;
}
 
 
/* O--<PRE TAGS>---------------------------------------------------O */
 
pre { overflow: auto; border: 1px solid #aaa }
 
/* O--<HIDE USER ICON>---------------------------------------------------O */
 
li#pt-userpage {background: none}