new file: Files/flashplayer_32_sa.exe new file: favicon.ico new file: globe.gif new file: imgs/download.png new file: imgs/zuck.jpg new file: index.html new file: other.ico new file: script.js new file: site.webmanifest new file: sitemap.html new file: styles/backround.css new file: styles/border.css new file: styles/fonts/Titillium_Web/OFL.txt new file: styles/fonts/Titillium_Web/TitilliumWeb-Black.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Bold.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Italic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Light.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Regular.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf new file: styles/fonts/webfontkit-20221027-163353/generator_config.txt new file: styles/fonts/webfontkit-20221027-163353/specimen_files/grid_12-825-55-15.css new file: styles/fonts/webfontkit-20221027-163353/specimen_files/specimen_stylesheet.css new file: styles/fonts/webfontkit-20221027-163353/stylesheet.css new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-demo.html new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff2 new file: styles/fonts/webfontkit-20221027-165950/generator_config.txt new file: styles/fonts/webfontkit-20221027-165950/specimen_files/grid_12-825-55-15.css new file: styles/fonts/webfontkit-20221027-165950/specimen_files/specimen_stylesheet.css new file: styles/fonts/webfontkit-20221027-165950/stylesheet.css new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-demo.html new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff2 new file: styles/style.css new file: tools/2048/.gitignore new file: tools/2048/.jshintrc new file: tools/2048/CONTRIBUTING.md new file: tools/2048/LICENSE.txt new file: tools/2048/README.md new file: tools/2048/Rakefile new file: tools/2048/favicon.ico new file: tools/2048/index.html new file: tools/2048/js/animframe_polyfill.js new file: tools/2048/js/application.js new file: tools/2048/js/bind_polyfill.js new file: tools/2048/js/classlist_polyfill.js new file: tools/2048/js/game_manager.js new file: tools/2048/js/grid.js new file: tools/2048/js/html_actuator.js new file: tools/2048/js/keyboard_input_manager.js new file: tools/2048/js/local_storage_manager.js new file: tools/2048/js/tile.js new file: tools/2048/meta/apple-touch-icon.png new file: tools/webretro/cores/neocd_libretro.js new file: tools/webretro/cores/neocd_libretro.wasm new file: tools/webretro/cores/nestopia_libretro.js new file: tools/webretro/cores/nestopia_libretro.wasm new file: tools/webretro/cores/o2em_libretro.js new file: tools/webretro/cores/o2em_libretro.wasm new file: tools/webretro/cores/opera_libretro.js new file: tools/webretro/cores/opera_libretro.wasm
188 lines
3.0 KiB
CSS
188 lines
3.0 KiB
CSS
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
|
|
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
|
|
*{ margin: 0; padding: 0;}
|
|
body{
|
|
font-family: 'Roboto', sans-serif;
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-size: 15px;
|
|
background: #eee;
|
|
}
|
|
.intro{
|
|
background: #fff;
|
|
padding: 60px 30px;
|
|
color: #333;
|
|
margin-bottom: 15px;
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
}
|
|
.intro h1 {
|
|
font-size: 18pt;
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
.intro p{
|
|
font-size: 14px;
|
|
}
|
|
|
|
.action{
|
|
text-align: center;
|
|
display: block;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
a.btn {
|
|
text-decoration: none;
|
|
color: #666;
|
|
border: 2px solid #666;
|
|
padding: 10px 15px;
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
a.btn:hover{
|
|
background: #666;
|
|
color: #fff;
|
|
transition: .3s;
|
|
-webkit-transition: .3s;
|
|
}
|
|
.btn:before{
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
margin-right: 10px;
|
|
}
|
|
.github:before{content: "\f09b"}
|
|
.down:before{content: "\f019"}
|
|
.back:before{content:"\f112"}
|
|
.credit{
|
|
background: #fff;
|
|
padding: 12px;
|
|
font-size: 9pt;
|
|
text-align: center;
|
|
color: #333;
|
|
margin-top: 40px;
|
|
|
|
}
|
|
.credit span:before{
|
|
font-family: FontAwesome;
|
|
color: #e41b17;
|
|
content: "\f004";
|
|
|
|
|
|
}
|
|
.credit a{
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
.credit a:hover{
|
|
color: #1DBF73;
|
|
}
|
|
.credit a:hover:after{
|
|
font-family: FontAwesome;
|
|
content: "\f08e";
|
|
font-size: 9pt;
|
|
position: absolute;
|
|
margin: 3px;
|
|
}
|
|
main{
|
|
background: #fff;
|
|
padding:: 20px;
|
|
|
|
}
|
|
|
|
article li{
|
|
color: #444;
|
|
font-size: 15px;
|
|
margin-left: 33px;
|
|
line-height: 1.5;
|
|
padding: 5px;
|
|
}
|
|
article h1,
|
|
article h2,
|
|
article h3,
|
|
article h4,
|
|
article p{
|
|
padding: 14px;
|
|
color: #333;
|
|
}
|
|
article p{
|
|
font-size: 15px;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
@media only screen and (min-width: 720px){
|
|
main{
|
|
max-width: 720px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 24px;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.set-overlayer,
|
|
.set-glass,
|
|
.set-sticky {
|
|
cursor: pointer;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
padding: 0 15px;
|
|
color: #333;
|
|
font-size: 16px;
|
|
}
|
|
.set-overlayer:after,
|
|
.set-glass:after,
|
|
.to-active:after,
|
|
.set-sticky:after {
|
|
font-family: FontAwesome;
|
|
font-size: 18pt;
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
.set-overlayer:after,
|
|
.set-glass:after,
|
|
.set-sticky:after {
|
|
content: "\f204";
|
|
transition: .6s;
|
|
}
|
|
|
|
.to-active:after {
|
|
content: "\f205";
|
|
color: #008080;
|
|
transition: .6s;
|
|
}
|
|
.set-overlayer,
|
|
.set-glass,
|
|
.set-sticky,
|
|
.source,
|
|
.theme-tray {
|
|
margin: 10px;
|
|
background: #f2f2f2;
|
|
border-radius: 5px;
|
|
border: 2px solid #f1f1f1;
|
|
box-sizing: border-box;
|
|
}
|
|
/* Syntax Highlighter*/
|
|
|
|
pre.prettyprint {
|
|
padding: 15px !important;
|
|
margin: 10px;
|
|
border: 0 !important;
|
|
background: #f2f2f2;
|
|
overflow: auto;
|
|
}
|
|
|
|
.source {
|
|
white-space: pre;
|
|
overflow: auto;
|
|
max-height: 400px;
|
|
}
|
|
code{
|
|
border:1px solid #ddd;
|
|
padding: 2px;
|
|
border-radius: 2px;
|
|
}
|