add fork me on github

This commit is contained in:
mkwiser
2014-10-31 00:01:09 +08:00
parent a371836e35
commit ee6f9791c5
9 changed files with 23 additions and 340 deletions

View File

@@ -134,4 +134,13 @@ body, html {
border: 1px solid #CCC;
background: rgba(222, 222, 222, 0.5);
pointer-events: none;
}
.forkme {
float: right;
color: #FFF;
&:hover {
color: #EEE
}
}

View File

@@ -9,15 +9,9 @@
.ico() {
display: inline-block;
font-family: 'fonteditor';
font-size: 12px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.1px;
&:hover {
cursor: pointer;
color: blue;
}
}
.i-ico(@unicode) {
@@ -29,6 +23,11 @@
.i-edit,
.i-del {
.ico();
font-size: 12px;
&:hover {
cursor: pointer;
color: blue;
}
}
.i-edit {
@@ -37,4 +36,9 @@
.i-del {
.i-ico('\e611');
}
.i-github {
.ico();
.i-ico('\e600');
}