Difference between revisions of "Msc1G2:Test1"

From uf
Jump to: navigation, search
 
(4 intermediate revisions by one user not shown)
Line 3: Line 3:
 
<html>
 
<html>
 
<style>
 
<style>
*{
+
.header-background{background-image: url("http://gsm.hyperbody.nl/images/5/50/20160701_Group3_background-wiki.jpg");background-color: #cccccc;width:850px;height:300px;background-size: 100% auto; background-repeat: no-repeat;}
    -webkit-box-sizing: border-box;
+
.header-content{position:relative;bottom:50px;left:0px;}
    box-sizing: border-box;
+
.button-container{width:150px;height:50px;float:left;color:white;text-align:center;float:right;}
}
+
.bottom-container{position:relative;width:850px;height:10px;float:left;background-color: rgba(255, 128, 0, 0.7);bottom:10px;}
html, body{
+
.button{width:140px; height:30px; bottom:10px;background-color: rgba(50, 50, 50, 0.23);padding-top:10px;}
    height: 100%;
+
a.nav-link:link,a.nav-link:visited{text-decoration:none;font-weight:bold;color:white}
    margin: 0;
+
a.nav-link:hover,a.nav-link:active{text-decoration:none;font-weight:bold;color:#FF8000;}
    padding: 0;
+
a.nav-link-active:hover,a.nav-link-active:active{text-decoration:none;font-weight:bold;color:#000;}
    background-color: #333;
+
.left-filler{width:230px;height:40px;float:left;}
    overflow: hidden;
+
.hidden{visibility:hidden;}
}
+
.tab-active{background-color:rgba(255, 128, 0, 0.7);}
canvas{
+
    background-color: #000;
+
}
+
 
</style>
 
</style>

Latest revision as of 01:37, 2 February 2018