MediaWiki:Common.css: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Links zu WIKINDX)
(CSS für Infobox Versionen)
Line 3: Line 3:
/* Achtung!-Box */
/* Achtung!-Box */
div.achtung {
div.achtung {
background-color:#FFFF99;  
  background-color:#FFFF99;  
border:2px solid red;  
  border:2px solid red;  
padding:2px 10px;  
  padding:2px 10px;  
margin:10px;  
  margin:10px;  
font-style:italic;
  font-style:italic;
}
}


/* Standardtabelle */
/* Standardtabelle */
table.standard {
table.standard {
border:1px solid black;
  border:1px solid black;
border-collapse:collapse;
  border-collapse:collapse;
}
}
table.standard td, table.standard th {
table.standard td, table.standard th {
border:1px solid black;
  border:1px solid black;
}
}
table.standard th {
table.standard th {
background-color:#cccccc;
  background-color:#cccccc;
text-align:left;
  text-align:left;
font-weight:bold;
  font-weight:bold;
}
}


/* TALSIM betreffende Dokumentation */
/* TALSIM betreffende Dokumentation */
.TALSIM {
.TALSIM {
text-decoration:line-through;
  text-decoration:line-through;
color:#cccccc;
  color:#cccccc;
}
}
.TALSIM h2, .TALSIM h3, .TALSIM h4, .TALSIM a {
.TALSIM h2, .TALSIM h3, .TALSIM h4, .TALSIM a {
color:#999999;
  color:#999999;
}
 
/* Infobox Versionen */
div.info_versionen {
  float:right;
  margin-left:10px;
  border:1px dotted red;
  background:#FFDFDF;
  padding:5px;
}
}


/* Umrandung für Formeln */
/* Umrandung für Formeln */
img.tex {
img.tex {
border:1px dashed grey;
  border:1px dashed grey;
padding:5px 10px;
  padding:5px 10px;
background-color:#F9F9F9;
  background-color:#F9F9F9;
}
}


/* Icons für externe Links */
/* Icons für externe Links */
#bodyContent a.external[href $= ".pdf"] {
#bodyContent a.external[href $= ".pdf"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/pdf.png") center right no-repeat;
  background:transparent url("/BlueM/wiki/images/icons/pdf.png") center right no-repeat;
}
}


#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;
}
}


#bodyContent a.external[href ^= "http://130.83.196.154/BlueM/downloads"][href $= "/"] {
#bodyContent a.external[href ^= "http://130.83.196.154/BlueM/downloads"][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 ^= "http://130.83.196.154/bugzilla"] {
#bodyContent a.external[href ^= "http://130.83.196.154/bugzilla"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/bugzilla.png") center right no-repeat;
  background:transparent url("/BlueM/wiki/images/icons/bugzilla.png") center right no-repeat;
}
}


#bodyContent a.external[href ^= "/bugzilla/show_bug.cgi"] {
#bodyContent a.external[href ^= "/bugzilla/show_bug.cgi"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/bug.png") center right no-repeat;
  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/viewvc"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/magnifier.png") center right no-repeat;
  background:transparent url("/BlueM/wiki/images/icons/magnifier.png") center right no-repeat;
}
}


#bodyContent a.external[href ^= "http://130.83.196.154/websvn"], #bodyContent a.external[href ^= "/websvn"] {
#bodyContent a.external[href ^= "http://130.83.196.154/websvn"], #bodyContent a.external[href ^= "/websvn"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/websvn.png") center right no-repeat;
  background:transparent url("/BlueM/wiki/images/icons/websvn.png") center right no-repeat;
}
}


#bodyContent a.external[href $= ".zip"], #bodyContent a.external[href ^= "http://130.83.196.154/websvn/dl.php"] {
#bodyContent a.external[href $= ".zip"], #bodyContent a.external[href ^= "http://130.83.196.154/websvn/dl.php"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/package.png") center right no-repeat;
  background:transparent url("/BlueM/wiki/images/icons/package.png") center right no-repeat;
}
}


#bodyContent a.external[href $= ".dll"] {
#bodyContent a.external[href $= ".dll"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/page_white_gear.png") center right no-repeat;
  background:transparent url("/BlueM/wiki/images/icons/page_white_gear.png") center right no-repeat;
}
}


#bodyContent a.external[href ^= "http://130.83.196.154/svn"] {
#bodyContent a.external[href ^= "http://130.83.196.154/svn"] {
padding-right:20px;
  padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/database.png") center right no-repeat;
  background:transparent url("/BlueM/wiki/images/icons/database.png") center right no-repeat;
}
}



Revision as of 02:33, 25 July 2008

/** 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;
}
.TALSIM h2, .TALSIM h3, .TALSIM h4, .TALSIM a {
   color:#999999;
}

/* Infobox Versionen */
div.info_versionen {
   float:right; 
   margin-left:10px; 
   border:1px dotted red; 
   background:#FFDFDF; 
   padding:5px;
}

/* Umrandung für Formeln */
img.tex {
   border:1px dashed grey;
   padding:5px 10px;
   background-color:#F9F9F9;
}

/* Icons für externe 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 $= ".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"] {
   padding-right:20px;
   background:transparent url("/BlueM/wiki/images/icons/bugzilla.png") center right no-repeat;
}

#bodyContent a.external[href ^= "/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"] {
   padding-right:20px;
   background:transparent url("/BlueM/wiki/images/icons/magnifier.png") center right no-repeat;
}

#bodyContent a.external[href ^= "http://130.83.196.154/websvn"], #bodyContent a.external[href ^= "/websvn"] {
   padding-right:20px;
   background:transparent url("/BlueM/wiki/images/icons/websvn.png") center right no-repeat;
}

#bodyContent a.external[href $= ".zip"], #bodyContent a.external[href ^= "http://130.83.196.154/websvn/dl.php"] {
   padding-right:20px;
   background:transparent url("/BlueM/wiki/images/icons/package.png") center right no-repeat;
}

#bodyContent a.external[href $= ".dll"] {
   padding-right:20px;
   background:transparent url("/BlueM/wiki/images/icons/page_white_gear.png") center right no-repeat;
}

#bodyContent a.external[href ^= "http://130.83.196.154/svn"] {
   padding-right:20px;
   background:transparent url("/BlueM/wiki/images/icons/database.png") center right no-repeat;
}

#bodyContent a.external[href ^= "http://130.83.196.154/websvn/rss.php"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/feed.png") center right no-repeat;
}

/* Links zu WIKINDX */
#bodyContent a.external[href ^= "http://130.83.196.154/wikindx/"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/wikindx.gif") center right no-repeat;
}

/* Icons für interne Links */
#bodyContent a.internal[href $= ".pdf"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/pdf.png") center right no-repeat;
}

#bodyContent a.internal[href $= ".ppt"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/ppt.png") center right no-repeat;
}

#bodyContent a.internal[href $= ".pps"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/pps.png") center right no-repeat;
}

#bodyContent a.internal[href $= ".doc"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/doc.png") center right no-repeat;
}

#bodyContent a.internal[href $= ".xls"] {
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/xls.png") center right no-repeat;
}

/* interwiki Links */
#bodyContent a.extiw {
color:#2D7F1F;
padding-right:20px;
background:transparent url("/BlueM/wiki/images/icons/lock.png") center right no-repeat;
}