МедияУики: Mylib.css

От Уики на Читанка
Направо към: навигация, търсене
(скриване на body.page-Начална_страница #firstHeading)
(сиви цветове за table.content)
Ред 10: Ред 10:
 
}
 
}
  
table.content{margin:.5em auto 1em auto;border-collapse:collapse}
+
table.content {
table.content th,table.content td{border:thin solid #FFDA2F}
+
margin: .5em auto 1em auto;
table.content th{padding-top:.2em;padding-bottom:.2em}
+
border-collapse: collapse;
table.content td{padding:.1em .4em}
+
}
table.content caption{margin:1em auto 0 auto;font-weight:bold}
+
table.content th, table.content td {
th{color:#000000;background-color:#FFEB8F}
+
border: thin solid #d0d0d0;
.odd{color:#000000;background-color:#F9F6E6}
+
}
.even{color:#000000;background-color:#FDEDCD}
+
table.content th {
 +
padding-top: .2em;
 +
padding-bottom: .2em;
 +
}
 +
table.content td {
 +
padding: .1em .4em;
 +
}
 +
table.content caption {
 +
margin: 1em auto 0 auto;
 +
font-weight: bold;
 +
}
 +
th {
 +
color: #000000;
 +
background-color: #e0e0e0;
 +
}
 +
.odd {
 +
color: #000000;
 +
background-color: #F9F6E6;
 +
}
 +
.even {
 +
color: #000000;
 +
background-color: #F9F1E0;
 +
}
  
 
div.pre {
 
div.pre {

Версия от 17:25, 24 април 2011

body.page-Начална_страница #firstHeading {
	display: none;
}

/* невидими знаци (табулации, интервали), които трябва да бъдат видими */
.visible-ws {
	color: #F9F6E6;
	background-color: #000000;
	opacity: .08;
}

table.content {
	margin: .5em auto 1em auto;
	border-collapse: collapse;
}
table.content th, table.content td {
	border: thin solid #d0d0d0;
}
table.content th {
	padding-top: .2em;
	padding-bottom: .2em;
}
table.content td {
	padding: .1em .4em;
}
table.content caption {
	margin: 1em auto 0 auto;
	font-weight: bold;
}
th {
	color: #000000;
	background-color: #e0e0e0;
}
.odd {
	color: #000000;
	background-color: #F9F6E6;
}
.even {
	color: #000000;
	background-color: #F9F1E0;
}

div.pre {
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 0 1em;
	border: thin dashed #DFAB6F;
	color: black;
	background-color: #f9f9f9;
	font-family: monospace, "Courier New";
}
div.pre p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.author {
	text-align: right;
}