Team:METU/

From 2012.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
 +
<p style="color:sienna;margin-left:20px">This is a paragraph.</p>
<script type="text/javascript">
<script type="text/javascript">
Line 185: Line 187:
</script>
</script>
 +
 +
<style type="text/css">
 +
 +
 +
/* Style for top-menu */
 +
.topMenu {
 +
}
 +
 +
/* Style for submenus */
 +
.submenu {
 +
  background-color: #FFFFFF;
 +
  border-width: 1px;
 +
  border-style: solid;
 +
  border-color: #AAAAAA;
 +
  padding: 0px;
 +
}
 +
 +
/* Style for top items: normal state */
 +
.topItemNormal {
 +
  background-image: url(images/css/btn1.gif);
 +
  background-repeat: no-repeat;
 +
  font-family: Tahoma;
 +
  font-size: 11px;
 +
  color: #FFFFFF;
 +
  cursor: pointer;
 +
  width: 100px;
 +
  height: 32px;
 +
  padding-left: 5px;
 +
  padding-right: 5px;
 +
}
 +
 +
/* Style for top items: mouseover state */
 +
.topItemOver {
 +
  background-image: url(images/css/btn2.gif);
 +
  background-repeat: no-repeat;
 +
  font-family: Tahoma;
 +
  font-size: 11px;
 +
  color: #FFFFFF;
 +
  cursor: pointer;
 +
  width: 100px;
 +
  height: 32px;
 +
  padding-left: 5px;
 +
  padding-right: 5px;
 +
}
 +
 +
/* Style for items: normal state */
 +
.itemNormal {
 +
  cursor: pointer;
 +
  background-color: #FFFFFF;
 +
  padding: 5px 15px 5px 15px;
 +
  width: 200px;
 +
}
 +
 +
/* Style for items: mouseover state */
 +
.itemOver {
 +
  cursor: pointer;
 +
  background-color: #357EF8;
 +
  padding: 5px 15px 5px 15px;
 +
  width: 200px;
 +
}
 +
 +
/* Style for items text: normal state */
 +
.itemTextNormal {
 +
  font-family: Trebuchet MS, Tahoma;
 +
  font-size: 11px;
 +
  color: #000000;
 +
  width: 100%
 +
}
 +
 +
/* Style for items text: mouseover state */
 +
.itemTextOver {
 +
  font-family: Trebuchet MS, Tahoma;
 +
  font-size: 11px;
 +
  color: #FFFFFF;
 +
  width: 100%
 +
}
 +
 +
 +
 +
 +
 +
</style>
 +
</head>
</head>
</html>
</html>

Latest revision as of 12:46, 1 September 2012

This is a paragraph.