This commit is contained in:
parent
2eb58258a2
commit
14f95a94ad
7
base.css
7
base.css
@ -140,6 +140,11 @@ main{
|
|||||||
display: table;
|
display: table;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
-webkit-border-radius: 32px;
|
||||||
|
-moz-border-radius: 32px;
|
||||||
|
border-radius: 32px;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
.flex-col{
|
.flex-col{
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
@ -195,8 +200,6 @@ main{
|
|||||||
caption-side: bottom;
|
caption-side: bottom;
|
||||||
}
|
}
|
||||||
.item-table-full, .item-table-360, .item-table-caption{
|
.item-table-full, .item-table-360, .item-table-caption{
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
4
dark.css
4
dark.css
@ -27,13 +27,11 @@ a{
|
|||||||
}
|
}
|
||||||
.item-table{
|
.item-table{
|
||||||
background-color: #3f3f3f;
|
background-color: #3f3f3f;
|
||||||
|
border-color: #f5deb3;
|
||||||
}
|
}
|
||||||
.so-pane{
|
.so-pane{
|
||||||
border-color: #3f3f3f;
|
border-color: #3f3f3f;
|
||||||
}
|
}
|
||||||
.item-table > div > div, .item-table-caption{
|
|
||||||
border-color: #f5deb3;
|
|
||||||
}
|
|
||||||
.image-box{
|
.image-box{
|
||||||
background-color: #4f4f4f;
|
background-color: #4f4f4f;
|
||||||
}
|
}
|
||||||
|
@ -27,13 +27,11 @@ a{
|
|||||||
}
|
}
|
||||||
.item-table{
|
.item-table{
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
|
border-color: #0a214c;
|
||||||
}
|
}
|
||||||
.so-pane{
|
.so-pane{
|
||||||
border-color: #c0c0c0;
|
border-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
.item-table > div > div, .item-table-caption{
|
|
||||||
border-color: #0a214c;
|
|
||||||
}
|
|
||||||
.image-box{
|
.image-box{
|
||||||
background-color: #b0b0b0;
|
background-color: #b0b0b0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user