Line 1: | Line 1: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
− | # | + | #prtl { |
font-family: josefin-sans; | font-family: josefin-sans; | ||
font-style: normal; | font-style: normal; | ||
Line 10: | Line 10: | ||
padding-right: 110px; | padding-right: 110px; | ||
} | } | ||
− | # | + | #prtl a { |
color: #000000 !important; | color: #000000 !important; | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
− | # | + | #prtl a:hover { |
color: #000000 !important; | color: #000000 !important; | ||
font-style: italic !important; | font-style: italic !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
− | # | + | #prtl article h1 { |
margin-top: 10px; | margin-top: 10px; | ||
} | } | ||
− | # | + | #prtl article .divider { |
display: block; | display: block; | ||
max-height: 30px; | max-height: 30px; | ||
Line 28: | Line 28: | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
} | } | ||
− | # | + | #prtl p { |
margin-top: 20px; | margin-top: 20px; | ||
} | } |
Revision as of 19:43, 16 October 2016
@charset "UTF-8";
- prtl {
font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 110px; }
- prtl a {
color: #000000 !important; text-decoration: underline !important; }
- prtl a:hover {
color: #000000 !important; font-style: italic !important; text-decoration: none !important; }
- prtl article h1 {
margin-top: 10px; }
- prtl article .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- prtl p {
margin-top: 20px; }