(Created page with "#hp { font-family: josefin-sans; font-style: normal; margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px; padding-left: 120px; padding-right: 11...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 41: | Line 41: | ||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; | ||
− | |||
}#hp .col-sm-8 { | }#hp .col-sm-8 { | ||
margin-top: 30px; | margin-top: 30px; | ||
+ | } | ||
+ | #nav_foot img{ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | max-width: 150px; | ||
+ | } | ||
+ | #nav_foot { | ||
+ | font-size: 11pt; | ||
+ | opacity: 0.5; | ||
+ | bottom: 0px; | ||
+ | left: 0px; | ||
+ | right: 0px; | ||
+ | } | ||
+ | #nav_foot a { | ||
+ | color: #000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #nav_foot a:hover { | ||
+ | color: #000; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #nav_foot .row { | ||
+ | margin-top: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | padding-left: 20px; | ||
+ | padding-right: 20px; | ||
} | } |
Latest revision as of 03:05, 17 October 2016
- hp {
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; }
- hp a {
color: #000000; text-decoration: underline; }
- hp a:hover {
color: #000000; font-style: italic; text-decoration: none; }
- hp article h1 {
margin-top: 10px; }
- hp article .divider {
display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }
- hp p {
margin-top: 20px; }
- hp p.caption {
text-align: center; font-size: 11pt; }
- hp article .row {
margin-top: 20px; margin-bottom: 20px; }
- hp .row img {
height: 100%; width: 100%; }#hp .col-sm-8 { margin-top: 30px; }
- nav_foot img{
width: 100%; height: 100%; margin-left: auto; margin-right: auto; max-width: 150px; }
- nav_foot {
font-size: 11pt; opacity: 0.5; bottom: 0px; left: 0px; right: 0px; }
- nav_foot a {
color: #000; text-decoration: none; }
- nav_foot a:hover {
color: #000; text-decoration:none; }
- nav_foot .row {
margin-top: 20px; margin-bottom: 20px; padding-left: 20px; padding-right: 20px; }