Team:KULeuven/Tools/Navigation Bar
From 2008.igem.org
(Difference between revisions)
m |
m |
||
Line 2: | Line 2: | ||
<html> | <html> | ||
<!-- BEGIN OF CSS --> | <!-- BEGIN OF CSS --> | ||
+ | <style type="text/css"> | ||
+ | .general div{ | ||
+ | background-color:#EEFFFF; | ||
+ | border:1px solid #003E81; | ||
+ | padding:3pt;} | ||
+ | .example div{ | ||
+ | background-color:#FFFFEE; | ||
+ | border-left:1px solid #003E81; | ||
+ | border-right:1px solid #003E81; | ||
+ | border-bottom:1px solid #003E81; | ||
+ | padding:3pt;} | ||
+ | .input#styled{ | ||
+ | width:500px; | ||
+ | height:18px; | ||
+ | border:1px solid #003E81;} | ||
+ | .textarea{ | ||
+ | width:900px;} | ||
+ | .textarea#styled{ | ||
+ | width:500px; | ||
+ | border:1px solid #003E81;} | ||
+ | .button#clip{ | ||
+ | height:22px; | ||
+ | background-color:#99CCFF; | ||
+ | border:1px solid #003E81;} | ||
+ | </style> | ||
<style type="text/css"> | <style type="text/css"> | ||
#sddm | #sddm |
Revision as of 13:18, 13 July 2008