Added GeSHi - Generic Syntax Highlighter library 1.0.8.11
This commit is contained in:
parent
343d7666fe
commit
3b2b960a73
302 changed files with 85785 additions and 0 deletions
33
sites/all/libraries/geshi/docs/api/media/banner.css
Normal file
33
sites/all/libraries/geshi/docs/api/media/banner.css
Normal 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;
|
||||
}
|
Reference in a new issue