Team:Brown-Stanford/printcss

From 2011.igem.org

(Difference between revisions)
(Created page with "body { text-align: center; margin:0px 0px 0px 0px; background: black; font-family:"Ubuntu", sans-serif; } h1, h2, h3, h4, h5{ color: white; font-family:"U...")
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
body {
 
-
    text-align: center;
 
-
    margin:0px 0px 0px 0px;
 
-
    background: black;
 
-
    font-family:"Ubuntu", sans-serif;
 
-
}
 
h1, h2, h3, h4, h5{
h1, h2, h3, h4, h5{
-
     color: white;
+
     color: black !important;
-
    font-family:"Ubuntu", sans-serif;
+
-
    line-height:25px;
+
-
    border-bottom:1px dotted #e3e3e3;
+
-
    margin-bottom:5px;
+
-
    border-top:0px;
+
-
    margin-top:10px;
+
-
    padding-top:10px;
+
-
    font-weight:normal;
+
}
}
-
 
+
#camfooter {
-
h2.noline{
+
     display: none;
-
     border-top:0;
+
-
    margin-top:0;
+
-
    padding-top:0;
+
-
    margin-bottom:0;
+
-
    line-height:20px;
+
-
    padding-top:2px;
+
-
    font-size:20px;
+
}
}
-
h3 {
 
-
    font-size: 18px;
 
-
    border-bottom: none;
 
-
}
 
-
 
-
h4 {
 
-
    border-bottom: none;
 
-
}
 
-
 
-
h2.topheader{
 
-
    border-top:0;
 
-
    padding-top:0;
 
-
    margin-top:5px;
 
-
}
 
-
 
-
 
-
/* Menu */
 
-
ul.sdt_menu{
 
-
    margin:0;
 
-
    padding:0;
 
-
    list-style: none;
 
-
    font-family:"Ubuntu", "Trebuchet MS", sans-serif;
 
-
    font-size:12px;
 
-
    width:850px;
 
-
}
 
-
ul.sdt_menu a{
 
-
    text-decoration:none;
 
-
    outline:none;
 
-
}
 
-
ul.sdt_menu li{
 
-
    float:left;
 
-
    width:170px;
 
-
    height:85px;
 
-
    position:relative;
 
-
    cursor:pointer;
 
-
}
 
-
ul.sdt_menu li > a{
 
-
    position:absolute;
 
-
    top:0px;
 
-
    left:0px;
 
-
    width:170px;
 
-
    height:85px;
 
-
    z-index:12;
 
-
    background:#222;
 
-
    -moz-box-shadow:0px 0px 2px #000 inset;
 
-
    -webkit-box-shadow:0px 0px 2px #000 inset;
 
-
    box-shadow:0px 0px 2px #000 inset;
 
-
}
 
-
ul.sdt_menu li a img{
 
-
    border:none;
 
-
    position:absolute;
 
-
    width:0px;
 
-
    height:0px;
 
-
    bottom:0px;
 
-
    left:85px;
 
-
    z-index:170;
 
-
    -moz-box-shadow:0px 0px 4px #000;
 
-
    -webkit-box-shadow:0px 0px 4px #000;
 
-
    box-shadow:0px 0px 4px #000;
 
-
    z-index:16;
 
-
}
 
-
ul.sdt_menu li span.sdt_wrap{
 
-
    position:absolute;
 
-
    top:25px;
 
-
    left:0px;
 
-
    width:170px;
 
-
    height:60px;
 
-
    z-index:15;
 
-
}
 
-
ul.sdt_menu li span.sdt_active{
 
-
    position:absolute;
 
-
    background:#111;
 
-
    top:85px;
 
-
    width:170px;
 
-
    height:0px;
 
-
    left:0px;
 
-
    z-index:14;
 
-
    -moz-box-shadow:0px 0px 4px #000 inset;
 
-
    -webkit-box-shadow:0px 0px 4px #000 inset;
 
-
    box-shadow:0px 0px 4px #000 inset;
 
-
}
 
-
ul.sdt_menu li span span.sdt_link,
 
-
ul.sdt_menu li span span.sdt_descr,
 
