X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=9d049f769c95b0fd3721ce2aa30ad2055f3a9213;hb=23fbc9b73a9f01cb8480604964e6fcf0e1c9307b;hp=2fdccf1d1441001f6cf4d47485076848f6d2cd6b;hpb=12cc1b52cb2dd78a0db2a61ac12270cd84e2b621;p=mkws-moved-to-github.git diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 2fdccf1..9d049f7 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -1,9 +1,11 @@ body { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } -h1, div#header h2, h3 { font-weight: normal; color: #606060 } +h1, h2, h3 { color: #606060 } h2 { margin-top: 0.5em } +h1.title, h2.author, h3.date { font-weight: normal } div#header h2 { font-size: 120% } +div#header h3 { font-size: 100% } .pane { padding: 0em 1em; margin: 0.75em; border: 0.5em solid #eee; @@ -13,7 +15,13 @@ div#header h2 { font-size: 120% } background-position: right top; background-color: #eee; } +.pane:nth-child(3) { + background-image: none; +} .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black } -.nologo { background-image: none } pre { background: #ddd; padding: 0.5em; } img:first-of-type { float: right; margin: 1.5em } +body > p:last-of-type { + text-align: right; + font-size: small; +}