MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (CSS-Klasse TALSIM) |
||
| Line 22: | Line 22: | ||
text-align:left; | text-align:left; | ||
font-weight:bold; | font-weight:bold; | ||
} | |||
/* TALSIM betreffende Dokumentation */ | |||
.TALSIM { | |||
text-decoration:line-through; | |||
color:#cccccc; | |||
} | } | ||
Revision as of 03:57, 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;
}
/* TALSIM betreffende Dokumentation */
.TALSIM {
text-decoration:line-through;
color:#cccccc;
}
/* Links */
#bodyContent a.external[href $= ".pdf"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/pdf.png") center right no-repeat;
}
#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 ^= "http://130.83.196.154/BlueM/downloads"][href $= "/"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/folder.png") center right no-repeat;
}
#bodyContent a.external[href ^= "http://130.83.196.154/bugzilla/show_bug.cgi"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/bug.png") center right no-repeat;
}
#bodyContent a.external[href ^= "http://130.83.196.154/viewvc"],
#bodyContent a.external[href ^= "http://130.83.196.154/svn"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/svn.gif") center right no-repeat;
}