MediaWiki:Monobook.css

From Regnumpedia

(Difference between revisions)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
 +
 +
 +
/* color abajo del título */
 +
 +
#content {
 +
 +
background: transparent;
 +
 +
color: /*black*/;
 +
 +
border: 1px solid #593f00;
 +
 +
border-right: none;
 +
 +
line-height: 1.5em;
 +
 +
}
 +
 +
 +
/* imagen arriba + color abajo del menú */
 +
 +
body {
 +
 +
font: x-small sans-serif;
 +
 +
background: url(http://images.wikia.com/iao/es/images/a/a6/Headbg.jpg) 0 0 repeat;
 +
 +
color: #473201;
 +
 +
margin: 0;
 +
 +
padding: 0;
 +
 +
}
 +
 +
 +
table {
 +
 +
font-size: 100%;
 +
 +
color: black;
 +
 +
/* we don't want the bottom borders of <h2>s to be visible through
 +
 +
  floated tables */
 +
 +
background-color: transparent;
 +
 +
}
 +
 +
a {
 +
 +
text-decoration: none;
 +
 +
color: #745303;
 +
 +
background: none;
 +
 +
/*colores de los links*/
 +
 +
}
 +
 +
a:visited {
 +
 +
color: #b85b00;
 +
 +
}
 +
 +
a:active {
 +
 +
color: #b78300;
 +
 +
}
 +
 +
 +
hr {
 +
 +
height: 1px;
 +
 +
color: #aaa;
 +
 +
background-color: #593f00;
 +
 +
border: 0;
 +
 +
margin: .2em 0 .2em 0;
 +
 +
}
 +
 +
 +
 +
pre {
 +
 +
padding: 1em;
 +
 +
border: 1px dashed #2f6fab;
 +
 +
color: black;
 +
 +
background-color: transparent;
 +
 +
line-height: 1.1em;
 +
 +
}
 +
 +
 +
#catlinks {
 +
 +
border: 1px solid #593f00;
 +
 +
background-color: #bcaa88;
 +
 +
padding: 5px;
 +
 +
margin-top: 1em;
 +
 +
clear: both;
 +
 +
}
 +
 +
 +
#toc,
 +
 +
.toc,
 +
 +
.mw-warning {
 +
 +
border: 1px solid #593f00;
 +
 +
background-color: #d8c39b;
 +
 +
padding: 5px;
 +
 +
font-size: 95%;
 +
 +
}
 +
 +
 +
div.floatleft p { font-style: italic; }
 +
 +
/* thumbnails */
 +
 +
div.thumb {
 +
 +
margin-bottom: .5em;
 +
 +
border-style: ;
 +
 +
border-color: ;
 +
 +
width: auto;
 +
 +
}
 +
 +
div.thumbinner {
 +
 +
border: 1px solid black;
 +
 +
padding: 3px !important;
 +
 +
background-color: #e4ca99;
 +
 +
font-size: 94%;
 +
 +
text-align: center;
 +
 +
overflow: hidden;
 +
 +
}
 +
 +
 +
.hiddenStructure {
 +
 +
display: none;
 +
 +
speak: none;
 +
 +
}
 +
 +
 +
img.tex {
 +
 +
vertical-align: middle;
 +
 +
}
 +
 +
span.texhtml {
 +
 +
font-family: serif;
 +
 +
}
 +
 +
 +
 +
/* Have a checkered background on images on the description pages and in galleries
 +
 +
  to make transparency visible
 +
 +
.toccolours {
 +
 +
border: 1px solid #593f00;
 +
 +
background-color: #f1dba7;
 +
 +
padding: 5px;
 +
 +
font-size: 95%;
 +
 +
}
 +
 +
 +
div.townBox {
 +
 +
position: relative;
 +
 +
float: right;
 +
 +
background: black;
 +
 +
margin-left: 1em;
 +
 +
border: 1px solid gray;
 +
 +
padding: .3em;
 +
 +
width: 200px;
 +
 +
overflow: hidden;
 +
 +
clear: right;
 +
 +
}
 +
 +
 +
#pagehistory li {
 +
 +
border: ;
 +
 +
}
 +
 +
#pagehistory li.selected {
 +
 +
background-color: transparent;
 +
 +
border: ;
 +
 +
}
 +
 +
 +
 +
/*
 +
 +
** Diff rendering
 +
 +
*/
 +
 +
table.diff, td.diff-otitle, td.diff-ntitle {
 +
 +
background-color: transparent;
 +
 +
}
 +
 +
