You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
165 lines
3.2 KiB
165 lines
3.2 KiB
/**
|
|
* Krumo `Schablon.com` Skin
|
|
*
|
|
* @version $Id: skin.css 6 2007-06-16 06:37:27Z mrasnika $
|
|
* @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;
|
|
}
|
|
|
|
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
|
|