|
|
Line 236: |
Line 236: |
| /**************************************************************************************************************************************************************************************************/ | | /**************************************************************************************************************************************************************************************************/ |
| | | |
− | .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: 190%;}
| |
− | .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 h5 { font-size: 140%;}
| |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;}
| |
| | | |
| + | ::selection { |
| + | background:#666; |
| + | color:#DDD; |
| + | } |
| | | |
− | /* styling for the titles h1, h2*/
| + | ::-webkit-scrollbar { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
| + | width: 8px; |
− | border-bottom:0px;
| + | } |
− | color: #635d5d;
| + | ::-webkit-scrollbar-track { |
− | font-family: "Arial Black", Gadget, sans-serif;
| + | -webkit-box-shadow:inset006pxrgba(0,0,0,0.3); |
− | padding: 10px 0px;
| + | border-radius:9px; |
− | }
| + | } |
| + | ::-webkit-scrollbar-thumb { |
| + | background:rgba(10,10,10,0.4); |
| + | -webkit-box-shadow:inset006pxrgba(0,0,0,0.5); |
| + | } |
| + | ::-webkit-scrollbar-thumb:window-inactive { |
| + | background:rgba(0,0,0,0.1); |
| + | } |
| | | |
− | /* styling for the titles h3, h3, h5, h6 */
| + | html { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h3,
| + | padding: 80px 0 0 0; |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h4,
| + | user-select: none; |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h5,
| + | height: 100%; |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h6 {
| + | min-width: 800px; |
− | border-bottom:0px;
| + | background-image: url(./bg.png); |
− | color: #928b8b;
| + | background-repeat: repeat; |
− | font-family: "Arial Black", Gadget, sans-serif;
| + | background-attachment:fixed; |
− | padding: 5px 0px;
| + | font-family: 'Roboto', 'Noto', sans-serif; |
− | }
| + | font-weight: lighter; |
| + | cursor: url('virus.png'), auto; |
| + | } |
| | | |
− | /* text */
| + | body { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper p {
| + | margin: 80px 15% 100px; |
− | font-size: 130%;
| + | width: 70%; |
− | font-family: Arial, Helvetica, sans-serif;
| + | font-size:100%; |
− | padding: 5px 0px;
| + | } |
− | text-align: left;
| + | |
− | color: #484848;
| + | |
− | }
| + | |
| | | |
− | /* Links */
| + | #header-sroll { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper a {
| + | position:fixed; |
− | color: #5bc7d8;
| + | height: 100px; |
− | font-weight: bold;
| + | background:#EEE; |
− | text-decoration: underline;
| + | left:0; |
− | text-decoration-color:#5bc7d8;
| + | top:0; |
− | transition: all 0.4s ease;
| + | float:left; |
− | -webkit-transition: all 0.4s ease;
| + | width:100%; |
− | -moz-transition: all 0.4s ease;
| + | margin: 0; |
− | -ms-transition: all 0.4s ease;
| + | -ms-transition: all 0.3s ease-out; |
− | -o-transition: all 0.4s ease;
| + | -moz-transition: all 0.3s ease-out; |
− | }
| + | -webkit-transition: all 0.3s ease-out; |
| + | -o-transition: all 0.3s ease-out; |
| + | transition: all 0.3s ease-out; |
| + | opacity:0.96; |
| + | box-shadow: |
| + | 0 4px 5px -1px rgba(0, 0, 0, 0.08), |
| + | 0 1px 10px -1px rgba(0, 0, 0, 0.04), |
| + | 0 2px 4px -2px rgba(0, 0, 0, 0.3); |
| + | } |
| | | |
− | /* hover for the links */
| + | #header-sroll h1 { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper a:hover {
| + | margin: 35px 0; |
− | color: #f8b732;
| + | min-width: 200px; |
− | text-decoration:none;
| + | font-size: 30px; |
− | }
| + | text-align: center; |
| + | transition: left 1s linear; |
| + | -ms-transition: all 0.3s ease-out; |
| + | -moz-transition: all 0.3s ease-out; |
| + | -webkit-transition: all 0.3s ease-out; |
| + | -o-transition: all 0.3s ease-out; |
| + | transition: all 0.3s ease-out; |
| + | } |
| | | |
| + | #header-sroll.small { |
| + | height: 70px; |
| + | } |
| | | |
− | /* Table */
| + | #header-sroll.small h1{ |
− | .igem_2018_team_content .igem_2018_team_column_wrapper table {
| + | margin: 20px 100% 26px 0; |
− | border: 1px solid #928b8b;
| + | font-size: 24; |
− | border-collapse: collapse;
| + | opacity: 0.4; |
− | font-size: 130%;
| + | } |
− | width: 100%;
| + | |
− | }
| + | |
| | | |
− | /* table cells */
| + | div { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper td {
| + | margin: 30px 0; |
− | border: 1px solid #c4baba;
| + | -ms-transition: all 0.3s ease-out; |
− | border-collapse: collapse;
| + | -moz-transition: all 0.3s ease-out; |
− | font-size: 105%;
| + | -webkit-transition: all 0.3s ease-out; |
− | padding: 10px;
| + | -o-transition: all 0.3s ease-out; |
− | vertical-align: text-top;
| + | transition: all 0.3s ease-out; |
− | }
| + | } |
| | | |
− | /* table headers */
| + | div:hover { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper th {
| + | user-select: text; |
− | background-color:#c4baba;
| + | } |
− | border: 1px solid #928b8b;
| + | |
− | border-collapse: collapse;
| + | |
− | font-size: 110%;
| + | |
− | padding: 10px;
| + | |
− | vertical-align: text-top;
| + | |
− | }
| + | |
| | | |
| + | div.container{ |
| + | background-color: #FAFAFA; |
| + | margin: 0; |
| + | padding: 40px 40px; |
| + | border-width: 0 1px 0 1px; |
| + | border-style: dashed; |
| + | border-color: #eeeeee; |
| + | box-shadow: |
| + | 0 4px 5px -1px rgba(0, 0, 0, 0.08), |
| + | 0 1px 10px -1px rgba(0, 0, 0, 0.04), |
| + | 0 2px 4px -2px rgba(0, 0, 0, 0.3); |
| + | } |
| | | |
| + | div.container:hover { |
| + | transition-property: box-shadow; |
| + | transition: .3s; |
| + | box-shadow: |
| + | 0 4px 5px 0 rgba(0, 0, 0, 0.14), |
| + | 0 1px 10px 0 rgba(0, 0, 0, 0.12), |
| + | 0 2px 4px -1px rgba(0, 0, 0, 0.4); |
| + | } |
| | | |
− | /* non numbered lists */
| + | div.container:active { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol {
| + | transition-property: box-shadow; |
− | font-size: 130%;
| + | transition: .1s; |
− | font-family: Arial, Helvetica, sans-serif;
| + | box-shadow: |
− | padding:0px 20px;
| + | 0 4px 5px 1px rgba(0, 0, 0, 0.24), |
− | }
| + | 0 1px 10px 1px rgba(0, 0, 0, 0.22), |
| + | 0 2px 4px 0 rgba(0, 0, 0, 0.5); |
| + | } |
| | | |
| + | div#footer { |
| + | z-index: -1; |
| + | position: fixed; |
| + | margin: 0; |
| + | left: 0; |
| + | bottom: 0; |
| + | width: 100%; |
| + | text-align: center; |
| + | background-color: transparent; |
| + | opacity: 0.2; |
| + | user-select: none; |
| + | } |
| | | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ul li,
| + | div#footer:hover { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ul ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ol li,
| + | opacity: 0.6; |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ul li,
| + | } |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ol li,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ul li,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ol li{ font-size: 76%; }
| + | |
| | | |
| + | div#footer p { |
| + | font-size: 1rem; |
| + | } |
| | | |
| + | h1, h2, h3, h4, h5, h6{ |
| + | user-select: none; |
| + | margin: 2.5rem 0 1.3rem 0; |
| + | color: gray; |
| + | font-weight: lighter; |
| + | } |
| | | |
− | /*layout classes*/
| + | h1 { |
− | /**************************************************************************************************************************************************************************************************/
| + | transition-property: color; |
| + | transition: .3s; |
| + | color: #111111; |
| + | font-size:2.25rem; |
| + | } |
| | | |
− | /*main layout class */
| + | h1.title:hover { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column {
| + | color: #7996BD; |
− | float:left;
| + | } |
− | margin: 1% 2%;
| + | |
− | padding: 0px;
| + | |
− | }
| + | |
| | | |
− | /* 100% */
| + | h2 { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size { width:96%; }
| + | font-size:2.0rem; |
| + | } |
| | | |
− | /* 66% */
| + | h3 { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
| + | font-size:1.7rem; |
| + | } |
| | | |
− | /* 33% */
| + | h4 { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size { width: 29.3%; }
| + | font-size:1.4rem; |
| + | } |
| | | |
| + | p { |
| + | margin-bottom: 1rem; |
| + | margin-top: 0; |
| + | font-size:1.2rem; |
| + | color: #222; |
| + | } |
| | | |
| + | p:hover { |
| + | color: #666; |
| + | } |
| | | |
| + | ul { |
| + | list-style-type: none; |
| + | } |
| | | |
− | /*styling for all images*/
| + | li { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size img,
| + | line-height: 150%; |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size img,
| + | font-size: 1rem; |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size img {
| + | } |
− | margin-bottom: 15px;
| + | |
− | width: 100%;
| + | |
− | }
| + | |
| | | |
| + | a { |
| + | text-decoration: none; |
| + | color: #3377aa; |
| + | } |
| | | |
− | /* page break */
| + | a:hover { |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .clear {
| + | color: white; |
− | clear:both;
| + | background-color: #3377aa; |
− | }
| + | |
− | /*add extra space to page break with clear class*/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space {
| + | |
− | height: 30px;
| + | |
− | }
| + | |
− | | + | |
− | /* horizontal line to divide the page*/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .line_divider {
| + | |
− | border-top: 1px solid #c4baba;
| + | |
− | margin: auto;
| + | |
− | width: 98%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− |
| + | |
− | /*support classes*/
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | | + | |
− | /*Button */
| + | |
− | /************************************************/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link {
| + | |
− | font-size: 130%;
| + | |
− | margin: 30px auto;
| + | |
− | text-align: center;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a {
| + | |
− | background-color: #5bc7d8;
| + | |
− | color: #635d5d !important;
| + | |
− | font-weight: bold;
| + | |
− | margin: auto;
| + | |
− | text-decoration: none !important;
| + | |
− | padding: 10px 15px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a:hover {
| + | |
− | background-color: #f8b732 !important;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight {
| + | |
− | padding: 15px 20px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight p,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h1,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h2,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h3,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h4,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h5,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h6 {
| + | |
− | padding: 5px 15px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_background {
| + | |
− | background-color: #e4dede;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
| + | |
− | border-top: 4px solid #5bc7d8;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
| + | |
− | border: 4px solid #5bc7d8;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top {
| + | |
− | border-top: 4px solid #f8b732
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full {
| + | |
− | border: 4px solid #f8b732;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | /*mobile*/
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | | + | |
− | /* 1800px */
| + | |
− | /************************************************/
| + | |
− | @media only screen and (max-width: 1800px) {
| + | |
− | .igem_2018_team_content { width: 85%;}
| + | |
− | .igem_2018_team_menu {display:block;}
| + | |
| } | | } |
− |
| |
− | /* 1400px */
| |
− | /************************************************/
| |
− | @media only screen and (max-width: 1400px) {
| |
− | .igem_2018_team_menu .menu_item { font-size:100%;}
| |
− | .igem_2018_team_menu .submenu .submenu_item { font-size:90%;}
| |
− | .igem_2018_team_menu {display:block;}
| |
− | }
| |
− |
| |
− | @media only screen and (max-width: 1001px) {
| |
− | .igem_2018_team_menu {display:block;}
| |
− | }
| |
− |
| |
− | /* 1000px */
| |
− | /************************************************/
| |
− | @media only screen and (max-width: 1000px) {
| |
− | .igem_2018_team_content {width:100%; margin-left:0px;}
| |
− | .igem_2018_team_menu {display:none; margin-top: 45px; min-width:50%; width:50%;}
| |
− | .igem_2018_team_mobile_bar {display:block;}
| |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size, .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size,.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size {width:96%; }
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | @media only screen and (max-width: 500px) {
| |
− | .igem_2018_team_menu {min-width:100%; width:100%; }
| |
− | }
| |
− |
| |
| | | |
| /**************************************************************************************************************************************************************************************************/ | | /**************************************************************************************************************************************************************************************************/ |