TheDesk Miho (ver.10)

This commit is contained in:
cutls
2018-02-13 04:16:46 +09:00
parent eec72767c6
commit 1d92abf550
14 changed files with 145 additions and 20 deletions

View File

@@ -132,6 +132,9 @@ blockquote:before, .quote:before {
#drag-content {
font-size: 200%;
}
.radio{
font-family:'Yanone Kaffeesatz'
}
/*black theme*/
.blacktheme body {

View File

@@ -84,12 +84,14 @@ p {
background-color:white;
display: inline-block;
position: relative;
font-family: Open Sans;
margin-right: 10px;
width:100%;
z-index:1000;
height:60px;
}
.tl-title {
font-family: Open Sans;
}
#tools {
position: fixed;
top: 10px;
@@ -97,7 +99,7 @@ p {
float: right;
}
.setting {
font-size: 7px;
font-size: 10px;
color: gray;
cursor: pointer;
}