TheDesk Airi (ver.3)

This commit is contained in:
cutls
2018-03-14 03:31:31 +09:00
parent f57b9a21ab
commit 07daf46318
1783 changed files with 7106 additions and 2122 deletions

View File

@@ -181,6 +181,9 @@ blockquote:before, .quote:before {
opacity: 1;
}
}
.modal-overlay{
z-index:999 !important;
}
/*black theme*/
.blacktheme body {

File diff suppressed because it is too large Load Diff

View File

@@ -77,7 +77,10 @@
color: white;
padding: 3px;
}
.character-counter{
position: relative;
top: -25px;
}
/*mini*/
.mini-post .mize{

View File

@@ -16,13 +16,13 @@
flex-wrap:wrap;
}
#sidebar-top{
height:calc(100vh - 7em);
height:70vh;
display:flex;
flex-wrap:wrap;
align-content:center;
}
#sidebar-btm{
height:7em;
height:9em;
display:flex;
flex-wrap:wrap;
align-content:flex-end;
@@ -192,6 +192,9 @@ p {
margin: 0;
margin-bottom: 0px;
}
p:not(:last-child){
margin-bottom: 10px;
}
.shared {
background-color: #cfd8dc;
}

View File

@@ -17,7 +17,7 @@
}
#his-data-show {
margin: 50px;
background-color: rgba(255, 255, 255, 0.8);
background-color: #e6ee9c;
width: calc(100% - 50px);
height: calc(100% - 50px);
margin-bottom: 0;
@@ -30,8 +30,15 @@
.my-data-width {
width: 11.11%;
}
.active-back{
background-color:rgba(255, 255, 255, 0.3);
}
/*black theme*/
.blacktheme #his-data-show {
background-color: rgba(0, 0, 0, 0.8);
}
.blacktheme .active-back{
background-color:#757575;
}