User:Najzere/Sandbox

From SDA Knowledge Base

Jump to: navigation, search

testing

Contents

class styles testing

Header Header
cell cell
cell cell


Table

Colored header row
Heading 1 Heading 2 Heading 3
Cell 1-1 Cell 1-2 Cell 1-3
Cell 2-1 Cell 2-2 Cell 2-3
Cell 3-1 Cell 3-2 Cell 3-3
Normal header row
Heading 1 Heading 2 Heading 3
Cell 1-1 Cell 1-2 Cell 1-3
Cell 2-1 Cell 2-2 Cell 2-3
Cell 3-1 Cell 3-2 Cell 3-3

Classes

table.wikitable {
  border: 1px outset #c0c0c0;
  border-spacing: 3px;
  border-collapse: separate;
  margin-bottom: .5em;
  background-color: #000000;
}

table.wikitable th, table.wikitable td {
  border: 1px inset #c0c0c0;
  vertical-align: top;
  padding: 2px;
  -moz-border-radius: 3px;
}

table.wikitable th {
  text-align: center;
  font-weight:bold;
/* For colored headings use the following lines */
//  background: #5e5e5e;
//  color: #c0c0c0;
}

table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
  font-size: 1.1em;
}

Headings

Level 1


Level 2


Level 3


Level 4


Level 5


Level 6


Links

Not underlined
  • new link
  • visited link or visited link
  • non-existent link
Underlined
  • new link
  • visited link or visited link
  • non-existent link

Diffs

Example based on these diffs: 1, 2, 3.

Current

Modified

Diff classes for modified version

table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: black;
}
table.diff {
	border: none;
	width: 98%;
	border-spacing: 4px;
}
table.diff td {
	padding: 0;
}
td.diff-otitle, td.diff-ntitle {
        text-align: center;
}
td.diff-marker {
	text-align: right;
}
td.diff-lineno {
	font-weight: bold;
}
td.diff-addedline {
	background: #8fbc8f;
        color: #000000;
	font-size: smaller;
}
td.diff-deletedline {
	background: #e9967a;
        color: #000000;
	font-size: smaller;
}
td.diff-context {
	background: black;
	font-size: smaller;
}
.diffchange {
	color: red;
	font-weight: bold;
	text-decoration: none;
        white-space: pre-wrap;
	white-space: -moz-pre-wrap;
}
table.diff col.diff-marker {
	width: 2%;
}
table.diff col.diff-content {
	width: 48%;
}
table.diff td div {
	word-wrap: break-word;
	overflow: auto;
}