YuhangYang (Talk | contribs) m (add selection) |
YuhangYang (Talk | contribs) m |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | @font-face { | |
− | body{ min-width: 320px; min-height: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: - | + | font-family: sf pro display light; |
+ | src: url(https://static.igem.org/mediawiki/2018/3/34/T--SSTi-SZGD--Font.ttf); | ||
+ | } | ||
+ | *{ margin: 0; padding: 0; line-height:1.42857143;} | ||
+ | body{ min-width: 320px; min-height: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: sf pro display light; color: #333; font-weight: 300; letter-spacing:0.011rem; text-align: justify; -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; word-wrap: break-word;} | ||
a, area, button, input, label, select, summary, textarea{ touch-action:manipulation;} | a, area, button, input, label, select, summary, textarea{ touch-action:manipulation;} | ||
− | ul{ margin: 0;} | + | ol,ul{ margin: 0;} |
li{ list-style: none; display: inline-block;} | li{ list-style: none; display: inline-block;} | ||
a{ text-decoration: none;} | a{ text-decoration: none;} | ||
Line 9: | Line 13: | ||
::selection{ background: #ff7171; color:#fff;} | ::selection{ background: #ff7171; color:#fff;} | ||
::-moz-selection{ background: #ff7171; color:#fff;} | ::-moz-selection{ background: #ff7171; color:#fff;} | ||
+ | .transition{ transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;} |
Latest revision as of 15:05, 15 November 2018
@font-face { font-family: sf pro display light; src: url(https://static.igem.org/mediawiki/2018/3/34/T--SSTi-SZGD--Font.ttf); }
- { margin: 0; padding: 0; line-height:1.42857143;}
body{ min-width: 320px; min-height: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: sf pro display light; color: #333; font-weight: 300; letter-spacing:0.011rem; text-align: justify; -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; word-wrap: break-word;} a, area, button, input, label, select, summary, textarea{ touch-action:manipulation;} ol,ul{ margin: 0;} li{ list-style: none; display: inline-block;} a{ text-decoration: none;} a:hover{ text-decoration: none;} a:focus{ text-decoration: none;}
- selection{ background: #ff7171; color:#fff;}
- -moz-selection{ background: #ff7171; color:#fff;}
.transition{ transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}