Dragon Age Wiki
Advertisement

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Interlanguage-Flags */
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:InterlanguageFlags.css&only=styles");
/* Überarbeitete Spoiler*/
@import url("/load.php?mode=articles&articles=MediaWiki:SpoilersToggle.css&only=styles");
/*PORTABLE INFOBOXEN*/
@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");
/* Schriftarten */
@import url('https://fonts.googleapis.com/css2?family=Long+Cang&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');

/*********************/
/* background images */
/*********************/
.splatter { background-image: url(https://images.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); }
.splatter40 { background-image: url(https://images.wikia.nocookie.net/dragonage/images/4/48/SplatterBackground40.png); } /* 40% opacity */
.dragon { background-image: url(https://images.wikia.nocookie.net/dragonage/images/4/4d/Dragon-opacity10.jpg) no-repeat; }
.greywarden { background-image: url(https://images.wikia.nocookie.net/dragonage/images/0/0f/GreyWardenBG.jpg) no-repeat; }
.morrigan2 { background-image: url(https://images.wikia.nocookie.net/dragonage/images/a/a7/Morrigan-opacity10.jpg) 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: #F7C21E !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('https://images.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;
}

/* ADMINISTRATORS */

.page-Special_RecentChanges a[title="User:Mars80"],
.page-Special_RecentChanges a[title="User:Tierrie"],
{
    font-weight: bold !important;
    color:#AAA !important;
}

/* WIKIA STAFF */

.page-Special_RecentChanges a[title="User:Sannse"],
.page-Special_RecentChanges a[title="User:JoePlay"],
.page-Special_RecentChanges a[title="User:Uberfuzzy"],
.page-Special_RecentChanges a[title="User:Angela"],
.page-Special_RecentChanges a[title="User:Angies"],
.page-Special_RecentChanges a[title="User:Kirkburn"],
.page-Special_RecentChanges a[title="User:TOR"],
.page-Special_RecentChanges a[title="User:Wikia"] 
{
    font-weight: bold !important;
    color:#5a83d6 !important;
}


/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}


/*********************/
/* dragon age tables */
/*********************/
.daotitle { border: 1px solid #FFF; font-size: 0.9em; line-height: 1.3em; background: #044D22 url(https://images.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg?1); color: #FFF; vertical-align: middle; } /* not sure this is still used */
.daotable { border-width: 1px; border-style: solid; border-color: #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-width: 1px; border-style: solid; border-color: #523F35; padding: 0.5em; background-image: url(https://images.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); vertical-align: middle; text-align: left; color: #ffffff; }
.daotable td { padding: 0.5em; }


/*************/
/* infoboxes */
/*************/
.daoinfobox { float:right; border-width: 1px; border-style: solid; border-color: #523F35; border-spacing: 2px; padding: 0px; width: 275px; margin-bottom: 2em; margin-left: 2em; }
.daoinfobox th { border-width: 1px; border-style: solid; border-color: #523F35; background-image: url(https://images.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(https://images.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-width: 1px; border-style: solid; border-color: #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-width: 1px; border-style: solid; border-color: #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; } /* 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(https://images.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); } /* title and above/below styles */
.navbox-group { border-width: 1px; border-style: solid; border-color: #523F35; white-space: nowrap; text-align: right; font-weight: bold; padding-left: 1em; padding-right: 1em; background-image: url(https://images.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(https://images.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(https://images.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; }


/************/
/* 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; padding: 0 0 0 1em; }
.splrico table { } /* 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; font-size: 0.9em; margin-top: 3px; float: right; padding: 5px 12px 0 5px ; }
.splrwrn table { }
.splrwrn table tr { background-color: transparent; } /* needed to override generic table tr color (dark gray) */
.splrwrn table td { padding: 0 2em 0 2em; } /* needed to override generic table td (padding 0.5em) */
.splrtxt { }

.splr_games > div:first-child { border-color: #523F35; border-style: solid; border-width: 1px 1px 1px 15px; margin-right: 12px; background-image: url(https://images.wikia.nocookie.net/dragonage/images/6/65/SplatterBackground.jpg); }
.splr_books > div:first-child { border-color: #990000; border-style: solid; border-width: 1px 1px 1px 15px; margin-right: 12px; background-color: #bbbbaa; color: #990000; }
.splr_comics > div:first-child { border-color: #523F35; border-style: solid; border-width: 1px 1px 1px 15px; margin-right: 12px; background-image: url(https://images.wikia.nocookie.net/dragonage/images/0/03/SplatterBackgroundGreen.jpg); }
.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; }

/* tierrie: tooltips related styles */
.ttlink {
}

.ttbox {
  display: block;
  z-index: 1000;

  /* css3 handling of radius and shadow: firefox + opera */
  -moz-border-radius: 14px;
  -moz-box-shadow: 0 0 8px #D2B48C;

  /* webkit handling of radius and shadow */
  -webkit-border-radius: 14px;
  -webkit-box-shadow:0 0 8px #D2B48C;

  /* ie handling of radius and shadow */
  border-radius: 14px;
  box-shadow:0 0 8px #D2B48C;

  color: #D2B48C;
  background-color: #060606;
  border: 0px solid white;
  padding: 12px 18px 14px 14px;
  font-family: georgia;
  min-width: 160px;
  opacity:0.9;

  /* this line causes problems with excessive run-on attributes/stats */
  /* white-space: nowrap; */

}

.ttbox hr {
  background-color: #D2B48C;
  height: 1px;
  border: 0px;
}

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