Dragon Age Wiki
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* Background */
/** Fondo del wiki **/
body {
    background: #20130D url('http://images4.wikia.nocookie.net/dragonage/es/images/8/81/Background_-_Dragon_Age.jpg') no-repeat center top fixed;
}

/** Fondo de la página **/
/*** Añade el fondo y suprime el borde ***/
.WikiaPage {
    background: url('http://images4.wikia.nocookie.net/dragonage/es/images/4/41/Background_-_Dragon_Age_2.png');
    border:0px;
    left:-1px;
}

/*** Corrección de tamaño en página por problemas en con el borde ***/
.WikiaMainContent {
    width: 675px;
    padding: 0px 0px 0px 2px;
}

/*** Para que se mantenga el WikiRail en su sitio - NO LO ESCONDE ***/
.WikiaRail {
    padding: 0 9px;
}

/*** Para que se vea el borde del fondo ***/
.WikiaArticle {
    padding: 0 15px;
}

/*** Header de las páginas ***/
.WikiaPageHeader {
    margin: 0 10px 10px 15px;
}

/*** Pone un ancho fijo en el header de las páginas ***/
.WikiaPageHeader details {
    width: 660px !important;
}

/** Navegación del wiki **/
/*** Navegación principal ***/
.WikiHeader {
    padding: 10px 15px 9px 15px;
    background: url(http://images3.wikia.nocookie.net/dragonage/es/images/e/ed/Navigation_-_Dragon_Age.png);
    width: 954px;
    margin-left: 9px;
}

/*** Situa los botones del navegador en medio ***/
.WikiHeader .buttons {
    bottom: 30px;
}

/*** Pone el fondo al navegador y le da el tamaño y la situación ***/
.WikiHeader nav { 
    background: url(http://images4.wikia.nocookie.net/dragonage/es/images/8/8e/Navigation_bar_dragon_age.png);
    height: 28px;
    bottom: 30px; 
    left: 300px; 
    padding: 0 0 0 15px;
    position: absolute; 
    width: 415px;         
}

/*** Pone los enlaces y sus separadores en blanco ***/
.WikiHeader li a {
    color: white; 
    border-left: 1px solid #C9C9C9;   
}

/*** Hace que al pasar el cursor cambie el color del panel ***/
.WikiHeader li a:hover {
    color: #cf9606; 
}

/*** Pone la letra en blanco ***/
.WikiHeader li:hover {
    background: transparent;        	
    color: #fff;     
}

/*** Submenús ***/
/**** Da fondo de degradado ****/
.WikiHeader .subnav {
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png"),
    -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.05, rgb(28,28,28)),
    color-stop(0.87, rgb(31,31,31))
);
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png"),
    -moz-linear-gradient(
    left center,
    rgb(28,28,28) 5%,
    rgb(31,31,31) 87%
);
    border: 1px solid #3d3d3d;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
    -moz-box-shadow:2px 3px 5px #000000; 
    -webkit-box-shadow:2px 3px 5px #000000; 
    box-shadow:2px 3px 5px #000000;
}

/**** Al pasar el cursor cambia a otro degradado ****/
.WikiHeader .subnav li:hover {
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png"),
    -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.05, rgb(153,9,9)),
    color-stop(0.87, rgb(31,31,31))
);
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png"),
    -moz-linear-gradient(
    left center,
    rgb(153,9,9) 5%,
    rgb(31,31,31) 87%
);
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
}

/**** Al pasar el cursor, los enlaces cambian de color ****/
.WikiHeader .subnav a:hover, .WikiHeader .subnav hover a {    
     color: #cf9606;   
     background: transparent;
}

/**** Suprime borde superior en el submenú ****/
.WikiHeader .subnav li { 
     border-top: none; 
}


/*** Desactivando sombra de panel de navegación ***/
.WikiHeader .shadow-mask {
    display:none;
}


/** Headers **/
/*** Hace que el encabezado de tipo 1 cambie por una imagen ***/
.ns-0 #bodyContent > h2, .ns-0 #WikiaArticle > h2 {
    background-color: transparent;
    background-image: url("http://images1.wikia.nocookie.net/__cb20110329095942/dragonage/es/images/archive/3/38/20110329100055%21Header_Dragon_Age.png");
    background-position: center bottom;
    border-bottom: 0 none;
    border-radius: 0 10px 0 0;
    color: white;
    font-size: 1.45em;
    height: auto;
    line-height: 15px;
    margin: 8px -12px 12px;
    padding: 4px 0 13px 10px;
}

/*** Evita que el encabezado se salga del wiki ***/
.ns-0 h2 .mw-headline {
    margin-left: 11px;
}

