Difference between revisions of "Template:Uppsala NewFooter"
(9 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
.puff img { | .puff img { | ||
width: 100%; | width: 100%; | ||
− | |||
} | } | ||
Line 45: | Line 44: | ||
.ci_pic { | .ci_pic { | ||
− | + | opacity: 1; | |
margin: 0px; | margin: 0px; | ||
} | } | ||
+ | .sm_pic { | ||
+ | -webkit-filter: grayscale(100%); | ||
+ | filter: grayscale(100%); | ||
+ | } | ||
+ | |||
+ | .sm_pic:hover { | ||
+ | -webkit-filter: grayscale(0%); | ||
+ | filter: grayscale(0%); | ||
+ | } | ||
/*Reset of the wiki default settings*/ | /*Reset of the wiki default settings*/ | ||
+ | |||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
+ | |||
+ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
+ | |||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color: #ffffff; | ||
+ | width: 100%; | ||
+ | border: 0px; | ||
+ | margin: 0px; | ||
+ | padding-left: 0px; /*should be set to 0 in alt.1) */ | ||
+ | padding-right: 0px; | ||
+ | padding-bottom: 0px; | ||
+ | padding-top: 50px; | ||
+ | } | ||
+ | |||
+ | html, .wrapper { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
/*End of wiki reset*/ | /*End of wiki reset*/ | ||
Line 77: | Line 125: | ||
<div class="contact_info"> | <div class="contact_info"> | ||
<img class="ci_pic" src="https://static.igem.org/mediawiki/2015/c/c7/Uppsala_Contact.png" style="width:400px"> | <img class="ci_pic" src="https://static.igem.org/mediawiki/2015/c/c7/Uppsala_Contact.png" style="width:400px"> | ||
− | < | + | <table> |
+ | <tr> | ||
+ | <td style="width:10%"><a href="https://www.facebook.com/UppsalaIgem?fref=ts"><img class="sm_pic" src="https://static.igem.org/mediawiki/2015/e/e0/Uppsala_FBIcon.png" title="Facebook"></a></td> | ||
+ | <td style="width:10%"><a href="https://twitter.com/igemuppsala"><img class="sm_pic" src="https://static.igem.org/mediawiki/2015/c/c9/Uppsala_Twittericon.png" title="Twitter"></a></td> | ||
+ | <td style="width:10%"><a href="https://www.youtube.com/channel/UC7GPw3UhMro-eN__6NNOLUg"><img class="sm_pic" src="https://static.igem.org/mediawiki/2015/d/d0/Uppsala_YTIcon.png" title="YouTube"></a></td> | ||
+ | <td style="width:10%"><a href="https://instagram.com/igem.uppsala/"><img class="sm_pic" src="https://static.igem.org/mediawiki/2015/5/53/Uppsala_InstaIcon.png" title="Instagram"></a></td> | ||
+ | <td style="width:10%"><a href="https://igem.org/Main_Page"><img class="sm_pic" src="https://static.igem.org/mediawiki/2015/9/95/Uppsala_iGEMicon.png" title="iGEM"></a></td> | ||
+ | </tr> | ||
+ | </table> | ||
</div> | </div> | ||
Latest revision as of 11:48, 19 November 2015