Difference between revisions of "Template:Paris Bettencourt/cssHome"
(380 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
/* Background of the page */ | /* Background of the page */ | ||
− | + | #home .contentContainer { | |
/*background-image: url('../images/idli7_medium.jpg');*/ | /*background-image: url('../images/idli7_medium.jpg');*/ | ||
− | background | + | background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.65) 100%), url('https://static.igem.org/mediawiki/2015/d/df/ParisBettencourt_homeBanner.jpg'); |
− | + | background-repeat: no-repeat; | |
+ | background-size: cover; | ||
+ | background-attachment: fixed; | ||
} | } | ||
/* Banner (FIY logo and name of the team) */ | /* Banner (FIY logo and name of the team) */ | ||
− | #banner h3 | + | |
+ | #main-logo { | ||
+ | width: 65vh; | ||
+ | height: 50vh; | ||
+ | margin: auto; | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | background-size: 65vh 50vh; | ||
+ | margin-top: -50vh; | ||
+ | top: -25vh; | ||
+ | } | ||
+ | |||
+ | #banner h3 { | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
Line 25: | Line 39: | ||
0.5px 0.5px #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000;*/ | 0.5px 0.5px #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000;*/ | ||
color: white; | color: white; | ||
− | font-size: | + | font-size: 35px; |
font-family: 'Generica'; | font-family: 'Generica'; | ||
} | } | ||
− | /* Text content */ | + | /* Text content */ /* Tweak here */ |
− | # | + | #home .textWrapper { |
− | + | background-color: black; | |
− | + | color: white; | |
− | + | width: 100%; | |
+ | border-top: 5px solid whitesmoke; | ||
+ | border-bottom: 5px solid whitesmoke; | ||
} | } | ||
+ | .separate { | ||
+ | border-bottom: 5px solid whitesmoke; | ||
+ | } | ||
− | + | #home .textContent { | |
− | # | + | background-color: inherit; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | .textContent .nav a, .textContent .nav a:visited { | |
− | + | text-decoration: none; | |
− | + | cursor: pointer; | |
− | + | color: inherit; | |
− | + | font-size: 1.4em; | |
− | + | ||
− | + | ||
} | } | ||
− | + | .textContent .nav a:hover, .textContent .nav a:active { | |
− | + | text-decoration: none; | |
− | + | color: inherit; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | .textContent .nav { | ||
+ | text-align: justify; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
− | + | .textContent .nav a { | |
− | + | cursor: pointer; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .textContent .nav div a span:after { | |
− | + | content: ''; | |
− | + | width: 100%; | |
− | + | height: 100%; | |
− | + | bottom: 0; | |
+ | left: 0; | ||
+ | border-bottom: 1px solid rgba(255,255,255,0.7); | ||
+ | transition: border-color 0.3s; | ||
+ | position: absolute; | ||
} | } | ||
− | + | .textContent .nav div a:hover span:after { | |
− | + | border-bottom-color: initial; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .stretch { | |
− | + | padding: 0 7%; | |
− | + | text-align: center; | |
− | + | font-size: 1.1em; | |
− | + | font-family: Generica; | |
− | + | line-height: 3em; | |
− | + | position: relative; | |
− | + | display: inline-block; | |
− | + | width: 100%; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .yellow { | |
− | + | color: #ffed00; | |
} | } | ||
− | + | .cyan { | |
− | + | color: #009ee3; | |
} | } | ||
− | + | .magenta { | |
− | + | color: #e5007d; | |
} | } | ||
− | + | .black { | |
− | + | color: black; | |
} | } | ||
− | + | .yellow.black a, | |
− | + | .yellow.black { | |
+ | color: black; | ||
} | } | ||
− | + | .cyan.black a, | |
− | + | .cyan.black { | |
+ | color: black; | ||
+ | } | ||
+ | .magenta.black a, | ||
+ | .magenta.black { | ||
+ | color: black; | ||
} | } | ||
− | + | .textContent .nav div a.yellow span:after { | |
− | + | content: ''; | |
− | + | width: 100%; | |
− | + | height: 100%; | |
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | border-bottom: 1px solid #ffed00; | ||
+ | transition: border-width 0.3s; | ||
+ | position: absolute; | ||
+ | color: black; | ||
} | } | ||
− | + | .textContent .nav div a.cyan span:after { | |
− | + | content: ''; | |
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | border-bottom: 1px solid #009ee3; | ||
+ | transition: border-width 0.3s; | ||
+ | position: absolute; | ||
+ | color: black; | ||
} | } | ||
− | + | .textContent .nav div a.magenta span:after { | |
− | + | content: ''; | |
− | + | width: 100%; | |
− | + | height: 100%; | |
− | + | bottom: 0; | |
− | + | left: 0; | |
− | + | border-bottom: 1px solid #e5007d; | |
− | + | transition: border-width 0.3s; | |
− | + | position: absolute; | |
− | + | color: black; | |
− | + | } | |
− | + | .textContent .nav div a.yellow:hover span:after, | |
− | + | .textContent .nav div a.cyan:hover span:after, | |
− | + | .textContent .nav div a.magenta:hover span:after { | |
− | + | border-bottom-width: 3px; | |
− | + | ||
} | } | ||
− | + | p.white { | |
− | + | color: white; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 22:40, 19 November 2015