/*** Ancho fijo para el encabezado y reubicación del mismo ***/
.ns-0 #WikiaArticle > h2, .ns-0 #WikiaArticle #bodyContent > h2 {
    margin-left:-22px; 
    overflow:visible; 
    width: 665px;
}

/*** Botón de editar ***/
/**** Encabezados h2 - tipo 1 ***/
.ns-0 h2 .editsection {
    margin: 4px 9px 0;
    height: 18px;
    line-height: 18px;
    float: right;
    min-width: 25px;
    max-width: 25px;
    display:block;
    padding-right:10px;
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png");
}

.ns-0 h2 .editsection a {display:none}
.ns-0 h2 .editsection:hover a {display:block}

/**** Al seleccionarlo se despliega y aparece el Editar esta sección ****/
.ns-0 h2 .editsection:hover{
    max-width:150px;
    padding-right:0px;
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png");
}

/**** Encabezados h3 a h6 ****/
.ns-0 .editsection {
    margin:2px auto auto 15px;
    background:#CCC;
    height:20px;
    line-height:19px;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-radius:10px 10px 0 0;
}

/**** Cambia el editar sección por color amarillo ****/
.ns-0 .editsection:hover { 
    background: #FEC523; 
}

/**** Enlace "Editar sección" ****/
.ns-0 #bodyContent .editsection a, .ns-0 #WikiaArticle .editsection a { 
    color:#191509;
    text-decoration:none;  
    padding: 5px 12px 3px 0;
    font-size:90%;
}

/**** Editar razones de borrado ****/
.mw-delete-editreasons {
    margin: 6px auto auto 15px !important;
    background:#CCC;
    height:20px;
    line-height:19px;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-radius:10px 10px 0 0;
}

/**** Editar razones de borrado fondo para seleccionable ****/
.mw-delete-editreasons:hover {
    background: #FEC523; 
}

/**** Editar razones de borrado enlaces ****/
.mw-delete-editreasons a {
    color:#191509;
    text-decoration:none;  
    padding: 5px 6px 3px 6px;
    font-size:90%;
}

/**** Tamaño de la letra de editar sección ****/
.ns-0 #WikiaArticle .editsection a { 
    font-size:85%; 
}

/**** Imagen del lápiz ****/
.ns-0 #bodyContent .sprite.edit-pencil, .ns-0 #WikiaArticle .sprite.edit-pencil {
    background: url("http://images1.wikia.nocookie.net/__cb32383/common/skins/oasis/images/sprite.png") no-repeat -1000px -48px transparent;
    margin: 1px -7px 0 10px;
}

/*** Añade una línea de puntos en los encabezados ***/
/**** Tipo 1 ****/
h1, h2 {
    padding-top:0.65em;
}

/**** Tipo 2 ****/
h3 {
    padding-top:0.6em; 
    border-bottom:dotted 1px #AAA;
}

/**** Tipo 3, 4, 5 ****/
h4, h5, h6 {
    padding-top:0.55em; 
    border-bottom:dotted 1px #DDD;
}

/** Evitando que el header se mueva **/
.WikiHeader h1, h2 {
    padding-top:0;
}



/* Portada */
/** Background para portada **/
.MainpageBackground {
    background-image: url('http://images4.wikia.nocookie.net/dragonage/es/images/archive/f/fb/20110329150801%21Dragon_Age_Portada.png');
    background: no-repeat;
    background-position: top center;
}



/* Imported from Dragon Age Wiki - en version */


/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
    border: 1px solid #444;
    background-color: #101010;
    margin-top: 1em;
    padding: 12px;
}
.forumlist td.forum_edited a {
    color: black;
    text-decoration: none;
}
.forumlist td.forum_title a {
    padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
    font-weight: bold;
    background: url('http://images1.wikia.nocookie.net/__cb20100806020647/dragonage/images/4/4e/Forum_new.gif') center left no-repeat; 
    padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
    padding-left: 20px;
}
.forumlist th.forum_title {
    padding-left: 20px;
}
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li { 
    display: none; 
}


/* Recent changes byte indicators */
.mw-plusminus-pos {
    color: #006500;
}
.mw-plusminus-neg {
    color: #8B0000;
}

/* Image frame fix */
div.tright, div.tleft {
    border: 1px solid silver;
}

div.thumbinner {
    background: inherit;
    border: none;
    color: inherit;
}
#article div.thumb {
    color:inherit;
}

/* --- Special:Recentchanges --- */
.rcoptions {
    border-color: #444;
    background-color: #101010;
}

