Versionsunterschied von Common.css

aus dem Chronist-Wiki, der deutschen BIONICLE-Enzyklopädie
Zur Navigation springen Zur Suche springen
de>Fippe
Keine Bearbeitungszusammenfassung
de>Fippe
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* Change the external link icon to an Adobe icon for all PDF files
 
  in browsers that support these CSS selectors, like Mozilla and Opera */
#content{
#content a[href$=".pdf"].external,
background: rgba(255,255,255,0.7);
#content a[href*=".pdf?"].external,  
}
#content a[href*=".pdf#"].external,
 
#content a[href$=".PDF"].external,
a, a:visited{
#content a[href*=".PDF?"].external,
color: #4a371f;
#content a[href*=".PDF#"].external,
}
#mw_content a[href$=".pdf"].external,
 
#mw_content a[href*=".pdf?"].external,
a:hover{
#mw_content a[href*=".pdf#"].external,
text-decoration: underline;
#mw_content a[href$=".PDF"].external,
}
#mw_content a[href*=".PDF?"].external,
 
#mw_content a[href*=".PDF#"].external{
a[href*=redlink]{
    background:  
color: #a00;
        url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif")
}
        center right no-repeat;
 
    padding-right: 20px;
li[id*=pt-] a{
color: #ccc;
}
 
/* Bilder für Links*/
#bodyContent a.external{
background: url(http://chronistwiki.de/uploads/icons/http.png) center right no-repeat;
padding: 0 13px 0 0;
}
}


/* Change the external link icon to an Adobe icon anywhere the PDFlink class
#bodyContent a.external[href*="pdf"], .link-document{
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
background: url(http://chronistwiki.de/uploads/icons/pdf.png) center right no-repeat;
#content span.PDFlink a,
padding: 0 12px 0 0;
#mw_content span.PDFlink a {
    background:  
        url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif")
        center right no-repeat;
    padding-right: 20px;
}
}
#bodyContent a.external[href^="https://"], .link-https{
background: url(http://chronistwiki.de/uploads/icons/https.png) center right no-repeat;
padding: 0 16px 0 0;
}


/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
Zeile 108: Zeile 116:


/* User highlights */
/* User highlights */
table.diff .mw-userlink, ul.special li a.mw-userlink, table.mw-enhanced-rc a.mw-userlink{color:#4a371f;font-weight:bold;}
[title*="Benutzer:"]{
font-weight: bold;
color: #4a471f;
}


table.diff a[title="Benutzer:Nuhrii the Metruan"],
[title*="Benutzer:Bioniclemaster724"], [title*="Benutzer:Fippe"], [title*="Benutzer:Vezon23"]{
ul.special li a[title="Benutzer:Nuhrii the Metruan"],
color: #f60;
table.mw-enhanced-rc a.mw-userlink[title="Benutzer:Nuhrii the Metruan"]{color:#A00;}
}


table.diff a[title="Benutzer:Fippe"]
[title*="Benutzer:Nuhrii the Metruan"]{
ul.special li a[title="Benutzer:Fippe"],
color: #a00;
table.mw-enhanced-rc a.mw-userlink[title="Benutzer:Fippe"],
}
table.diff a[title="Benutzer:Bioniclemaster724"], 
ul.special li a[title="Benutzer:Bioniclemaster724"],
table.mw-enhanced-rc a.mw-userlink[title="Benutzer:Bioniclemaster724"],
table.diff a[title="Benutzer:Vezon23"], 
ul.special li a[title="Benutzer:Vezon23"],
table.mw-enhanced-rc a.mw-userlink[title="Benutzer:Vezon23"] {color:#F60;}


/* Infobox */
/* Infobox */

Version vom 25. März 2014, 23:40 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

#content{
	background: rgba(255,255,255,0.7);
}

a, a:visited{
	color: #4a371f;
}

a:hover{
	text-decoration: underline;
}

a[href*=redlink]{
	color: #a00;
}

li[id*=pt-] a{
	color: #ccc;
}

/* Bilder für Links*/
#bodyContent a.external{
	background: url(http://chronistwiki.de/uploads/icons/http.png) center right no-repeat;
	padding: 0 13px 0 0;
}

#bodyContent a.external[href*="pdf"], .link-document{
	background: url(http://chronistwiki.de/uploads/icons/pdf.png) center right no-repeat;
	padding: 0 12px 0 0;
}

#bodyContent a.external[href^="https://"], .link-https{
	background: url(http://chronistwiki.de/uploads/icons/https.png) center right no-repeat;
	padding: 0 16px 0 0;
}


/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
	padding: .5em;
}
.my-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}


/* Thumbnail configuration */
.thumbinner {
    min-width: 100px;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img, 
.nochecker .gallerybox .thumb img {
    background: white;
}

#catlinks {
   background-image: url(http://www.chronistwiki.de/w/images/catlinks.png);
   background-repeat: no-repeat;
   background-position: center right;
   padding-right: 50px;
}

body {                /* Fix the background image, too, so it looks nice as you scroll */
    background-attachment: fixed;
}

/* Margins for <ol> and <ul> */
#content ol, #content ul,
#mw_content ol, #mw_content ul {
  margin-bottom: 0.5em;
}

/* User highlights */
[title*="Benutzer:"]{
	font-weight: bold;
	color: #4a471f;
}

[title*="Benutzer:Bioniclemaster724"], [title*="Benutzer:Fippe"], [title*="Benutzer:Vezon23"]{
	color: #f60;
}

[title*="Benutzer:Nuhrii the Metruan"]{
	color: #a00;
}

/* Infobox */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align:left;
}