Difference between revisions of "Template:Virginia"

Line 175: Line 175:
  
  
 
/**************************************************************** MENU ***************************************************************/
 
/* Wrapper for the menu */
 
 
.igem_2017_menu_wrapper {
 
width: 0%;
 
height: 100%;
 
position:fixed;
 
right:0%;
 
padding:0px;
 
float:right;
 
border-left: 1px solid #000000;
 
background-color: #1F7A8C; 
 
text-align:left;
 
font-family:'Lato', sans-serif;
 
/*font-family: Verdana, Arial, Helvetica, sans-serif; */
 
                /*font-family: Courier, "Lucida Console", monospace; */
 
overflow-y: auto;
 
overflow-x: hidden;
 
                z-index: 5;
 
}
 
 
/* this hides the scrollbar to keep view consistency */
 
.igem_2017_menu_wrapper::-webkit-scrollbar {
 
display: none;
 
}
 
 
 
/* styling for links in the menu, removes the line under text */
 
.igem_2017_menu_wrapper a { 
 
text-decoration: none;
 
}
 
 
 
/* styling for the images in the menu */
 
.igem_2017_menu_wrapper img {
 
width: 100%;
 
                z-index: 5;
 
}
 
 
/* styling for the menu buttons */
 
.igem_2017_menu_wrapper .menu_button {
 
width: 100%;
 
padding: 10px 0px 10px 15px;
 
float:left;
 
border-bottom: 1px solid t;
 
font-size: 12px;
 
font-weight: bold;
 
color: #25283D;
 
cursor: pointer;
 
}
 
 
 
.igem_2017_menu_wrapper .menu_bottom_padding {
 
width: 100%;
 
height: 30px;
 
float:left;
 
}
 
 
.menu_button.direct_to_page {
 
padding-left: 36px;
 
}
 
 
 
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
 
width:10%;
 
float:left;
 
}
 
 
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
 
content: "+"; 
 
}
 
 
.open::before {
 
content: "" !important; 
 
}
 
 
 
 
/* 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 {
 
background-color: #ff5d00;
 
text-decoration: none;
 
color:#ff5d00;
 
}
 
 
/* styling for the menu button when it is the current page */
 
.current_page {
 
background-color:#25283D  !important;
 
color:#1F7A8C !important;
 
}
 
 
 
/* styling for the submenu buttons */
 
.igem_2017_menu_wrapper .submenu_button {
 
width: 100%;
 
padding: 10px 0px 10px 34px;
 
float:left;
 
background-color: #BFD7EA;
 
border-bottom: 1px solid #000000;
 
font-size: 12px;
 
color: #25283D;
 
cursor: pointer;
 
}
 
 
/* wrapper for the submenu items, they are hidden by default*/
 
.igem_2017_menu_wrapper .submenu_wrapper {
 
display:none;
 
}
 
 
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
 
.igem_2017_menu_wrapper #display_menu_control {
 
display:none;
 
text-align:center;
 
}
 
 
 
  
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
  
        /* Margin wrapper */
 
 
.big-margin {
 
    border: 15px solid #BFD7EA;
 
    background: #BFD7EA;
 
    margin: 15px;
 
}
 
  
 
/* Wrapper for the content */
 
/* Wrapper for the content */
Line 340: Line 216:
 
.igem_2017_content_wrapper p {  
 
.igem_2017_content_wrapper p {  
 
padding: 0px 25px;  
 
padding: 0px 25px;  
font-size: 72px;
+
font-size: 16px;
 
                 color: #0F1626; /* TAG::LETTERS */
 
                 color: #0F1626; /* TAG::LETTERS */
 
}
 
}

Revision as of 17:24, 1 August 2017