Alex "AdUser" Z
10 years ago
7 changed files with 28 additions and 0 deletions
@ -0,0 +1 @@ |
|||||||
|
/usr/share/javascript/highlight/styles/mono-blue.css |
@ -0,0 +1,20 @@ |
|||||||
|
span.cblock { |
||||||
|
border-radius: 4px; |
||||||
|
background-color: #F3F3F3; |
||||||
|
padding: 6px 8px; |
||||||
|
margin: 0px 5px; |
||||||
|
} |
||||||
|
|
||||||
|
span.cblock input[type=submit] { |
||||||
|
background: url('/img/send.png') no-repeat; |
||||||
|
padding-left: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
textarea#paste { |
||||||
|
width: 50%; |
||||||
|
height: 300px; |
||||||
|
} |
||||||
|
|
||||||
|
pre code { |
||||||
|
background-color: #777777; |
||||||
|
} |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 261 B |
@ -0,0 +1 @@ |
|||||||
|
/usr/share/javascript/highlight/highlight.js |
@ -0,0 +1 @@ |
|||||||
|
/usr/share/javascript/jquery/jquery.js |
Loading…
Reference in new issue