Team:UCSF/ContactUs

From 2013.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
{{Template:UCSF/MainHeader}}
{{Template:UCSF/MainHeader}}
 +
<html>
 +
<head>
 +
<!--CSS styles: global-->
 +
<style type="text/css">
 +
/***
 +
Minimal header: removes the search bar and header image and readjusts font colours in the menus.
 +
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code!
 +
Check out their wikis at:
 +
https://2011.igem.org/Team:Brown-Stanford
 +
https://2012.igem.org/Team:Lethbridge
 +
***/
-
<h2><center>Contact the 2013 UCSF iGEM team: ucsf-igem-2013 at googlegroups dot com
+
#content h1.firstHeading {
 +
visibility:hidden;
 +
}
 +
#p-logo {
 +
display: none;
 +
}
 +
#searchform {
 +
    display: none;
 +
}
 +
.left-menu {
 +
background-color: #555;
 +
 +
}
 +
.left-menu a {
 +
    color: #000;
 +
}
-
Reach us on <a href="https://www.facebook.com/pages/UCSF-iGEM-Alumni/290769630936213">Facebook </a> or Twitter!
+
div#top-section{ /*the div containing the entire top bar*/
 +
height: 20px;
 +
margin-bottom: 0px !important;
 +
border: none;
 +
}
 +
 
 +
 
 +
#content{
 +
margin-top: 0px;
 +
}
 +
 
 +
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
 +
 
 +
 
 +
div#header {
 +
width: 975px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0px !important;
 +
 +
 
 +
#menubar {
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 
 +
.left-menu, .right-menu{
 +
position: absolute;
 +
background: none;
 +
color: black;
 +
}
 +
 
 +
.left-menu li a, .right-menu li a {
 +
color: #000 !important;
 +
}
 +
 
 +
 
 +
.left-menu ul li, .right-menu ul li a{
 +
background: none;
 +
color: #000 !important;
 +
}
 +
 
 +
.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
 +
    color: #000 !important;
 +
}
 +
 
 +
#catlinks{
 +
display:none;
 +
}
 +
 
 +
/*important for background colours*/
 +
.mediawiki{
 +
background: #ffffff;
 +
}
 +
 
 +
/***End minimal header***/
 +
 
 +
/*Base styles*/
 +
#content{
 +
border: none;
 +
}
 +
h1, h2,h3, h4, #css-full, #css-mobi{
 +
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
 +
border: 0;
 +
font-weight: 400;
 +
}
 +
 
 +
p, div.thumb div div.thumbcaption{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: black;
 +
margin-bottom: 10px;
 +
padding-left: 5px;
 +
}
 +
 
 +
#css-full, #css-mobi{
 +
position: absolute;
 +
float: right;
 +
color: black;
 +
font-size: 1.3em;
 +
top: 0px;
 +
right: 15px;
 +
display: block;
 +
padding: 10px;
 +
}
 +
 
 +
#jsnotice{
 +
background-color: #4ED92F;
 +
}
 +
 
 +
#table{
 +
margin: 10px;
 +
}
 +
 
 +
#textlink a:link,
 +
a:visited{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: #009E99;
 +
text-decoration:none;
 +
}
 +
 
 +
#textlink a:hover,
 +
a:active{
 +
font-family: Calibri, Sans-Serif;
 +
font-weight: normal;
 +
color: #009E99;
 +
text-decoration:underline;
 +
}
 +
 
 +
/*======
 +
Team Styling
 +
======*/
 +
 +
/***Body styling***/
 +
h1{
 +
font-size: 2.5em;
 +
}
 +
h2{
 +
font-size: 1.7em;
 +
}
 +
h3{
 +
font-size: 1.7em;
 +
}
 +
 
 +
#box1{
 +
width: 800px;
 +
background: #fffff;
 +
float: left;
 +
        margin-left: 150px
 +
}
 +
#box1 h2{
 +
}
 +
#box1 p{
 +
font-size: 1.5em;
 +
}
 +
/*Sidebar*/
 +
#sidebar{
 +
position: absolute;
 +
width: 150px;
 +
z-index: 0;
 +
}
 +
 
 +
#sidebar #list{
 +
background: #ffffff;
 +
}
 +
#sidebar h2{
 +
color: #008000;
 +
padding: 20px 15px 0px 15px;
 +
font-size: 2.0em;
 +
}
 +
#sidebar ul{
 +
list-style: none;
 +
margin: 0px 15px;
 +
}
 +
#sidebar #list > ul{
 +
padding-bottom: 20px;
 +
}
 +
#sidebar a{
 +
color: #008000;
 +
font-family: Myriad Pro, Gill Sans MT, Trebuchet MS, Arial, Sans-Serif;
 +
font-size: 1.6em;
 +
display: block;
 +
line-height: 1.4em;
 +
}
 +
#sidebar a:hover{
 +
text-decoration: none;
 +
color: #4E9600;
 +
}
 +
 
 +
 
 +
</style>
 +
</head>
 +
 
 +
<body>
 +
<div id="box1" align="justify">
 +
<h2><center>    </h2>
 +
<h2><center>Contact the 2013 UCSF iGEM team: ucsf-igem-2013 at googlegroups dot com</h2>
 +
 
 +
<h2><center>Reach us on <a href="http://www.facebook.com/pages/UCSF-iGEM-Alumni/290769630936213" target="_blank">Facebook</a> or <a href="http://twitter.com/iGEM_UCSF" target="_blank">Twitter</a>!
 +
<h2><center>                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                       
 +
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
 +
</div>
 +
 
 +
<div id="sidebar">
 +
<div id="list">
 +
<h2>Team</h2>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:UCSF/About_Us">About Us</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Team">Members</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Advisors">Advisors</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/Mentors&Instructors">Mentors</a></li>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=UCSF">Profile</a></li>
 +
<li><a href="https://2013.igem.org/Team:UCSF/ContactUs">Contact Us</a>
 +
</ul>
 +
</div>
 +
 
 +
 
 +
 
 +
</html>

Latest revision as of 18:17, 28 October 2013

Contact the 2013 UCSF iGEM team: ucsf-igem-2013 at googlegroups dot com

Reach us on Facebook or Twitter!