Added GeSHi - Generic Syntax Highlighter library 1.0.8.11

This commit is contained in:
Manuel Cillero 2017-08-02 11:45:53 +02:00
parent 343d7666fe
commit 3b2b960a73
302 changed files with 85785 additions and 0 deletions

View file

@ -0,0 +1,33 @@
body
{
background-color: #EEEEEE;
margin: 0px;
padding: 0px;
}
/* Banner (top bar) classes */
.banner { }
.banner-menu
{
text-align: right;
clear: both;
padding: .5em;
border-top: 2px solid #AAAAAA;
}
.banner-title
{
text-align: right;
font-size: 20pt;
font-weight: bold;
margin: .2em;
}
.package-selector
{
background-color: #DDDDDD;
border: 1px solid #AAAAAA;
color: #000090;
}