td.diff-addedline {
 +
 +
background: #cfc;
 +
 +
font-size: smaller;
 +
 +
}
 +
 +
td.diff-deletedline {
 +
 +
background: #ffa;
 +
 +
font-size: smaller;
 +
 +
}
 +
 +
td.diff-context {
 +
 +
background: #eee;
 +
 +
font-size: smaller;
 +
 +
}
 +
 +
.diffchange {
 +
 +
color: red;
 +
 +
font-weight: bold;
 +
 +
text-decoration: none;
 +
 +
}
 +
 +
 +
.pBody {
 +
 +
font-size: 95%;
 +
 +
background-color: #e4ca99;
 +
 +
color: black;
 +
 +
border-collapse: collapse;
 +
 +
border: 1px solid #593f00;
 +
 +
padding: 0 .8em .3em .5em;
 +
 +
}
 +
 +
 +
 +
/*
 +
 +
** the navigation portlet
 +
 +
*/
 +
 +
 +
 +
/* @media screen, projection { */
 +
 +
#p-navigation {
 +
 +
position: relative;
 +
 +
z-index: 3;
 +
 +
}
 +
 +
#p-navigation a {
 +
 +
display: block;
 +
 +
}
 +
 +
#p-navigation li.active a, #p-navigation li.active a:hover {
 +
 +
display: inline;
 +
 +
}
 +
 +
/* } */
 +
 +
 +
 +
#p-navigation .pBody {
 +
 +
padding-right: 0;
 +
 +
}
 +
 +
 +
 +
#p-navigation li.active a, #p-navigation li.active a:hover {
 +
 +
text-decoration: none;
 +
 +
font-weight: bold;
 +
 +
}
 +
 +
 +
#p-cactions li a {
 +
 +
background: url(http://images.wikia.com/iao/es/images/a/a6/Headbg.jpg) 0 0 no-repeat;
 +
 +
color: #002bb8;
 +
 +
border: none;
 +
 +
padding: 0 .8em .3em;
 +
 +
position: relative;
 +
 +
z-index: 0;
 +
 +
margin: 0;
 +
 +
text-decoration: none;
 +
 +
}
 +
 +
 +
 +
#footer {
 +
 +
background: url(http://images.wikia.com/iao/es/images/a/a6/Headbg.jpg) 0 0 no-repeat;
 +
 +
border-top: 1px solid #fabd23;
 +
 +
border-bottom: 1px solid #fabd23;
 +
 +
margin: .6em 0 1em 0;
 +
 +
padding: .4em 0 1.2em 0;
 +
 +
text-align: center;
 +
 +
font-size: 90%;
 +
 +
}
 +
 +
 +
#preftoc li.selected {
 +
 +
font-weight: bold;
 +
 +
background-color: transparent;
 +
 +
border: 1px solid #aaa;
 +
 +
border-bottom: none;
 +
 +
cursor: default;
 +
 +
top: 1px;
 +
 +
padding-top: 2px;
 +
 +
margin-right: -3px;
 +
 +
}
 +
 +
 +
#preferences {
 +
 +
margin: 0;
 +
 +
border: 1px solid #593f00;
 +
 +
clear: both;
 +
 +
padding: 1.5em;
 +
 +
background-color: transparent;
 +
 +
}
 +
 +
 +
.prefsection table, .prefsection legend {
 +
 +
background-color: transparent;
 +
 +
}
 +
 +
div.prefsectiontip {
 +
 +
font-size: 95%;
 +
 +
margin-top: 0;
 +
 +
background-color: #FFC1C1;
 +
 +
padding: .2em .7em;
 +
 +
clear: both;
 +
 +
}
 +
 +
div#userloginForm form,
 +
 +
div#userlogin form#userlogin2 {
 +
 +
margin: 0 3em 1em 0;
 +
 +
border: 1px solid #aaa;
 +
 +
clear: both;
 +
 +
padding: 1.5em 2em;
 +
 +
background-color: #d8c39b;
 +
 +
float: left;
 +
 +
}
 +
 +
 +
 +
div#userloginForm table,
 +
 +
div#userlogin form#userlogin2 table {
 +
 +
background-color: #d8c39b;
 +
 +
}
 +
 +
 +
table.gallery td {
 +
 +
vertical-align: top;
 +
 +
background-color: #473201;
 +
 +
border: solid 2px white;
 +
 +
}
 +
 +
table.mw_metadata td, table.mw_metadata th {
 +
 +
text-align: center;
 +
 +
border: 1px solid #593f00;
 +
 +
padding-left: 0.1em;
 +
 +
padding-right: 0.1em;
 +
 +
}
 +
 +
