Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Mar 24, 2017
1 parent 6051ddf commit c1601c6
Show file tree
Hide file tree
Showing 20 changed files with 122,157 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
body {background: #1C1B1C;}
body, textarea {font-size: 18px; font-family: 'open sans', arial, sans-serif; color:white;}
a {color: blue;}
h1 {color: white; margin: 0; padding: 0; font-weight: bold; font-size: 36px; text-align: center; text-shadow: 2px 2px 0 rgba(0,0,0,0.5);}
h2 {color: #ffe35d; margin: 0; padding: 0; font-weight: bold; font-size: 18px; text-align: right; text-shadow: 2px 2px 0 rgba(0,0,0,0.5);}
textarea.chinese {width: 410px; height: 200px; border: 5px solid #aaa; padding: 10px;}

.header {width: 400px; margin: 50px auto;}
.container {display: block; width: 410px; margin: 50px auto 0;}
.footer { padding-bottom: 100px; position: relative; font-family: 'open sans', sans-serif; margin-top: 50px; text-align: center; color: white; text-shadow: 1px 1px 1px rgba(0,0,0,0.5);}
.footer .attribution {position: absolute; bottom: 10px; right: 10px; font-size: 12px; }
.footer .attribution a {color: white;}
.footer .attribution img {width: 20px; margin: 0 10px; float: left; border: 2px solid white; box-shadow: 2px 2px 1px rgba(0,0,0,0.7); -moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.7);}
4 changes: 4 additions & 0 deletions dict/.directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2017,3,23,18,7,51
Version=3
ViewMode=1
Loading

0 comments on commit c1601c6

Please sign in to comment.