MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* | /* 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; | |||
/* | |||
/* | |||
/* | |||
} | } | ||
.title { | |||
font-size: 200%; | |||
} | } | ||
#searchInput { | |||
# | width: 123px; | ||
} | } | ||
#p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore, #footer { | |||
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); | |||
} | } | ||
.portlet { | .portlet { | ||
background: #7f7f7f; | |||
background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%); | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#3a3a3a)); | |||
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%); | |||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#3a3a3a',GradientType=0 ); | |||
background: linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); | |||
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); | |||
} | } | ||
#pBody { | |||
font-size: 300%; | |||
} | } | ||
body | |||
{ | |||
background: #fcf6e4 | |||
url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); | |||
# | |||
} | } | ||
# | #column-content { | ||
width: 100%; | |||
padding-top: 23px; /* For Firefox */ | |||
padding-bottom: 0px; | |||
border: none; | border: none; | ||
background | background: transparent; | ||
} | } | ||
#content { | |||
position: absolute; | |||
top: -10px; | |||
padding: 0px 0px 0px 0px; | padding: 0px 0px 0px 0px; | ||
position: relative; | |||
border: none; | border: none; | ||
background: transparent; | |||
} | } | ||
Revision as of 19:47, 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;
}
.title {
font-size: 200%;
}
#searchInput {
width: 123px;
}
#p-Navigation, #p-search, #p-tb, #p-Information, #p-General_Categories, #p-Organizations, #p-Lore, #footer {
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);
}
.portlet {
background: #7f7f7f;
background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#3a3a3a));
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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#3a3a3a',GradientType=0 );
background: linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}
#pBody {
font-size: 300%;
}
body
{
background: #fcf6e4
url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg");
}
#column-content {
width: 100%;
padding-top: 23px; /* For Firefox */
padding-bottom: 0px;
border: none;
background: transparent;
}
#content {
position: absolute;
top: -10px;
padding: 0px 0px 0px 0px;
position: relative;
border: none;
background: transparent;
}