/**********/
/* search */
/**********/
#WikiaSearch { width: 284px; padding: 5px !important; border: 1px solid rgb(0,0,0); background: transparent; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, black 100%); -moz-border-radius: 1em; -moz-box-shadow: 1px 1px 4px black; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100%, black)); -webkit-border-radius: 1em; -webkit-box-shadow: 1px 1px 4px black; border-radius: 1em; box-shadow: 1px 1px 4px black; }
#WikiaSearch input[type="text"] { width: 198px; border: 1px solid rgb(0,0,0); background-color: rgb(32,32,32); -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; border-radius: 0.5em; margin: 0px !important; }
#WikiaSearch button { text-align: center; padding: 3px; padding-top: 2px; position: relative; left: 3px; cursor: pointer; border: 0px solid #FEC356; height: 26px !important; width: 26px; background: transparent; -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); background-image: -moz-linear-gradient(bottom, rgb(169,111,1) 0, rgb(254,195,86) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(169,111,1)), color-stop(100%, rgb(254,195,86))); text-shadow: 1px 1px rgba(255, 255, 255, 0.3), -1px 0 rgba(0,0,0,0.3); color: rgb(190,124,1); -moz-user-select: none; -webkit-user-select: none; user-select: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#WikiaSearch button:hover { background-image: -moz-linear-gradient(bottom, rgb(233,152,1) 0, rgb(254,210,129) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(233,152,1)), color-stop(100%, rgb(254,210,129))); color: rgb(233,152,1); }

/*********************************/
/* main page jquery tabs/sliders */
/*********************************/
.ui-tabs { position: relative; padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs-hide { display: none !important; }

/*****************************************************/
/* main page jquery tabs/sliders component containers*/
/*****************************************************/
/*.ui-widget { font-family: Verdana, Arial, Helvetica, sans-serif; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-widget-content { }
.ui-widget-content a { color: #FEC356; }
.ui-widget-header { border: 1px solid #aaaaaa; font-weight: bold; }
.ui-widget-header a { color: #222222; } */

/***************************************************/
/* main page jquery tabs/sliders interaction state */
/***************************************************/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }*/

/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid black; margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, black 100%); -moz-border-radius: 1em; -moz-box-shadow: 1px 1px 4px black; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100%, black)); -webkit-border-radius: 1em; -webkit-box-shadow: 1px 1px 4px black; border-radius: 1em; box-shadow: 1px 1px 4px black; }
.portal_header { padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 1px dotted rgb(139,0,0); text-align: center; font-family: IMFELLDWPicaPRORegular; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(139,0,0); }
.portal_body { padding: 0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(139,0,0); }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(139,0,0); text-align: left; font-family: IMFELLDWPicaPRORegular; font-size: 1.8em; color: rgb(139,0,0); }

/******************/
/* portal: slider */
/******************/
#portal_slider { margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; position: relative; height: 450px; }
#portal_slider #portal_next, #portal_slider #portal_prev { text-align: center; cursor: pointer; border: 0px solid #FEC356; height: 30px !important; width: 20px; font-family: arial, san-serif; font-size: 36px; line-height: 22px; font-weight: bold; position: absolute; bottom: 8px; background: transparent; -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); background-image: -moz-linear-gradient(bottom, rgb(169,111,1) 0, rgb(254,195,86) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(169,111,1)), color-stop(100%, rgb(254,195,86))); text-shadow: 1px 1px rgba(255, 255, 255, 0.3), -1px 0 rgba(0,0,0,0.3); color: rgb(190,124,1); -moz-user-select: none; -webkit-user-select: none; user-select: none; }
#portal_slider #portal_next:hover, #portal_slider #portal_prev:hover { background-image: -moz-linear-gradient(bottom, rgb(233,152,1) 0, rgb(254,218,150) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(233,152,1)), color-stop(100%, rgb(254,218,150))); color: rgb(233,152,1); }
#portal_slider #portal_next { right: 10px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
#portal_slider #portal_prev { right: 31px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#portal_slider > .portal_body { padding: 0; }


/*******************/
/* portal: content */
/*******************/
#portal_content { 
    font-size: 0.9em; 
    line-height: 1.7em; 
}

#portal_content .portal_body > table { 
    height: 400px; 
}

#portal_content ul {
    list-style: disc outside; 
}

#portal_content ul ul { 
    margin-left: 1em; 
}
 
/****************/
/* portal: news */
/****************/
#portal_news .WikiaBlogListingBox, #portal_news ul, .CommunityCornerModule .WikiaBlogListingBox { 
    font-size: 100%; 
    width: auto; 
    float: none; 
    clear: none; 
    border: 0; 
    padding: 0; 
    background: transparent; 
}

#portal_news .WikiaBlogListingBox h3, #portal_news .wikia-button, .CommunityCornerModule .WikiaBlogListingBox h3 { 
    display: none; 
}

#portal_news .WikiaBlogListingPost { 
    border-top: 0px !important; 
    border-bottom: 1px dotted rgb(139,0,0) !important; 
} 
/* override the default border #portal_news colors */


