first import
BIN
sites/all/modules/development/devel/krumo/skins/blue/bg.gif
Normal file
After Width: | Height: | Size: 141 B |
157
sites/all/modules/development/devel/krumo/skins/blue/skin.css
Normal file
@@ -0,0 +1,157 @@
|
||||
/**
|
||||
* Krumo "Blue" Skin
|
||||
*
|
||||
* @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
ul.krumo-node {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
ul.krumo-node ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
* html ul.krumo-node ul {
|
||||
margin-left: 24px;
|
||||
}
|
||||
div.krumo-root {
|
||||
border: solid 1px black;
|
||||
margin: 1em 0em;
|
||||
}
|
||||
ul.krumo-first {
|
||||
font: normal 12px arial;
|
||||
border: solid 2px white;
|
||||
border-top-width:1px;
|
||||
background: url(%url%bg.gif);
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-child {
|
||||
display:block;
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
div.krumo-element {
|
||||
cursor:default;
|
||||
|
||||
line-height: 24px;
|
||||
display:block;
|
||||
|
||||
clear:both;
|
||||
white-space:nowrap;
|
||||
|
||||
border-top: solid 1px white;
|
||||
background: #BFDFFF;
|
||||
padding-left: 10px;
|
||||
}
|
||||
* html div.krumo-element {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
a.krumo-name {
|
||||
color:navy;
|
||||
font: bold 13px Arial;
|
||||
}
|
||||
a.krumo-name big {
|
||||
font: bold 20pt Georgia;
|
||||
line-height: 14px;
|
||||
position:relative;
|
||||
top:2px;
|
||||
left:-2px;
|
||||
}
|
||||
* html a.krumo-name big {
|
||||
font: bold 19pt Georgia;
|
||||
top: 5px;
|
||||
left: 0px;
|
||||
line-height: 9px;
|
||||
height: 12px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
div.krumo-expand {
|
||||
background: #AAD5FF;
|
||||
cursor:pointer;
|
||||
}
|
||||
div.krumo-hover {
|
||||
background: #FFBE7D;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-preview {
|
||||
font: normal 13px courier new;
|
||||
padding: 5px 5px 14px 5px;
|
||||
background: white;
|
||||
border-top: 0px;
|
||||
overflow:auto;
|
||||
}
|
||||
* html div.krumo-preview {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-footnote {
|
||||
background:white;
|
||||
padding: 2px 5px;
|
||||
list-style:none;
|
||||
border-top: solid 1px #bebebe;
|
||||
margin-top:2px;
|
||||
cursor:default;
|
||||
}
|
||||
* html li.krumo-footnote {
|
||||
line-height: 13px;
|
||||
}
|
||||
div.krumo-version {
|
||||
float:right;
|
||||
}
|
||||
li.krumo-footnote h6 {
|
||||
font: bold 11px verdana;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
color:navy;
|
||||
display:inline;
|
||||
}
|
||||
* html li.krumo-footnote h6 {
|
||||
margin-right: 3px;
|
||||
}
|
||||
li.krumo-footnote a {
|
||||
font: bold 10px arial;
|
||||
color: #434343;
|
||||
text-decoration:none;
|
||||
}
|
||||
li.krumo-footnote a:hover {
|
||||
color:black;
|
||||
}
|
||||
|
||||
li.krumo-footnote span.krumo-call {
|
||||
font:normal 11px verdana;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
li.krumo-footnote span.krumo-call code {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-title {
|
||||
font: normal 11px verdana ;
|
||||
position:relative;
|
||||
top:9px;
|
||||
cursor:default;
|
||||
line-height:2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
strong.krumo-array-length,
|
||||
strong.krumo-string-length {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
BIN
sites/all/modules/development/devel/krumo/skins/default/bg.gif
Normal file
After Width: | Height: | Size: 141 B |
157
sites/all/modules/development/devel/krumo/skins/default/skin.css
Normal file
@@ -0,0 +1,157 @@
|
||||
/**
|
||||
* Krumo Default Skin
|
||||
*
|
||||
* @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
ul.krumo-node {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
ul.krumo-node ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
* html ul.krumo-node ul {
|
||||
margin-left: 24px;
|
||||
}
|
||||
div.krumo-root {
|
||||
border: solid 1px black;
|
||||
margin: 1em 0em;
|
||||
}
|
||||
ul.krumo-first {
|
||||
font: normal 12px arial;
|
||||
border: solid 2px white;
|
||||
border-top-width:1px;
|
||||
background: url(%url%bg.gif);
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-child {
|
||||
display:block;
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
div.krumo-element {
|
||||
cursor:default;
|
||||
|
||||
line-height: 24px;
|
||||
display:block;
|
||||
|
||||
clear:both;
|
||||
white-space:nowrap;
|
||||
|
||||
border-top: solid 1px white;
|
||||
background: #E8E8E8;
|
||||
padding-left: 10px;
|
||||
}
|
||||
* html div.krumo-element {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
a.krumo-name {
|
||||
color:#2C5858;
|
||||
font: bold 13px Arial;
|
||||
}
|
||||
a.krumo-name big {
|
||||
font: bold 20pt Georgia;
|
||||
line-height: 14px;
|
||||
position:relative;
|
||||
top:2px;
|
||||
left:-2px;
|
||||
}
|
||||
* html a.krumo-name big {
|
||||
font: bold 19pt Georgia;
|
||||
top: 5px;
|
||||
left: 0px;
|
||||
line-height: 9px;
|
||||
height: 12px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
div.krumo-expand {
|
||||
background: #CCCCCC;
|
||||
cursor:pointer;
|
||||
}
|
||||
div.krumo-hover {
|
||||
background: #B7DBDB;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-preview {
|
||||
font: normal 13px courier new;
|
||||
padding: 5px 5px 14px 5px;
|
||||
background: white;
|
||||
border-top: 0px;
|
||||
overflow:auto;
|
||||
}
|
||||
* html div.krumo-preview {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-footnote {
|
||||
background:white;
|
||||
padding: 2px 5px;
|
||||
list-style:none;
|
||||
border-top: solid 1px #bebebe;
|
||||
margin-top:2px;
|
||||
cursor:default;
|
||||
}
|
||||
* html li.krumo-footnote {
|
||||
line-height: 13px;
|
||||
}
|
||||
div.krumo-version {
|
||||
float:right;
|
||||
}
|
||||
li.krumo-footnote h6 {
|
||||
font: bold 11px verdana;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
color:#366D6D;
|
||||
display:inline;
|
||||
}
|
||||
* html li.krumo-footnote h6 {
|
||||
margin-right: 3px;
|
||||
}
|
||||
li.krumo-footnote a {
|
||||
font: bold 10px arial;
|
||||
color: #434343;
|
||||
text-decoration:none;
|
||||
}
|
||||
li.krumo-footnote a:hover {
|
||||
color:black;
|
||||
}
|
||||
|
||||
li.krumo-footnote span.krumo-call {
|
||||
font:normal 11px verdana;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
li.krumo-footnote span.krumo-call code {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-title {
|
||||
font: normal 11px verdana ;
|
||||
position:relative;
|
||||
top:9px;
|
||||
cursor:default;
|
||||
line-height:2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
strong.krumo-array-length,
|
||||
strong.krumo-string-length {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
BIN
sites/all/modules/development/devel/krumo/skins/green/bg.gif
Normal file
After Width: | Height: | Size: 141 B |
157
sites/all/modules/development/devel/krumo/skins/green/skin.css
Normal file
@@ -0,0 +1,157 @@
|
||||
/**
|
||||
* Krumo "Green" Skin
|
||||
*
|
||||
* @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
ul.krumo-node {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
ul.krumo-node ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
* html ul.krumo-node ul {
|
||||
margin-left: 24px;
|
||||
}
|
||||
div.krumo-root {
|
||||
border: solid 1px black;
|
||||
margin: 1em 0em;
|
||||
}
|
||||
ul.krumo-first {
|
||||
font: normal 12px arial;
|
||||
border: solid 2px white;
|
||||
border-top-width:1px;
|
||||
background: url(%url%bg.gif);
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-child {
|
||||
display:block;
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
div.krumo-element {
|
||||
cursor:default;
|
||||
|
||||
line-height: 24px;
|
||||
display:block;
|
||||
|
||||
clear:both;
|
||||
white-space:nowrap;
|
||||
|
||||
border-top: solid 1px white;
|
||||
background: #D7F4CA;
|
||||
padding-left: 10px;
|
||||
}
|
||||
* html div.krumo-element {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
a.krumo-name {
|
||||
color:#004000;
|
||||
font: bold 13px Arial;
|
||||
}
|
||||
a.krumo-name big {
|
||||
font: bold 20pt Georgia;
|
||||
line-height: 14px;
|
||||
position:relative;
|
||||
top:2px;
|
||||
left:-2px;
|
||||
}
|
||||
* html a.krumo-name big {
|
||||
font: bold 19pt Georgia;
|
||||
top: 5px;
|
||||
left: 0px;
|
||||
line-height: 9px;
|
||||
height: 12px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
div.krumo-expand {
|
||||
background: #C0EEAC;
|
||||
cursor:pointer;
|
||||
}
|
||||
div.krumo-hover {
|
||||
background: gold;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-preview {
|
||||
font: normal 13px courier new;
|
||||
padding: 5px 5px 14px 5px;
|
||||
background: white;
|
||||
border-top: 0px;
|
||||
overflow:auto;
|
||||
}
|
||||
* html div.krumo-preview {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-footnote {
|
||||
background:white;
|
||||
padding: 2px 5px;
|
||||
list-style:none;
|
||||
border-top: solid 1px #bebebe;
|
||||
margin-top:2px;
|
||||
cursor:default;
|
||||
}
|
||||
* html li.krumo-footnote {
|
||||
line-height: 13px;
|
||||
}
|
||||
div.krumo-version {
|
||||
float:right;
|
||||
}
|
||||
li.krumo-footnote h6 {
|
||||
font: bold 11px verdana;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
color:#008040;
|
||||
display:inline;
|
||||
}
|
||||
* html li.krumo-footnote h6 {
|
||||
margin-right: 3px;
|
||||
}
|
||||
li.krumo-footnote a {
|
||||
font: bold 10px arial;
|
||||
color: #434343;
|
||||
text-decoration:none;
|
||||
}
|
||||
li.krumo-footnote a:hover {
|
||||
color:black;
|
||||
}
|
||||
|
||||
li.krumo-footnote span.krumo-call {
|
||||
font:normal 11px verdana;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
li.krumo-footnote span.krumo-call code {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-title {
|
||||
font: normal 11px verdana ;
|
||||
position:relative;
|
||||
top:9px;
|
||||
cursor:default;
|
||||
line-height:2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
strong.krumo-array-length,
|
||||
strong.krumo-string-length {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
BIN
sites/all/modules/development/devel/krumo/skins/orange/bg.gif
Normal file
After Width: | Height: | Size: 141 B |
157
sites/all/modules/development/devel/krumo/skins/orange/skin.css
Normal file
@@ -0,0 +1,157 @@
|
||||
/**
|
||||
* Krumo "Orange" Skin
|
||||
*
|
||||
* @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
ul.krumo-node {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
ul.krumo-node ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
* html ul.krumo-node ul {
|
||||
margin-left: 24px;
|
||||
}
|
||||
div.krumo-root {
|
||||
border: solid 1px black;
|
||||
margin: 1em 0em;
|
||||
}
|
||||
ul.krumo-first {
|
||||
font: normal 12px arial;
|
||||
border: solid 2px white;
|
||||
border-top-width:1px;
|
||||
background: url(%url%bg.gif);
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-child {
|
||||
display:block;
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
div.krumo-element {
|
||||
cursor:default;
|
||||
|
||||
line-height: 24px;
|
||||
display:block;
|
||||
|
||||
clear:both;
|
||||
white-space:nowrap;
|
||||
|
||||
border-top: solid 1px white;
|
||||
background: #FCEBA9;
|
||||
padding-left: 10px;
|
||||
}
|
||||
* html div.krumo-element {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
a.krumo-name {
|
||||
color:#404000;
|
||||
font: bold 13px Arial;
|
||||
}
|
||||
a.krumo-name big {
|
||||
font: bold 20pt Georgia;
|
||||
line-height: 14px;
|
||||
position:relative;
|
||||
top:2px;
|
||||
left:-2px;
|
||||
}
|
||||
* html a.krumo-name big {
|
||||
font: bold 19pt Georgia;
|
||||
top: 5px;
|
||||
left: 0px;
|
||||
line-height: 9px;
|
||||
height: 12px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
div.krumo-expand {
|
||||
background: #FADB61;
|
||||
cursor:pointer;
|
||||
}
|
||||
div.krumo-hover {
|
||||
background: #FF8A4B;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-preview {
|
||||
font: normal 13px courier new;
|
||||
padding: 5px 5px 14px 5px;
|
||||
background: white;
|
||||
border-top: 0px;
|
||||
overflow:auto;
|
||||
}
|
||||
* html div.krumo-preview {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-footnote {
|
||||
background:white;
|
||||
padding: 2px 5px;
|
||||
list-style:none;
|
||||
border-top: solid 1px #bebebe;
|
||||
margin-top:2px;
|
||||
cursor:default;
|
||||
}
|
||||
* html li.krumo-footnote {
|
||||
line-height: 13px;
|
||||
}
|
||||
div.krumo-version {
|
||||
float:right;
|
||||
}
|
||||
li.krumo-footnote h6 {
|
||||
font: bold 11px verdana;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
color:#E87400;
|
||||
display:inline;
|
||||
}
|
||||
* html li.krumo-footnote h6 {
|
||||
margin-right: 3px;
|
||||
}
|
||||
li.krumo-footnote a {
|
||||
font: bold 10px arial;
|
||||
color: #434343;
|
||||
text-decoration:none;
|
||||
}
|
||||
li.krumo-footnote a:hover {
|
||||
color:black;
|
||||
}
|
||||
|
||||
li.krumo-footnote span.krumo-call {
|
||||
font:normal 11px verdana;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
li.krumo-footnote span.krumo-call code {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-title {
|
||||
font: normal 11px verdana ;
|
||||
position:relative;
|
||||
top:9px;
|
||||
cursor:default;
|
||||
line-height:2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
strong.krumo-array-length,
|
||||
strong.krumo-string-length {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
After Width: | Height: | Size: 102 B |
BIN
sites/all/modules/development/devel/krumo/skins/white/dotted.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
sites/all/modules/development/devel/krumo/skins/white/empty.gif
Normal file
After Width: | Height: | Size: 101 B |
After Width: | Height: | Size: 99 B |
164
sites/all/modules/development/devel/krumo/skins/white/skin.css
Normal file
@@ -0,0 +1,164 @@
|
||||
/**
|
||||
* Krumo `Schablon.com` Skin
|
||||
*
|
||||
* @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
ul.krumo-node {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
}
|
||||
ul.krumo-node ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
* html ul.krumo-node ul {
|
||||
margin-left: 24px;
|
||||
}
|
||||
div.krumo-root {
|
||||
border: solid 1px black;
|
||||
margin: 1em 0em;
|
||||
}
|
||||
ul.krumo-first {
|
||||
font: normal 11px tahoma, verdana;
|
||||
border: solid 1px white;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-child {
|
||||
display:block;
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
div.krumo-element {
|
||||
cursor:default;
|
||||
display:block;
|
||||
clear:both;
|
||||
white-space:nowrap;
|
||||
|
||||
background-color: white;
|
||||
background-image: url(%url%empty.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px 5px;
|
||||
padding: 2px 0px 3px 20px;
|
||||
}
|
||||
* html div.krumo-element {
|
||||
padding-bottom: 3px;
|
||||
line-height: 13px;
|
||||
}
|
||||
div.krumo-expand {
|
||||
background-image: url(%url%collapsed.gif);
|
||||
cursor:pointer;
|
||||
}
|
||||
div.krumo-hover {
|
||||
background-color: #BFDFFF;
|
||||
}
|
||||
div.krumo-opened {
|
||||
background-image: url(%url%expanded.gif);
|
||||
}
|
||||
a.krumo-name {
|
||||
color:navy;
|
||||
font: bold 13px courier new;
|
||||
line-height:12px;
|
||||
}
|
||||
a.krumo-name big {
|
||||
font: bold 16pt Georgia;
|
||||
line-height: 10px;
|
||||
position:relative;
|
||||
top:2px;
|
||||
left:-2px;
|
||||
}
|
||||
* html a.krumo-name big {
|
||||
font: bold 15pt Georgia;
|
||||
float:left;
|
||||
top: -5px;
|
||||
left: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
em.krumo-type {
|
||||
font-style:normal;
|
||||
margin: 0px 2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-preview {
|
||||
font: normal 13px courier new;
|
||||
padding: 5px ;
|
||||
background: lightyellow;
|
||||
border: solid 1px #808000;
|
||||
overflow:auto;
|
||||
margin: 5px 1em 1em 0px;
|
||||
}
|
||||
* html div.krumo-preview {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
li.krumo-footnote {
|
||||
background: white url(%url%dotted.gif) repeat-x;
|
||||
padding: 4px 5px 3px 5px;
|
||||
list-style:none;
|
||||
cursor:default;
|
||||
}
|
||||
* html li.krumo-footnote {
|
||||
line-height: 13px;
|
||||
}
|
||||
div.krumo-version {
|
||||
float:right;
|
||||
}
|
||||
li.krumo-footnote h6 {
|
||||
font: bold 11px verdana;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
color:navy;
|
||||
display:inline;
|
||||
}
|
||||
* html li.krumo-footnote h6 {
|
||||
margin-right: 3px;
|
||||
}
|
||||
li.krumo-footnote a {
|
||||
font: bold 10px arial;
|
||||
color: #434343;
|
||||
text-decoration:none;
|
||||
}
|
||||
li.krumo-footnote a:hover {
|
||||
color:black;
|
||||
}
|
||||
|
||||
|
||||
li.krumo-footnote span.krumo-call {
|
||||
font:normal 11px tahoma, verdana;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
li.krumo-footnote span.krumo-call code {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
div.krumo-title {
|
||||
font: normal 11px tahoma, verdana;
|
||||
position:relative;
|
||||
top:9px;
|
||||
cursor:default;
|
||||
line-height:2px;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
||||
|
||||
strong.krumo-array-length,
|
||||
strong.krumo-string-length {
|
||||
font-weight: normal;
|
||||
color: #000099;
|
||||
}
|
||||
|
||||
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|