Du möchtest helfen ?
gewusst wie !
Es handelt sich beim THWiki (u.a. zu erreichen unter http://www.thwiki.org) um keine offizielle Seite der Bundesanstalt Technisches Hilfswerk. Das THWiki wird ausschließlich von privaten Personen betrieben und erhält auch keine Unterstützung durch die BA THW.

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus THWiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
}
}


/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons a {
color: black;
background-color: #ccddee !important;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border: thin #006699 outset;
padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
background-color: #bbccdd;
border-style: inset;
}


/* Hintergrund */
/* Hintergrund */

Version vom 30. April 2016, 11:18 Uhr

/* wikitable/prettytable class for skinning normal tables */
.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;
}


/* Hintergrund */
body {background: #f9f9f9 url(skins/common/images/thwiki/thwikibg2015.png) 0px 150px no-repeat;}
/*body {background-attachment: fixed;}*/

/* Tag Cloud Extension */
.tagcloud {
        width: 98%;
        text-align: center;
        background-color: #FDFDFD;
}
/*         border: 1px solid #EEEEEE; */
/*        padding: 15px 10px 15px 10px; */

.tagcloud a {
        color: #0052CB;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: bold;
}