Template:Team:CBNU-Korea/css

From 2012.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 147: Line 147:
}
}
 +
 +
#cbnu {
 +
    font-size: 60px;
 +
    font-family: 'Francois One', sans-serif;
 +
    padding: 30px;
 +
    margin-bottom: 10px;
 +
    line-height: 1em;
 +
    color: White;
 +
    text-align: center;
 +
}
 +
 +
#cbnu_menu a{
 +
    color: #1C140D;
 +
 +
}
/* Desktops and laptops ----------- */
/* Desktops and laptops ----------- */
Line 170: Line 185:
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
only screen and (min-device-pixel-ratio : 1.5) {
 +
 +
#top-section {
 +
display: none;
 +
}
#cbnu {
#cbnu {
Line 187: Line 206:
and (min-device-width : 320px)  
and (min-device-width : 320px)  
and (max-device-width : 480px) {
and (max-device-width : 480px) {
 +
 +
#top-section {
 +
display: none;
 +
}
#cbnu {
#cbnu {

Latest revision as of 11:51, 9 September 2012