Template:SupbiotechparisEn

From 2009.igem.org

(Difference between revisions)
Line 51: Line 51:
<html>
<html>
<head>
<head>
-
element.style {
+
#globalSearch {
-
   display: block;
+
   white-space:nowrap;
-
  width: 386px;
+
}
}
-
#tabSearchForm {
+
#topLinks {
-
  background:transparent url(img/white15.png?v=346) repeat scroll 0 0;
+
   text-align:right;
-
  margin:0 auto 10px;
+
-
  padding:5px;
+
-
   text-align:center;
+
-
  width:360px;
+
}
}
-
.autoclear {
+
#globalSearch .text {
-
   display: inline-block;
+
   background-color: red;
}
}
-
.atBottom {
+
#globalSearch input, #globalSearch form, #globalSearch div {
-
  margin-left: auto;
+
display:inline;
}
}
-
#tabSearchForm fieldset {
+
input.search {
-
   background: green none repeat scroll 0 0;
+
   background: transparent url(img/search.png?v=346) no-repeat scroll 4px center;
   border: 1px solid #CCCCCC;
   border: 1px solid #CCCCCC;
-
   float: left;
+
   padding: 3px 3px 3px 20px;
-
  position: relative;
+
-
  width: 274px;
+
}
}
-
#tabSearchForm .search {
+
.defaultText {
-
   background:transparent none repeat scroll 0 0;
+
   color: #AAAAAA;
-
  border:1px solid #CBCBCB;
+
}
-
  color:red;
+
input, select {
-
  float:right;
+
   font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
-
   margin:1px;
+
   font-size: 1em;
-
   padding-left:2px;
+
}
-
   padding-right:2px;
+
input {
-
   width:202px;
+
   font-family: Tahoma,Verdana;
 +
   font-size: 1em;
}
}
</head>
</head>
</html>
</html>

Revision as of 16:26, 21 August 2009

framless
framless
Home Team Media Notebook Acknowledgement


#globalSearch { white-space:nowrap; } #topLinks { text-align:right; } #globalSearch .text { background-color: red; } #globalSearch input, #globalSearch form, #globalSearch div { display:inline; } input.search { background: transparent url(img/search.png?v=346) no-repeat scroll 4px center; border: 1px solid #CCCCCC; padding: 3px 3px 3px 20px; } .defaultText { color: #AAAAAA; } input, select { font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif; font-size: 1em; } input { font-family: Tahoma,Verdana; font-size: 1em; }