Leagrssmff (Talk | contribs) |
|||
(136 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Pasteur_Paris/Fonts}} | ||
<html> | <html> | ||
<script> | <script> | ||
Line 8: | Line 9: | ||
− | //highlight current page on the | + | //highlight current page on the h |
highlight_current_page_menu(); | highlight_current_page_menu(); | ||
Line 40: | Line 41: | ||
} | } | ||
} | } | ||
+ | |||
+ | |||
Line 59: | Line 62: | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | ||
− | body {background-color:white; } | + | body { |
+ | background-color:white; | ||
+ | } | ||
+ | |||
+ | |||
#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 66: | Line 73: | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | |||
+ | |||
/* MENU */ | /* MENU */ | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
Line 71: | Line 81: | ||
/*this wraps the whole of the menu*/ | /*this wraps the whole of the menu*/ | ||
.igem_2018_team_menu { | .igem_2018_team_menu { | ||
− | background-color:# | + | font-family: 'Raleway', Arial, sans-serif; |
− | border-left: 1px solid # | + | background-color:#000000; /*changer la couleur de fond de la bande de menu*/ |
+ | border-left: 1px solid #ffffff; /*couleur de la ligne séparant le menu du reste de la page*/ | ||
display:block; | display:block; | ||
float:right; | float:right; | ||
Line 82: | Line 93: | ||
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 92: | Line 103: | ||
.igem_2018_team_menu a { | .igem_2018_team_menu a { | ||
− | color: # | + | color: #000000; |
text-decoration:none; /*ajouter une décoration aux onglets: souligner...*/ | text-decoration:none; /*ajouter une décoration aux onglets: souligner...*/ | ||
} | } | ||
Line 102: | Line 113: | ||
.igem_2018_team_menu .menu_item { | .igem_2018_team_menu .menu_item { | ||
− | background-color: # | + | background-color: #000000; |
− | border-bottom: 1px solid #928b8b; | + | border-bottom: 1px solid #928b8b; /gris foncé*/ |
clear: both; | clear: both; | ||
− | color: # | + | color: #ffffff; |
− | cursor: | + | cursor: url("https://static.igem.org/mediawiki/2018/0/00/T--Pasteur_Paris--Curseur-Static-V6.png"),auto; /*forme du curseur*/ |
float: left; | float: left; | ||
font-size: 120%; | font-size: 120%; | ||
− | font-weight: bold; | + | font-weight: bold; /* niveau de gras de la police */ |
padding: 15px 0px 15px 5%; | padding: 15px 0px 15px 5%; | ||
width: 100%; | width: 100%; | ||
Line 115: | Line 126: | ||
.igem_2018_team_menu .menu_item.direct_link { | .igem_2018_team_menu .menu_item.direct_link { | ||
− | color: # | + | color: #ffffff; |
padding-left: 15%; | padding-left: 15%; | ||
+ | background-color: #000000; | ||
} | } | ||
.igem_2018_team_menu .menu_item:hover { | .igem_2018_team_menu .menu_item:hover { | ||
− | background-color: # | + | background-color: #C52C4D; |
} | } | ||
.igem_2018_team_menu .menu_item .submenu_control_icon { | .igem_2018_team_menu .menu_item .submenu_control_icon { | ||
− | color: #6d0505; | + | color: #6d0505; /*bordeaux*/ |
float: left; | float: left; | ||
width: 10%; | width: 10%; | ||
Line 141: | Line 153: | ||
/*submenu wrapper*/ | /*submenu wrapper*/ | ||
.igem_2018_team_menu .submenu{ | .igem_2018_team_menu .submenu{ | ||
− | background-color: # | + | background-color: #000000; |
clear:both; | clear:both; | ||
display:none; | display:none; | ||
Line 150: | Line 162: | ||
/*styling for a submenu item*/ | /*styling for a submenu item*/ | ||
.igem_2018_team_menu .submenu .submenu_item { | .igem_2018_team_menu .submenu .submenu_item { | ||
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #928b8b; |
− | color: # | + | color: #ffffff; |
height: 30px; | height: 30px; | ||
float: left; | float: left; | ||
Line 158: | Line 170: | ||
padding: 12px 0px 0px 15%; | padding: 12px 0px 0px 15%; | ||
width: 100%; | width: 100%; | ||
+ | cursor: url("https://static.igem.org/mediawiki/2018/0/00/T--Pasteur_Paris--Curseur-Static-V6.png"),auto; | ||
} | } | ||
.igem_2018_team_menu .submenu .submenu_item:hover { | .igem_2018_team_menu .submenu .submenu_item:hover { | ||
− | background-color: # | + | background-color: #C52C4D; /*couleur des sous-onglets quand on passe la souris dessus */ |
} | } | ||
Line 168: | Line 181: | ||
.igem_2018_team_menu .menu_item.current_page, | .igem_2018_team_menu .menu_item.current_page, | ||
.igem_2018_team_menu .menu_item.direct_link.current_page { | .igem_2018_team_menu .menu_item.direct_link.current_page { | ||
− | background-color:# | + | background-color:#C52C4D; |
} | } | ||
Line 180: | Line 193: | ||
background-color:#e4dede; | background-color:#e4dede; | ||
border-bottom: 1px solid #c4baba; | border-bottom: 1px solid #c4baba; | ||
− | cursor: | + | cursor: url("https://static.igem.org/mediawiki/2018/0/00/T--Pasteur_Paris--Curseur-Static-V6.png"),auto; |
display:none; | display:none; | ||
float:left; | float:left; | ||
Line 210: | Line 223: | ||
width: 30%; | width: 30%; | ||
} | } | ||
− | |||
Line 244: | Line 256: | ||
− | /* styling for the | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 { | + | /* styling for the title h1 */ |
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h1 { | ||
+ | border-bottom:0px; | ||
+ | color: #C52C4D; | ||
+ | font-family: 'Raleway' ,Arial, Gadget, sans-serif; /*"Arial Black"*/ | ||
+ | padding: 10px 0px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* styling for the title h2 */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h2 { | ||
border-bottom:0px; | border-bottom:0px; | ||
− | color: # | + | color: #000000; |
− | font-family: Arial, Gadget, sans-serif; /*"Arial Black"*/ | + | font-family: 'Raleway' ,Arial, Gadget, sans-serif; /*"Arial Black"*/ |
padding: 10px 0px; | padding: 10px 0px; | ||
+ | text-align:center; | ||
} | } | ||
− | /* styling for the titles h3, | + | /* styling for the titles h3, h4, h5, h6 */ |
.igem_2018_team_content .igem_2018_team_column_wrapper h3, | .igem_2018_team_content .igem_2018_team_column_wrapper h3, | ||
.igem_2018_team_content .igem_2018_team_column_wrapper h4, | .igem_2018_team_content .igem_2018_team_column_wrapper h4, | ||
Line 258: | Line 282: | ||
.igem_2018_team_content .igem_2018_team_column_wrapper h6 { | .igem_2018_team_content .igem_2018_team_column_wrapper h6 { | ||
border-bottom:0px; | border-bottom:0px; | ||
− | color: # | + | color: #C52C4D; |
− | font-family: Arial, Gadget, sans-serif; /*"Arial Black"*/ | + | font-family: 'Raleway', Arial, Gadget, sans-serif; /*"Arial Black"*/ |
padding: 5px 0px; | padding: 5px 0px; | ||
+ | text-align:justify; | ||
} | } | ||
Line 266: | Line 291: | ||
.igem_2018_team_content .igem_2018_team_column_wrapper p { | .igem_2018_team_content .igem_2018_team_column_wrapper p { | ||
font-size: 130%; | font-size: 130%; | ||
− | font-family: Arial, Helvetica, sans-serif; | + | font-family: 'Raleway', Arial, Helvetica, sans-serif; |
padding: 5px 0px; | padding: 5px 0px; | ||
− | text-align: | + | text-align: justify; /*justifie les paragraphes*/ |
− | color: # | + | color: #000000; /*couleur de la police du texte contenu dans les pages de nos onglets, page d'accueil...*/ |
} | } | ||
/* Links */ | /* Links */ | ||
.igem_2018_team_content .igem_2018_team_column_wrapper a { | .igem_2018_team_content .igem_2018_team_column_wrapper a { | ||
− | color: # | + | color: #6d0505; /*Couleur des liens*/ |
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
− | text-decoration-color:# | + | text-decoration-color:#c4baba; |
transition: all 0.4s ease; | transition: all 0.4s ease; | ||
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; | ||
Line 287: | Line 312: | ||
/* hover for the links */ | /* hover for the links */ | ||
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover { | .igem_2018_team_content .igem_2018_team_column_wrapper a:hover { | ||
− | color: # | + | color: #c4baba; /*couleur quand on passe la souris sur le lien*/ |
text-decoration:none; | text-decoration:none; | ||
} | } | ||
Line 294: | Line 319: | ||
/* Table */ | /* Table */ | ||
.igem_2018_team_content .igem_2018_team_column_wrapper table { | .igem_2018_team_content .igem_2018_team_column_wrapper table { | ||
− | border: 1px solid # | + | border: 1px solid #c4baba; |
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 130%; | font-size: 130%; | ||
Line 323: | Line 348: | ||
/* non numbered lists */ | /* non numbered lists */ | ||
.igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol { | .igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol { | ||
+ | color: #000000; | ||
font-size: 130%; | font-size: 130%; | ||
− | font-family: Arial, Helvetica, sans-serif; | + | font-family: 'Raleway', Arial, Helvetica, sans-serif; |
padding:0px 20px; | padding:0px 20px; | ||
} | } | ||
Line 401: | Line 427: | ||
.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 518: | Line 544: | ||
<!--- Menu ---> | <!--- Menu ---> | ||
<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | ||
− | |||
− | |||
Line 538: | Line 562: | ||
− | <div class="igem_2018_team_menu | + | <div class="igem_2018_team_menu"> |
<a href="https://2018.igem.org/Team:Pasteur_Paris"> | <a href="https://2018.igem.org/Team:Pasteur_Paris"> | ||
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/f/fc/T--Pasteur_Paris--teamlogoigemwhite.png"> |
</a> | </a> | ||
Line 569: | Line 593: | ||
<div class="submenu_item"> | <div class="submenu_item"> | ||
Collaborations | Collaborations | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="https://2018.igem.org/Team:Pasteur_Paris/Sponsors"> | ||
+ | <div class="submenu_item"> | ||
+ | Sponsors | ||
</div> | </div> | ||
</a> | </a> | ||
Line 786: | Line 815: | ||
</div> | </div> | ||
+ | |||
+ | |||
<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> |
Latest revision as of 12:46, 17 July 2018