Line 1: | Line 1: | ||
+ | @font-face{ | ||
+ | font-family: MOD20; | ||
+ | src:url('2018.igem.org/wiki/images/2/27/T--Tianjin--MOD20.ttf"'); | ||
+ | } | ||
+ | body{ | ||
+ | font-family: 'MOD20',sans-serif!important; | ||
+ | } | ||
p{display: inline;} | p{display: inline;} | ||
::selection{ | ::selection{ | ||
Line 19: | Line 26: | ||
} | } | ||
.title{ | .title{ | ||
− | + | text-align: center; | |
font-weight: 400; | font-weight: 400; | ||
− | font-family: ' | + | font-family: 'MOD20', sans-serif; |
text-align: center; | text-align: center; | ||
border-bottom: none; | border-bottom: none; | ||
Line 36: | Line 43: | ||
font-size: 1.8em; | font-size: 1.8em; | ||
color: #222; | color: #222; | ||
− | font-family: ' | + | font-family: 'MOD20',sans-serif; |
} | } | ||
.partition{ | .partition{ | ||
Line 45: | Line 52: | ||
margin-bottom: 50px; | margin-bottom: 50px; | ||
font-weight: 400 !important; | font-weight: 400 !important; | ||
− | + | font-size: 18px !important; | |
− | + | line-height: 1.5; | |
} | } | ||
.text-tight{ | .text-tight{ | ||
margin: 0px; | margin: 0px; | ||
font-weight: 400 !important; | font-weight: 400 !important; | ||
− | + | font-size: 18px !important; | |
− | + | line-height: 1.5; | |
} | } | ||
.picture{ | .picture{ | ||
Line 68: | Line 75: | ||
.navbar-collapse{ | .navbar-collapse{ | ||
− | font-family: | + | font-family: MOD20',sans-serif !important; |
font-size: 20px !important; | font-size: 20px !important; | ||
} | } |
Revision as of 06:50, 13 October 2018
@font-face{ font-family: MOD20; src:url('2018.igem.org/wiki/images/2/27/T--Tianjin--MOD20.ttf"'); } body{ font-family: 'MOD20',sans-serif!important; } p{display: inline;}
- selection{
color: white; background-color: rgba(0,0,0,0.1); } sup{ color: blue; } .text strong a{ color: #5b759d; text-decoration: none; } .titleBox{ padding-top: 200px; } .textCon{ padding-left: 100px; padding-right: 100px; } .title{
text-align: center; font-weight: 400; font-family: 'MOD20', sans-serif; text-align: center; border-bottom: none;
} .title-big{ font-size: 3em; } .title-normal{ font-size: 2em; margin-bottom:25px; color: #5265F0; } .title-small{ font-size: 1.8em; color: #222; font-family: 'MOD20',sans-serif; } .partition{ padding-top: 130px; } .text{ margin-top: 25px; margin-bottom: 50px; font-weight: 400 !important;
font-size: 18px !important; line-height: 1.5;
} .text-tight{ margin: 0px; font-weight: 400 !important;
font-size: 18px !important; line-height: 1.5;
} .picture{ margin-top: 25px; text-align: center; line-height: 60px; } .picture img {
width: 100%;
} .panel-title a{ text-decoration: none; color: white; }
.navbar-collapse{ font-family: MOD20',sans-serif !important; font-size: 20px !important; } .panel-body{border-top:1px solid #ddd;}
.reference{ width: 100%;margin: auto; /*box-shadow: 0 9px 3px 0 rgba(0,0,0,0.23), 0 4px 10px 0 rgba(0,0,0,0.13), 0 -3px 2px 3px rgba(0,0,0,0.22);*/ padding: 15px;margin-top: 20px; word-wrap:break-word; } .reftext{ font-size: 18px;
line-height: 28px; margin-top: 10px; font-family: Courier, monospace; padding-top: 10px;
} .reftext>a{ text-decoration: none; color: black;
line-height: 40px;
} .reftext>a:hover{ color: #5b759d; } .text-panel{ border: transparent solid 1px; /*box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.18824);*/ } .panel-group{
margin-bottom: 3px;
} .text-pan-heading{ background: #79acdd; overflow: hidden; padding-top: 20px; padding-bottom: 20px; padding-left: 15px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-title{ font-size: 19px; } .panel-collapse{ background: linear-gradient(rgba(91,117,157,0.4), rgba(121,172,221,0.3)); } .panel-top{ border-top-left-radius: 25px;
border-top-right-radius: 25px;
} .panel-bottom{ border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px; transition: 0.5s; overflow: hidden;
} .panel-show{ border-bottom-left-radius:0!important; border-bottom-right-radius: 0!important; transition: 0s; }