Difference between revisions of "Template:Main Page Header"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
#header_text{ background:none; padding:10px 0 0; margin:0; color:#FFF; font-size:42px; line-height:49px;} | #header_text{ background:none; padding:10px 0 0; margin:0; color:#FFF; font-size:42px; line-height:49px;} | ||
.header-links {float:right; margin:9px 14px 0 0; padding:0 13px 0 0; border-right:1px dotted #5DC5F5;} | .header-links {float:right; margin:9px 14px 0 0; padding:0 13px 0 0; border-right:1px dotted #5DC5F5;} | ||
+ | .header-links span{ color:#FFF; font-size:14px; } | ||
@media only screen and (max-width: 768px) { | @media only screen and (max-width: 768px) { | ||
#header_text{ font-size:22px; line-height:5px;top:0} | #header_text{ font-size:22px; line-height:5px;top:0} | ||
#sub_header_text{ display: none } | #sub_header_text{ display: none } | ||
.header-links {float:right; margin:9px 5px 0 0; padding:0 10px 0 0; border-right:1px dotted #5DC5F5;} | .header-links {float:right; margin:9px 5px 0 0; padding:0 10px 0 0; border-right:1px dotted #5DC5F5;} | ||
+ | .header-links span{ font-size:12px; } | ||
} | } | ||
}} | }} | ||
Line 21: | Line 23: | ||
<div style="width:100%; height:36px; position:absolute; bottom:0; left:0;"> | <div style="width:100%; height:36px; position:absolute; bottom:0; left:0;"> | ||
− | <div class="header-links">[https://www.thesimpleanswers.com/enroll <span | + | <div class="header-links">[https://www.thesimpleanswers.com/enroll <span>Enroll as student</span>]</div> |
− | <div class="header-links">[https://www.thesimpleanswers.com <span | + | <div class="header-links">[https://www.thesimpleanswers.com <span>The Simple Answers</span>]</div> |
− | <div class="header-links">[[Special:UserLogin|<span | + | <div class="header-links">[[Special:UserLogin|<span>Login</span>]]</div> |
</div> | </div> | ||
</div><!-- end of header --> | </div><!-- end of header --> |