MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Links) |
mNo edit summary |
||
| Line 26: | Line 26: | ||
/* Links */ | /* Links */ | ||
#bodyContent a.external[href $= "zip"] { | #bodyContent a.external[href $= "zip"] { | ||
padding-right:20px; | padding-right:20px; | ||
background:transparent url("/BlueM/wiki/images/icons/zip.png") center right no-repeat; | background:transparent url("/BlueM/wiki/images/icons/zip.png") center right no-repeat; | ||
| Line 32: | Line 31: | ||
#bodyContent a.external[href $= "exe"] { | #bodyContent a.external[href $= "exe"] { | ||
padding-right:20px; | padding-right:20px; | ||
background:transparent url("/BlueM/wiki/images/icons/exe.png") center right no-repeat; | background:transparent url("/BlueM/wiki/images/icons/exe.png") center right no-repeat; | ||
| Line 38: | Line 36: | ||
#bodyContent a.external[href $= "/"] { | #bodyContent a.external[href $= "/"] { | ||
padding-right:20px; | padding-right:20px; | ||
background:transparent url("/BlueM/wiki/images/icons/folder.png") center right no-repeat; | background:transparent url("/BlueM/wiki/images/icons/folder.png") center right no-repeat; | ||
} | |||
#bodyContent a.external[href *= "bugzilla"] { | |||
padding-right:20px; | |||
background:transparent url("/BlueM/wiki/images/icons/bug.png") center right no-repeat; | |||
} | } | ||
Revision as of 01:30, 14 May 2007
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* Achtung!-Box */
div.achtung {
background-color:#FFFF99;
border:2px solid red;
padding:2px 10px;
margin:10px;
font-style:italic;
}
/* Standardtabelle */
table.standard {
border:1px solid black;
border-collapse:collapse;
}
table.standard td, table.standard th {
border:1px solid black;
}
table.standard th {
background-color:#cccccc;
text-align:left;
font-weight:bold;
}
/* Links */
#bodyContent a.external[href $= "zip"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/zip.png") center right no-repeat;
}
#bodyContent a.external[href $= "exe"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/exe.png") center right no-repeat;
}
#bodyContent a.external[href $= "/"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/folder.png") center right no-repeat;
}
#bodyContent a.external[href *= "bugzilla"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/bug.png") center right no-repeat;
}