mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
add share.tmpl
This commit is contained in:
parent
73649582fa
commit
34b33b9afb
13
usr/template/share.tmpl
Normal file
13
usr/template/share.tmpl
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<style>
|
||||||
|
div.story.code {
|
||||||
|
color:white;
|
||||||
|
font-size:14px;
|
||||||
|
font-family:monospace;
|
||||||
|
background-color:#272822;
|
||||||
|
white-space:pre;
|
||||||
|
padding:10px;
|
||||||
|
overflow:auto;
|
||||||
|
border:solid 3px green;
|
||||||
|
max-height:640px;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
x
Reference in New Issue
Block a user