table.mw_metadata th {
 +
 +
background-color: #dbb047;
 +
 +
}
 +
 +
table.mw_metadata td {
 +
 +
background-color: #f1dba7;
 +
 +
}
 +
 +
ul#filetoc {
 +
 +
text-align: center;
 +
 +
border: 1px solid #593f00;
 +
 +
background-color: #d8c39b;
 +
 +
padding: 5px;
 +
 +
font-size: 95%;
 +
 +
margin-bottom: 0.5em;
 +
 +
margin-left: 0;
 +
 +
margin-right: 0;
 +
 +
}
 +
 +
.TablePager, .TablePager td, .TablePager th {
 +
 +
border: 1px solid #593f00;
 +
 +
padding: 0 0.15em 0 0.15em;
 +
 +
}
 +
 +
 +
/* TABLAS */
 +
 +
 +
table.wikitable,
 +
 +
table.prettytable {
 +
 +
  margin: 1em 1em 1em 0;
 +
 +
  background: #d8c39b;
 +
 +
  border: 1px #593f00 solid;
 +
 +
  border-collapse: collapse;
 +
 +
}
 +
 +
 +
 +
table.wikitable th, table.wikitable td,
 +
 +
table.prettytable th, table.prettytable td {
 +
 +
  border: 1px #593f00 solid;
 +
 +
  padding: 0.2em;
 +
 +
}
 +
 +
 +
 +
table.wikitable th,
 +
 +
table.prettytable th {
 +
 +
  background: #bcaa88;
 +
 +
  text-align: center;
 +
 +
}
 +
 +
 +
 +
table.wikitable caption,
 +
 +
table.prettytable caption {
 +
 +
  margin-left: inherit;
 +
 +
  margin-right: inherit;
 +
 +
  font-weight: bold;
 +
 +
}
 +
 +
 +
 +
table.prettytable code,
 +
 +
table.wikitable code {
 +
 +
  background-color: transparent;
 +
 +
}
 +
 +
 +
 +
#bodyContent .plainlinks a {
 +
 +
background:transparent none repeat scroll 0% !important;
 +
 +
padding:0pt !important;
 +
 +
}

Revision as of 21:55, 4 November 2008

/* edit this file to customize the monobook skin for the entire site */


/* color abajo del título */

#content {

	background: transparent;

	color: /*black*/;

	border: 1px solid #593f00;

	border-right: none;

	line-height: 1.5em;

}


/* imagen arriba + color abajo del menú */

body {

	font: x-small sans-serif;

	background: url(http://images.wikia.com/iao/es/images/a/a6/Headbg.jpg) 0 0 repeat;

	color: #473201;

	margin: 0;

	padding: 0;

}


table {

	font-size: 100%;

	color: black;

	/* we don't want the bottom borders of <h2>s to be visible through

	   floated tables */

	background-color: transparent;

}

a {

	text-decoration: none;

	color: #745303;

	background: none;

	/*colores de los links*/

}

a:visited {

	color: #b85b00;

}

a:active {

	color: #b78300;

}


hr {

	height: 1px;

	color: #aaa;

	background-color: #593f00;

	border: 0;

	margin: .2em 0 .2em 0;

}



pre {

	padding: 1em;

	border: 1px dashed #2f6fab;

	color: black;

	background-color: transparent;

	line-height: 1.1em;

}


#catlinks {

	border: 1px solid #593f00;

	background-color: #bcaa88;

	padding: 5px;

	margin-top: 1em;

	clear: both;

}


#toc,

.toc,

.mw-warning {

	border: 1px solid #593f00;

	background-color: #d8c39b;

	padding: 5px;

	font-size: 95%;

}


div.floatleft p { font-style: italic; }

/* thumbnails */

div.thumb {

	margin-bottom: .5em;

	border-style: ;

	border-color: ;

	width: auto;

}

div.thumbinner {

	border: 1px solid black;

	padding: 3px !important;

	background-color: #e4ca99;

	font-size: 94%;

	text-align: center;

	overflow: hidden;

}


.hiddenStructure {

	display: none;

	speak: none;

}


img.tex {

	vertical-align: middle;

}

span.texhtml {

	font-family: serif;

}



/* Have a checkered background on images on the description pages and in galleries

   to make transparency visible

.toccolours {

	border: 1px solid #593f00;

	background-color: #f1dba7;

	padding: 5px;

	font-size: 95%;

}


div.townBox {

	position: relative;

	float: right;

	background: black;

	margin-left: 1em;

	border: 1px solid gray;

	padding: .3em;

	width: 200px;

	overflow: hidden;

	clear: right;

}


#pagehistory li {

	border: ;

}

#pagehistory li.selected {

	background-color: transparent;

	border: ;

}



/*

** Diff rendering

*/

