Diferencia entre revisiones de «MediaWiki:Common.css»

Sin resumen de edición
Sin resumen de edición
Línea 37: Línea 37:
   background:#efe;
   background:#efe;
   border:1px solid #090;
   border:1px solid #090;
  color:#448500;


}
}

Revisión del 15:59 13 nov 2013


/* References */
.references { font-size:90%; }
.references li:target, .reference:target, .citation:target { background-color: #DDEEFF }
.reference, .citation, cite { font-weight: normal; font-style: normal; word-wrap: break-word; }
 
/* Category tree */
#mw-subcategories ul { list-style: none none; margin-left: 0.25em; }
.CategoryTreeChildren { margin-left: 1.25em; }
 
/* prettytable class for skinning normal tables */
table.prettytable { margin:1em 1em 1em 0em; background:#f9f9f9; border:1px #aaaaaa solid; border-collapse:collapse; }
table.prettytable th, table.prettytable td { border:1px #aaaaaa solid; padding:0.2em; }
table.prettytable th { background:#f2f2f2; text-align:center; }
table.prettytable caption { margin-left:inherit; margin-right:inherit; }
 
table.table { border-spacing:0em 0.5em; }
table.table tr>td { padding:0.25em 1em; }
table.table tr.even { background:#ddddff; }
table.table tr.odd { background:#ccccff; }


.button, .stamp {
  clear: all !important;
  padding:5px;
  font-weight:bold;
  text-transform:capitalize;
  background: #eef;
  border: 1px solid #339;
}

.stamp {
  float: right;
}

.stamp.usable, .stamp.Complete {
  background:#efe;
  border:1px solid #090;

}

.stamp.incomplete, .stamp.Incomplete {
  background:#fee;
  border:1px solid #900;
}

.stamp.reviewable, .stamp.Reviewable {
  background:#eef;
  border: 1px solid #009;
}

/* Question of the day */
.quest-otd {
  float:right;
  border:1px solid #c99;
  padding:5px;
  background:#fee;
  width:200px;
}

.quest-heading { font-weight: bold }

.quest-page {
  text-align:right;
  font-weight: bold;
  font-style: italic;
}

.flat-list .quest-otd {
  width: 100%;
  background: none;
  float: none !important;
  border: none;
}


.flat-list .quest-heading { display: none }
.flat-list .quest-page { text-align: left; }

.ns-0 #toc {
  clear:both;
  float:right;
  margin: 10px;
}

#citebox {
color:#006600
}

table.wikitable th, table.wikitable td { padding:5px }
table.wikitable.outcomes td { text-align: center; }
table.abbreviations th { text-align:left; }

/* buttons are for iphone only */
#buttons { display: none }

/* remove "Main Page" header */
.page-Main_Page #firstHeading { display: none }

.quiz .settings input.numerical {
	width: 2em;
}

*>.quiz .header .questionId {
	text-indent: -1.5em;
}

.quiz table.object, .quiz table.correction {
background-color: transparent; }

.quiz .correction {
	font-weight: 600;
	
}

.quiz .hideCorrection .correction {
	display: none;
}

.quiz .settings td {
	padding: 0.1em 0.4em 0.1em 0.4em;
}

.quiz table.settings {
	background-color: transparent; }

.quiz .sign {
	text-align: center;
}

.quiz a.input, .quiz a.input:hover, .quiz a.input:active, .quiz a.input:visited {
	text-decoration: none;
	color: black;
	outline: 0;
}

.quiz a.input span {
	outline: #7F9DB9 solid 1px;
	*border: 1px solid #7F9DB9;
	
}

.quiz a.input:active span.correction, .quiz a.input:focus span.correction {
	display: inline;
	position: absolute;
	margin: 2em 0 0 0.1em;

}