Difference between revisions of "Team:East Chapel Hill/Siyu-test0"

 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
 
 
<style>
 
<style>
div#contentSub{
+
div#top_title{display: none;}
    display: none;
+
div#sideMenu{display: none;}
    position: absolute;left: 0px;top: 0px;
+
</style>
}
+
  
div#top-section{
 
    background: url() no repeat;
 
    background-color:#E6E6E6;
 
    color: #E6E6E6;
 
    height: 0px;
 
    width:  100%;
 
    border: 0px;
 
  
}
 
  
  
div#p-logo{
+
Add our code here
    display: none;
+
}
+
div#menubar{
+
    height:0px;
+
    position: absolute;
+
    top: 0;
+
    font-color: #D1E9E9;
+
}
+
div#menubar .selected a{
+
    color: #CDCD9A;
+
}
+
.left-menu{
+
    float: left;
+
    top: 0;
+
}
+
.right-menu{
+
    float: right;
+
    top: 0;
+
}
+
  
div#search-controls{
 
    display: none;
 
    position: absolute;
 
    float: right;
 
    top: 0px;
 
    right: 20px;
 
    background: url("") no-repeat;
 
    width: 120px;
 
    height: 25px;
 
}
 
#mw-searchButton{
 
    display: none;
 
    border: none;
 
    background: none;
 
    width: 30px;
 
    height: 25px;
 
    left: 87px;
 
    line-height: 0;
 
    font-size: 1px;
 
    text-indent: 100pc;
 
    cursor: pointer;
 
    top: 0;
 
    position: absolute;
 
    padding: 0;
 
    margin: 0;
 
}
 
#content h1.firstHeading {display: none;}
 
#content
 
{
 
border:none;
 
height: 0%;
 
margin:0;
 
padding:0;
 
width:100%;
 
position: absolute;
 
background-color: #FFFFFF;
 
}
 
</style>
 
</head>
 
<body>
 
  
<h1>This is a heading</h1>
 
  
<p>This is a paragraph.</p>
 
<p>This is a paragraph.</p>
 
<p>This is a paragraph.</p>
 
  
</body>
 
 
</html>
 
</html>

Latest revision as of 06:24, 1 August 2017

Add our code here