(Created page with "@charset "UTF-8"; #protocols { font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left:...") |
|||
Line 11: | Line 11: | ||
} | } | ||
#protocols a { | #protocols a { | ||
− | color: #000000; | + | color: #000000 !important; |
− | text-decoration: underline; | + | text-decoration: underline !important; |
} | } | ||
#protocols a:hover { | #protocols a:hover { | ||
− | color: #000000; | + | color: #000000 !important; |
− | font-style: italic; | + | font-style: italic !important; |
− | text-decoration: none; | + | text-decoration: none !important; |
} | } | ||
#protocols article h1 { | #protocols article h1 { |
Revision as of 19:40, 16 October 2016
@charset "UTF-8";
- protocols {
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; }
- protocols a {
color: #000000 !important; text-decoration: underline !important; }
- protocols a:hover {
color: #000000 !important; font-style: italic !important; text-decoration: none !important; }
- protocols article h1 {
margin-top: 10px; }
- protocols article .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- protocols p {
margin-top: 20px; }