Versionsunterschied von Common.css
Zur Navigation springen
Zur Suche springen
de>Nuhrii the Metruan Keine Bearbeitungszusammenfassung |
de>Nuhrii the Metruan Keine Bearbeitungszusammenfassung |
||
Zeile 28: | Zeile 28: | ||
center right no-repeat; | center right no-repeat; | ||
padding-right: 17px; | padding-right: 17px; | ||
} | |||
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/ | |||
.my-buttons { | |||
/* padding: 1em; */ | |||
/* margin:5px; */ | |||
} | |||
.my-buttons a { | |||
color: black; | |||
background-color: #c0d0e0 ; | |||
font-family:monospace; | |||
font-size: 115%; | |||
text-decoration: none; | |||
border: thin #069 outset; | |||
line-spacing:5pt; | |||
} | |||
.my-buttons a:hover { | |||
background-color: #d0e0f0; | |||
border-style:outset; | |||
} | |||
.my-buttons a:active { | |||
background-color: #e0f0e0; | |||
border-style: inset; | |||
} | } |
Version vom 15. Februar 2011, 13:50 Uhr
/* 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 a[href$=".pdf"].external,
#content a[href*=".pdf?"].external,
#content a[href*=".pdf#"].external,
#content a[href$=".PDF"].external,
#content a[href*=".PDF?"].external,
#content a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external,
#mw_content a[href*=".pdf?"].external,
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external,
#mw_content a[href*=".PDF?"].external,
#mw_content a[href*=".PDF#"].external {
background:
url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif")
center right no-repeat;
padding-right: 16px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
is used (notably Template:PDFlink). This works in IE, unlike the above. */
#content span.PDFlink a,
#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: 17px;
}
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
.my-buttons {
/* padding: 1em; */
/* margin:5px; */
}
.my-buttons a {
color: black;
background-color: #c0d0e0 ;
font-family:monospace;
font-size: 115%;
text-decoration: none;
border: thin #069 outset;
line-spacing:5pt;
}
.my-buttons a:hover {
background-color: #d0e0f0;
border-style:outset;
}
.my-buttons a:active {
background-color: #e0f0e0;
border-style: inset;
}