Skip to content

Commit

Permalink
customized headings similar to wikipedia
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilker committed Nov 2, 2016
1 parent b0c7403 commit a14b63a
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -436,14 +436,31 @@ body.jsenabled #ouwiki_belowtabs_annotate_nojs {
padding:0px;
line-height:150%;
}

.ouwiki_content h3,
.ouwiki_content h4,
.ouwiki_content h5 {
font-size:1.2em;
display:block;
padding:0px;
line-height:150%;
font-weight:bold
}

.ouwiki_content h3 {
border-bottom:1px solid #888;
padding-bottom:2px;
font-size:1.5em;
}

.ouwiki_content h4 {
font-size:1.2em;
}

.ouwiki_content h5 {
font-size:1em;
}


.ouwiki_content h6 {
font-size:1em;
display:block;
Expand Down Expand Up @@ -485,15 +502,6 @@ body.jsenabled #ouwiki_belowtabs_annotate_nojs {
.ouwiki_content h6.ouw_fixedheading .ouw_headingtext {
font-size:0.85em;
}
.ouwiki_content h3 {
border-bottom:1px solid #888;
padding-bottom:2px;
}
.ouwiki_content h5,
.ouwiki_content h6 {
font-weight:normal;
font-style:italic;
}

#ouw_ac_formcontainer {
margin-top:1.5em;
Expand Down

0 comments on commit a14b63a

Please sign in to comment.