Team:XMU-China/CSS/SpryMenuBarHorizontal/css

From 2012.igem.org

(Difference between revisions)
 
(68 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
<html>
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<style type="text/css">
-
<head>
+
 
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
 
-
<title>无标题文档</title>
+
@charset "UTF-8";
-
<style type="text/css">
+
 
-
#apDiv1 {
+
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
-
position:relative;
+
 
-
top:0px;
+
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
-
width:533px;
+
 
-
height:445px;
+
/*******************************************************************************
-
z-index:1;
+
 
-
margin:auto;
+
LAYOUT INFORMATION: describes box model, positioning, z-order
-
margin-left:50px;
+
 
-
margin-right:50px;
+
*******************************************************************************/
 +
 
 +
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
 +
ul.MenuBarHorizontal
 +
{
 +
margin: 0;
 +
padding: 0;
 +
list-style-type: none;
 +
font-size: 100%;
 +
cursor: default;
 +
width: auto;
 +
}
 +
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
 +
ul.MenuBarActive
 +
{
 +
z-index: 1000;
 +
}
 +
/* Menu item containers, position children relative to this container and are a fixed width */
 +
ul.MenuBarHorizontal li
 +
{
 +
margin: 0;
 +
padding: 0;
 +
list-style-type: none;
 +
font-size: 100%;
 +
position: relative;
 +
text-align: left;
 +
cursor: pointer;
 +
width: 8em;
 +
float: left;
 +
}
 +
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
 +
ul.MenuBarHorizontal li ul
 +
{
 +
margin: 0;
 +
padding: 0;
 +
list-style-type: none;
 +
font-size: 100%;
 +
z-index: 1;
 +
cursor: default;
 +
width: 8.2em;
 +
position: absolute;
 +
left: -1000em;
 +
}
 +
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
 +
ul.MenuBarHorizontal li ul.MenuBarSubmenuVisible
 +
{
 +
left: auto;
 +
}
 +
/* Menu item containers are same fixed width as parent */
 +
ul.MenuBarHorizontal li ul li
 +
{
 +
width: 8.2em;
 +
}
 +
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
 +
ul.MenuBarHorizontal li ul ul
 +
{
 +
position: absolute;
 +
margin: -5% 0 0 95%;
 +
}
 +
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
 +
ul.MenuBarHorizontal li ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
 +
{
 +
left: auto;
 +
top: 0;
}
}
-
</style>
 
-
</head>
 
-
<body>
+
/*******************************************************************************
-
<div id="apDiv1">
+
 
-
  <p>The aim of this study is to construct a fluorescent digital&nbsp;display device of  genetic circuits with synthetic logic gates, which can both display and switch  numbers. Similar to electronic circuits, logic regulation operation in cells integrates the extracellular and intracellular signals. We assemble several  pairs of promoters and their activators (or repressors) into computing building  block of the circuit: <em>PBAD</em>-Arabinose, <em>PcI</em>-CI, and <em>PtetR</em>-TetR. As shown in  Figure 1, these computation units act as genetic logic gates perform AND, OR  and NOT gates function. In order to light up our digital numbers, we put Green  Fluorescent Protein (GFP) in the downstream expression, which is ubiquitous in  the field of biological signal protein. Considering that the common types of  GFP usually tend to be very stable and hard to &quot;quench&quot;, we choose  unstable GFP to make our device reusable and convert in a fast speed. This  unstable GFP is tagged with a C-terminal extension, which will be recognized  and degraded by tail-specific proteases, leading to a short half-life and fast degradation of the protein.Degradation rate should be confined at suitable range, otherwise the device would either have no light or take a long  time to change numbers .</a><br />
+
  DESIGN INFORMATION: describes color scheme, borders, fonts
-
    <img width="317" height="61" src="https://static.igem.org/mediawiki/2012/1/18/Circuit.png /> <br />
+
 
-
  Fig 1 Gene circuits of cellular  digital display</p>
+
  *******************************************************************************/
