m |
(去除链接下划线,隐去iGEM图标,拓宽页面,设置字体。) |
||
Line 10: | Line 10: | ||
a:visited { | a:visited { | ||
+ | text-decoration: none; | ||
color: inherit; | color: inherit; | ||
+ | } | ||
+ | |||
+ | a:hover{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:-webkit-any-link{ | ||
+ | text-decoration: none; | ||
} | } | ||
Line 16: | Line 24: | ||
background-color: #f7f7f7; | background-color: #f7f7f7; | ||
color:#424242; | color:#424242; | ||
+ | } | ||
+ | |||
+ | #HQ_page p,h1,h2,h3,h4,h5,h6{ | ||
font-family: Lato, sans-serif; | font-family: Lato, sans-serif; | ||
+ | font-size: medium; | ||
} | } | ||
Line 40: | Line 52: | ||
} | } | ||
− | + | #top_title{ | |
+ | display:none; | ||
+ | } | ||
+ | #content{ | ||
margin: 0; | margin: 0; | ||
+ | width:auto; | ||
} | } |
Revision as of 12:31, 29 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 {
text-decoration: none; color: inherit;
}
a:hover{
text-decoration: none;
} a:-webkit-any-link{
text-decoration: none;
}
body{
background-color: #f7f7f7; color:#424242;
}
- HQ_page p,h1,h2,h3,h4,h5,h6{
font-family: Lato, sans-serif; font-size: medium;
}
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;
}
- top_title{
display:none;
}
- content{
margin: 0; width:auto;
}