Template:UCSF/LeftStart

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style> #left{ margin-top:-10px; float:left; width:725px; background-color:#EFEFED; } </style> <div id="left"> </html>)
Line 1: Line 1:
<html>
<html>
-
<style>
+
<style type="text/css">
-
#left{
+
.searchform {
-
margin-top:-10px;
+
        margin-left:3px;
-
float:left;
+
//        margin-right:auto;
-
width:725px;
+
        margin-top:3px;
-
background-color:#EFEFED;
+
display: inline-block;
 +
zoom: 1; /* ie7 hack for display:inline-block */
 +
*display: inline;
 +
//border: solid 1px #d2d2d2;
 +
padding: 3px 5px;
 +
}
 +
.searchform input {
 +
font: normal 12px/100% Arial, Helvetica, sans-serif;
 +
}
 +
.searchform .searchfield {
 +
background: #fff;
 +
padding: 6px 6px 6px 8px;
 +
width: 184px;
 +
border: solid 1px #bcbbbb;
 +
outline: none;
 +
 
 +
-webkit-border-radius: 2em;
 +
-moz-border-radius: 2em;
 +
border-radius: 2em;
 +
 
 +
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 +
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 +
box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 +
}
 +
.searchform .searchbutton {
 +
color: #fff;
 +
border: solid 1px #494949;
 +
font-size: 11px;
 +
height: 27px;
 +
width: 27px;
 +
text-shadow: 0 1px 1px rgba(0,0,0,.6);
 +
 
 +
-webkit-border-radius: 2em;
 +
-moz-border-radius: 2em;
 +
border-radius: 2em;
 +
 
 +
background: #5f5f5f;
 +
background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
 +
background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
 +
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
 +
-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
}
</style>
</style>
-
<div id="left">
+
 
 +
<table border="0" style="margin:0px;padding:0px;margin-top:-25px;">
 +
<tbody>
 +
<tr>
 +
<td width="707px" style="padding: 0 0 0 0; background-color:#ede8e2;margin:0;" valign="top">
 +
 
 +
<div id="left" style="width:100%;height:100%;">
</html>
</html>

Revision as of 14:30, 26 October 2010