-
  <p>Moreover, we intend to  develop a unique display device in such a way that each unit lights up one  after another. To meet the challenge, we set out to engineer a series of cells  with variable time-delayed expression characters under the inspiration of Feed  Forward Loops (FFLs) in transcription network. As shown in Figure 2, both X and Y are transcriptional activators of coherent type 1 FFL with  &quot;AND-gate&quot; function. When signal Sx appears, X becomes  active and stimulates the downstream promoters, which are capable of inducing  the production of Y and Z. Due to the &quot;AND gate&quot; function, Z starts  to accumulate only when Y yields at a threshold. By controlling the Y  production and the activation threshold for the <em>Z</em> promoter, we can alter the duration of time-delay in the  expression of GFP. Lux system will still play an  important role based on our project last year. Promoter <em>luxpR</em> with various modifications in threshold will be created by  site-directed mutagenesis.</p>
+
 
-
  <p align="center"><img width="110" height="164" src="file:///D|/web/webstudio/image012_0004.jpg" alt="说明: 计算机生成了可选文字: " /> <br />
+
/* Submenu containers have borders on all sides */
-
    Fig 2 Coherent type 1 Feed-Forward  Loops</p>
+
ul.MenuBarHorizontal li ul
-
</div>
+
{
-
<p>&nbsp;</p>
+
border: 1px solid #CCC;
-
<p align="center">a</p>
+
}
-
</body>
+
/* Menu items are a light gray block with padding and no text decoration */
 +
ul.MenuBarHorizontal a
 +
{
 +
display: block;
 +
cursor: pointer;
 +
background-color: #EEE;
 +
padding: 0.5em 0.75em;
 +
color: #333;
 +
text-decoration: none;
 +
}
 +
/* Menu items that have mouse over or focus have a blue background and white text */
 +
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
 +
{
 +
background-color: #33C;
 +
color: #FFF;
 +
}
 +
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
 +
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
 +
{
 +
background-color: #33C;
 +
color: #FFF;
 +
}
 +
 
 +
/*******************************************************************************
 +
 
 +
  SUBMENU INDICATION: styles if there is a submenu under a given menu item
 +
 
 +
  *******************************************************************************/
 +
 
 +
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
 +
ul.MenuBarHorizontal a.MenuBarItemSubmenu
 +
{
 +
background-image: url(SpryMenuBarDown.gif);
 +
background-repeat: no-repeat;
 +
background-position: 95% 50%;
 +
}
 +
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
 +
ul.MenuBarHorizontal li ul a.MenuBarItemSubmenu
 +
{
 +
background-image: url(SpryMenuBarRight.gif);
 +
background-repeat: no-repeat;
 +
background-position: 95% 50%;
 +
}
 +
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
 +
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
 +
{
 +
background-image: url(SpryMenuBarDownHover.gif);
 +
background-repeat: no-repeat;
 +
background-position: 95% 50%;
 +
}
 +
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
 +
ul.MenuBarHorizontal li ul a.MenuBarItemSubmenuHover
 +
{
 +
background-image: url(SpryMenuBarRightHover.gif);
 +
background-repeat: no-repeat;
 +
background-position: 95% 50%;
 +
}
 +
 
 +
/*******************************************************************************
 +
 
 +
BROWSER HACKS: the hacks below should not be changed unless you are an expert
 +
 
 +
*******************************************************************************/
 +
 
 +
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
 +
ul.MenuBarHorizontal iframe
 +
{
 +
position: absolute;
 +
z-index: 1010;
 +
filter:alpha(opacity:0.1);
 +
}
 +
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
 +
@media screen, projection
 +
{
 +
ul.MenuBarHorizontal li.MenuBarItemIE
 +
{
 +
display: inline;
 +
f\loat: left;
 +
background: #FFF;
 +
}
 +
}
 +
</style>  
</html>
</html>

Latest revision as of 04:55, 6 August 2012