Benutzer:Darthmaim/monobook.css

Aus Guild Wars 2 Wiki
Zur Navigation springen Zur Suche springen

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
@import url("http://fonts.darthmaim.de/f/Devroye.css");

#column-one > .portlet > h5 {
  background-color: white;
  border: solid #aaa;
  border-width: 1px 1px 0 0;
  border-radius: 0 5px 0 0;
  position: relative;
  top: 1px;
}
#column-one > .portlet > .pBody {
  border-left-width: 0;
  margin: 0 5px 5px 0;
  box-shadow: 0 0 5px gray;
}

#p-personal > .pBody {
  background-color: white;
  border: solid #aaa;
  border-width: 0 0 1px 1px !important;
  border-radius: 0 0 0 5px;
  width: auto;
  position: absolute;
  right: 0px;
  float: right;
  margin: 0 !important;
}
#p-personal > .pBody > ul {
  padding: 0 10px 0 3px;
  margin-top: -1px;
  line-height: 1.5em;
}

#p-personal li { margin-left: 0; }
#p-personal li a {
  background-color: white;
  display: inline;  
  background: transparent !important;
  padding: 0 5px;
}

/* ACTIONS */
#p-cactions > .pBody { 
  box-shadow: 0 0 0 !important;
  font-size: 1.01em;
  height: 1.01em;
  top: -2px;
  position: relative;
  background: transparent !important;;
}
#p-cactions li {
  margin: 0;
  position: relative;
  background: #f8f8f8 !important;
  display: block;
  float: left;
  margin-left: -1px;
}
#p-cactions li:first-child, #p-cactions li:nth-child(3), #p-cactions li:nth-last-child(2) {
  border-top-left-radius: 5px;
}
#ca-talk, #p-cactions li:nth-last-child(3), #p-cactions li:last-child {
  border-top-right-radius: 5px;
  margin-right: 20px !important;
}
#p-cactions li.selected {
  z-index: 10;
  background: #fff !important;
  color: black;
  font-weight: normal;
  border-color: #aaa;
}
#p-cactions li.selected a {
  color: black;
}

#p-cactions li a, #p-cactions li.selected a, #p-cactions li a:hover {
  background: none !important;
}

/* MISC */
#content {
  box-shadow: 0px 0px 5px gray;
}
html { 
  min-height: 100%;
  overflow-y:scroll;
}
body {
  background-image: url(http://wiki-de.guildwars2.com/images/9/9e/Benutzer_Darthmaim_header.png), url(http://wiki-de.guildwars2.com/images/5/5c/Hauptseite_Drachenwasserzeichen.png);
  background-position: left top, bottom right;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
#p-logo a { background-image: url(http://wiki-de.guildwars2.com/images/7/7a/Benutzer_Darthmaim_logo.png) !important; }

div#footer {
  border-top: 0;
  border-bottom: 0;
  background: #ddd;
  box-shadow: 0 0 5px #888;
  margin-top: 20px;
}

.portlet > h5 {
  font-family: Segoe UI, sans-serif;
  font-weight: normal;
  overflow: visible;
}

.thumb .thumbinner { border-radius: 5px; }
.thumb .thumbimage { border-radius: 3px; border: none; }

.catlinks, .toc { border-radius: 3px }

pre { 
  font-family: Consolas, monospace;
  border: 1px solid #aaa !important;
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  padding: .7em;
}
code {
  font: 0.9em Consolas, monospace;
  border-radius: 3px;
  border: 1px solid #DDD;
  background: #EFEFEF;
  padding: 0.05em 0.5em;
}

/* DIFF */
/* .diffchange {
  border-radius: 0.4em;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  padding: 0.05em 0.3em;
  margin: 0 1px;
  background: rgba(255, 255, 255, .5);
}
table.diff, td.diff-otitle, td.diff-ntitle {
  background-color: transparent;
}
td.diff-context {
  background: #E1E1E1;
}
.diff-addedline, .diff-deletedline, .diff-context {
  border-radius: 0.5em;
  padding: 0.15em 0.3em !important;
}
table.diff col.diff-marker {
  width: 1em;
  font-family: Consolas;
}
table.diff {
  box-shadow: inset 0 0 5px #666;
  margin-bottom: 1.5em;
  padding: 5px;
} */

/* Gegenstand Icon */
/*a img[width='20'][height='20'][alt~='Icon.png'] {
  box-shadow: 1px 1px 3px rgba(0,0,0,.5) !important;
  vertical-align: -6px;
  margin-bottom: 1px;
}*/

/* SEARCH FORM */
#searchform {
  padding: 0;
  margin: 5px;
  position: relative;
  box-shadow: 0 0 5px #bbb;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #aaa;
  font-size: 0;
}
#searchform #searchInput {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 2px 5px;
  font-size: 13px;
  width: 100%;
}
#searchGoButton, #mw-searchButton {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 2px 5px;
  width: 50%;
  font-size: 13px;
  background: #eee;
  cursor: pointer;
}
#searchGoButton:hover, #mw-searchButton:hover {
  background: white;
}
#searchGoButton {
  border-right: 1px solid #aaa;
}
#mw-searchButton {

}
#searchInputSuggest { }

