Template:CINVESTAV-IPN-UNAM MXCSS

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <style> #globalwrapper { width:1000px; padding:0px 0px; margin: 0 auto; background-Color:#FFFFFF; background-attachment: fixed; background-position...")
Line 1: Line 1:
<html>
<html>
<style>
<style>
 +
#globalwrapper {
#globalwrapper {
     width:1000px;
     width:1000px;
Line 22: Line 23:
     overflow:hidden;
     overflow:hidden;
     display: none;
     display: none;
 +
}
 +
 +
#top-section {
 +
    background-image:url('https://static.igem.org/mediawiki/2012/7/7f/HeaderCINVESTAV-IPN-UNAM_MX.png');
 +
    background-color:#FFFFFF;
 +
    background-position: top;
 +
    width:1000px;
 +
    height:219px;
 +
    background-repeat: no-repeat;
 +
    border-width:0px;
 +
    border-top-width:0px;
 +
    -webkit-box-shadow: 0 8px 6px -6px black;
 +
    -moz-box-shadow: 0 8px 6px -6px black;
 +
    box-shadow: 0 8px 6px -6px black;
 +
    border: 10px solid rgba(255, 255, 255,0.4);
 +
    background-clip: padding-box;
 +
    margin-top: -10px;
 +
    margin-bottom: -50px;
}
}

Revision as of 23:52, 6 July 2012