(15 intermediate revisions by the same user not shown) | |||
Line 311: | Line 311: | ||
font-size: 28px; | font-size: 28px; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
+ | text-align: center; | ||
} | } | ||
+ | .page-content { | ||
+ | min-height: 550px; | ||
+ | } | ||
.page-content .title { | .page-content .title { | ||
text-align: center; | text-align: center; | ||
Line 338: | Line 342: | ||
margin-right: -2px; | margin-right: -2px; | ||
} | } | ||
− | .page-content p { | + | .page-content h4 { |
+ | font-size: 18px; | ||
+ | } | ||
+ | .page-content p, .page-content ol, .page-content li, .page-content small { | ||
text-align: left !important; | text-align: left !important; | ||
color: #444; | color: #444; | ||
Line 344: | Line 351: | ||
line-height: 1.3 !important; | line-height: 1.3 !important; | ||
} | } | ||
− | .page-content p.font-red { | + | .page-content p.font-red, .page-content ol.font-red, .page-content li.font-red, .page-content small.font-red { |
color: #d81f25; | color: #d81f25; | ||
} | } | ||
− | .page-content p.capital-first:first-letter { | + | .page-content p.capital-first:first-letter, .page-content ol.capital-first:first-letter, .page-content li.capital-first:first-letter, .page-content small.capital-first:first-letter { |
font-size: 150% !important; | font-size: 150% !important; | ||
} | } | ||
− | .page-content p.text-center { | + | .page-content p.text-center, .page-content ol.text-center, .page-content li.text-center, .page-content small.text-center { |
text-align: center !important; | text-align: center !important; | ||
} | } | ||
− | .page-content p.mb50 { | + | .page-content p.mb50, .page-content ol.mb50, .page-content li.mb50, .page-content small.mb50 { |
margin-bottom: 50px; | margin-bottom: 50px; | ||
+ | } | ||
+ | .page-content p.c-red, .page-content ol.c-red, .page-content li.c-red, .page-content small.c-red { | ||
+ | color: #ff0000; | ||
+ | } | ||
+ | .page-content p.c-green, .page-content ol.c-green, .page-content li.c-green, .page-content small.c-green { | ||
+ | color: #76923c; | ||
+ | } | ||
+ | .page-content p.c-blue, .page-content ol.c-blue, .page-content li.c-blue, .page-content small.c-blue { | ||
+ | color: #548dd4; | ||
+ | } | ||
+ | .page-content p.c-orange, .page-content ol.c-orange, .page-content li.c-orange, .page-content small.c-orange { | ||
+ | color: #f79646; | ||
+ | } | ||
+ | .page-content p.c-purple, .page-content ol.c-purple, .page-content li.c-purple, .page-content small.c-purple { | ||
+ | color: #8064a2; | ||
+ | } | ||
+ | .page-content p small, .page-content ol small, .page-content li small, .page-content small small { | ||
+ | display: block; | ||
+ | font-size: 14px !important; | ||
+ | } | ||
+ | .page-content .spacer50 { | ||
+ | padding-bottom: 50px; | ||
+ | } | ||
+ | .page-content.page-notebook-content h4 { | ||
+ | margin-top: 30px; | ||
+ | margin-bottom: 20px; | ||
} | } | ||
Line 382: | Line 415: | ||
.team-list .team-desc h3 { | .team-list .team-desc h3 { | ||
display: block; | display: block; | ||
− | font-size: 19px; | + | font-size: 19px !important; |
text-transform: uppercase; | text-transform: uppercase; | ||
font-weight: 700; | font-weight: 700; | ||
Line 388: | Line 421: | ||
letter-spacing: 1px; | letter-spacing: 1px; | ||
margin: 0 !important; | margin: 0 !important; | ||
+ | text-align: left !important; | ||
+ | } | ||
+ | .team-list .team-desc h3:first-letter { | ||
+ | font-size: 100%; | ||
+ | margin: 0; | ||
} | } | ||
.team-list .team-desc p { | .team-list .team-desc p { | ||
− | font-size: 14px; | + | font-size: 14px !important; |
color: #777; | color: #777; | ||
− | line-height: 1.8; | + | line-height: 1.8 !important; |
text-align: left !important; | text-align: left !important; | ||
} | } | ||
Line 429: | Line 467: | ||
text-indent: -9999px; | text-indent: -9999px; | ||
display: block; | display: block; | ||
+ | } | ||
+ | |||
+ | #parts-table { | ||
+ | width: 100%; | ||
+ | margin-left: 0 !important; | ||
+ | margin-right: 0 !important; | ||
} | } | ||
Latest revision as of 15:33, 31 October 2017