-
ul.sdt_menu li div.sdt_box a{
 
-
    margin-left:15px;
 
-
    //text-transform:uppercase;
 
-
    text-shadow:1px 1px 1px #333;
 
-
}
 
-
 
-
ul.sdt_menu li span span.sdt_link{
 
-
    color:#fff;
 
-
    font-size:18px;
 
-
    float:left;
 
-
    clear:both;
 
-
}
 
-
ul.sdt_menu li span span.sdt_descr{
 
-
    color:#1C5F1C;
 
-
    float:left;
 
-
    clear:both;
 
-
    width:155px; /*For dumbass IE7*/
 
-
    font-size:10px;
 
-
    letter-spacing:1px;
 
-
}
 
-
ul.sdt_menu li div.sdt_box{
 
-
    display:block;
 
-
    position:absolute;
 
-
    width:170px;
 
-
    overflow: auto;
 
-
    top:85px;
 
-
    left:0px;
 
-
    display:none;
 
-
    background:#333;
 
-
    z-index: 8;
 
-
    padding-top: 15px;
 
-
}
 
-
ul.sdt_menu li div.sdt_box a{
 
-
    float:left;
 
-
    clear:both;
 
-
    line-height:15px;
 
-
    color:#0B75AF;
 
-
}
 
-
 
-
ul.sdt_menu li div.sdt_box a:hover{
 
-
    color:#fff;
 
-
}
 
-
 
-
/* End of menu stuff */
 
-
 
-
/* Lightbox */
 
-
 
-
div.thumb {
 
-
    background-color:black;
 
-
    border:none;
 
-
}
 
-
div.thumb div{
 
-
    background-color:transparent;
 
-
    border:none;
 
-
}
 
-
 
-
div.thumb div a{
 
-
    border:none;
 
-
}
 
-
 
-
/* End lightbox */
 
-
 
-
.secheader{
 
-
    height:50px;
 
-
    color:white;
 
-
    padding-left:10px;
 
-
    padding-top:15px;
 
-
    font-size:2.0em;
 
-
    text-align:left;
 
-
    overflow:auto;
 
-
}
 
-
 
-
.contwrap{
 
-
    text-align:justify;
 
-
    background:#f8f8f8;
 
-
    color:#333333;
 
-
    width:720px;
 
-
    padding-left:10px;
 
-
    padding-top:5px;
 
-
    padding-right:10px;
 
-
    padding-bottom:20px;
 
-
    margin-top:5px;
 
-
    margin-bottom:none;
 
-
}
 
-
 
-
h2 {
 
-
    margin:0 0 1em;
 
-
}
 
-
 
-
#camfooter {
 
-
    clear:both;
 
-
    height:0px;
 
-
    background:white;
 
-
}
 
-
#camfooter p {
 
-
    margin:0;
 
-
}
 
-
* html #camfooter {
 
-
    height:1px;
 
-
}
 
h1.firstHeading {
h1.firstHeading {
     display: none;
     display: none;
Line 215: Line 11:
#globalWrapper {
#globalWrapper {
-
    padding:0px 0px 0px 0px;
+
     color: black !important;
-
    margin:0px 0px 0px 0px;
+
-
    text-align: center;
+
-
    align: center;
+
-
    height: 100%;
+
-
    width: 100%;
+
-
    border: none;
+
-
     color: white;
+
-
    background: none;
+
-
}
+
-
#content {
+
-
    background: none;
+
-
    border:none;
+
-
    padding:0px 0px 0px 0px;
+
-
    margin:0px 0px 0px 0px;
+
-
    text-align: center;
+
-
    align: center;
+
-
    height: 100%;
+
-
    width: 100%;
+
}
}
-
#bodyContent {
 
-
    padding:0px 0px 0px 0px;
 
-
    margin:0px 0px 0px 0px;
 
-
    height: 100%;
 
-
    width: 100%;
 
-
    border: none;
 
-
    background: none;
 
-
}
 
-
 
-
#search-controls {
 
-
    overflow:hidden;
 
-
    display:none;
 
-
    background: none;
 
-
    position: absolute;
 
-
    top: 170px;
 
-
    right: 40px;
 
-
}         
 
-
#footer-box {
 
