mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Fix/implement .story
This commit is contained in:
parent
9847beeff5
commit
c77f8285d4
6 changed files with 22 additions and 21 deletions
|
|
@ -1,13 +0,0 @@
|
|||
.hljs {
|
||||
display: block;
|
||||
background: #f0e0d6;
|
||||
color: #800000;
|
||||
padding: 0.5em;
|
||||
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.hljs-comment {
|
||||
color: #789922;
|
||||
}
|
||||
|
|
@ -275,6 +275,14 @@ body {
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.storygreen {
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.storyred {
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
/* Content display {{{ */
|
||||
.display-audio,
|
||||
.display-file {
|
||||
|
|
@ -300,7 +308,7 @@ body {
|
|||
}
|
||||
|
||||
.storycontent {
|
||||
background-color: #f0e0d6;
|
||||
background-color: #f0e0d6 !important;
|
||||
}
|
||||
|
||||
#editform,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue