Template:Sheffield2014 socio-reg-template

From 2014.igem.org

(Difference between revisions)
 
(70 intermediate revisions not shown)
Line 1: Line 1:
 +
{{Team:Sheffield/NavigationBar}}
 +
<html>
<html>
-
<style>
+
<!DOCTYPE html>
-
/*  BioBrick registry stylesheet */
+
<head>
 +
<style type="text/css">
-
/* $Id: biobricks.css,v 1.7 2004/01/03 18:34:59 austin Exp $ */
+
/*-- hides default wiki settings --*/
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;}
-
span.sequence
+
body {
-
{
+
  font-family: sans-serif;
-
    font-size: small;
+
  font-size: 0.8em;
-
    font-family: Courier;
+
-
    color: #999999;
+
}
}
-
span.highlight-sequence
 
-
{
 
-
    font-family: Courier;
 
-
    font-size: small;
 
-
    color: #000000;
 
-
}
 
-
table.title
 
-
{
 
-
    width: 100%;
 
-
}
 
-
table.title td.title
+
/*-- formats hyperlinks --*/
-
{
+
  a:link, a:visited {
-
    text-align: center;
+
    text-decoration:none;
-
}
+
    color:#000000;
 +
  }
-
table.title td.login
+
  a.highlighted:link, a.highlighted:visited {
-
{
+
    color:#FF9900;
-
    text-align: right;
+
  }
-
    width: 200px;
+
-
}
+
-
table.title td.icon
+
  a.menu_item:visited, a.menu_item:link {
-
{
+
    color:#FFFFFF;
-
    text-align: left;
+
  }
-
    width: 200px;
+
-
}
+
-
table.main tr
+
  a:hover, a:active, a.menu_item:hover, a.menu_item:active, a.highlighted:hover, a.highlighted:active {
-
{
+
    text-decoration:none;
-
    vertical-align: top;
+
    color:#00AAFF;
-
}
+
  }
-
table.main td.body
 
-
{
 
-
    width: 100%;
 
-
}
 
-
.menu
+
#title {
-
{
+
  color:black;
-
    background-color: #aaaaff;
+
  background-color:white;
-
    border: 3px outset #cccccc;
+
  width:99.1%;
-
    width: 8em;
+
  padding:0.4em;
}
}
-
table.bodytable
+
#registrycontent {
-
{
+
     position: relative;
-
     background-color: #ccccff;
+
    float: left;
-
     border: thin solid;
+
    left: 1%;
-
 
+
    width: 94.1%;
-
     /* Centers the table on the page (sets the two margins to be equal) */
+
    min-height:400px;
-
     margin-left: auto;
+
     margin: 1% auto 0 auto;
-
     margin-right: auto;
+
    padding: 1% 2% 2% 2%;;
 +
     background: white;
 +
    color: rgb(40,40,40);;
 +
     line-height: 1.5em;
 +
     box-shadow: rgba(50,50,50,0.75) 1px 1px 10px 0px;
}
}
-
table.bodytable th
+
#registry_table {  
-
{
+
     border-color: #444444;
-
     background-color: #aaaaff;
+
    border-style: solid;
 +
    border-width: 3px;
 +
    float: left;
 +
    min-width: 50%;
 +
    border-collapse: collapse;
}
}
-
table.bodytable td.column0
+
#registry_table th {
-
{
+
     background-color: #AAAAAA;
-
     background-color: #bbbbff;
+
    font-size: 1.1em;
 +
    padding: 5px;
 +
    padding-left: 10px;
 +
    text-align: left;
}
}
-
table.addborder
+
#registry_table td {
-
{
+
    background-color: #EEEEEE;
-
  border-collapse: collapse;
+
    font-size: 1 em;
-
}
+
    padding: 5px;
 +
    border-color: #3D3D3D;
 +
    border-style: solid;
 +
    border-width: 1px;
-
table.addborder td
 
