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
 
(One intermediate revision by the same user not shown)
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 {
margin-top: 30px;
}
 
h3{
margin-top: 15px;
}
 
h2 + p, h3 + p{
margin-top: 5px;
}
 
div.thumbinner{
margin-inline: initial;
}
}