68 lines
701 B
CSS
Executable File
68 lines
701 B
CSS
Executable File
#head
|
|
> .actions
|
|
> .minibutton:nth-last-child(-n+2)
|
|
, #head
|
|
> .actions
|
|
> .minibutton:nth-child(6)
|
|
, #head
|
|
> .actions
|
|
> .minibutton:nth-child(4)
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
body
|
|
{
|
|
background-color: #222;
|
|
-webkit-filter: invert(85%);
|
|
filter: invert(85%);
|
|
}
|
|
|
|
img
|
|
{
|
|
-webkit-filter: invert(100%);
|
|
filter: invert(100%);
|
|
}
|
|
|
|
.img-drop-down
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
.img-drop-down
|
|
> img
|
|
{
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
padding: 1em 0;
|
|
max-width: 100%;
|
|
max-height: 400px;
|
|
display: block;
|
|
}
|
|
|
|
.markdown-body
|
|
h1
|
|
{
|
|
border-top: 1px solid #ddd;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#head
|
|
> h1
|
|
{
|
|
/*display: none;*/
|
|
width: 100%;
|
|
}
|
|
|
|
summary
|
|
> h1
|
|
, summary
|
|
> h2
|
|
, summary
|
|
> h3
|
|
, summary
|
|
> h4
|
|
{
|
|
display: inline-block;
|
|
}
|