Πρότυπο:el-biblio/style.css

Από Βικιλεξικό
Μετάβαση στην πλοήγηση Πήδηση στην αναζήτηση
/* <nowiki>
	Sarri.greek 2020.07.25. 
---------- */

/* sizes  x-small is approx 56% (too small)*/

.sm {
  font-size:83%;
}

.x-sm {
  font-size:75%;
}


/* Class for table TD for anchor numbers
	as in [[Βικιλεξικό:Βιβλιοθήκη/Χρονικόν του Μορέως]] */

.anch {
  text-align:right;
  padding-left:25px;
  padding-right:25px;
}


/* Class for abbreviations for authors and their time
	as in [[Βικιλεξικό:Βιβλιοθήκη/Συντομογραφίες]] */

.auth {
  color:red;
}

.time {
  color:blue;
}
	
/* Class for colours of periods at Tables of Greek Bibliography Abbreviations
	as in [[Βικιλεξικό:Βιβλιοθήκη/Συντομογραφίες]]
	a=ancient k=koine m=mediaeval n=neohellenic s=syllogae (anthologies, editions) */

.a1 {
  background:#dddddd;
}
.a2 {
  background:#eeeeee;
}
.a3 {
  background:#fafafa;
}
.k1 {
  background:#f5efef;
}
.k2 {
  background:#ecdfdf;
}
.k3 {
  background:#e2cfcf;
}
.m1 {
  background:#cfcfe2;
}
.m2 {
  background:#dfdfec;
}
.m3 {
  background:#eeeef7;
}
.n1 {
  background:#eaf0fa;
}
.n2 {
  background:#d6e2f5;
}
.n3 {
  background:#c1d3f0;
}
.sa {
  background:#f4f4f0;
}
.sm {
  background:#e8eae1;
}
.sn {
  background:#dddfd2;
}

/* </nowiki> */