Reinos Renacientes
Sin resumen de edición
Sin resumen de edición
Etiqueta: sourceedit
Línea 25: Línea 25:
   
 
th.portal_header {
 
th.portal_header {
background: #904300;
+
background: #3C1B17;
 
border: 3px solid #FFF;
 
border: 3px solid #FFF;
 
padding: 5px;
 
padding: 5px;

Revisión del 11:31 6 jun 2016

/* Los estilos CSS definidos aquí aplicarán a todas las pieles (skins) */

/* ################################################## */
/* ### PORTALES                                   ### */
/* ################################################## */

.portal_tabs {
   text-align: center;
   font-size: 90%;
   white-space: nowrap;
   padding: 4px 10px;
   text-decoration: none;
   background: #DDD;
   color: #000;
   border: 3px solid #FFF;
}

table.portal_section {
   width: 100%; 
   background: transparent; 
   margin-top: 0px; 
   margin-bottom: 5px; 
   border: 1px solid #AAA;
}

th.portal_header {
   background: #3C1B17;
   border: 3px solid #FFF; 
   padding: 5px; 
   color: #FFF; 
   font-size: 110%; 
   font-weight: bold; 
   text-align: left;
}

td.portal_body {
   background: #904300;
   border-width: 0 3px 3px 3px; 
   border-style: solid; 
   border-color: #FFF; 
   color: #FFF;
   padding: 5px;
}

/* TOC */
.portal_toc {
   width: 100%;
   font-size: 95%;
}

.portal_toc td {
   vertical-align: top;
   padding: 0 5px;
}

.portal_toc p {
   font-weight: bold;
   border-bottom: 1px solid #FFF;
}

/* Intro - image buttons */
table.portal_buttons {
   text-align: center;
   font-size: 95%;
   margin: 0 auto;
}

table.portal_buttons th,
table.portal_buttons td {
   width: 25%;
}

table.portal_buttons th {
   vertical-align: middle;
   font-weight: normal;
   padding-top: 3px;
}

table.portal_buttons td {
   vertical-align: top;
   padding-bottom: 3px;
}

/* Footer */
table.portal_footer {
   background: transparent; 
   margin: 10px auto 0; 
   text-align: center; 
   width: 620px; 
   padding: 0; 
   border-collapse: collapse;
}

table.portal_footer table {
   margin: 0 auto;
}

table.portal_footer table th {
   font-variant: small-caps;
   font-weight: normal;
   padding: 0 0.5em;
   line-height: normal;
}

table.portal_footer table td {
   font-size:smaller;
   border-top: 1px solid #AAA;
   padding: 0 0.5em;
}

/* Did you know */
.portal_dyk_cont p {
   margin: 0 0 0 1.5em;
   text-indent: -1.5em;
}

/* Header - links */
th.portal_header a:link { 
   color: #AFA000;
}
th.portal_header a:visited { 
   color: #B6A700;
}
th.portal_header a:hover { 
   color: #FFF;
}
th.portal_header a:active { 
   color: #FFF;
}
th.portal_header a.new {
   color: #F11 !important;
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

@media print {
    .navbox {
        display: none;
    }
}

/* 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;
}

/* ################################################## */
/* ### FORM IDS                                   ### */
/* ### (Template:DLC ID, Template:ID)             ### */
/* ################################################## */

.formid {
   font-family: monospace;
}

/* ################################################## */
/* ### INFOBOXES (Plantilla:Infobox)               ### */
/* ################################################## */
 
/* black frame around the infobox */
.FO3-infobox-box-box { 
   clear: right;
   float: right;
   position: relative;
   margin-left: 10px;
   margin-bottom: 5px;
   border: 2px solid #222;
   border-collapse: collapse;
}
 
/* the table */
.FO3-infobox-box { 
   border: 1px solid #FFF;
   border-collapse: collapse;
   background: #010;
   color: #FFF;
   line-height: 16px;
}
 
/* no editing in the box */
.FO3-infobox-box .editsection {
   display:none;
}
 
/* table-in-table */
.FO3-infobox-inner-table { 
   border-collapse: collapse;
   border: 0;
   background: none;
   color: #FFF;
   margin-left: 1px;back
   margin-right: 1px;
}
 
.FO3-infobox-inner-table td {
   vertical-align: middle;
   text-align: center;
}
 
/* line above main title */
.FO3-infobox-nameheader {
   font-size: 9px;
   line-height: 12px;
}
 
/* main title */
.FO3-infobox-name {
   font-size: 14px;
   font-weight: bold;
   line-height: 18px;
}
 
/* border color for all "content" cells */
.FO3-infobox-header,
.FO3-infobox-title,
.FO3-infobox-data,
.FO3-infobox-image,
.FO3-infobox-data-console {
   border: 1px solid #FFF;
}
 
/* vertical alignment for text "content" cells */
.FO3-infobox-data,
.FO3-infobox-data-console,
.FO3-infobox-title {
   vertical-align: top;
}
 
/* table header (and footer) */
.FO3-infobox-header { 
   margin: 0;
   padding: 1px 2px;
   font-size: 11px;
   line-height: 16px;
   background: #565B45 url(http://images.wikia.com/fallout/images/d/d3/ConcreteBackground.jpg?1);
   color: #FFF;
}
 
/* titles like "Quest:" "Clip size:" etc */
.FO3-infobox-title { 
   padding: 1px 2px;
   font-size: 11px;
   line-height: 16px;
   background: #044D22;
   color: #050505;
   text-align: right;
   white-space: nowrap;
}
 
/* data like "23", "[[Megaton]]", etc */
.FO3-infobox-data,
.FO3-infobox-image,
.FO3-infobox-data-console {
   padding: 1px 2px;
   font-size: 11px;
   line-height: 16px;
   border-collapse: collapse;
   border-color: #FFF;
   backimageshack: #111;
}
 
.FO3-infobox-data,
.FO3-infobox-image {
   color: #FFF;
}
 
/* console id data */
.FO3-infobox-data-console { 
   color: #DDF;
   font-family: monospace;
   font-weight: bold;
   text-transform: lowercase;
}
 
/* lists in infobox cells */
.FO3-infobox-box ol,
.FO3-infobox-box ul {
   line-height: inherit;
   margin-top: 0;
}
 
.FO3-infobox-box ul {
   list-style-image: none;
   list-style-type: disc;
}
 
/* backimageshack strip for images */
.FO3-infobox-image {
   back: #111 url(http://images.wikia.com/fallout/images/1/1f/Infobox_image_grad.png) top center repeat-y;
   padding: 2px 0;
}
 
.FO3-infobox-image-legend {
   background: #111;
   color: #FFF;
   padding-left: 5px;
   padding-right: 5px;
}
 
/* links are on dark background */
.FO3-infobox-box a:link,
.FO3-infobox-box a:visited { 
   color: #AFA000 !important;
}
.FO3-infobox-box a:hover, 
.FO3-infobox-box a:active { 
   color: #FFF;
}
 
/* links are on gray background */
.FO3-infobox-header a:link, 
.FO3-infobox-header a:visited { 
   color: #CFC000 !important;
}
 
.FO3-infobox-header a:hover, 
.FO3-infobox-header a:active { 
   color: #FFF;
}
 
/* external links */
.FO3-infobox-box a.external:link,
.FO3-infobox-box a.external:visited {
   color: #AFA000 !important;
}
.FO3-infobox-box a.external:hover,
.FO3-infobox-box a.external:active {
   color: #FFF!important;
}
 
/* wikipedia links */
.FO3-infobox-box a.extiw {
   background: transparent url(http://images.wikia.com/common/skins/monobook/external.png?10.2) no-repeat scroll right center !important;
   padding-right: 13px !important;
}
.FO3-infobox-box a.extiw:link,
.FO3-infobox-box a.extiw:visited { 
   color: #AFA000 !important;
}
.FO3-infobox-header a.extiw:link,
.FO3-infobox-header a.extiw:visited { 
   color: #CFC000 !important;
}
.FO3-infobox-header a.extiw:active,
.FO3-infobox-header a.extiw:hover,
.FO3-infobox-box a.extiw:active, 
.FO3-infobox-box a.extiw:hover { 
   color: #FFF !important;
}
 
/* missing pages are very red */
.FO3-infobox-box a.new {
   color: #F11 !important;
   background: #400;
}

/* ################################################## */
/* ### Ambox (Plantilla:Ambox)                    ### */
/* ################################################## */

/*<syntaxhighlight lang="css"><pre>*/
/* === Template:Ambox designs === */

/* Ambox design */
.ambox {
    font-size: 95%;
    width: 80%; 
    margin: 0 auto;
    border: 1px #AAA solid;
    border-left: 10px solid #228b22;
    border-collapse: collapse;
    background-color: #EEE;
}

/* Ambox colours */
.ambox-blue {
    border-left: 10px solid #1e90ff;    /* Blue (notice) */
}
.ambox-red {
    border-left: 10px solid #b22222;    /* Red (delete/serious) */
}
.ambox-orange {
    border-left: 10px solid #f28500;    /* Orange (content) */
}
.ambox-yellow {
    border-left: 10px solid #f4c430;    /* Yellow (style) */
}
.ambox-purple {
    border-left: 10px solid #9932cc;    /* Purple (merge) */
}
.ambox-gray {
    border-left: 10px solid #bba;        /* Gray (protection) */
}
.ambox-green {
    border-left: 10px solid #228b22;    /* Green */
}

/* Ambox small text */
.ambox-smalltext {
    font-size: smaller;
    margin-top:0.5em;
    margin-left:0.8em;
}

/* Ambox image */
.ambox-image {                    /* The left image cell */
    width: 60px;
    padding: 2px 0px 2px 0.5em;        /* 0.5em left, 0px right */
    text-align: center;
}

@media print { .ambox { display: none; } }    /* no ambox when printing */
/*</pre></syntaxhighlight>*/

/* ################################################## */
/* ### Userboxes (Plantilla:Userbox               ### */
/* ################################################## */
 
table.userbox { float:left; margin:0.2em; padding:0; border-width:1px; border-style:solid; }
table.userbox td.left, table.userbox td.right { text-align:center; vertical-align:middle; font-size:1.6em; padding:0; }
table.userbox td.main { padding:0 4px; vertical-align:middle; line-height:125%; font-size:0.9em; }

table.userbox { border-color:#aaa; background:#f8f8f8; }
table.userbox td.left, table.userbox td.right { background:#d8d8d8; }

/* ################################################# */
/* ### Otros                                     ### */
/* ################################################# */

.WikiaArticle .picture-attribution {display:none;}