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