Team:UANL Mty-Mexico/EditingPage

From 2011.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
<html>
-
<head>
+
  <head>
-
<style>
+
    <meta charset="utf-8">
 +
    <title>Demo</title>
 +
  </head>
 +
  <body>
 +
    <a href="http://jquery.com/">jQuery</a>
 +
    <script src="http://www.genobiotec2011.org/stuff/jquery-mine.js"></script>
 +
    <script>
 +
      window.onload = function(){ alert("welcome"); }
 +
    </script>
-
div#contentSub{
 
-
    display: none;
 
-
    position: absolute;
 
-
}
 
-
div#top-section{
 
-
    background: url() no repeat;
 
-
    background-color:#E6E6E6;
 
-
    color: #D1E9E9;
 
-
    height: 20px;
 
-
    width:  100%;
 
-
    border: 0px;
 
-
}
 
-
 
+
  </body>
-
div#p-logo{
+
-
    display: none;
+
-
}
+
-
div#menubar{
+
-
    position: relative;
+
-
    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;}
+
-
 
+
-
 
+
-
</style></head>
+
</html>
</html>
-
 
-
lalal
 
-
 
-
asdklasd
 
-
 
-
 
-
sdlkasdjañlsd
 

Latest revision as of 09:36, 30 June 2011

Demo jQuery