/******************/
/* portal: forums */
/******************/
#portal_forums .forum_title { 
}
#portal_forums .forum_edited { 
    text-align: right; 
}


/*******************/
/* portal: twitter */
/*******************/
#portal_twitter ul li { 
    border-top: 0px !important; 
    border-bottom: 1px dotted rgb(128,0,0) !important; 
    padding: 0.2em 0; 
    list-style: none; 
} 
/* change it from a bulleted list into a unbulleted list */
#portal_twitter ul { 
    margin-left: 0em !important; 
}

/***************/
/* quote boxes */
/***************/
.quotebox { 
    /* border: 1px solid #523F35; background:#222222; */ 
    -moz-border-radius: 1em; 
    border-radius: 1em; 
    -webkit-border-radius: 1em; 
    display: table; 
}

.quotebox + .quotebox {
    margin:1em 0 0 0; 
}

.quotebox .leftquote {
    color: #FEC356; 
    font-size: 3em; 
    font-family: Times New Roman, serif; 
    font-weight: bold; 
    text-align: left; 
    padding:0.3em 0 0 0.3em; 
}

.quotebox .rightquote { 
    color: #FEC356; 
    font-size: 3em; 
    font-family: Times New Roman, serif; 
    font-weight: bold; 
    text-align:right; 
    padding:0 0.3em 0 0; 
}

.quotebox .quote { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 0.9em; 
    padding: 1em 0.2em 0 0.2em; 
    line-height: 1.6em; 
    width: 100%; 
}

.quotebox .attribution { 
    text-align: right; 
    padding: 0em 1em 0.4em 0; 
    font-weight: bold; 
    font-style: oblique; 
}



/************************************/
/* General MediaWiki-related tweaks */
/************************************/

/* Advanced search, SpecialPage, File history */
.mw-search-formheader, fieldset#mw-searchoptions, .mw-specialpagesgroup, table.mw_metadata td, table.mw_metadata th {
    background-color: #1D1D1D;
    border: 1px solid #404040 !important;
}

.mw-search-formheader div.search-types ul li.current a {
    color: #AAA;
}
 
/* Special:Newpages */
.not-patrolled {
    background: #220000;
}
 
/* File categories  */
table.gallery {
    border: 0;
    background: transparent;
}
 
table.gallery td {
    border: 0;
    background: transparent;
}
 
.thumb {
    border: 0 !important;
}
 
.gallerybox {
    background: transparent;
    border: 1px solid #404040;
}

/* External links */
.WikiaArticle a.external, #bodyContent a[href^="gopher://"] {
    background: url("http://images1.wikia.nocookie.net/dragonage/images/4/44/External.png") no-repeat scroll right center transparent !important;
    padding-right: 13px !important;
}


