Team:Hendrix Arkansas/css/main.css

From 2014.igem.org

(Difference between revisions)
Line 50: Line 50:
     margin-right: auto;
     margin-right: auto;
     clear: both;
     clear: both;
-
     width: 90%;
+
     width: 74%;
     text-align: center;
     text-align: center;
}
}

Revision as of 04:14, 24 August 2014

/* Removing wiki stuff */ /********************/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;

}

/* Basic styling */ /********************/ p, td, tr {

   font-family: Arial;
   font-color: #000000;

} body {

   margin: 0px;
   padding: 0px;

}

/* Main page */ /********************/

  1. project_title {
   float: center;
   font-size: 6em;
   text-align: center;

}

  1. project_summary {
   float: right;
   clear: both;
   width: 47%;
   padding: 1.5%;

}

  1. home_pictures {
   float: left;
   clear: both;
   width: 47%;
   padding: 1.5%;

}

/* Team page */ /********************/

  1. team_picture {
   margin-left: auto;
   margin-right: auto;
   clear: both;

}

  1. team_info {
   margin-left: auto;
   margin-right: auto;
   clear: both;
   width: 74%;
   text-align: center;

}