Team:Hendrix Arkansas/css/main.css
From 2014.igem.org
(Difference between revisions)
Line 21: | Line 21: | ||
clear: both; | clear: both; | ||
width: 50%; | width: 50%; | ||
+ | padding: 3%; | ||
} | } | ||
Line 27: | Line 28: | ||
clear: both; | clear: both; | ||
width: 50%; | width: 50%; | ||
+ | padding: 3%; | ||
} | } |
Revision as of 03:48, 24 August 2014
/* Removing wiki stuff */
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;
}
/* Basic styling */ p, td, tr {
font-family: Arial; font-color: #000000;
}
/* Main page */
- project_title {
float: center; font-size: 6em; text-align: center;
}
- project_summary {
float: right; clear: both; width: 50%; padding: 3%;
}
- home_pictures {
float: left; clear: both; width: 50%; padding: 3%;
}