MediaWiki:Vbwikiskin.css: Unterschied zwischen den Versionen

Aus Planet 3DNow! Distributed Computing Wiki
Zur Navigation springen Zur Suche springen
(einige Styles aus main.css importiert)
K (CSS-Änderungen)
Zeile 6: Zeile 6:
 
  /* ==========================================================*/
 
  /* ==========================================================*/
 
  /* BEGIN Stylesheet-Ergänzung zu Standard-Navigationsleisten */
 
  /* BEGIN Stylesheet-Ergänzung zu Standard-Navigationsleisten */
  div.BoxenVerschmelzen,
+
  div.dcw_mergedboxes,
  div.NavFrame
+
  div.dcw_naviframe
 
  {
 
  {
 
  margin: 0px;
 
  margin: 0px;
Zeile 18: Zeile 18:
 
  }
 
  }
 
   
 
   
  div.BoxenVerschmelzen div.NavFrame
+
  div.dcw_mergedboxes div.dcw_naviframe
 
  {
 
  {
 
  border-style: none;
 
  border-style: none;
Zeile 24: Zeile 24:
 
  }
 
  }
 
   
 
   
  div.NavFrame + div.NavFrame
+
  div.dcw_naviframe + div.dcw_naviframe
 
  {
 
  {
 
  border-top-style: none;
 
  border-top-style: none;
Zeile 30: Zeile 30:
 
  }
 
  }
 
   
 
   
  div.NavPic
+
  div.dcw_navipicture
 
  {
 
  {
 
  background-color: #ffffff;
 
  background-color: #ffffff;
Zeile 38: Zeile 38:
 
  }
 
  }
 
   
 
   
  div.NavFrame div.NavHead
+
  div.dcw_naviframe div.dcw_navihead
 
  {
 
  {
 
  height: 1.6em;
 
  height: 1.6em;
Zeile 49: Zeile 49:
 
  }
 
  }
 
   
 
   
  div.NavFrame div.NavHead a:visited, body_avisited
+
  div.dcw_naviframe div.dcw_navihead a:visited, body_avisited
 
  {
 
  {
 
  color: #FFFFFF;
 
  color: #FFFFFF;
 
  }
 
  }
 
   
 
   
  div.NavFrame p
+
  div.dcw_naviframe p
 
  {
 
  {
 
  font-size: 100%;
 
  font-size: 100%;
 
  }
 
  }
 
   
 
   
  div.NavFrame div.NavContent
+
  div.dcw_naviframe div.dcw_navicontent
 
  {
 
  {
 
  font-size: 100%;
 
  font-size: 100%;
 
  }
 
  }
 
   
 
   
  div.NavFrame div.NavContent p
+
  div.dcw_naviframe div.dcw_navicontent p
 
  {
 
  {
 
  font-size: 100%;
 
  font-size: 100%;
 
  }
 
  }
 
   
 
   
  div.NavEnd
+
  div.dcw_naviend
 
  {
 
  {
 
  margin: 0px;
 
  margin: 0px;
Zeile 77: Zeile 77:
 
  }
 
  }
 
   
 
   
  .NavToggle
+
  .dcw_navitoggle
 
  {
 
  {
 
  font-size: x-small;
 
  font-size: x-small;
Zeile 84: Zeile 84:
 
  }
 
  }
 
   
 
   
  div.NavFrame .NavToggle
