MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus HochN-Wiki
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: →‎---- DPL Forum ----: →‎Forumheader style: .forum-header { border: 1px solid #aaa;…“)
 
K
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
  
 +
 +
/* für die Gestaltiung von Inhalt, der die Seiten unterteilt */
 +
/* Create two equal columns that floats next to each other */
 +
.column {
 +
  float: left;
 +
  width: 50%;
 +
  padding: 10px;
 +
}
 +
 +
/* Clear floats after the columns */
 +
.row:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
  
 
/*---- DPL Forum ----*/
 
/*---- DPL Forum ----*/

Version vom 6. Juli 2020, 15:09 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/* für die Gestaltiung von Inhalt, der die Seiten unterteilt */
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*---- DPL Forum ----*/
/* Forumheader style */
.forum-header {
	border: 1px solid #aaa; 
	background-color: #cedff2; 
	margin: 0 0 1em; 
	padding: 0 0.5em;
}
/* Forum table outside border */
table.forum-table {
	border: 1px solid lightgrey;
}
/* Forum table cell padding and borders for all table body cells */
table.forum-table > tbody > tr > td {
	border-top: 1px solid lightgrey;
	padding: 8px;
}
/* Forum table background color (show on odd rows) */
table.forum-table > tbody > tr {
	background-color:#fff;
}
/* Forum table background color (shows on even rows) */
table.forum-table > tbody > tr:nth-child(even) {
	background-color:#f5faff;
}
/* Forum table header row background, style and padding */
table.forum-table > tbody > tr > th {
	background-color:#cedff2;
	font-weight:bold;
	padding: 8px;
}

/*-- InputBox --*/
.inputbox-sidebar {
	width: 300px; 
	border: 1px solid lightgrey; 
	clear: right; 
	float: right; 
	margin: 3px; 
	padding:10px;
	margin-left: 2em;
}
Cookies helfen uns bei der Bereitstellung von HochN-Wiki. Durch die Nutzung von HochN-Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.