table.diff, td.diff-otitle, td.diff-ntitle {

	background-color: transparent;

}

td.diff-addedline {

	background: #cfc;

	font-size: smaller;

}

td.diff-deletedline {

	background: #ffa;

	font-size: smaller;

}

td.diff-context {

	background: #eee;

	font-size: smaller;

}

.diffchange {

	color: red;

	font-weight: bold;

	text-decoration: none;

}


.pBody {

	font-size: 95%;

	background-color: #e4ca99;

	color: black;

	border-collapse: collapse;

	border: 1px solid #593f00;

	padding: 0 .8em .3em .5em;

}



/*

** the navigation portlet

*/



/* @media screen, projection { */

	#p-navigation {

		position: relative;

		z-index: 3;

	}

	#p-navigation a {

		display: block;

	}

	#p-navigation li.active a, #p-navigation li.active a:hover {

		display: inline;

	}

/* } */



#p-navigation .pBody {

	padding-right: 0;

}



#p-navigation li.active a, #p-navigation li.active a:hover {

	text-decoration: none;

	font-weight: bold;

}


#p-cactions li a {

	background: url(http://images.wikia.com/iao/es/images/a/a6/Headbg.jpg) 0 0 no-repeat;

	color: #002bb8;

	border: none;

	padding: 0 .8em .3em;

	position: relative;

	z-index: 0;

	margin: 0;

	text-decoration: none;

	}



#footer {

	background: url(http://images.wikia.com/iao/es/images/a/a6/Headbg.jpg) 0 0 no-repeat;

	border-top: 1px solid #fabd23;

	border-bottom: 1px solid #fabd23;

	margin: .6em 0 1em 0;

	padding: .4em 0 1.2em 0;

	text-align: center;

	font-size: 90%;

}


#preftoc li.selected {

	font-weight: bold;

	background-color: transparent;

	border: 1px solid #aaa;

	border-bottom: none;

	cursor: default;

	top: 1px;

	padding-top: 2px;

	margin-right: -3px;

}


#preferences {

	margin: 0;

	border: 1px solid #593f00;

	clear: both;

	padding: 1.5em;

	background-color: transparent;

}


.prefsection table, .prefsection legend {

	background-color: transparent;

}

div.prefsectiontip {

	font-size: 95%;

	margin-top: 0;

	background-color: #FFC1C1;

	padding: .2em .7em;

	clear: both;

}

div#userloginForm form,

div#userlogin form#userlogin2 {

	margin: 0 3em 1em 0;

	border: 1px solid #aaa;

	clear: both;

	padding: 1.5em 2em;

	background-color: #d8c39b;

	float: left;

}



div#userloginForm table,

div#userlogin form#userlogin2 table {

	background-color: #d8c39b;

}


table.gallery td {

	vertical-align: top;

	background-color: #473201;

	border: solid 2px white;

}

table.mw_metadata td, table.mw_metadata th {

	text-align: center;

	border: 1px solid #593f00;

	padding-left: 0.1em;

	padding-right: 0.1em;

}

table.mw_metadata th {

	background-color: #dbb047;

}

table.mw_metadata td {

	background-color: #f1dba7;

}

ul#filetoc {

	text-align: center;

	border: 1px solid #593f00;

	background-color: #d8c39b;

	padding: 5px;

	font-size: 95%;

	margin-bottom: 0.5em;

	margin-left: 0;

	margin-right: 0;

}

.TablePager, .TablePager td, .TablePager th { 

	border: 1px solid #593f00;

	padding: 0 0.15em 0 0.15em;

}


/* TABLAS */


table.wikitable,

table.prettytable {

  margin: 1em 1em 1em 0;

  background: #d8c39b;

  border: 1px #593f00 solid;

  border-collapse: collapse;

}

 

table.wikitable th, table.wikitable td,

table.prettytable th, table.prettytable td {

  border: 1px #593f00 solid;

  padding: 0.2em;

}

 

table.wikitable th,

table.prettytable th {

  background: #bcaa88;

  text-align: center;

}

 

table.wikitable caption,

table.prettytable caption {

  margin-left: inherit;

  margin-right: inherit;

  font-weight: bold;

}

 

table.prettytable code,

table.wikitable code {

  background-color: transparent;

}



#bodyContent .plainlinks a {

background:transparent none repeat scroll 0% !important;

padding:0pt !important;

}
Personal tools