(字体、链接、主体、段落、上下标) |
m |
||
Line 38: | Line 38: | ||
sub { | sub { | ||
top: .5ex; | top: .5ex; | ||
+ | } | ||
+ | |||
+ | ul.menu, ul.submenu { | ||
+ | margin: 0; | ||
} | } |
Revision as of 11:38, 27 August 2018
@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;
}
ul.menu, ul.submenu {
margin: 0;
}