MediaWiki: Common.css: Difference between revisions

From Psalms: Layer by Layer
Jump to: navigation, search
No edit summary
No edit summary
Line 7: Line 7:
.list-A li {
.list-A li {
   list-style-type: upper-alpha;
   list-style-type: upper-alpha;
  margin-left: 40px;
}
}


.list-1 li {
.list-1 li {
   list-style-type: decimal;
   list-style-type: decimal;
  margin-left: 80px;
}
}


.list-a li {
.list-a li {
   list-style-type: lower-alpha;
   list-style-type: lower-alpha;
  margin-left: 120px;
}
}

Revision as of 14:40, 11 December 2019

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

.list-I li {
  list-style-type: upper-roman;
}

.list-A li {
  list-style-type: upper-alpha;
  margin-left: 40px; 
}

.list-1 li {
  list-style-type: decimal;
  margin-left: 80px; 
}

.list-a li {
  list-style-type: lower-alpha;
  margin-left: 120px; 
}