/* Infoboxen */
.infobox:not(.vorlage-infobox-fertigkeit):not(.infobox-eigenschaft) { 
  border-radius: 0 !important; 
  box-shadow: 1px 1px 3px rgba(0,0,0,.3);
  background-image: linear-gradient(#fff, #eee) !important;
}
.infobox-kopf { 
  border-radius: 0 !important; 
  margin: 0 !important;
  font-size: 12px !important;
  text-shadow: 1px 1px 0px rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(0,0,0,.1) !important;
  border-top: 1px solid rgba(0,0,0,.1) !important;
}
.infobox > .infobox-kopf:first-child {
  padding: 5px 5px !important;
  font-size: 13px !important;
  color: #000 !important;
  text-shadow: 1px 1px 0px rgba(255,255,255,.5);
  border-top: none !important;
}
.infobox-kopf + .infobox-kopf {
  border-top: none !important;
}
.infobox dd {
  border-left-color: #ccc !important;    
}


/* Fehlende Informationen */
div[style="padding-left: 7px; padding-right: 7px; padding-bottom:3px; background:#d1eeff; border-radius: 6px; text-align:right; color:#269; margin: 0.5em 0;"] {
  background: linear-gradient(300deg, #fff 70%,#d1eeff) !important; 
  text-align: left !important;
  padding-top: 3px;
}

/* Zitat */
div[style="display:table; font-style: italic; padding: 0; margin: 1em 2em 1em 4em; border-left: 1px solid #DDD;"] {
  margin: .3em 2px 1em 12px !important;
  border-left: 3px solid #ccc !important;
  
}
div[style="display:table; font-style: italic; padding: 0; margin: 1em 2em 1em 4em; border-left: 1px solid #DDD;"] > div > div:first-child {
  display: none;
}

/* Hinweis */
table[style="border: 1px solid #77C; border-left-width:6px; background-color: #F8F8FF; margin: .25em 10%;"], .vorlage-übersetzungsfehler {
  border-radius: 0 !important; 
  box-shadow: 1px 1px 3px rgba(0,0,0,.3), inset 0 0 0px 1px rgba(0,0,0,.1);
  border: 1px solid #77C !important; 
  border-left-width:6px !important; 
}
.vorlage-übersetzungsfehler {
  padding-top: 5px !important;
}

/* Tabellen */
.wikit, .abgerundet {
  box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.wikit, .wikit *, .abgerundet, .abgerundet * {
  border-radius: 0 !important;
}
table.wikit, table.abgerundet {
  padding: 0 !important; 
}
table.wikit th, table.abgerundet th, .infobox-kopf {
  background-image: url(http://wiki.guildwars2.com/images/c/cc/Infobox_header_overlay.png) !important;
}

/* GRADIENTS */
#column-one > .portlet > .pBody, .catlinks, table.diff, div#footer, .toc {
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
#p-personal li a:hover, #p-cactions li {
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)) !important;
  background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%) !important;
  background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%) !important;
  background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%) !important;
  background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ) !important;
}
div.infobox .infobox-kopf, .wikit th {
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1a000000',GradientType=0 );
}