Line 1: | Line 1: | ||
− | <html> | + | <html> |
<script> | <script> | ||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
Line 47: | Line 47: | ||
<style> | <style> | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | |||
+ | |||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | /* DEFAULT WIKI SETTINGS */ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | |||
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | ||
+ | body {background-color:white; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | ||
+ | |||
+ | |||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
Line 3,007: | Line 3,025: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* MENU */ | /* MENU */ | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
Line 3,028: | Line 3,030: | ||
/*this wraps the whole of the menu*/ | /*this wraps the whole of the menu*/ | ||
.igem_2018_team_menu { | .igem_2018_team_menu { | ||
− | font-family:'Raleway', Arial, sans-serif; | + | font-family: 'Raleway', Arial, sans-serif; |
− | background-color:#000000; | + | background-color:#000000; /*changer la couleur de fond de la bande de menu*/ |
− | border-left: 1px | + | border-left: 1px solid #ffffff; /*couleur de la ligne séparant le menu du reste de la page*/ |
display:block; | display:block; | ||
− | float: | + | float:right; |
height:100vh; | height:100vh; | ||
max-width: 270px; | max-width: 270px; | ||
Line 3,040: | Line 3,042: | ||
position:fixed; | position:fixed; | ||
right:0%; | right:0%; | ||
− | text-align:left; | + | text-align:left; /*position du texte dans l'onglet*/ |
width: 15%; | width: 15%; | ||
} | } | ||
Line 3,060: | Line 3,062: | ||
.igem_2018_team_menu .menu_item { | .igem_2018_team_menu .menu_item { | ||
− | + | background-color: #000000; | |
− | + | border-bottom: 1px solid #928b8b; /gris foncé*/ | |
− | + | clear: both; | |
color: #ffffff; | color: #ffffff; | ||
− | + | cursor: pointer; /*forme du curseur*/ | |
float: left; | float: left; | ||
− | + | font-size: 120%; | |
− | + | font-weight: bold; /* niveau de gras de la police */ | |
− | + | padding: 15px 0px 15px 5%; | |
width: 100%; | width: 100%; | ||
} | } | ||
Line 3,111: | Line 3,113: | ||
border-bottom: 1px solid #928b8b; | border-bottom: 1px solid #928b8b; | ||
color: #ffffff; | color: #ffffff; | ||
− | + | height: 30px; | |
float: left; | float: left; | ||
− | + | font-size: 110%; | |
font-weight: bold; | font-weight: bold; | ||
− | + | padding: 12px 0px 0px 15%; | |
− | + | width: 100%; | |
} | } | ||
.igem_2018_team_menu .submenu .submenu_item:hover { | .igem_2018_team_menu .submenu .submenu_item:hover { | ||
− | background-color: #F5BFBF; /*couleur des sous-onglets quand on passe la souris dessus */ | + | background-color: #F5BFBF; /*couleur des sous-onglets quand on passe la souris dessus */ |
} | } | ||
Line 3,129: | Line 3,131: | ||
background-color:#F5BFBF; | background-color:#F5BFBF; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
Line 3,173: | Line 3,171: | ||
width: 30%; | width: 30%; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 3,294: | Line 3,180: | ||
/* general wrapper for the content */ | /* general wrapper for the content */ | ||
.igem_2018_team_content { | .igem_2018_team_content { | ||
− | background-color: | + | background-color:white; |
display:block; | display:block; | ||
width: 87%; | width: 87%; | ||
Line 3,312: | Line 3,198: | ||
.igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 210%;} | .igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 210%;} | ||
− | .igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: | + | .igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: 190%;} |
.igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 170%;} | .igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 170%;} | ||
.igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 150%;} | .igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 150%;} | ||
Line 3,349: | Line 3,235: | ||
text-align:justify; | text-align:justify; | ||
} | } | ||
− | |||
/* text */ | /* text */ | ||
Line 3,490: | Line 3,375: | ||
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a { | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a { | ||
− | background-color: # | + | background-color: #5bc7d8; |
color: #635d5d !important; | color: #635d5d !important; | ||
font-weight: bold; | font-weight: bold; | ||
Line 3,523: | Line 3,408: | ||
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top { | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top { | ||
− | border-top: 4px solid # | + | border-top: 4px solid #5bc7d8; |
} | } | ||
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full { | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full { | ||
− | border: 4px solid # | + | border: 4px solid #5bc7d8; |
} | } | ||
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top { | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top { | ||
− | border-top: 4px solid # | + | border-top: 4px solid #f8b732 |
} | } | ||
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full { | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full { | ||
− | border: 4px solid # | + | border: 4px solid #f8b732; |
} | } | ||
Line 3,621: | Line 3,506: | ||
<img id="menu_control_image" src="https://static.igem.org/mediawiki/igem.org/3/3b/Menu_icon.svg"> | <img id="menu_control_image" src="https://static.igem.org/mediawiki/igem.org/3/3b/Menu_icon.svg"> | ||
</div> | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
Line 3,627: | Line 3,516: | ||
<a href="https://2018.igem.org/Team:Pasteur_Paris"> | <a href="https://2018.igem.org/Team:Pasteur_Paris"> | ||
− | <img src=" | + | <img src="http://placehold.it/350x150/e4dede/c4baba"> |
</a> | </a> | ||
Line 3,654: | Line 3,543: | ||
<div class="submenu_item"> | <div class="submenu_item"> | ||
Collaborations | Collaborations | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</a> | </a> | ||
Line 3,877: | Line 3,760: | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | ||
Line 3,897: | Line 3,770: | ||
<div class="clear extra_space"></div> | <div class="clear extra_space"></div> | ||
<div class="clear extra_space"></div> | <div class="clear extra_space"></div> | ||
− | |||
− | |||
− |
Revision as of 11:21, 5 July 2018