Difference between revisions of "Team:iTesla-SoundBio/design"

(Replaced content with "{{iTesla-SoundBio}} <html> <body> <h1>We are sorry but our page is<br><span data-shadow-text="Under Construction">Under Construction</span><br> Please check back later</h...")
Line 1: Line 1:
 +
{{iTesla-SoundBio}}
 
<html>
 
<html>
<style>
 
body { background: #9cb8b3; }
 
/* Style the top navigation bar */
 
.topnav {
 
    overflow: hidden;
 
    background-color: #333;
 
    font-family: Bahnschrift;
 
    font-size: 15px;
 
    width: 100%;
 
    margin-top: -10px;
 
}
 
/* Style the topnav links */
 
.topnav a {
 
    float: right;
 
    display: block;
 
color: #f2f2f2;
 
    text-align: center;
 
    padding: 14px 16px;
 
    text-decoration: none;
 
/*for transitions when hovering*/
 
-o-transition: color .2s ease-out, background 1s ease-in;
 
-ms-transition: color .2s ease-out, background 1s ease-in;
 
-moz-transition: color .2s ease-out, background 1s ease-in;
 
-webkit-transition: color .2s ease-out, background 1s ease-in;
 
}
 
.topnav a img {
 
    height: 10%;
 
    width: 10%;
 
}
 
.topnav a.logo {
 
    float: left;
 
}
 
/* Change color on hover */
 
.topnav a:hover, .dropdown:hover .dropdown-button {
 
    background-color: #ddd;
 
    color: black;
 
   
 
}
 
.dropdown {
 
    float: right;
 
    overflow: hidden;
 
}
 
 
.dropdown .dropdown-button {
 
    font-size: 16px;   
 
    border: none;
 
    outline: none;
 
    color: white;
 
    padding: 14px 16px;
 
    background-color: inherit;
 
    font-family: inherit;
 
    margin: 0;
 
    cursor: pointer;
 
    /*for transitions when hovering*/
 
-o-transition: color .2s ease-out, background 1s ease-in;
 
-ms-transition: color .2s ease-out, background 1s ease-in;
 
-moz-transition: color .2s ease-out, background 1s ease-in;
 
-webkit-transition: color .2s ease-out, background 1s ease-in;
 
}
 
.dropdown-content {
 
    /* opacity: 0; */
 
    display: none;
 
    position: absolute;
 
    background-color: whitesmoke;
 
    min-width: 160px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 1;
 
}
 
.dropdown-content a {
 
    float: none;
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
    text-align: left;
 
}
 
 
.dropdown-content a:hover {
 
    background-color: white;
 
}
 
 
.dropdown:hover .dropdown-content {
 
    display: block;
 
    /*
 
    opacity: 1;
 
    transition: all 1s ease;
 
    -webkit-transition: all 1s ease;
 
    */
 
}
 
/* Base DIVs for whole website */
 
#root {
 
position: absolute;
 
font-size: 16px;
 
width: 100%;
 
height: auto;
 
margin: auto;
 
background-color: Whitesmoke;
 
}
 
h1 {
 
    font: 600 1.5em/1 'Raleway', sans-serif;
 
    color: rgba(0,0,0,.5);
 
    text-align: center;
 
    text-transform: uppercase;
 
    letter-spacing: .5em;
 
    position: absolute;
 
    top: 25%;
 
    width: 100%;
 
padding-top: 50px;
 
}
 
 
span, span:after {
 
    font-weight: 900;
 
    color: #efedce;
 
    white-space: nowrap;
 
    display: inline-block;
 
    position: relative;
 
    letter-spacing: .1em;
 
    padding: .2em 0 .25em 0;
 
}
 
 
span {
 
    font-size: 4em;
 
    z-index: 100;
 
    text-shadow: .04em .04em 0 #9cb8b3;
 
}
 
 
span:after {
 
    content: attr(data-shadow-text);
 
    color: rgba(0,0,0,.35);
 
    text-shadow: none;
 
    position: absolute;
 
    left: .0875em;
 
    top: .0875em;
 
    z-index: -1;
 
    -webkit-mask-image: url(https://f.cl.ly/items/1t1C0W3y040g1J172r3h/mask.png);
 
}
 
</style>
 
<body>
 
<!-- The following reset code was given by William Kwok from the UW iGEM team -->
 
<!-- Add on-page javascript for destroying default iGEM CSS and adding a loading animation -->
 
<!-- I do it twice to run once so the page loading animation gets correct styling the first run -->
 
<!-- Second run is just to make sure everything gets ran -->
 
<script type="text/javascript">
 
    $('div#content').removeAttr('id').attr('id', 'contentBox');
 
    $('a#top').remove();
 
    $('div#top_title').remove();
 
    $('div#HQ_page').removeAttr('id');
 
    $('div.mw-body').removeAttr('class');
 
    $('div#mw-content-text').removeAttr('id');
 
    $('div#bodyContent').removeAttr('id');
 
    $('div.mw-content-ltr>p').addClass('meta');
 
    $('div.mw-content-ltr').removeAttr('class');
 
    document.getElementById("root").innerText = "Page loading...";
 
    $(document).ready(function () {
 
        $('div#content').removeAttr('id').attr('id', 'contentBox');
 
        $('a#top').remove();
 
        $('div#top_title').remove();
 
        $('div#HQ_page').removeAttr('id');
 
        $('div.mw-body').removeAttr('class');
 
        $('div#mw-content-text').removeAttr('id');
 
        $('div#bodyContent').removeAttr('id');
 
        $('div.mw-content-ltr>p').addClass('meta');
 
        $('div.mw-content-ltr').removeAttr('class');
 
    })
 
</script>
 
 
<body>
 
<body>
 
<h1>We are sorry but our page is<br><span data-shadow-text="Under Construction">Under Construction</span><br> Please check back later</h1>
 
<h1>We are sorry but our page is<br><span data-shadow-text="Under Construction">Under Construction</span><br> Please check back later</h1>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 07:30, 26 August 2018

We are sorry but our page is
Under Construction
Please check back later