TheDesk Airi (ver.3)
This commit is contained in:
@@ -181,6 +181,9 @@ blockquote:before, .quote:before {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.modal-overlay{
|
||||
z-index:999 !important;
|
||||
}
|
||||
|
||||
/*black theme*/
|
||||
.blacktheme body {
|
||||
|
580
app/css/materialize.css
vendored
580
app/css/materialize.css
vendored
File diff suppressed because it is too large
Load Diff
@@ -77,7 +77,10 @@
|
||||
color: white;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.character-counter{
|
||||
position: relative;
|
||||
top: -25px;
|
||||
}
|
||||
|
||||
/*mini*/
|
||||
.mini-post .mize{
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user