cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

15 Commits   0 Branches   1 Tag
     5         kx 
     5         kx /*******************************************************
     5         kx   Description: Foundation 4 docs style for highlight.js
     5         kx   Author: Dan Allen <dan.j.allen@gmail.com>
     5         kx   Website: http://foundation.zurb.com/docs/
     5         kx   Version: 1.0
     5         kx   Date: 2013-04-02
     5         kx */
     5         kx 
     5         kx .hljs {
     5         kx   display: block;
     5         kx   overflow-x: auto;
     5         kx   padding: 0.5em;
     5         kx   background: #eee;
     5         kx   color: black;
     5         kx /*
     5         kx   display: block;
     5         kx   overflow-x: auto;
     5         kx   padding: 0.5em 0.5em 0.5em 1.5em;
     5         kx   color: #424242;
     5         kx   background: #fcfcfc;
     5         kx   border: 1px solid #f9f9f9;
     5         kx   border-radius: 4px;
     5         kx  */
     5         kx }
     5         kx 
     5         kx .hljs-link,
     5         kx .hljs-emphasis,
     5         kx .hljs-attribute,
     5         kx .hljs-addition {
     5         kx   color: #070;
     5         kx }
     5         kx 
     5         kx .hljs-emphasis {
     5         kx   font-style: italic;
     5         kx }
     5         kx 
     5         kx .hljs-strong,
     5         kx .hljs-string,
     5         kx .hljs-deletion {
     5         kx   color: #d14;
     5         kx }
     5         kx 
     5         kx .hljs-strong {
     5         kx   font-weight: bold;
     5         kx }
     5         kx 
     5         kx .hljs-quote,
     5         kx .hljs-comment {
     5         kx   color: #998;
     5         kx   font-style: italic;
     5         kx }
     5         kx 
     5         kx .hljs-section,
     5         kx .hljs-title {
     5         kx   color: #900;
     5         kx }
     5         kx 
     5         kx .hljs-class .hljs-title,
     5         kx .hljs-type {
     5         kx   color: #458;
     5         kx }
     5         kx 
     5         kx .hljs-variable,
     5         kx .hljs-template-variable {
     5         kx   color: #336699;
     5         kx }
     5         kx 
     5         kx .hljs-bullet {
     5         kx   color: #997700;
     5         kx }
     5         kx 
     5         kx .hljs-meta {
     5         kx   color: #3344bb;
     5         kx }
     5         kx 
     5         kx .hljs-code,
     5         kx .hljs-number,
     5         kx .hljs-literal,
     5         kx .hljs-keyword,
     5         kx .hljs-selector-tag {
     5         kx   color: #099;
     5         kx }
     5         kx 
     5         kx .hljs-regexp {
     5         kx   background-color: #fff0ff;
     5         kx   color: #880088;
     5         kx }
     5         kx 
     5         kx .hljs-symbol {
     5         kx   color: #990073;
     5         kx }
     5         kx 
     5         kx .hljs-tag,
     5         kx .hljs-name,
     5         kx .hljs-selector-id,
     5         kx .hljs-selector-class {
     5         kx   color: #007700;
     5         kx }