Difference between revisions of "Template:Pasteur Paris"

 
(83 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Pasteur_Paris/Fonts}}
 
<html>
 
<html>
 
<script>
 
<script>
Line 8: Line 9:
 
 
  
//highlight current page on the menu
+
//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:#000000; }
+
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:#000000;         /*changer la couleur de fond de la bande de menu*/
+
                font-family: 'Raleway', Arial, sans-serif;
border-left: 1px solide #000000;    /*couleur de la ligne séparant le menu du reste de la page*/
+
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:left;  
+
float:right;  
 
height:100vh;  
 
height:100vh;  
 
max-width: 270px;
 
max-width: 270px;
Line 82: Line 93:
 
position:fixed;  
 
position:fixed;  
 
right:0%;
 
right:0%;
text-align:left;   /*position du texte dans l'onglet*/
+
text-align:left; /*position du texte dans l'onglet*/
width: 15%;  
+
width: 15%;
 
}
 
}
  
Line 103: Line 114:
 
.igem_2018_team_menu .menu_item {
 
.igem_2018_team_menu .menu_item {
 
     background-color: #000000;
 
     background-color: #000000;
     border-bottom: 1px solid #928b8b;
+
     border-bottom: 1px solid #928b8b; /gris foncé*/
 
     clear: both;
 
     clear: both;
 
color: #ffffff;
 
color: #ffffff;
     cursor: pointer;   /*forme du curseur*/
+
     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;   /* niveau de gras de la police */
+
     font-weight: bold; /* niveau de gras de la police */
 
     padding: 15px 0px 15px 5%;
 
     padding: 15px 0px 15px 5%;
 
   width: 100%;
 
   width: 100%;
Line 117: Line 128:
 
color: #ffffff;
 
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: #CA8A7A;
+
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 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 #c4baba;
+
border-bottom: 1px solid #928b8b;
 
   color: #ffffff;
 
   color: #ffffff;
 
     height: 30px;
 
     height: 30px;
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: #FCC3C3;      /*couleur des sous-onglets quand on passe la souris dessus */
+
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:#c4baba;
+
background-color:#C52C4D;
 
}
 
}
  
Line 180: Line 193:
 
background-color:#e4dede;  
 
background-color:#e4dede;  
 
border-bottom: 1px solid #c4baba;
 
border-bottom: 1px solid #c4baba;
cursor:pointer;
+
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 219: Line 231:
 
/* general wrapper for the content */
 
/* general wrapper for the content */
 
.igem_2018_team_content {
 
.igem_2018_team_content {
background-color:black;  
+
background-color:white;  
 
display:block;
 
display:block;
 
width: 87%;
 
width: 87%;
Line 237: Line 249:
  
 
.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: 150%;}
+
.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 244: Line 256:
  
  
/* styling for the titles h1, h2, h3*/
+
 
.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;  
 
border-bottom:0px;  
color: #F5CBCB;
+
color: #C52C4D;
font-family: Arial, Gadget, sans-serif; /*"Arial Black"*/
+
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;
 +
color: #000000;
 +
font-family: 'Raleway' ,Arial, Gadget, sans-serif; /*"Arial Black"*/
 
padding: 10px 0px;
 
padding: 10px 0px;
                 test-align:center;
+
                 text-align:center;
 
}
 
}
  
/* styling for the titles h4, h5, h6 */
+
/* 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 259: 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: #F5CBCB;
+
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;
                 test-align:center;
+
                 text-align:justify;
 
}
 
}
 
  
 
/* text */
 
/* text */
 
.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: justify;    /*justifie les paragraphes*/
 
text-align: justify;    /*justifie les paragraphes*/
color: #ffffff;        /*couleur de la police du texte contenu dans les pages de nos onglets, page d'accueil...*/
+
color: #000000;        /*couleur de la police du texte contenu dans les pages de nos onglets, page d'accueil...*/
 
}
 
}
  
Line 297: 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 #928b8b;  
+
border: 1px solid #c4baba;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
font-size: 130%;
 
font-size: 130%;
Line 326: 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: #ffffff;
+
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 405: 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: #e5d0d0;
+
background-color: #5bc7d8;
 
color: #635d5d !important;
 
color: #635d5d !important;
 
font-weight: bold;
 
font-weight: bold;
Line 438: Line 460:
  
 
.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 #6a0907;
+
     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 #6a0907;
+
     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 #b96f5e
+
     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 #b96f5e;
+
     border: 4px solid #f8b732;
 
}
 
}
  
Line 522: Line 544:
 
<!--- Menu --->
 
<!--- Menu --->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
 
  
  
Line 542: Line 562:
  
  
<div class="igem_2018_team_menu displaying_menu">
+
<div class="igem_2018_team_menu">
  
  
Line 575: Line 595:
 
</div>
 
</div>
 
</a>
 
</a>
 
 
                         <a href="https://2018.igem.org/Team:Pasteur_Paris/Sponsors">
 
                         <a href="https://2018.igem.org/Team:Pasteur_Paris/Sponsors">
 
<div class="submenu_item">
 
<div class="submenu_item">
Line 796: Line 815:
  
 
</div>
 
</div>
 +
 +
  
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

Latest revision as of 12:46, 17 July 2018