Difference between revisions of "Msc1G2:Group"

From rbse
Jump to: navigation, search
Line 1: Line 1:
__NOTITLE__                                                                  <!-- hides the title of the page-->
+
__NOTOC__
__NOTOC__                                                                   <!-- hides the table of contents-->
+
__NOTITLE__
  
<!-- ------------------------------------------------------------------------------------------------------- -->
+
<html>
<!-- ------------------------------------------------------------------------------------------------------- -->
+
<style>
<!-- ------------------------------------------------------------------------------------------------------- -->
+
 
+
<html>                                                                            <!--  enables html-writing -->
+
  
 
div#BANNERCONTAINER {
 
div#BANNERCONTAINER {
                                              <!-- defines a block that can be added in the page and its name-->
+
 
   width:           850px;
+
   width: 850px;
   height:           400px;
+
   height: 200px;
                                                                      <!-- sets the dimensions of the block -->
+
   margin: 0px;
   margin-top:       0px;
+
   border: 0px;
  margin-bottom:    0px;
+
   padding: 0px;
  margin-left:      0px;
+
   background: #eeeeee;
  margin-right:    0px;
+
                                                                      <!-- -->
+
   border-top:       0px;
+
  border-bottom:    0px;
+
  border-left:      0px;
+
  border-right:    0px;
+
                                                                      <!-- -->
+
   padding-top:     0px;
+
  padding-bottom:  0px;
+
  padding-left:    0px;
+
  padding-right:    0px;
+
                                                                      <!-- -->
+
  color:            rgb(0,0,0);
+
                                                                      <!-- -->
+
   background-color: grey;
+
                                                                      <!-- -->
+
 
}
 
}
 +
 +
 +
div#HOMEBUTTON {
 +
 +
  float: right;
 +
  width: 100px;
 +
  height: 30px;
 +
  margin: 0px;
 +
  background: #CCCCCC;
 +
  opacity: 1;
 +
}
 +
 +
div#SECBUTTON {
 +
 +
  float: right;
 +
  width: 100px;
 +
  height: 30px;
 +
  margin: 0px;
 +
  background: #BBBBBB;
 +
  opacity: 1;
 +
}
 +
 +
div#BANNERCONTAINER a:link {
 +
 +
  color: white;
 +
  text-decoration: none;
 +
  opacity: 1;
 +
}
 +
 +
div#BANNERCONTAINER a:visited {
 +
 +
  color: white;
 +
  text-decoration: none;
 +
  opacity: 1;
 +
}
 +
 +
div#BANNERCONTAINER a:active {
 +
  color: red;
 +
  text-decoration: none;
 +
  opacity: 1;
 +
}
 +
 +
div#BANNERCONTAINER a:hover {
 +
  color: black;
 +
  text-decoration: none;
 +
  opacity: 1;
 +
}
 +
 +
</style>
 +
</html>
 +
 +
<div id="BANNERCONTAINER">
 +
  <div id="HOMEBUTTON" align="center">
 +
      [[#Week 1|'''main''']]
 +
  </div>
 +
</div>

Revision as of 12:05, 2 November 2016