Difference between revisions of "Team:DLUT China B/css/style.css"

(字体、链接、主体、段落、上下标)
 
(Blanked the page)
 
Line 1: Line 1:
@font-face {
 
    font-family: Lato;
 
    src:url("https://static.igem.org/mediawiki/2018/0/0b/T--DLUT_China_B--LatoLatin-Regular.woff");
 
}
 
  
a {
 
    text-decoration: none;
 
    color: inherit;
 
}
 
 
a:visited {
 
    color: inherit;
 
}
 
 
body{
 
    background-color: #f7f7f7;
 
    color:#424242;
 
    font-family: Lato, sans-serif;
 
}
 
 
p{
 
    font-size: 18px;
 
    line-height: 1.7em;
 
}
 
 
sup, sub {
 
    font-size: 75%;
 
    height: 0;
 
    line-height: 0;
 
    position: relative;
 
    vertical-align: baseline;
 
}
 
 
sup {
 
    bottom: 1ex;
 
}
 
 
sub {
 
    top: .5ex;
 
}
 

Latest revision as of 13:48, 25 August 2018