MediaWiki:Common.css

Allikas: Vikitekstid

Märkus: Võimalik, et pärast avaldamist tuleb muudatuste nägemiseks brauseri puhver tühjendada.

  • Firefox / Safari: Hoia all Shift-klahvi ja klõpsa Laadi uuesti või vajuta kas Ctrl-F5 või Ctrl-R (Macis ⌘-R).
  • Google Chrome: Vajuta Ctrl-Shift-R (Macis ⌘-Shift-R).
  • Internet Explorer / Edge: Hoia all Ctrl-klahvi ja klõpsa Värskenda või vajuta Ctrl-F5.
  • Opera: Vajuta Ctrl-F5.
/* --- GENERAL --- */

#text-wrap {
 margin-left:3em; 
 position:relative;
}
#text-container {
 width:100%;
}
#text {
 text-align:justify;
 width:36em;
 margin:0px auto;
}
#text p {
  text-indent: 2em;
}
#text pre {
  background-color: #ffffff;
  font-family: sans-serif;
  line-height: 150%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
  white-space: pre;
}

/* class text */
.text {
  max-width: 36em;
  text-align: justify;
  margin:0px auto;
}
.text p {
  text-indent: 2em;
}
.text pre {
  background-color: #ffffff;
  font-family: sans-serif;
  line-height: 150%;
  border: 0px;
  padding-left: 2em;
  margin: 0;
  white-space: pre;
}

/* footer */
.footertemplate {
 width: 98%; 
 padding-left: 0.5em;
 padding-right: 0.5em;
 padding-top: 0.2em;
 padding-bottom: 0.2em;
 border-top: 1px solid #A0A0A0;
 border-bottom: 1px solid #A0A0A0;
 background-color: #f8f8f0;
 text-align: center;
 font-size:90%;
}

/* --- NAMESPACE PAGE --- */
 
/* classe par défaut */
.pagetext {
  position: relative;
  max-width: 36em;
  text-align: justify;
}
.pagetext p {
  text-indent: 2em
}
.pagetext blockquote {
  margin: 0.5em 0em;
}
.prp-page-qualityheader {
  max-width: 36em;
}

/*class poem*/
.poem { 
	margin-bottom: 0em; 
	margin-top: 0em; 
	line-height: 1.6em;
	margin-left: 2.5em;
	text-indent: 0em;
}
.poem p { 
	margin-top: 0 ! important; 
	margin-bottom: 0 ! important; 
	text-indent: 0 !important;
}
 
/* ProofreadPage */
.quality4 { background-color: #90ff90; }
.quality3 { background-color: #ffe867; }
.quality2 { background-color: #b0b0ff; }
.quality1 { background-color: #ffa0a0; }
.quality0 { background-color: #ddd; }