-
    background: none;
 
-
    border: none;
 
-
    width: 965px;
 
-
    margin: 0 auto;
 
-
    margin-bottom:none;
 
-
    padding-left:5px;
 
-
    padding-right:5px;
 
-
    color: white;
 
-
}
 
#footer {
#footer {
-
     border: none;
+
     display: none;
-
    width: 965px;
+
-
    margin: 0;
+
-
    padding: 0;
+
-
    background: none ;
+
-
    color: white;
+
-
}
+
-
 
+
-
#f-list a {
+
-
    color: #CCC;
+
-
    font-size: 10px;
+
-
}
+
-
#f-list a:hover {
+
-
    color: #999;
+
-
}
+
-
#footer ul {
+
-
    margin: 0;
+
-
    padding: 0;
+
-
}
+
-
#footer ul li {
+
-
    margin-top: 0;
+
-
    margin-bottom: 0;
+
-
    margin-left: 10px;
+
-
    margin-right: 10px;
+
-
    padding: 0;
+
}
}
div.content {
div.content {
-
     background: url("https://static.igem.org/mediawiki/2011/6/6d/Brown-Stanford_Transparent.png") ;
+
     background: white !important;
-
    text-align: left;
+
-
    margin: auto;
+
     margin-top: 5px !important;
     margin-top: 5px !important;
-
     color: white;
+
     color: black !important;
-
    width: 810px !important;
+
-
    padding: 20px 20px 20px 20px;
+
-
}
+
-
 
+
-
#twitterWrap {
+
-
    float: right;
+
-
    height: 170px;
+
-
    width: 220px;
+
-
    text-align: left;
+
-
    padding: 20px 0px 20px 20px;
+
-
    background: none;
+
-
}
+
-
 
+
-
#twitter {
+
-
    position:relative;
+
-
    height: 150px;
+
-
    width: 200px;
+
-
    text-align: left;
+
-
    padding: 10px 10px 10px 10px;
+
-
    background-color: #3E3333;
+
-
    overflow:auto;
+
-
    z-index: 5;
+
-
}
+
-
 
+
-
#twitter ul {
+
-
    margin-left: 5px;
+
-
    padding-left: 5px;
+
-
}
+
-
 
+
-
#twitter ul li {
+
-
    font-size: 10px;
+
-
}
+
-
 
+
-
#twitter a {
+
-
    color: #888;
+
-
}
+
-
 
+
-
#twitter h2{
+
-
    border-bottom:0px;
+
-
    margin-top:0px;
+
-
    padding-top:0px;
+
-
    font-size: 14px;
+
-
}
+
-
 
+
-
table {
+
-
    background: none;
+
}
}
.headerimg {
.headerimg {
-
     background-position: center top;
+
     display: none !important;
-
    background-repeat: no-repeat;
+
-
    width:100%;
+
-
    height:100%;
+
-
    position:fixed;
+
-
    text-align: left;
+
-
    padding: 0px 0px 0px 0px;
+
-
    margin: -14px 0px 0px 0px;
+
}
}
-
 
-
#preload{
 
-
    display:none;
 
-
}
 
-
 
div#header {
div#header {
-
     width: 850px;
+
     display: none !important;
-
    text-align: left;
+
-
    margin-left: auto;
+
-
    margin-right: auto;
+
-
    margin-bottom: 0px !important;
+
}   
}   
-
#p-logo {
+
div.header {
-
    height:0px;
+
     display: none !important;
-
    overflow:hidden;
+
}  
-
    border:none;
+
-
}
+
-
 
+
-
#top-section {
+
-
    height: 20px;
+
-
    margin-left: auto;
+
-
    margin-right: auto;
+
-
    margin-bottom: 0px !important;
+
-
    margin-top: -14px;
+
-
    padding:0px 0px 0px 0px;;
+
-
    border: none;
+
-
    width: 100%;
+
-
    background: none;
+
-
    color: black;
+
-
    position:absolute;
+
-
}
+
-
 
+
-
#menubar {
+
-
    position: absolute;
+
-
    background: none;
+
-
    color: black;
+
-
}
+
-
 
