Team:Hendrix Arkansas/css/main.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
/* Removing wiki stuff */
/* Removing wiki stuff */
 +
/********************/
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;
     display:none;
Line 5: Line 6:
/* Basic styling */
/* Basic styling */
 +
/********************/
p, td, tr {
p, td, tr {
     font-family: Arial;
     font-family: Arial;
Line 11: Line 13:
/* Main page */
/* Main page */
 +
/********************/
#project_title {
#project_title {
     float: center;
     float: center;
Line 29: Line 32:
     width: 47%;
     width: 47%;
     padding: 1.5%;
     padding: 1.5%;
 +
}
 +
 +
/* Team page */
 +
/********************/
 +
#team_picture {
 +
    float: center;
 +
    clear: both;
 +
}
 +
 +
#team_info {
 +
    float: center;
 +
    clear: both;
}
}

Revision as of 04:07, 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;

}

/* 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 {
   float: center;
   clear: both;

}

  1. team_info {
   float: center;
   clear: both;

}