Difference between revisions of "Team:TEC-Costa Rica/Template:Stylesheet"

 
(30 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel="stylesheet">
 
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel="stylesheet">
 
<style type="text/css">
 
<style type="text/css">
 
 
/* Setting the WIKI config to default. START */
 
/* Setting the WIKI config to default. START */
 
* {
 
* {
Line 55: Line 54:
 
/* Setting the WIKI config to default. END */
 
/* Setting the WIKI config to default. END */
  
body {
+
body { background: #FFFFFF url('https://static.igem.org/mediawiki/2016/4/4c/T--TEC-Costa_Rica--gplaypattern_background.png') top left repeat; }
background: #FFFFFF url('https://static.igem.org/mediawiki/2016/4/4c/T--TEC-Costa_Rica--gplaypattern_background.png') top left repeat;
+
}
+
 
#HQ_page h1, #HQ_page h2, #HQ_page h3 {  
 
#HQ_page h1, #HQ_page h2, #HQ_page h3 {  
 
font-family: 'Poppins', sans-serif;
 
font-family: 'Poppins', sans-serif;
 
font-weight: bold;
 
font-weight: bold;
 
margin-top: 10px;
 
margin-top: 10px;
 +
margin-bottom: 0;
 
}
 
}
 
#HQ_page h1 { font-size: 26px; }
 
#HQ_page h1 { font-size: 26px; }
Line 81: Line 79:
 
background: #FFFFFF url('https://static.igem.org/mediawiki/2016/7/7e/T--TEC-Costa_Rica--lodyas_background.png') top left repeat;
 
background: #FFFFFF url('https://static.igem.org/mediawiki/2016/7/7e/T--TEC-Costa_Rica--lodyas_background.png') top left repeat;
 
}
 
}
 +
#navbar { float: right; }
 
.navbar-nav li a {
 
.navbar-nav li a {
 
line-height: 25px;
 
line-height: 25px;
Line 90: Line 89:
 
.dropdown .dropdown-menu { margin: 0; }
 
.dropdown .dropdown-menu { margin: 0; }
 
.dropdown:hover {
 
.dropdown:hover {
border-bottom: 2px solid white;
+
border-bottom: 1px solid white;
 
background-color: black;
 
background-color: black;
 
}
 
}
.active {
+
.active { border-bottom: 1px solid white; }
border-bottom: 2px solid white;
+
.navbar-toggle { margin-top: 15px; }
}
+
.navbar-brand { padding-top: 7.5px; }
.navbar-toggle {
+
margin-top: 15px;
+
}
+
.navbar-brand {
+
padding-top: 7.5px;
+
}
+
 
.navbar-brand img {
 
.navbar-brand img {
 
height: 50px;  
 
height: 50px;  
 
width: 125px;
 
width: 125px;
 
}
 
}
.navbar .container-fluid {
+
.navbar .container-fluid { width: 90%; }
width: 85%;
+
.well { background-color: #FFFFFF; }
}
+
/* NAVBAR settings. START */
+
 
+
/* MAIN settings. START */
+
.well { background-color: rgba(245, 245, 245, 0.8); }
+
 
+
 
main {
 
main {
 
width: 90%;
 
width: 90%;
Line 123: Line 110:
 
padding-bottom: 200px;
 
padding-bottom: 200px;
 
}
 
}
main li {
+
.parallax {
font-family: 'Lato', sans-serif;
+
perspective: 1px;
font-size: 16px;
+
overflow-x: hidden;
}
+
overflow-y: auto;
main h1, main h2, main h3 { margin: 0; }
+
}
 
+
.concept {
/* FOOTER settings. START */
+
footer {
+
background-color: #3c3d41;
+
padding: 20px;
+
color: rgba(255, 255, 255, 1.00);
+
background: #FFFFFF url('https://static.igem.org/mediawiki/2016/7/7e/T--TEC-Costa_Rica--lodyas_background.png') top left repeat;
+
width: 100%;
+
height: auto;
+
bottom: 0;
+
}
+
footer .row {
+
width: 85%;
+
height: auto;
+
 
display: block;
 
display: block;
margin: 0 auto 0 auto;
+
text-align: center !important;
 +
margin: 10px auto 0 auto;
 +
width: 80%
 
}
 
}
footer .col-md-4 {
+
.concept p {
padding: 0 25px;
+
text-align: center !important;
height: auto;
+
border-color: transparent;
+
 
}
 
}
.footer-brand img { display: inline; }
+
.jumbotron span { font-size: 40px; }
.footer-brand #igem-logo {
+
.slideanim { visibility: hidden; }
height: 50px;  
+
.slide {
width: 50px;
+
    animation-name: slide;
 +
    -webkit-animation-name: slide;
 +
    animation-duration: 1s;
 +
    -webkit-animation-duration: 1s;
 +
    visibility: visible;
 
}
 
}
.footer-brand #tec-costarica-logo {
+
@keyframes slide {
height: 40px;  
+
  0% {
width: 125px;
+
    opacity: 0;
 +
    transform: translateY(70%);
 +
  }
 +
  100% {
 +
    opacity: 1;
 +
    transform: translateY(0%);
 +
  }
 +
}
 +
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}
 +
@media screen and (max-width: 1280px) {
 
}
 
}
.footer-brand p {  
+
@media screen and (max-width: 980px) {
font-size: 12px;  
+
#navbar { float: left; }
color: rgba(255, 255, 255, 0.70);
+
.well {
text-align: left;
+
padding: 0;
font-weight: normal;
+
}
font-family: 'Poppins', sans-serif;
+
 
}
 
}
.footer-sponsors .sponsors {
+
@media screen and (max-width: 768px) {
list-style: none;
+
#navbar {
margin-left: 0;  
+
float: left;
 +
width: 100%;
 +
}
 +
.navbar-nav li a { text-align: center; }
 
}
 
}
.footer-sponsors .sponsors li { margin-bottom: 5px; }
+
@media screen and (max-width: 480px) {
.footer-sponsors #logo-lisanatura {
+
#navbar {  
height: 40px;  
+
float: left;  
width: 125px;
+
width: 100%;
 +
}
 +
.navbar-nav li a { text-align: center; }
 
}
 
}
.footer-sponsors #logo-ipci {
 
height: 90px;
 
width: 140px;
 
}
 
.footer-sponsors #logo-enhmed {
 
height: 80px;
 
width: 100px;
 
}
 
.footer-sponsors #logo-snapgene {
 
height: 40px;
 
width: 125px;
 
}
 
footer .footer-social .social-media {
 
list-style: none;
 
margin: 0;
 
}
 
footer .footer-social .social-media li {
 
display: inline;
 
padding: 0;
 
margin: 0;
 
margin-left: 5px;
 
}
 
footer .footer-social .social-media li img {
 
height: 40px;
 
width: 40px;
 
}
 
footer h4 {
 
font-family: 'Poppins', sans-serif;
 
font-size: 14px;
 
font-weight: bold;
 
letter-spacing: 1px;
 
margin-bottom: 20px;
 
}
 
/* FOOTER settings. END */
 
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 20:50, 2 December 2016