+
-
.left-menu, .right-menu{
+
-
    position: absolute;
+
-
    background: none;
+
-
    color: white;
+
-
}
+
-
 
+
-
.left-menu ul li, .right-menu ul li a{
+
-
    background: none;
+
-
    color: white;
+
-
}
+
-
 
+
-
#contentSub {
+
-
    background: none;
+
-
}
+
-
 
+
-
table.gallery {
+
-
    background: url("https://static.igem.org/mediawiki/2011/6/6d/Brown-Stanford_Transparent.png");
+
-
    border: none !important;
+
-
    margin-left: auto;
+
-
    margin-right: auto;
+
-
}
+
-
 
+
-
table.gallery tr, div.gallerybox, div.gallerybox div.thumb {
+
-
     background: none;
+
-
    border: none !important;
+
-
}
+
-
 
+
-
table.gallery tr td, table.gallery td {
+
-
    background: none;
+
-
    color: white;
+
-
    border: solid 1px #393333;
+
-
}
+
-
 
+
-
#sponsor-box {
+
-
    background: none;
+
-
}
+
-
 
+
-
div#catlinks {
+
-
    display: none;
+
-
}
+
-
 
+
-
a, a:visited, a:hover, a:active, a.new {
+
-
    color: #797777;
+
-
}
+
ol {
ol {
Line 444: Line 40:
}
}
-
.left-menu li, .right-menu li a {
+
.left-menu , .right-menu {
-
     color: transparent !important;
+
     display: none !important;
}
}
-
.right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
+
a:link, a:visited {
-
    color: white !important;
+
color: #520 !important;
-
}
+
background: transparent !important;
 +
font-weight: bold !important;
 +
text-decoration: underline !important;
 +
}
-
table#calendar tr td table tr td {
+
#content a:link:after, #content a:visited:after {
-
    width: 45px;
+
  content: " (" attr(href) ") " !important;
-
    color: white;
+
  font-size: 90% !important;
-
}
+
  }
-
table#calendar tr td table tr td#month {
+
#content a[href^="/"]:after {
-
    font-size: 18px;
+
  content: " (https://2011.igem.org" attr(href) ") ";
-
}
+
  }
-
 
+
-
table#calendar tr td table tr td#day {
+
-
    font-size: 10px;
+
-
}
+
-
 
+
-
table#calendar tr td {
+
-
    width: 300px;
+
-
    padding: 5px;
+
-
}
+
-
 
+
-
div#notebook h1, div#notebook h2, div#notebook h3, div#notebook h4, div#notebook h5{
+
-
    color: black;
+
-
    font-family:"Ubuntu", sans-serif;
+
-
    line-height:25px;
+
-
    border-bottom:1px dotted #3e3e3e;
+
-
    margin-bottom:5px;
+
-
    border-top:0px;
+
-
    margin-top:10px;
+
-
    padding-top:10px;
+
-
    font-weight:normal;
+
-
}
+
-
div#notebook {
+
.icons, .igem {
-
    color: black;
+
  display: none !important;
-
    padding: 10px;
+
-
    background-color: #FFEFD5;
+
}
}
-
div#notebook a {
+
ol, ul{
-
    color; black !important;
+
  color: black !important;
}
}

Latest revision as of 18:28, 5 July 2011

h1, h2, h3, h4, h5{

   color: black !important;

}

  1. camfooter {
   display: none;

}

h1.firstHeading {

   display: none;

}

  1. globalWrapper {
   color: black !important;

}

  1. footer {
   display: none;

}

div.content {

   background: white !important;
   margin-top: 5px !important;
   color: black !important;

}

.headerimg {

   display: none !important;

}

div#header {

   display: none !important;

}

div.header {

   display: none !important;

}

ol {

   color: white;

}

.left-menu , .right-menu {

   display: none !important;

}

a:link, a:visited { color: #520 !important; background: transparent !important; font-weight: bold !important; text-decoration: underline !important; }

  1. content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") " !important;
  font-size: 90% !important;
  }
  1. content a[href^="/"]:after {
 content: " (https://2011.igem.org" attr(href) ") ";
  }

.icons, .igem {

  display: none !important;

}

ol, ul{

  color: black !important;

}