X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=39e7249974189d1b7ecfc94738809be53d08e7f3;hb=d679620e4e0eefef53a9ef5991af1f1673746ba5;hp=71044e13f2e23d879580e155b0edf999eab9f817;hpb=49e82a81b3d6d786e744c19513161d75f84c94cf;p=wfpl-cms.git diff --git a/style.less b/style.less index 71044e1..39e7249 100644 --- a/style.less +++ b/style.less @@ -142,6 +142,50 @@ div.error { background: #fdd; } +h1 { + font-size: 22px; + margin: 20px 0 10px; +} +h1 + h4.tagline { + margin: -10px 0 10px; +} +h2 { + font-size: 19px; + margin: 16px 0px 8px; +} +h2 + h4.tagline { + margin: -8px 0 8px; +} +h3 { + font-size: 16px; + margin: 12px 0 5px; +} +h3 + h4.tagline { + margin: -5px 0 5px; +} +h4 { + font-size: 12px; + margin: 10px 0 3px; +} +h4 + h4.tagline { + margin: -3px 0 3px; +} + +h1, h2, h3, h4 { + font-weight: bold; +} +h4.tagline { + font-weight: normal +} + +p.quote { + margin: 15px 35px; +} +p.attrib { + margin: -15px 0 15px 100px; +} + + // floating images (from pastable example code on admin_images) span.wfpl_ifl { display: block;