Line 248: | Line 248: | ||
/*aboutUs page*/ | /*aboutUs page*/ | ||
#aboutUs { | #aboutUs { | ||
− | background-color: D8D9E5 !important; | + | background-color: #D8D9E5 !important; |
} | } | ||
Line 254: | Line 254: | ||
/*events page*/ | /*events page*/ | ||
#events { | #events { | ||
− | background-color: B4BAC2 !important; | + | background-color: #B4BAC2 !important; |
} | } | ||
#gallery { | #gallery { | ||
− | background-color: D8D9E5 !important; | + | background-color: #D8D9E5 !important; |
} | } | ||
#ourTeam { | #ourTeam { | ||
− | background-color: B4BAC2 !important; | + | background-color: #B4BAC2 !important; |
} | } | ||
#sponsors { | #sponsors { | ||
− | background-color: D8D9E5 !important; | + | background-color: #D8D9E5 !important; |
} | } | ||
#reachUs { | #reachUs { | ||
− | background-color: B4BAC2 !important; | + | background-color: #B4BAC2 !important; |
height: 100vh !important; | height: 100vh !important; | ||
} | } |
Revision as of 13:15, 29 June 2018
.logo_2018, #firstHeading, #top_menu_under { display:none !important;}
- content {
width: 100vw !important; padding: 0 !important; margin-left:0 !important; } /*fonts*/ @font-face {
src: url("https://static.igem.org/mediawiki/2018/1/14/T--IISER-Kolkata--blogger.ttf") !important; font-family: blogger !important;
} @font-face {
src: url("https://static.igem.org/mediawiki/2018/7/7a/T--IISER-Kolkata--prime.otf") !important; font-family: prime !important;
} @font-face {
src: url("https://static.igem.org/mediawiki/2018/5/5a/T--IISER-Kolkata--rodina.otf") !important; font-family: rodina !important;
} @font-face {
src: url("https://static.igem.org/mediawiki/2018/f/f7/T--IISER-Kolkata--social.ttf") !important; font-family: social !important;
}
/*body*/ body, html { width: 100vw !important; margin: 0 !important; padding: 0 !important; } body {
height: 1200vh !important;
overflow-y: scroll !important; overflow-x: hidden !important; margin: auto !important; } body::-webkit-scrollbar-track { background-color: black !important; } body::-webkit-scrollbar { width: 1vw !important; } body::-webkit-scrollbar-thumb { background-color: #999999 !important; } body::-webkit-scrollbar-thumb:hover {
background-color: #777777 !important;
}
- container {
height: 1200vh !important; width: 100vw !important; display: flex !important; flex-direction: column !important; }
- home_gif{
height: 60vh !important; width: 60vw !important; margin-left: 20vw !important; margin-top: 2vh !important;
}
- main_title{
top: 57vh !important; left: 20vw !important; height: 6vw !important; width: 6vw !important; font-size: 4vw !important; position: absolute !important; align-items: center !important; justify-content: center !important;
}
- title_desc{
position: absolute !important; left: 40vw !important; top: 65vh !important; height: 4vh !important; width:40vw !important; align-items: center !important; justify-content: center !important;
}
- mascot{
margin-left:5vw !important; margin-top: 15vh !important;
}
- abstract_text{
height:70vh !important; width:55vw !important; left:40vw !important; top:15vh !important; justify-content: center !important; align-items: center !important; position: absolute !important;
}
- descript ,#details{
height:70vh !important; width:80vw !important; top:20vh !important; left:10vw !important;
}
- des_left ,#det_cont{
position: absolute !important; left:10vw !important; top: 15vh !important; width: 80vw !important; justify-content: center !important; align-items: center !important; text-align: justify !important;
}
- team_left{
width: 35vw !important; height: 70vh !important; left:10vw !important; top:25vh !important; position: absolute !important;
}
- team_right{
width: 35vw !important; height: 70vh !important; left:45vw !important; top:17vh !important; position: absolute !important;
}
- team_right2{
width: 35vw !important; height: 70vh !important; left:75vw !important; top:17vh !important; position: absolute !important;
} /*navbar*/
- menubar {
width: 100vw !important;
height: 3vw !important; background-color: rgba(0,0,0,0.7) !important; display: inline-flex !important; align-items: center !important; position: absolute !important; top: 100vh !important; left: 0vw !important; z-index: 10 !important;
}
- menubar.stickymenu {
position: fixed !important; top: 3vh !important; left: 0vw !important;
}
- menubar #logo {
margin-left: 1vw !important; margin-right: 1vw !important; display: flex !important; width: 2.5vw !important; height: 2.5vw !important;
}
- logo img {
height: 100% !important; width: 100% !important;
}
- menubar .pagelink {
display: flex !important; align-items: center !important; justify-content: center !important; height: 100% !important; width: 8vw !important;
}
- menubar .pagelink#registerMenu {
margin-left: auto !important;
}
- menubar .pagelink#loginMenu {
margin-right: 1vw !important;
} .pagelink div {
cursor: pointer !important; -webkit-transition: 0.2s linear !important; -moz-transition: 0.2s linear !important; -o-transition: 0.2s linear !important; transition: 0.2s linear !important;
} .pagelink div p {
font-family: prime !imporant !important; font-size: 1vw !important; color: #cccccc !important;
} .pagelink div:hover > p {
color: white !important !important;
}
.orangetext div p {
color: orange !important !important;
} .orangetext div:hover > p {
color: yellow !important !important;
}
section { position: relative !important; display: flex !important; height: 200vh !important; width: 100vw !important; }
- home {
background: white !important; height: 100vh !important;
}
- home #iiserk {
height: 6vw !important; width: 6vw !important; display: flex !important; align-items: center !important; position: absolute !important; top: 1vw !important; left: 1vw !important; z-index: 5 !important; cursor: pointer !important;
}
- iiserk:hover {
}
- iiserk a img {
height: 6vw !important; width: auto !important;
}
- home #pagedown {
top: 90vh !important; left: 47vw !important; height: 3vw !important; margin-left: 6vw !important; margin-top: 7vh !important; width: 6vw !important; cursor: pointer !important; display: flex !important; align-items: center !important; justify-content: center !important; background-color: gray !important; border: solid black 0.1vw !important;
}
/*aboutUs page*/
- aboutUs {
background-color: #D8D9E5 !important; }
/*events page*/
- events {
background-color: #B4BAC2 !important;
}
- gallery {
background-color: #D8D9E5 !important;
}
- ourTeam {
background-color: #B4BAC2 !important;
}
- sponsors {
background-color: #D8D9E5 !important;
}
- reachUs {
background-color: #B4BAC2 !important; height: 100vh !important;
}