Revision 22979 of "MediaWiki:Common.css" on lijwikisource

/* CSS placed here will be applied to all skins */
/* Quality */

.quality4 {
        background:#90ff90;
}
 
.quality3 {
        background:#ffe867;
}
 
.quality2 {
        background:#b0b0ff;
}
 
.quality1 {
        background:#ffa0a0;
}

.quality0 {
        background:#dddddd;
}


/* adapting poem, from it.wikisource, request Candalua */

.poem { 
	margin-bottom: 0em; 
	margin-top: 0em; 
}
.poem p { 
	margin-top: 0em ! important; 
	margin-bottom: 0em ! important; 
        text-indent: 0em ! important;
}

/* class text (from fr.wp) */
 
.text {
  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;
}

/* --- NAMESPACE PAGE --- */
 
.pagetext {
  width: 36em;
  text-align: justify;
}
.pagetext p {
  text-indent: 2em
}
.pagetext blockquote {
  margin: 0.5em 0em;
}


/* for "human" text size on <pre> boxes */
pre {
        font-size:0.8pc
}