+
  div.dcw_naviframe .dcw_navitoggle
 
  {
 
  {
 
  color: #FFFFFF;
 
  color: #FFFFFF;
Zeile 91: Zeile 91:
 
  /* Abstand vor Navigationsleisten */
 
  /* Abstand vor Navigationsleisten */
 
   
 
   
  div.BoxenVerschmelzen,
+
  div.dcw_mergedboxes,
  div.NavFrame
+
  div.dcw_naviframe
 
  {
 
  {
 
  margin-top: 1.5em;
 
  margin-top: 1.5em;
 
  }
 
  }
 
   
 
   
  div.BoxenVerschmelzen div.NavFrame
+
  div.dcw_mergedboxesdiv.dcw_naviframe
 
  {
 
  {
 
  margin-top: 0;
 
  margin-top: 0;
 
  }
 
  }
 
   
 
   
  div.NavFrame + div.NavFrame
+
  div.dcw_naviframe + div.dcw_naviframe
 
  {
 
  {
 
  margin-top: 0;
 
  margin-top: 0;
Zeile 111: Zeile 111:
 
  @media print
 
  @media print
 
  {
 
  {
  .NavFrame
+
  .dcw_naviframe
 
  {
 
  {
 
  display: none;
 
  display: none;
 
  }
 
  }
  .BoxenVerschmelzen
+
  .dcw_mergedboxes
 
  {
 
  {
 
  display: none;
 
  display: none;

Version vom 27. Juni 2007, 13:21 Uhr

 /*-----------------------------------------------------------------------------*/
 /* Änderungen am vbWikiSkin-Skin                                               */
 /* --> Skinübergreifende Anpassungen befinden sich in [[MediaWiki:Common.css|Common.css]]               */
 /*-----------------------------------------------------------------------------*/
 
 /* ==========================================================*/
 /* BEGIN Stylesheet-Ergänzung zu Standard-Navigationsleisten */
 div.dcw_mergedboxes,
 div.dcw_naviframe
 {
 	margin: 0px;
 	padding: 2px;
 	border: 1px solid #008C58;
 	text-align: center;
 	border-collapse: collapse;
 	font-size: 95%;
 	clear: both;
 }
 
 div.dcw_mergedboxes div.dcw_naviframe
 {
 	border-style: none;
 	border-style: hidden;
 }
 
 div.dcw_naviframe + div.dcw_naviframe
 {
 	border-top-style: none;
 	border-top-style: hidden;
 }
 
 div.dcw_navipicture
 {
 	background-color: #ffffff;
 	margin: 0px;
 	padding: 2px;
 	float: left;
 }
 
 div.dcw_naviframe div.dcw_navihead
 {
 	height: 1.6em;
 	font-weight: bold;
 	font-size: 100%;
 	background-color: #008C58;
 	background-image: url(http://www.planet3dnow.de/images/farbverlaufgruen.gif);
 	color: #FFFFFF;
 	padding: 2px;
 }
 
 div.dcw_naviframe div.dcw_navihead a:visited, body_avisited
 {
 	color: #FFFFFF;
 }
 
 div.dcw_naviframe p
 {
 	font-size: 100%;
 }
 
 div.dcw_naviframe div.dcw_navicontent
 {
 	font-size: 100%;
 }
 
 div.dcw_naviframe div.dcw_navicontent p
 {
 	font-size: 100%;
 }
 
 div.dcw_naviend
 {
 	margin: 0px;
 	padding: 0px;
 	line-height: 1px;
 	clear: both;
 }
 
 .dcw_navitoggle
 {
 	font-size: x-small;
 	float: right;
 	padding-right: 3px;
 }
 
 div.dcw_naviframe .dcw_navitoggle
 {
 	color: #FFFFFF;
 }
 
 /* Abstand vor Navigationsleisten */
 
 div.dcw_mergedboxes,
 div.dcw_naviframe
 {
 	margin-top: 1.5em;
 }
 
 div.dcw_mergedboxesdiv.dcw_naviframe
 {
 	margin-top: 0;
 }
 
 div.dcw_naviframe + div.dcw_naviframe
 {
 	margin-top: 0;
 }
 
 /* Navigationsleisten nicht mit ausdrucken */
 
 @media print
 {
 	.dcw_naviframe
 	{
 		display: none;
 	}
 	.dcw_mergedboxes
 	{
 		display: none;
 	}
 }
 /* END Stylesheet-Ergänzung zu Standard-Navigationsleisten */
 /* ========================================================*/


 /* =====================================*/
 /* BEGIN Stylesheet-Ergänzung zu Kästen */
 
 /* für Kästen (Kasten selbst) */
 .dcw_box
 {
 	background: #008C58;
 	width: 100%;
 }
 
 /* für Überschriften von Kästen */
 .dcw_boxCaption
 {
 	background-image: url(http://www.planet3dnow.de/images/farbverlaufgruen.gif);
 	color: #FFFFFF;
 	padding: 5px;
 	text-align: center;
 }
 
 /* für kurzen Text in Kästen */
 .dcw_boxShortContent
 {
 	background: #FFFFFF;
 	padding: 4px;
 	text-align: center;
 }
 
 /* für langen Text (und Aufzählungen) in Kästen */
 .dcw_boxLongContent
 {
 	background: #FFFFFF;
 	padding: 4px;
 	text-align: left;
 }
 
 /* für 2-Spalten-Layouts (linke Spalte) */
 .dcw_dualColumnLayout_left
 {
 	background: #FFFFFF;
 	border-collapse: collapse;
 	float: left;
 	width: 50%;
 }
 
 /* für 2-Spalten-Layouts (rechte Spalte) */
 .dcw_dualColumnLayout_right
 {
 	background: #FFFFFF;
 	border-collapse: collapse;
 	width: 50%;
 }
 
 /* für Kästen mit Rahmen in 2-Spalten-Layouts (Überschrift) */
 .dcw_dualColumnLayout_framedBoxCaption
 {
 	background-image: url(http://www.planet3dnow.de/images/farbverlaufgruen.gif);
 	border-color: #FFFFFF;
 	border-style: solid;
 	border-width: 10px 10px 0px 10px;
 	color: #FFFFFF;
 	padding: 4px;
 	text-align: center;
 }
 
 /* für Kästen mit Rahmen in 2-Spalten-Layouts (Container für den Inhalt) */
 .dcw_dualColumnLayout_framedBoxContentContainer
 {
 	background: #008C58;
 	border-color: #FFFFFF;
 	border-style: solid;
 	border-width: 0px 10px 10px 10px;
 }
 
 /* für Kästen mit Rahmen in 2-Spalten-Layouts (kurzer Inhalt) */
 .dcw_dualColumnLayout_framedBoxShortContent
 {
 	background: #FFFFFF;
 	border-color: #008C58;
 	border-style: solid;
 	border-width: 0px 1px 1px 1px;
 	text-align: center;
 	width: 100%;
 }
 
 /* für Kästen mit Rahmen in 2-Spalten-Layouts (langer Inhalt/Aufzählungen) */
 .dcw_dualColumnLayout_framedBoxLongContent
 {
 	background: #FFFFFF;
 	border-color: #008C58;
 	border-style: solid;
 	border-width: 0px 1px 1px 1px;
 	text-align: left;
 	width: 100%;
 }
 /* END Stylesheet-Ergänzung zu Kästen */
 /* ===================================*/

 
 /* ===========================================*/
 /* BEGIN Stylesheet-Ergänzung zu Steckbriefen */
 
 /* für den Steckbrief selbst */
 .dcw_characteristicsBox
 {
 	border: 2px solid #008C58;
 	border-collapse: collapse;
 	empty-cells: show;
 	float: right;
 	margin: 4px;
 	width: 300px;
 }
 
 /* für die Überschrift des Steckbriefs */
 .dcw_characteristicsBoxCaption
 {
 	background-image: url(http://www.planet3dnow.de/images/farbverlaufgruen.gif);
 	color: #FFFFFF;
 	padding: 4px;
 	text-align: center;
 }
 
 /* für einen Eintrag im Steckbrief (Bezeichnung) */
 .dcw_characteristicsEntry
 {
 	background: #F9F9F9;
 	border: 1px solid #AAAAAA;
 	padding: 4px;
 	width: 80px;
 }
 
 /* für einen Eintrag im Steckbrief (Wert) */
 .dcw_characteristicsData
 {
 	background: #F9F9F9;
 	border: 1px solid #AAAAAA;
 	padding: 4px;
 }
 
 /* für einen Eintrag im Steckbrief, der über alle Spalten geht */
 .dcw_characteristicsEntry_singleColumn
 {
 	background: #F9F9F9;
 	border: 1px solid #AAAAAA;
 	padding: 4px;
 	text-align: center;
 }
 
 /* für einen Eintrag im Steckbrief (Architekturbezeichnung) */
 .dcw_characteristicsEntry_architecture
 {
 	background: #F9F9F9;
 	border: 1px solid #AAAAAA;
 	padding: 4px;
 	text-align: right;
 	width: 80px;
 }
 
 /* für die Betriebssystemspalten im Steckbrief */
 .dcw_characteristicsData_clients
 {
 	background: #F9F9F9;
 	border: 1px solid #AAAAAA;
 	padding: 4px;
 	text-align: center;
 }
 /* END Stylesheet-Ergänzung zu Steckbriefen */
 /* =========================================*/

 
 /* =======================================*/
 /* BEGIN Stylesheet-Ergänzung zu Tabellen */
 
 /* für Tabellen über die gesamte Breite */
 .dcw_fullWidthTable
 {
 	border-collapse: collapse;
 	margin: 4px;
 	width: 100%;
 }
 
 /* für normale Tabellenzellen */
 .dcw_normalTableCell
 {
 	background: #F9F9F9;
 	border: 1px solid #AAAAAA;
 	padding: 4px;
 }
 /* END Stylesheet-Ergänzung zu Tabellen */
 /* =====================================*/