/*********************/
/* background images */
/*********************/
.splatter { background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); }
.splatter40 { background-image: url(http://images1.wikia.nocookie.net/dragonage/images/4/48/SplatterBackground40.png); } /* 40% opacity */
.dragon { background-image: url(http://images1.wikia.nocookie.net/dragonage/images/4/4d/Dragon-opacity10.jpg); background-repeat: no-repeat; }
.greywarden { background-image: url(http://images3.wikia.nocookie.net/dragonage/images/0/0f/GreyWardenBG.jpg); background-repeat: no-repeat; }
.morrigan2 { background-image: url(http://images1.wikia.nocookie.net/dragonage/images/a/a7/Morrigan-opacity10.jpg); background-repeat: no-repeat; }

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}
a#collapsibleButton0 {
        color: #FEC356 !important;
}

div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #222;
    color: #EEE;
}

/* Red colored warning messages */
div.mw-warning-with-logexcerpt  {
    border:2px solid #bb0000;
    margin-bottom:3px;
    padding:3px;
}

/* Disambiguation style table */
table.disambig {
    clear: both; 
    margin: 0.9em 1em; 
    border-top: 1px solid #555; 
    border-bottom: 1px solid #555; 
    background: transparent;
}

/* Ambox styling */
.ambox {
  font-size: 95%;
  width: 80%; 
  margin: 0 auto;
  border: 1px #606060 solid;
  border-left: 10px solid #bba;
  border-collapse: collapse;
  background-color: #404040;
}
.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-image {                           /* The left image cell */
  width: 60px; 
  padding: 2px 0px 2px 0.5em;            /* 0.5em left, 0px right */
  text-align: center; 
}
.ambox-info {
  padding: 0.25em 0.5em; 
  color:#EEE;
}

/* Ombox styling */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #404040; 
    background: #202020;
}
.ombox-image {                    /* The left image cell */
    border: none; 
    padding: 3px 0 3px 0.9em;     /* 0.9em left, 0px right */
    text-align: center; 
}
.ombox-image-right {                    /* The right image cell */
    border: none; 
    padding: 3px 0.9em 3px 0;     /* 0.9em right, 0px left */
    text-align: center; 
}
.ombox-info {                     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    color:#EEE;
    width: 100%;                  /* Make all omboxes the same width regardless of text length */
}

table.ombox-shortcut {
    float: right; 
    border: 1px solid #505050; 
    background: #303030; 
    margin: 2px; 
    padding: 1px;
    text-align: center; 
    line-height: 1.1em
}
.ombox-shortcut {
    border: none; 
    background: transparent;
}

/* Remove edit link next to article header */
span.editsection-upper {
   display: none;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 8px;
}
.toc {
   margin-top: 8px;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #444;
   background-color: #101010;
   margin-top: 1em;
   padding: 12px;
}
.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}
.forumlist td.forum_title a {
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url('http://images1.wikia.nocookie.net/__cb20100806020647/dragonage/images/4/4e/Forum_new.gif') center left no-repeat; 
   padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
.forumlist th.forum_title {
   padding-left: 20px;
}
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li { 
   display: none; 
}


/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}
.mw-plusminus-neg {
   color: #8B0000;
}

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
#article div.thumb {
   color:inherit;
}

/* --- Special:Recentchanges --- */
.rcoptions {
   border-color: #444;
   background-color: #101010;
}

/* Other fieldsets */
fieldset {
   border: 1px solid #444;
   background-color: #101010;
   line-height: 1.5em;
   margin: 1em 0;
   padding: 0 1em 1em;
}

/*********************/
/* dragon age tables */
/*********************/
.daotitle { border: 1px solid #ffffff; font-size: 0.9em; line-height: 1.3em; background: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg?1); color: #ffffff; vertical-align: middle; } /* not sure this is still used */
.daotable { border: 1px solid #523F35; border-spacing: 1px; padding: 0px; background-color: #000000; }
.daotable tr { background-color: #1c1c1c; }
.daotable tr.odd { background-color: #1c1c1c; }
.daotable tr.even { background-color: #090909; }
.daotable th { border: 1px solid #523F35; padding: 0.5em; vertical-align: middle; text-align: left; color: #ffffff; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); }
.daotable td { padding: 0.5em; }


/*************/
/* infoboxes */
/*************/
.daoinfobox { float:right; border: 1px solid #523F35; border-spacing: 2px; padding: 0px; width: 275px; margin-bottom: 2em; margin-left: 2em; }
.daoinfobox th { border: 1px solid #523F35; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); padding-right: 0.5em; color: #ffffff; text-align:right; font-size: 0.9em; line-height: 1.2em; font-weight: normal; width: 35%; }
.daoinfobox td { text-align:left; font-size: 0.9em; line-height: 1.2em; padding: 0.3em; background-color: #1c1c1c; }
.daoinfobox .daoinfobox_header { border-width: 1px; border-style: solid; border-color: #523F35; padding: 0; color: #ffffff; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); font-size: 1.1em; line-height: 1.1em; }
.daoinfobox .daoinfobox_header2 { width:100%; } /* safari fix for headers */
.daoinfobox .daoinfobox_image { border: 1px solid #523F35; padding: 4px; text-align: center; }
.daoinfobox .daoinfobox_imagecaption { padding: 0.5em; font-weight: bold; }
.daoinfobox .daoinfobox_header td { background-color: transparent; text-align: center; }
.daoinfobox .daoinfobox_supertitle, .daoinfobox .daoinfobox_subtitle { font-size: 0.9em; line-height: 1.2em; }
.daoinfobox .daoinfobox_title { font-size: 1.2em; font-weight: bold; line-height: 1.35em; }


/********************/
/* navigation boxes */
/********************/
.navbox { border: 1px solid #523F35; border-spacing: 0px; padding: 0px; background-color: #000000; width: 100%; margin: auto; clear: both; font-size: 88%; text-align: center; background-color: #1c1c1c; }
.navbox table, .navbox-subgroup { border-spacing: 1px; }
.navbox + .navbox { margin: 1px 0 0 0; } /* single pixel border between adjacent navboxes */
.navbox tr, .navbox-columns-table tr { background-color: #232323; }
.navbox table td { background-color: #1c1c1c; }
.navbox-even { background-color: #1c1c1c; } /* even row striping */
.navbox-odd { background-color: #1c1c1c; } /* odd row striping */
.navbox-title, .navbox-abovebelow, table.navbox th { border-width: 1px; border-style: solid; border-color: #523F35; text-align: center; padding-left: 1em; padding-right: 1em; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); } /* title and above/below styles */
.navbox-group { border: 1px solid #523F35; white-space: nowrap; text-align: right; font-weight: bold; padding-left: 1em; padding-right: 1em; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); } /* group style */
.navbox-subgroup { background-color: #232323; } /* background color */
.navbox-list { border-color: #1c1c1c; } /* must match background color */
.navbox-title, navbox th { }
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: transparent; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); } /* level 2 color */
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {  background: transparent; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); } /* level 3 color */
.navbox .collapseButton { width: 6em; } /* In navboxes, the show/hide button balances the vde links from [[Template:Tnavbar]], so they need to be the same width. */


/**************/
/* info boxes */
/**************/
.infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; color: #090909; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; }
.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 #aaaaaa; }
.infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; }



/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid black; margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, black 100%); -moz-border-radius: 1em; -moz-box-shadow: 1px 1px 4px black; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100%, black)); -webkit-border-radius: 1em; -webkit-box-shadow: 1px 1px 4px black; border-radius: 1em; box-shadow: 1px 1px 4px black; }
.portal_header { padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 1px dotted rgb(139,0,0); text-align: center; font-family: IMFELLDWPicaPRORegular; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(139,0,0); }
.portal_body { padding: 0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(139,0,0); }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(139,0,0); text-align: left; font-family: IMFELLDWPicaPRORegular; font-size: 1.8em; color: rgb(139,0,0); }

/******************/
/* portal: slider */
/******************/
#portal_slider { margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; position: relative; height: 450px; }
#portal_slider #portal_next, #portal_slider #portal_prev { text-align: center; cursor: pointer; border: 0px solid #FEC356; height: 30px !important; width: 20px; font-family: arial, san-serif; font-size: 36px; line-height: 22px; font-weight: bold; position: absolute; bottom: 8px; background: transparent; -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); background-image: -moz-linear-gradient(bottom, rgb(169,111,1) 0, rgb(254,195,86) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(169,111,1)), color-stop(100%, rgb(254,195,86))); text-shadow: 1px 1px rgba(255, 255, 255, 0.3), -1px 0 rgba(0,0,0,0.3); color: rgb(190,124,1); -moz-user-select: none; -webkit-user-select: none; user-select: none; }
#portal_slider #portal_next:hover, #portal_slider #portal_prev:hover { background-image: -moz-linear-gradient(bottom, rgb(233,152,1) 0, rgb(254,218,150) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(233,152,1)), color-stop(100%, rgb(254,218,150))); color: rgb(233,152,1); }
#portal_slider #portal_next { right: 10px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
#portal_slider #portal_prev { right: 31px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#portal_slider > .portal_body { padding: 0; }


/*******************/
/* portal: content */
/*******************/
#portal_content { font-size: 0.9em; line-height: 1.7em; }
#portal_content .portal_body > table { height: 400px; }
#portal_content ul { list-style: disc outside; }
#portal_content ul ul { margin-left: 1em; }
 
/****************/
/* portal: news */
/****************/
#portal_news .WikiaBlogListingBox, #portal_news ul, .CommunityCornerModule .WikiaBlogListingBox { font-size: 100%; width: auto; float: none; clear: none; border: 0; padding: 0; background: transparent; }
#portal_news .WikiaBlogListingBox h3, #portal_news .wikia-button, .CommunityCornerModule .WikiaBlogListingBox h3 { display: none; }
#portal_news .WikiaBlogListingPost { border-top: 0px !important; border-bottom: 1px dotted rgb(139,0,0) !important; } /* override the default border #portal_news colors */


/******************/
/* portal: forums */
/******************/
#portal_forums .forum_title { }
#portal_forums .forum_edited { text-align: right; }

/*******************/
/* portal: twitter */
/*******************/
#portal_twitter ul li { border-top: 0px !important; border-bottom: 1px dotted rgb(128,0,0) !important; padding: 0.2em 0; list-style: none; } /* change it from a bulleted list into a unbulleted list */
#portal_twitter ul { margin-left: 0em !important; }

/***************/
/* quote boxes */
/***************/
.quotebox { /* border: 1px solid #523F35; background:#222222; */ -moz-border-radius: 1em; border-radius: 1em; -webkit-border-radius: 1em; display: table; }
.quotebox + .quotebox { margin:1em 0 0 0; }
.quotebox .leftquote { color: #FEC356; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align: left; padding:0.3em 0 0 0.3em; }
.quotebox .rightquote { color: #FEC356; font-size: 3em; font-family: Times New Roman, serif; font-weight: bold; text-align:right; padding:0 0.3em 0 0; }
.quotebox .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; padding: 1em 0.2em 0 0.2em; line-height: 1.6em; width: 100%; }
.quotebox .attribution { text-align: right; padding: 0em 1em 0.4em 0; font-weight: bold; font-style: oblique; }


/************/
/* spoilers */
/************/
.splr { height: auto; }
.splr > div, .splrico, .splrwrn { float: left; } /* only our elements float, everything is free to go wherever they want */
.splr + div { margin: 0 0 1em 0; } /* if two splrs are next to each other, give them horizontal space */
.splrico { cursor: pointer; margin: 0.5em 1em 0 0; padding: 2px; position: relative; -moz-border-radius: 10em; border-radius: 10em; -webkit-border-radius: 10em; z-index: 6; }
.splrico table { -moz-border-radius: 10em; border-radius: 10em; -webkit-border-radius: 10em; } /* the splr ico only has one table */
.splrico table tr { background-color: transparent; } /* needed to override generic table tr color (dark gray) */
.splrico table td { padding: 0; } /* needed to override generic table td (padding 0.5em) */
.splrwrn { cursor: pointer; margin: 0.5em 0 0 -3.6em; padding: 2px; -moz-border-radius: 10em; border-radius: 10em; -webkit-border-radius: 10em; font-size: 0.9em; width: 600px; }
.splrwrn table { margin: 0; padding: 0; height:66px; -moz-border-radius: 10em; border-radius: 10em; -webkit-border-radius: 10em; }
.splrwrn table tr { background-color: transparent; } /* needed to override generic table tr color (dark gray) */
.splrwrn table td { padding: 0 2.4em 0 3em; } /* needed to override generic table td (padding 0.5em) */
.splrtxt { }


/*******************/
/* spoilers: games */
/*******************/
.splr_games .splrico, .splr_games .splrwrn { border: 0px solid #523F35; color: #FEC356; -moz-box-shadow: 0 0 0 2px #523F35; -webkit-box-shadow: 0 0 0 2px #523F35; box-shadow: 0 0 0 2px #523F35; background-color: #080808; }
.splr_games .splrico table, .splr_games .splrwrn table { border: 1px solid #523F35; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); }

/*******************/
/* spoilers: media */
/*******************/
.splr_media .splrico, .splr_media .splrwrn { border: 0px solid #523F35; color: #FEC356; -moz-box-shadow: 0 0 0 2px #523F35; -webkit-box-shadow: 0 0 0 2px #523F35; box-shadow: 0 0 0 2px #523F35; background-color: #080808; }
.splr_media .splrico table, .splr_media .splrwrn table { border: 1px solid #523F35; background-image: url(http://images2.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); }

/*******************/
/* spoilers: books */
/*******************/
.splr_books .splrico, .splr_books .splrwrn { border: 0px solid #660000; color: #660000; -moz-box-shadow: 0 0 0 2px #660000; -webkit-box-shadow: 0 0 0 2px #660000; box-shadow: 0 0 0 2px #660000; background-color: #080808; }
.splr_books .splrico table, .splr_books .splrwrn table { border: 1px solid #660000; background-color: white; }

.hide_warning { display: none; }
.show_warning { display: inline; }
.hide_spoiler { display: none; }
.show_spoiler { display: inline; }

/* depreciated, but kept here temporarily while the forum page for stealing is active */
.hide_warning1 { display: none; }
.show_warning1 { display: block; }
.hide_spoiler1 { display: none; }
.show_spoiler1 { display: block; }
.hide_warning2 { display: none; }
.show_warning2 { display: none; }
.hide_spoiler2 { filter:alpha(opacity=12); opacity:.12; }
.show_spoiler2 { filter:alpha(opacity=100); opacity:1; }

/************/
/* tooltips */
/************/
.ttlink { }
.ttbox { display: block; z-index: 1000; color: #D2B48C; background-color: #060606; border: 0px solid white; padding: 12px 18px 14px 14px; font-family: georgia; font-weight: normal; min-width: 160px; opacity:0.9; -moz-border-radius: 14px; -moz-box-shadow: 0 0 8px #D2B48C; -webkit-border-radius: 14px; -webkit-box-shadow:0 0 8px #D2B48C; border-radius: 14px; box-shadow:0 0 8px #D2B48C; }
.ttbox hr { background-color: #D2B48C; height: 1px; border: 0px; }
.tttitle { font-family: IMFELLDWPicaPRORegular; font-size: 1.4em; }
.ttbody { font-family: georgia; }

/***************/
/* paper dolls */
/***************/
.paperdoll { background-image: url(http://images1.wikia.nocookie.net/dragonage/images/a/a1/Paperdoll.png); width: 441px; height: 604px; border: 0px solid white; position: relative; font-family: georgia; font-weight: bold; color: #523F35; }
.paperdoll div { width: 56px; height: 56px; }
.paperdoll img { width: 56px; height: 56px; }
.paperdoll .paperdoll_name { position: absolute; top: 60px; left: 68px; width: 300px; height: 24px; text-align: center; font-size: 16px; }
.paperdoll .paperdoll_pri { position: absolute; top: 178px; left: 16px; width: 56px; height: 56px; }
.paperdoll .paperdoll_helm { position: absolute; top: 248px; left: 16px; width: 56px; height: 56px; }
.paperdoll .paperdoll_gloves { position: absolute; top: 317px; left: 16px; width: 56px; height: 56px; }
.paperdoll .paperdoll_armor { position: absolute; top: 387px; left: 16px; width: 56px; height: 56px; }
.paperdoll .paperdoll_boots { position: absolute; top: 456px; left: 16px; width: 56px; height: 56px; }
.paperdoll .paperdoll_ammo { position: absolute; top: 108px; left: 361px; width: 56px; height: 56px; }
.paperdoll .paperdoll_sec { position: absolute; top: 178px; left: 361px; width: 56px; height: 56px; }
.paperdoll .paperdoll_belt { position: absolute; top: 248px; left: 361px; width: 56px; height: 56px; }
.paperdoll .paperdoll_amulet { position: absolute; top: 317px; left: 361px; width: 56px; height: 56px; }
.paperdoll .paperdoll_ring0 { position: absolute; top: 387px; left: 361px; width: 56px; height: 56px; }
.paperdoll .paperdoll_ring1 { position: absolute; top: 456px; left: 361px; width: 56px; height: 56px; }

/* ################################################## */
/* ### DIRECTION / MESSAGE BOXES                  ### */
/* ### (Template:Directionbox/Template:Mbox)      ### */
/* ################################################## */

/* Template:Directionbox */
table.dirbox {
   color: #000;
   background-color: #F9F9F9;
   clear: both;
   padding: 0.3em 0.5em;
   margin: 0.5em 0;
   border: 1px solid #AAA;
   font-size: 90%; 
   line-height: normal; 
   border-collapse: collapse;
}

table.dirbox th {
   width: 40px;
   text-align: center;
   vertical-align: middle;
   padding: 0.2em 0 0.2em 0.5em;
}

table.dirbox td {
   padding-left: 0.5em;
   width: 100%;
}

/* Template:Mbox */
table.mbox {
   color: #C0C0C0;
   width: 90%;
   background-color: #41383C; 
   border: 1px solid #3b3131; 
   padding: 0; 
   margin: 0 5% 1em 5%;
   font-size: 100%;
   line-height: normal; 
   border-collapse: collapse;
}

table.mbox + table.mbox {
   margin-top: -0.75em;
}

table.mbox th {
   width: 40px;
   text-align: center;
   vertical-align: middle;
   padding: 0.2em 0 0.2em 0.5em;
}

table.mbox td {
   padding-left: 0.5em;
   width: 100%;
}

/* Printing */
@media print {
   table.dirbox, table.mbox {
       display:none;
   }
}

/* ################################################## */
/* ### GAME ICONS (Template:Games)                ### */
/* ################################################## */

#title-games {
   float: right;
   display: none;
   visibility: hidden;
   position: relative;
   margin: -20px 0 0;
   min-width: 325px;
   text-align: right;
}

#title-games,
#title-games a {
   font-size: 0.9em;
}

/************************************/
/* General MediaWiki-related tweaks */
/************************************/

/* Advanced search, SpecialPage, File history */
.mw-search-formheader, fieldset#mw-searchoptions, table.mw_metadata td, table.mw_metadata th {
background-color: #1D1D1D;
border: 1px solid #404040 !important;
}

.mw-search-formheader div.search-types ul li.current a {
color: #AAA;
}

/* Special:SpecialPages */
.mw-specialpagesgroup  {
background: #1d1d1d !important;
color: #D5D4D4 !important
}

/* Special:AllMessages */
.am_default {
background: #181818
}

.am_actual  {
background: #330000
}
 
/* Special:Newpages */
.not-patrolled {
background: #220000;
}
 
/* File categories  */
table.gallery {
border: 0;
background: transparent;
}
 
table.gallery td {
border: 0;
background: transparent;
}
 
.thumb {
border: 0 !important;
}
 
.gallerybox {
background: transparent;
border: 1px solid #404040;
}

/* External links */
.WikiaArticle a.external, #bodyContent a[href^="gopher://"] {
background: url("http://images1.wikia.nocookie.net/dragonage/images/4/44/External.png") no-repeat scroll right center transparent !important;
padding-right: 13px !important;
}

/*********/
/* Polls */
/*********/

.pollAnswerVotes div {
background-color: #111 !important;
padding: 1px !important;
}

.pollAnswerVotes {
padding: 1px !important;
}

/*****************/
/* TEMPORARY FIX */
/*****************/
small {font-size:85%;}
Advertisement