diff --git a/css/slides.css b/css/slides.css index 952193f7..eb096b54 100644 --- a/css/slides.css +++ b/css/slides.css @@ -16,7 +16,7 @@ body{ background: #fff; - font-family: 'FuturaHandwritten'; + font-family: 'FuturaHandwritten', "Microsoft YaHei", "PingFang SC", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; color: #333; font-size: 20px; @@ -202,7 +202,7 @@ s{ } .button #text{ - font-family: 'FuturaHandwritten'; + font-family: 'FuturaHandwritten', "Microsoft YaHei", "PingFang SC", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; color: #000; font-size: 24px; @@ -450,6 +450,10 @@ s{ .character #peep[char=tf2t]{ background-position: -525px 0; } .character #peep[char=pavlov]{ background-position: -630px 0; } .character #peep[char=random]{ background-position: -735px 0; } +.character #peep[char=joss]{ background-position: 0 0; } /* Uses same sprite as TFT */ +.character #peep[char=tester]{ background-position: -420px 0; } /* Uses same sprite as Prober */ +.character #peep[char=alternator]{ background-position: -735px 0; } /* Uses same sprite as Random */ +.character #peep[char=majority]{ background-position: 0 0; } /* Uses same sprite as TFT */ .tft{ color:#4089DD; } .all_d{ color:#52537F; } @@ -459,6 +463,10 @@ s{ .tf2t{ color:#88A8CE; } .pavlov{ color:#86C448; } .random{ color:#FF5E5E; } +.joss{ color:#F9D836; } +.tester{ color:#7F2E2E; } +.alternator{ color:#FF99CC; } +.majority{ color:#8D9E26; } .icon{ width:25px; height:25px; @@ -482,6 +490,10 @@ s{ .tf2t .icon{ background-position: -125px 0; } .pavlov .icon{ background-position: -150px 0; } .random .icon{ background-position: -175px 0; } +.joss .icon{ background-position: 0 0; } /* Uses same icon as TFT */ +.tester .icon{ background-position: -100px 0; } /* Uses same icon as Prober */ +.alternator .icon{ background-position: -175px 0; } /* Uses same icon as Random */ +.majority .icon{ background-position: 0 0; } /* Uses same icon as TFT */ /*************************/ /******* MISC STUFF *******/ diff --git a/index.html b/index.html index f7bf3cb7..19b74f5e 100644 --- a/index.html +++ b/index.html @@ -27,32 +27,33 @@ - The Evolution of Trust - + 信任的进化 + + - - - + + + - - + + - + - + - - + + @@ -60,7 +61,7 @@ -
loading...
+
载入中...