Team:Penn/css/igemcss

From 2012.igem.org

(Difference between revisions)
Line 129: Line 129:
     clear: both;
     clear: both;
}
}
 +
.all{ width:1000px; margin:0 auto;}
 +
.ImageBorder {border: 3px solid #ffffff;margin: 0 0 20px 0;}
 +
.und{font-size:20px;color:white; text-align:center; margin:20px 0 20px 0;}
 +
.bigbox{width:916px; padding:40px;background:#d7dce1;border:2px solid #708090;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;color:black; font-size:14px; text-align:justify; margin:0 0 20px 0;}
 +
.smallbox{ margin:20px auto; width:600px; padding:40px;background:#d7dce1;border:2px solid #708090;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px; overflow:hidden; text-align:justify;}
 +
.pic1{ float:left; margin:0 40px 0 0; width:150px;}
 +
.name{ font-size:20px;}
 +
.figs2{width:916px; margin:0 auto; overflow:hidden;}
 +
.fignew{font-size:13px; width:418px; margin:10px auto; float:left; padding:0 20px 0 20px;}
 +
.fig{font-size:13px; width:500px; margin:10px auto;}

Revision as of 17:49, 23 October 2012

  1. p-logo, #search-controls, #cat-links {
 display: none;

}

  1. contentSub

{

 display: none;
 margin:0px;

}

div#footer {

  display:none

}

  1. p-logo2
{
   position: absolute;
   z-index: 1;
   height: 107px;
   width: 975px;

}

  1. p-logo2 h5
{
   display: none;

}

  1. p-logo2 a,
  2. p-logo2 a:hover
{
   text-decoration: none;

}

  1. content {
 width:1000px;
 border:none;
 background-color: #01256e;
 padding: 0px;
 margin-top: 0px;

}

  1. footer-box, .printfooter, .firstHeading, #footer {
 display: none;
 margin: 0px;

}

  1. top-section {
 width:1000px;
 border:0px;
 height:0px;
 padding-bottom:0px;
 background: #fff;
 margin-bottom: 0px;
 margin-top: 0px;

}

.right-menu li a, .right-menu li a:hover {

 color: #ffffff;
 background-color: transparent;
 margin-bottom:0px;

}

.left-menu:hover {

 background-color: transparent;
 margin-bottom: 0px;

}

  1. menubar > ul > li:last-child {
 display:none;

}

  1. menubar {
 width: auto;

} body {

 background: #01256e;
 padding: 0 0 0 0;
 margin-top: 0px;

}

img { margin:0px; padding:0px; }

  h1 {
     font-family: arial,sans-serif;
     color: #000000;
     }

.button2 {

 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #ffffff;
 padding: 10px 20px;
 background: -moz-linear-gradient(
 	top,

#0099cc 0%, #857e85 50%, #7a757a 50%, #66c9c9);

 background: -webkit-gradient(
 	linear, left top, left bottom, 

from(#0099cc), color-stop(0.50, #857e85), color-stop(0.50, #7a757a), to(#66c9c9));

 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 border: 1px solid #000000;
 -moz-box-shadow:
	0px 1px 3px rgba(209,205,209,0.5),
 inset 0px 0px 1px rgba(153,009,153,0.6);
 -webkit-box-shadow:
 	0px 1px 3px rgba(209,205,209,0.5),

inset 0px 0px 1px rgba(153,009,153,0.6);

 box-shadow:

0px 1px 3px rgba(209,205,209,0.5), inset 0px 0px 1px rgba(153,009,153,0.6);

 text-shadow:
       0px -1px 0px rgba(250,250,250,1),

0px 1px 0px rgba(255,255,255,0.2); }

  1. catlinks {
   border: none;
   background-color: none;
   padding: 0;
   margin-top: 0;
   clear: both;

} .all{ width:1000px; margin:0 auto;} .ImageBorder {border: 3px solid #ffffff;margin: 0 0 20px 0;} .und{font-size:20px;color:white; text-align:center; margin:20px 0 20px 0;} .bigbox{width:916px; padding:40px;background:#d7dce1;border:2px solid #708090;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;color:black; font-size:14px; text-align:justify; margin:0 0 20px 0;} .smallbox{ margin:20px auto; width:600px; padding:40px;background:#d7dce1;border:2px solid #708090;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px; overflow:hidden; text-align:justify;} .pic1{ float:left; margin:0 40px 0 0; width:150px;} .name{ font-size:20px;} .figs2{width:916px; margin:0 auto; overflow:hidden;} .fignew{font-size:13px; width:418px; margin:10px auto; float:left; padding:0 20px 0 20px;} .fig{font-size:13px; width:500px; margin:10px auto;}