MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki Grepolis DE
Zur Navigation springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 89: Zeile 89:


img {
img {
max-width: 99%;
max-width: 99% !important;
}
}

Version vom 21. Februar 2018, 15:39 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#t-whatlinkshere, #t-recentchangeslinked, #t-specialpages, #t-print, #t-permalink, #t-upload {
    display: none;
}

input.searchButton {
    display: none;
}

#column-one .generated-sidebar.portlet img {
    margin-left: 10px;
}

.generated-sidebar a {
    text-decoration: none;
}

.generated-sidebar.portlet h5 {
    font-weight: bold;
}

.generated-sidebar.portlet:not(:first-of-type) {
    margin-top: 15px; /* die ersten sechs Pixel werden ignoriert, entspricht also 9px */
}

#fh_center {
    width: 800px
}

/* #p-cactions { */
/*    display: none */
/* } */

div.thumb {
 border-color: transparent;
 background-color: transparent;
}

div.thumbcaption {
 border-color: #FFE0A0;
 background-color: #FFE0A0;
}

div.thumbinner {
 border-color: #000000;
 background-color: #FFE0A0;
}

/* Change interwiki references from text to images. */
.interwiki-de {
	overflow: hidden;
}
.interwiki-de > a {
	color: transparent;
	background: url('http://wiki.de.grepolis.com/images/6/68/Grepolis_Wiki_367.png') no-repeat;
	background-size: 16px 16px;
}


/* Steffis Test basierend auf NL */

#document-wrapper
{
max-width: 1200px;
}

.tribal-button
{
background-color: black;
}

.tribal-borderbox #contentheader #pt-logout a {
margin-right: 2px;
}

.tribal-borderbox .with-button .tribal-button
{
width: 21%;
}

#toc, #toctitle{
width: 400px;
}

.toc{
width: 400px;
}

img {
max-width: 99% !important;
}