TheDesk Airi (ver.9)

This commit is contained in:
cutls
2018-03-27 11:39:35 +09:00
parent a84a1da29b
commit d3a8302e46
43 changed files with 2703 additions and 5621 deletions

View File

@@ -1,4 +0,0 @@
/*ログイン画面とその認証までのCSSです*/
#masara{display:none}
#auth{display:none}
#tl{display:none;}

View File

@@ -3,6 +3,7 @@
* Copyright 2014-2017 Materialize
* MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
* Modified by Cutls P(Airi (ver.3)-2018/03/14)
* Modified by Cutls P(Airi (ver.9)-2018/03/27) - pinned escape
*/
.materialize-red {
background-color: #e51c23 !important;
@@ -2792,10 +2793,11 @@ video.responsive-video {
position: relative;
}
/*
.pinned {
position: fixed !important;
}
*/
/*********************
Transition Classes
**********************/

View File

@@ -1,7 +1,7 @@
/*トゥートボックス向けCSS*/
#post-box {
position: fixed;
right: 3px;
right: 78px;
bottom: 3px;
background-color: white;
border: thin solid gray;

View File

@@ -51,7 +51,7 @@
vertical-align: 0.6rem;
}
#sidebar #side-dead{
height:50px;
height:30px;
}
iframe {
@@ -83,7 +83,7 @@ iframe {
cursor:text;
font-size:1.2em;
}
.emoji-img{
.emojione,.emoji-img{
width: 20px;
vertical-align: middle;
margin: -3px 0 0;