Karthikdevan (Talk | contribs) |
Karthikdevan (Talk | contribs) |
||
(24 intermediate revisions by the same user not shown) | |||
Line 91: | Line 91: | ||
<style> | <style> | ||
− | + | @font-face{ | |
− | + | font-family: Cantarell; | |
+ | src: url('https://static.igem.org/mediawiki/2017/4/4a/IIT-Madras_cantarell.ttf'); | ||
+ | } | ||
+ | @font-face{ | ||
+ | font-family: Voltaire; | ||
+ | src: url('https://static.igem.org/mediawiki/2017/9/92/IIT-Madras_voltaire.otf'); | ||
+ | } | ||
/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | /***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | ||
Line 100: | Line 106: | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
#content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | ||
− | body {background-color:white; } | + | body {background-color:white; font-family: Cantarell;} |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
Line 109: | Line 115: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.igem_2017_menu_wrapper { | .igem_2017_menu_wrapper { | ||
− | width: | + | width: 20%; |
height:100vh; | height:100vh; | ||
position:fixed; | position:fixed; | ||
Line 115: | Line 121: | ||
padding:0px; | padding:0px; | ||
float:right; | float:right; | ||
− | border-left: 1px solid # | + | border-left: 1px solid #161b1f; |
− | background-color:# | + | background-color:#161b1f; |
text-align:left; | text-align:left; | ||
− | font-family: | + | font-family: Cantarell; |
overflow-y: auto; | overflow-y: auto; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
Line 145: | Line 151: | ||
padding: 10px 0px 10px 15px; | padding: 10px 0px 10px 15px; | ||
float:left; | float:left; | ||
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #161b1f; |
font-size: 12px; | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
− | color: # | + | color: #ffffff; |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Line 181: | Line 187: | ||
/* styling for the menu buttons on hover */ | /* styling for the menu buttons on hover */ | ||
.igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover { | .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover { | ||
− | background-color: # | + | background-color: #0cab5a; |
text-decoration: none; | text-decoration: none; | ||
color:#ffffff; | color:#ffffff; | ||
Line 188: | Line 194: | ||
/* styling for the menu button when it is the current page */ | /* styling for the menu button when it is the current page */ | ||
.current_page { | .current_page { | ||
− | background-color:# | + | background-color:#13ff87 !important; |
color:#5e5f5f !important; | color:#5e5f5f !important; | ||
} | } | ||
Line 198: | Line 204: | ||
padding: 10px 0px 10px 34px; | padding: 10px 0px 10px 34px; | ||
float:left; | float:left; | ||
− | background-color:# | + | background-color:#ffffff; |
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #ffffff; |
font-size: 12px; | font-size: 12px; | ||
− | color: # | + | color: #161b1f; |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Line 221: | Line 227: | ||
/* Wrapper for the content */ | /* Wrapper for the content */ | ||
.igem_2017_content_wrapper { | .igem_2017_content_wrapper { | ||
− | width: | + | width: 76%; |
margin: 2%; | margin: 2%; | ||
display:block; | display:block; | ||
Line 232: | Line 238: | ||
/********************************* HTML STYLING *********************************/ | /********************************* HTML STYLING *********************************/ | ||
− | + | body{ | |
− | + | margin: 0px; | |
− | + | text-align: center; | |
− | + | font-family: Cantarell; | |
− | + | color: #161b1f; | |
− | + | } | |
+ | h1,h2,h3,h4,h5,h6,p{ | ||
+ | text-align: justify; | ||
+ | border: none; | ||
+ | color: #161b1f; | ||
+ | } | ||
+ | h1,h2,h3,h4,h5,h6{ | ||
+ | font-family: Voltaire; | ||
+ | margin-top: 40px; | ||
+ | margin-bottom: 10px; | ||
+ | padding-bottom: 10px; | ||
+ | letter-spacing: 2px; | ||
+ | } | ||
+ | h1{ | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | h2{ | ||
+ | color: #0cab5a; | ||
+ | font-size: 25px; | ||
+ | } | ||
+ | p{ | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | .justify{ | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .left{ | ||
+ | text-align: left; | ||
+ | } | ||
+ | .center{ | ||
+ | text-align: center; | ||
+ | } | ||
− | + | [class*="col-"] { | |
− | + | display: inline-block; | |
− | + | padding: 10px; | |
− | + | text-align: center; | |
− | + | } | |
− | + | ||
+ | .col-1 {width: 5%;} | ||
+ | .col-2 {width: 10%;} | ||
+ | .col-3 {width: 15%;} | ||
+ | .col-4 {width: 20%;} | ||
+ | .col-5 {width: 25%;} | ||
+ | .col-6 {width: 30%;} | ||
+ | .col-7 {width: 35%;} | ||
+ | .col-8 {width: 40%;} | ||
+ | .col-9 {width: 45%;} | ||
+ | .col-10 {width: 50%;} | ||
+ | .col-11 {width: 55%;} | ||
+ | .col-12 {width: 60%;} | ||
+ | .col-13 {width: 65%;} | ||
+ | .col-14 {width: 70%;} | ||
+ | .col-15 {width: 75%;} | ||
+ | .col-16 {width: 80%;} | ||
+ | .col-17 {width: 85%;} | ||
+ | .col-18 {width: 90%;} | ||
+ | .col-19 {width: 95%;} | ||
+ | .col-20 {width: 100%;} | ||
− | + | @media only screen and (max-width: 800px) { | |
− | + | .igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;} | |
− | + | .igem_2017_content_wrapper {width:100%; margin-left:0px;} | |
− | + | .highlight {padding:15px 5px;} | |
− | + | .igem_2017_menu_wrapper #display_menu_control { display:block; } | |
− | + | #menu_content { display:none;} | |
− | + | .igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; } | |
− | + | .menu_bottom_padding {display:none;} | |
− | + | .menu_button.direct_to_page { padding-left: 36px; } | |
− | + | [class*="col-"] { width: 100%; } | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
Line 467: | Line 337: | ||
<a href="https://2017.igem.org/Team:IIT-Madras"> | <a href="https://2017.igem.org/Team:IIT-Madras"> | ||
− | <img src=" | + | <img src="https://static.igem.org/mediawiki/2017/3/30/IIT-Madras_wiki_logo.png"> |
</a> | </a> | ||
Line 748: | Line 618: | ||
<!-- start of content --> | <!-- start of content --> | ||
<div class="igem_2017_content_wrapper"> | <div class="igem_2017_content_wrapper"> | ||
− |
Latest revision as of 09:43, 4 May 2017