Difference between revisions 22983 and 22984 on lijwikisource

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

.hiddenStructure {
	display:none !important;
}

/* 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 {
  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;
}

/* --- NAMESPACE PAGE --- */
 
.pagetext {
  max-width: 36em;
  text-align: justify;
}
.pagetext p {
  text-indent: 2em
}
.tiInherit p {
 text-indent:inherit;
(contracted; show full)/* header templates */

table.headertemplate {width:100%; border:1px solid #ADA; background:#E4F2E4; text-align:center; font-size:0.9em;}
.headertemplate .header_backlink, .headertemplate .header_forelink {width:20%; font-size:0.9em;} 
.header_notes {width:100%; border-bottom:1px solid #A88; background:#FAFAFF; font-size:0.9em;}
.headertemplate .header_title {width: 60%; }
.headertemplate .header_backlink {text-align:left; }
.headertemplate .header_forelink {text-align:right; }