Team:Brasil-USP/Template:CSScover

/* GENERAL STYLING */

body{ margin: 0; padding: 0; width: 100%; }

h1 {

   font-family: "Arvo";
   font-weight: normal;
   font-size: 70px;
   text-align: center;
   color: #fff;
   margin: 0;
   padding: 0;

}

h2 {

   font-family: "Arvo";
   font-weight: normal;
   font-size: 55px;
   text-align: center;
   color: #fff;
   margin: 0;
   padding: 0;

}

h3 {

   font-family: Oswald;
   font-weight: normal;
   font-size: 20px;
   text-align: center;
   margin: 5px 0;
   padding: 0;
   z-index: 1;
   position: relative;

}


.center { margin: 0 auto; } .content{ margin: 0 auto; width: 960px; } .clear { clear: both; } a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; } a.rpanel { float: right; color: #e1e1e1; font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #fff; } a.rpanel:hover{ color: #fff; }


/* Header */

  1. header {

width: 100%; background-color: #322; opacity: 0.8; height: 80px; position: fixed; margin-top: 0px; }

  1. nav { width: 550px; float: right; margin-top: 20px; margin-right: 0px; }
  2. logo a { color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 20px; color: #fff; font-family:"Wellfleet"; font-weight: bold; }
  3. Br { text-decoration: none; float: left; margin: 15px 20px 0px 0px; }
  4. nav ul{

list-style: none; display: block; margin: 0 auto; list-style: none; }

  1. nav li{

margin-top: 9px; float: left; padding-left: 21px; }

  1. nav li a { color: #fff; opacity:0.6; font-size: 16px; text-decoration: none; font-family: 'Wellfleet'; }
  2. nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
  3. nav li a:hover { color: #fff; opacity:1; }



/* Slides */

  1. capa, #project{ width: 100%; }
  2. capa

{

   background:url('../img/capa.jpg') 50% 0 no-repeat fixed;
   color: #fff;
   height: 600px;
   margin: 0;
   padding: 100px 0 260px 0;
   background-size: cover;

}


  1. capa img.igem

{

   display: block;
   margin: 0 auto 0 auto;
   float: center;
   height: 200px;

}

  1. capa #square

{

   margin: 30px auto;
   width: 300px;
   border: 4px solid #fff; 
   border-radius: 8px;

}

  1. capa h3 { font-size: 30px; }
  1. project

{

   background-color: #fff;
   color: #333333;
   height: 300px;
   margin: 0 auto;
   overflow: hidden;
   padding: 200px 0;

}

  1. project h3

{

   font-family: "Arvo";
   margin-bottom: 30px; 
   font-weight: normal;
   font-size: 20px;

}

  1. project #colunaesquerda { float: left; width: 450px;}
  2. project #colunadireita { float: right; width: 420px;}
  3. project img

{

   display: block;
   margin: 0 auto 0 auto;
   float: center;
   border-radius: 8px; 
   border: 0px solid #fff; 

}

  1. wiki

{

   background: url('../img/Project.jpg') 50% 0 no-repeat fixed;
   color: #111;
   height: 600px;
   padding: 170px 0 0 0;	
   background-size: cover;

}

  1. wiki h1, #wiki h2, #wiki h3 { margin-top: 30px; color: #333; }
  2. wiki h2 { font-size: 30px; }
  1. sponsors

{

   background-color: #fff;
   color: #333333;
   height: 300px;
   padding: 200px 0;

}

  1. sponsors h1

{

   font-size: 50px;
   margin-bottom: 70px;
   color: #333;

}

  1. sponsors img

{

   width: 200px; 
   float: left;
   margin-right: 70px;

}


  1. team

{

   background: url(../img/pessoal.jpg) 50% 0 no-repeat fixed;
   height: 200px;
   margin: 0 auto;
   padding: 250px 0;
   color: #fff;
   background-size: cover;

}


  1. team h1, #team h2 { font-size: 45px; color: #000; background-color: #fff; opacity: 0.8; border-radius: 8px; }
  2. team h1 { position: relative; top: -110px; }
  3. team h2 { margin-top: 200px; }