De Dungeons & Dragons - Rincon del Dungeon Master
Nota: Tras guardar el archivo, debe refrescar la caché de su navegador para ver los cambios:
- Mozilla / Firefox / Safari: pulsa May. mientras haces click en el boton Reload, o pulsa si no Ctrl-F5 o Ctrl-R (Command-R en un Macintosh)
- Konqueror: Haz click en el botón Reload o pulsa F5;
- Opera: Limpia la caché en Herramientas → Preferencias;
- Internet Explorer: pulsa Ctrl mientras haces click en Refresh, o pulsa Ctrl-F5.
/** o código CSS colocado aqui será [[Aplicado|aplicado]] a todos os temas */
/*
<pre>
*/
/*******************************
* Fundos
*******************************/
div.esys-fundo-aco-escovado {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-aco-escovado.jpg") repeat;
}
div.esys-fundo-papel-claro {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-papel-claro.gif") repeat;
}
div.esys-fundo-papel-escuro {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-papel-escuro.gif") repeat;
}
div.esys-fundo-azul {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-azul.jpg") repeat;
}
div.esys-fundo-laranja {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-laranja.jpg") repeat;
}
div.esys-fundo-vermelho {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-vermelho.jpg") repeat;
}
div.esys-fundo-estrelas-azul {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-estrelas-azul.jpg") repeat;
}
div.esys-fundo-estrelas-coloridas {
padding: 2em;
border: 1px solid #777;
background: url("images/Fundo-estrelas-coloridas.jpg") repeat;
}
/*******************************
* Caixa de texto transparente
*******************************/
div.esys-box-transp {
padding: 1.5em;
background-color: rgb(255, 255, 255);
opacity: 0.6;
filter: alpha(opacity=60);
border: 1px solid #777;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
/*******************************
* Caixas de texto
*******************************/
div.esys-nota {
background: #ffffcc;
margin: 0;
padding: .2em;
border: 1px solid #bbb;
position: relative;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
div.esys-box {
background: #fff;
margin: 0;
padding: .2em;
border: 1px solid #bbb;
position: relative;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
div.esys-box-titulo {
font-size: 105%;
line-height: 110%;
padding: 1em;
background: #eee;
border-bottom: 5px transparent #eaeaea;
}
div.esys-box-texto {
padding: 0.5em 1em;
background: #fff;
}
/*
* Caixas de texto em colunas
*/
table.esys-divisao {
width:100%;
border: 0;
padding: 0;
background: transparent;
margin: 0;
position: relative;
}
table.esys-divisao td {
vertical-align: top;
background: transparent;
border: 1px solid #bbb;
padding: 3px;
-moz-border-radius: 0.5em;
}
div.esys-divisao-titulo {
font-size: 105%;
padding: 1em;
background: #ddd;
-moz-border-radius: 0.5em;
}
div.esys-divisao-texto {
padding: 0.5em 1em;
}
table.esys-tabela,
table.esys-tabela-1,
table.esys-tabela-2,
table.esys-tabela-3,
table.esys-tabela-2-2,
table.esys-tabela-3-3 {
background: #fff;
margin: 0;
width: 100%;
border: 1px solid #bbb;
position: relative;
-moz-border-radius: 0.5em;
}
div.esys-tabela-titulo,
div.esys-tabela-1-titulo,
div.esys-tabela-2-titulo,
div.esys-tabela-3-titulo,
div.esys-tabela-2-2-titulo,
div.esys-tabela-3-3-titulo {
font-size: 105%;
line-height: 110%;
padding: 1em;
background: #ddd;
border-bottom: 5px transparent #eaeaea;
-moz-border-radius: 0.5em;
}
div.esys-tabela-texto,
div.esys-tabela-1-texto,
div.esys-tabela-2-texto,
div.esys-tabela-3-texto,
div.esys-tabela-2-2-texto,
div.esys-tabela-3-3-texto {
padding: 0.5em 1em;
background: #fff;
vertical-align: top;
}
/*****
** Minor tweaks
*****/
/* redirects in categories, on [[Special:Allpages]], and [[Special:Prefixindex]] */
.redirect-in-category, .allpagesredirect {
font-style: italic;
color:gray;
}
/* hide unneeded content when printing */
@media print {
#privacy, #about, #disclaimer {display:none;}
}
/* hide arrows on selected external links */
.plainlinksneverexpand a {
background:none !important;
padding:0 !important;
}
/*****
** Hide selected content
*****/
.hiddenStructure {display: none}
.if {display: none}
/*****
** Table formatting
*****/
table.wikitable,
table.prettytable {
margin:1em 1em 1em 0;
background:#F9F9F9;
border:1px #AAA solid;
border-collapse:collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border:1px #AAA solid;
padding:0.2em;
}
table.wikitable th,
table.prettytable th {
background:#F2F2F2;
text-align:center;
}
table.wikitable caption,
table.prettytable caption {
margin-left:inherit;
margin-right:inherit;
}
/*****
** box formatting
*****/
.infobox {
float:right;
clear:right;
margin-bottom:0.5em;
margin-left:1em;
padding:0.2em;
border:1px solid #AAA;
background:#F9F9F9;
color:black;
}
.infobox td,
.infobox th {
vertical-align:top;
}
.infobox caption {
font-size:larger;
margin-left:inherit;
}
.infobox.bordered {
border-collapse:collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border:1px solid #AAA;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border:0;
}
.infobox.sisterproject {
width:20em;
font-size:90%;
}
.sister-project {
clear:right;
float:right;
width:250px;
margin:0 0 1em 3em;
padding:4px;
border:1px solid #AAA;
background:#F9F9F9;
font-size:0.8em;
spacing:0px;
text-align:left;
}
/* [[template:other languages]] */
#otherlangs {
margin:0.5em;
padding:2px;
border:1px solid #CCC;
background:#FAFAFA;
font-size:0.9em;
}
#otherlangs span {
margin:0 2px;
padding-left:2px;
border-left:1px solid gray;
}
#otherlangs span.firstlang {
border:none;
}
/*****
** Specific pages (keep to a minimum)
*****/
/* Spam blacklist */
body.page-Talk_Spam_blacklist #ca-addsection {display:none;}
/* Spam blacklist/log */
.logtable pre {
margin:0;
padding:0;
border:0;
}
/*****
** Bytecounter colours
*****/
strong.mw-plusminus-neg
{
color: #c00;
}
span.mw-plusminus-neg
{
color: #900;
}
span.mw-plusminus-pos
{
color: #060;
}
/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external,
#bodyContent a[href*=".pdf?"].external,
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external,
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external {
background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
padding-right: 16px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
padding-right: 17px !important;
}
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
background-color: #ccccff;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
/*
* Messagebox templates
* Imported from [[en:MediaWiki:Common.css]] on 2007-07-13
*/
.messagebox {
border: 1px solid #aaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
}
.messagebox.merge {
border: 1px solid #c0b8cc;
background-color: #f0e5ff;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
.messagebox.nested-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
width: 100%;
margin: 2px 4px 2px 4px;
}
.messagebox.small {
width: 238px;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
}
/* For template documentation */
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 5px;
}
.hidden-redlink a.new { display: none; }
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
instance, will limit to showing ==headings== and ===headings=== but no further (as long as
there are no =headings= on the page, which there shouldn't be according to the MOS).
Thanks to w:en:User:Ais523 for that code.*/
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
/* This section facilitates rtl translations */
.persian {
direction: rtl;
font-family: Tahoma;
}
#bodyContent .persian a, #bodyContent .persian a.external {
background:none;
padding-right:0;
}
.persian #toctitle {
direction:ltr;
}
.persian .toclevel-1, .persian .toclevel-2, .persian .toclevel-3, .persian .toclevel-4 {
text-align:right;
}
.persian .toclevel-2 {
margin-right:10px;
}
.persian .toclevel-3 {
margin-right:20px;
}
.persian .toclevel-4 {
margin-right:30px;
}
.persian .editsection {
float:left;
}
.persian UL {
margin-right:16px;
display:table;
}
.persian OL {
margin-right:16px;
display:table;
}
#bodyContent .arabic a{
background:none;
padding-right:0;
}
/*
* dTree 2.05 | www.destroydrop.com/javascript/tree/
* Copyright (c) 2002-2003 Geir Landr
*/
.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
white-space: nowrap;
}
.dtree img {
border: 0px;
vertical-align: middle;
}
.dtree a {
color: #333;
text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
white-space: nowrap;
padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
color: #333;
text-decoration: underline;
}
.dtree a.nodeSel {
background-color: #c0d2ec;
}
.dtree .clip {
overflow: hidden;
}
/*
* Dynamic menus
*/
.dmenu { width: 180px }
.dmenu, .dmenu ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
}
.dmenu .selflink { font-weight: normal; }
.dmenu li { /* all list items */
position: relative;
float: left;
width: 172px;
padding: 4px;
z-index: 100;
}
.dmenu li,
.dmenu li.even a,
.dmenu li.odd a,
.dmenu li li,
.dmenu li li a,
.dmenu li li li,
.dmenu li li li a {
color : black;
}
.dmenu li li { margin: 0; }
.dmenu li ul { /* second-level lists */
position: absolute;
left: -999em;
z-index: 101;
border: 1px solid #ccc;
}
.dmenu li ul ul { /* third-and-above-level lists */
position: absolute;
left: -999em;
margin: 0 0 0 0;
z-index: 102;
}
.dmenu li.odd .submenu {
width: 12px;
height: 15px;
float: right;
background: url(/common/images/rarr-lt.png) 0 3px no-repeat;
}
.dmenu li.even .submenu {
width: 12px;
height: 15px;
float: right;
background: url(/common/images/rarr-dk.png) 0 3px no-repeat;
}
.dmenu li.odd {
background: #E9EDF4;
border: 2px solid #E9EDF4;
}
.dmenu li.even {
background: #D0D8E8;
border: 2px solid #D0D8E8;
}
.dmenu li:hover, .dmenu li.sfhover {
border: 2px solid #385D8A;
}
.dmenu li:hover ul ul,
.dmenu li:hover ul ul ul,
.dmenu li.sfhover ul ul,
.dmenu li.sfhover ul ul ul {
left: -999em;
}
.dmenu li:hover ul,
.dmenu li li:hover ul,
.dmenu li li li:hover ul,
.dmenu li.sfhover ul,
.dmenu li li.sfhover ul,
.dmenu li li li.sfhover ul { /* lists nested under hovered list items */
left: 182px;
top: -3px;
}
/*
</pre>
*/
*/
table {
color: #7F7F7F;
font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
border-collapse: collapse
}
table,caption {
margin: 0 auto;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC
}
caption,th,td {
border-left: 0;
padding: 10px
}
caption,thead th,tfoot th,tfoot td {
background-color: #E63C1E;
color: #FFF;
font-weight: bold;
text-transform: uppercase
}
thead th {
background-color: #C30;
color: #FFB3A6;
text-align: center
}
tbody th {
padding: 20px 10px
}
tbody tr.odd {
background-color: #F7F7F7;
color: #666
}
tbody a {
padding: 1px 2px;
color: #333;
text-decoration: none;
border-bottom: 1px dotted #E63C1E
}
tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
color: #666
}
tbody tr:hover {
background-color: #EEE;
color: #333
}
tbody tr:hover a {
background-color: #FFF
}
tbody td+td+td+td a {
color: #C30;
font-weight: bold;
border-bottom: 0
}
tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
color: #E63C1E
}
tbody td a[href="http://www.rodcast.com.br/"] {
margin: 0 auto;
display: block;
width: 15px;
height: 15px;
background: transparent url('data:image/gif;base64,R0lGODlhDwAPAIAAACEpMf///yH5BAAAAAAALAAAAAAPAA8AAAIjjA8Qer0JmYvULUOlxXEjaEndliUeA56c97TqSD5pfJnhNxYAOw%3D%3D') no-repeat;
text-indent: -999em;
border-bottom: 0
}
tbody a:visited:after {
font-family: Verdana,sans-serif;
content: "\00A0\221A"
}