mirror of
https://github.com/celisej567/wiki.git
synced 2026-09-21 20:08:53 +03:00
Embeds!
This commit is contained in:
@@ -108,6 +108,16 @@ pre
|
||||
display:flex;
|
||||
}
|
||||
|
||||
pre code
|
||||
{
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
td code {
|
||||
background-color: #312A1D;
|
||||
border-color: #2b2519;
|
||||
}
|
||||
|
||||
.nested
|
||||
{
|
||||
display: none;
|
||||
@@ -275,14 +285,16 @@ input:focus {
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
table {
|
||||
table
|
||||
{
|
||||
border: #312a1d 1px solid;
|
||||
border-top-color: #837f7a;
|
||||
border-left-color: #837f7a;
|
||||
background-color: #423827;
|
||||
}
|
||||
|
||||
th, td {
|
||||
th, td
|
||||
{
|
||||
border: #2b2519 1px solid;
|
||||
border-right-color: #837f7a;
|
||||
border-bottom-color: #837f7a;
|
||||
@@ -296,6 +308,26 @@ th, td {
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.framed
|
||||
{
|
||||
border: #312a1d 1px solid;
|
||||
border-top-color: #837f7a;
|
||||
border-left-color: #837f7a;
|
||||
background-color: #423827;
|
||||
display: flow-root;
|
||||
}
|
||||
|
||||
.framed .framed
|
||||
{
|
||||
border: #2b2519 1px solid;
|
||||
border-right-color: #837f7a;
|
||||
border-bottom-color: #837f7a;
|
||||
background-color: #3a3122;
|
||||
margin:4px;
|
||||
padding:2px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user