Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Entry Stylesheet/style.css: Difference between revisions

Template page
0 (talk | contribs)
Created page with "h2 span{ color: red; }"
 
0 (talk | contribs)
No edit summary
Line 1: Line 1:
h2 span{
p + ol li {
color: red;
  padding-top: 10px;
}
 
p + ul li {
  padding-top: 10px;
}
 
p + ol li:first-child {
  padding-top: 0;
}
 
p + ul li:first-child {
  padding-top: 0;
}
 
h2, h3{
margin-top: 30px;
}
 
h2 + p, h3 + p{
margin-top: 5px;
}
 
div.thumbinner{
margin-inline: initial;
}
}

Revision as of 07:38, 28 December 2024

p + ol li {
  padding-top: 10px;
}

p + ul li {
  padding-top: 10px;
}

p + ol li:first-child {
  padding-top: 0;
}

p + ul li:first-child {
  padding-top: 0;
}

h2, h3{
margin-top: 30px;
}

h2 + p, h3 + p{
	margin-top: 5px;
}

div.thumbinner{
	margin-inline: initial;
}