-
{
 
-
    border: thin solid;
 
}
}
-
.status_planning { color: #0088ff; }
 
-
.status_building { color: #777700; }
 
-
.status_available { color: #009900; }
 
-
.status_unavailable { color: #ff0000; }
 
-
.nonexistent_part { color: #ff0000; }
 
-
div.message
 
-
{
 
-
    color: #ff0000;
 
-
    text-align: center;
 
-
}
 
-
div.error
 
-
{
 
-
    color: #ff0000;
 
-
    text-align: center;
 
-
}
 
-
.user
+
#registry_menu {
-
{
+
-
    color: #0000ff;
+
-
}
+
-
.bb_link
+
  background-color:#666666;
-
{
+
  float:left;
-
text-decoration: none;
+
  border:black;
-
padding-left: 6px;
+
  width:99.1%;
 +
  height: 2.35em;
}
}
-
.blank_col
+
#registry_menu li {
-
{
+
    float:left;
-
background-color: white ! important;
+
    display:block;
-
vertical-align: middle ! important;
+
    text-align:center;
-
width: 50px;
+
    position:relative;
-
border: none ! important;
+
    padding: 0px 0px 0px 0px;
-
}
+
    margin-right:4em;
 +
    margin-top:0.1em;
 +
    border:none;
 +
    line-height: 2em;
 +
    font-size: 1em;
-
.part_class_link
 
-
{
 
-
text-decoration: none;
 
}
}
-
.cell_planning { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #0088ff ! important; }
+
#registry_menu li:hover {
-
.cell_building { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #777700 ! important; }
+
-
.cell_available { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #009900 ! important; }
+
-
.cell_unavailable { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #ff0000 ! important; }
+
-
.cell_white { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #ffffff ! important; }
+
    padding: 0px 0px 0px 0px;
-
.cell_red { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #ff4040 ! important; }
+
background: #666666;
-
.cell_yellow { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #ffff00 ! important; }
+
}
-
.cell_green { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #00ff00 ! important; }
+
-
.cell_orange { padding-left: 2px ! important; padding-right: 2px ! important; background-color: #ff8800 ! important; }
+
 +
#registry_menu li a {
 +
    color: #EEEEEE;
 +
    display:block;
 +
    outline:0;
 +
    text-decoration:none;
 +
}
 +
#registry_menu li:hover a {
 +
    color:#FF9900;
 +
}
-
.part_class_link_x
+
#registry_menu li:hover .col a {
-
{
+
    color:#FFFFFF;
-
background-color: #ccccff;
+
-
font-family: Arial, Helvitica, sans-serif;
+
-
font-size: 12px;
+
-
line-height: 14px;
+
-
padding-left: 10px;
+
-
padding-right: 10px;
+
-
text-decoration: none;
+
}
}
-
.tight { padding: 0px !important; }
+
.dropdown {
-
 
+
    width: 12em;
-
.part_jumper
+
    margin:0 auto;
-
{
+
    float:left;
-
background-color: #ccccff;
+
    position:absolute;
-
border: solid;
+
    left:-999em;
-
border-width: 1px;
+
    text-align:left;
-
border-color: black;
+
    padding: 1em 0.5em 1em 0.5em;
-
font-size: 11px;
+
    border:1px solid #777777;
-
line-height: 12px;
+
    border-top:none;
-
padding-left: 0px;
+
    background:#000000;
-
padding-bottom: 0px;
+
    z-index: 10;
}
}
 +
#registry_menu li:hover .dropdown {
 +
    left:-1px;
 +
    top:auto;
 +
}
-
.noul_link
+
.col {
-
{
+
    width: 11em;
-
text-decoration: none;
+
    display:inline;
 +
    float: left;
 +
    position: relative;
 +
    margin-left: 0.5em;
 +
    margin-right: 1em;
}
}
 +
#registry_menu .col p {
 +
    text-indent: 1em;
 +
}
-
.student_table
 
-
{
 
-
background-color: #ccccff;
 
-
font-size: 11px;
 
-
line-height: 12px;
 
-
padding-top: 0px;
 
-
padding-bottom: 1px;
 
-
border: solid;
 
-
border-width: 1px;
 
-
border-color: black;
 
-
}
 
-
.student_table td
 
-
{
 
-
font-size: 11px;
 
-
font-weight: bold;
 
-
line-height: 12px;
 
-
padding-top: 0px;
 
-
padding-bottom: 0px;
 
-
}
 
-
.question
 
-
{
 
-
color: #444477;
 
-
font-weight: bold;
 
-
font-size: 13px;
 
-
}
 
-
.hide {display: none;}
 
-
.expose {display: inline;}
 
-
.smalltext
 
-
{ font-size: 10px ! important;
 
-
padding: 0px ! important;
 
-
margin: 0px ! important;
 
-
border:  1px solid gray !important;
 
-
}
 
-
table.order_row
 
-
{ border: solid 1px;
 
-
width:  100%;
 
-
border-collapse: collapse !important;
 
-
}
 
-
table.order_row a.noul_link
+
</style>
-
{ text-decoration: none;
+
</head>
-
font-size: 14px;
+
-
color: black;
+
-
}
+
 +
<body>
-
tr.bar_row
+
<div style="height:5.5em">
-
{ line-height: 3px ! important;
+
</div>
-
font-size: 1px;
+
-
padding: 0px;
+
-
margin: 4px;
+
-
}
+
-
tr.bar_row_name
+
<div id="title">
-
{ line-height: 11px;
+
<h1>
-
font-family: ariel;
+
  Registry of Standard Policy and Practice Parts
-
font-size: 10px;
+
</h1>
-
text-align: center;
+
</div>
-
padding-left: 2px;
+
-
padding-right: 2px;
+
-
}
+
-
td.bar_row_name
+
-
{ line-height: 11px;
+
-
font-family: ariel;
+
-
font-size: 10px;
+
-
text-align: center;
+
-
vertical-align: top;
+
-
padding-left: 2px;
+
-
padding-right: 2px;
+
-
}
+
 +
<div style="height:0.4em">
 +
</div>
-
.hide {display: none;}
+
<div id="registry_menu">
-
.expose {display: inline;}
+
<ul>
-
</style>
+
<li><a href="../main">sociobricks</a>
-
 
+
<div class="dropdown">
 +
<div class="col">
 +
<h2><a href="">Browse by type</a></h2>
 +
 +
<p><a href="https://2014.igem.org/wiki/index.php?title=Team:Sheffield/sociobricks/catalogue/framework">Framework</p>
 +
<p><a href="https://2014.igem.org/wiki/index.php?title=Team:Sheffield/sociobricks/catalogue/ethics">Ethics</p>
 +
<p><a href="https://2014.igem.org/wiki/index.php?title=Team:Sheffield/sociobricks/catalogue/methods">Methods</p>
 +
<p><a href="https://2014.igem.org/wiki/index.php?title=Team:Sheffield/sociobricks/catalogue/analysis">Analysis</p>
 +
<p><a href="https://2014.igem.org/wiki/index.php?title=Team:Sheffield/sociobricks/catalogue/outputs">Outputs</p>
 +
</div>
 +
</div>
 +
</li>
 +
<li><a href="./main">main page</a></li>
 +
<li><a href="./experience">experience</a></li>
 +
<li><a href="./information">information</a></li>
 +
<li><a href=?action=edit>edit</a></li>
 +
</ul>
 +
</div>
 +
</body>
</html>
</html>

Latest revision as of 20:03, 17 October 2014

Registry of Standard Policy and Practice Parts