Team:Hendrix Arkansas/css/main.css
From 2014.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
font-family: Arial; | font-family: Arial; | ||
font-color: #000000; | font-color: #000000; | ||
+ | } | ||
+ | |||
+ | /* Main page */ | ||
+ | #project_title { | ||
+ | |||
+ | } | ||
+ | |||
+ | #project_title_text { | ||
+ | text-size: 4em; | ||
+ | text-align: center; | ||
} | } |
Revision as of 02:42, 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 {
}
- project_title_text {
text-size: 4em; text-align: center;
}