opnsense-src/www/analyzer/content.css

63 lines
2.4 KiB
CSS
Raw Normal View History

2009-10-14 14:03:49 -04:00
html { margin: 0px; } body { margin: 8px; }
2009-06-14 05:24:02 -04:00
html, body {
padding:0px;
2010-02-16 04:31:36 -05:00
margin:0px;
2009-06-14 05:24:02 -04:00
font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
line-height:1.5;
2010-02-16 04:31:36 -05:00
background-color: #808080;
2009-06-14 05:24:02 -04:00
}
h1, h2, h3, tt { color: #000 }
h1 { padding-top:0px; margin-top:0px;}
h2 { color:#333333; padding-top:0.5em; }
h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7 }
h4 { color:#2d58b7 }
li { padding-bottom: 0.5em }
ul { padding-left:1.5em; }
.command { font-weight:bold }
.code_highlight { font-weight:bold; color:#2d58b7 }
.code_example { border-width:1px; border-style:solid; border-color:#cccccc;
background-color:#eeeeee; padding:10px }
/* Slides */
IMG.img_slide {
display: block;
margin-left: auto;
margin-right: auto
}
2010-02-16 04:31:36 -05:00
#page { width:930px; text-align: left; margin: 0 auto; padding:0;
background-color: white; height:100%;
border-left: 1px solid #EBF0FA;
}
#content {
clear: left;
padding: 1em 2em 0 2em;
background-color: #ffffff;
}
2009-06-14 05:24:02 -04:00
.itemTitle { color:#2d58b7 }
2010-02-16 04:31:36 -05:00
2009-06-14 05:24:02 -04:00
/* Tables */
tr { vertical-align:top }
2010-02-16 04:31:36 -05:00
/* Collapsing Trees: http://dbtree.megalingo.com/web/demo/simple-collapsible-tree.cfm */
#collapsetree, #collapsetree a:link, #collapsetree li a:link, #collapsetree a:visited, #collapsetree li a:visited{color:#000;text-decoration:none}
#collapsetree,#collapsetree ul{list-style-type:none; width:auto; margin:0; padding:0}
#collapsetree ul{padding-left:20px;display:none;overflow:auto}
#collapsetree li ul{margin:0 auto}
#collapsetree li{display:block;width:100%;line-height:20px;white-space:nowrap}
#collapsetree li a{display:block;padding-left:20px;color:#000;text-decoration:none;background:url(images/tree/bullet.gif) center left no-repeat;white-space:nowrap}
#collapsetree li a:hover{text-decoration:underline;background-color:transparent;color:#000}
#collapsetree li ul.click{display:block}
#collapsetree li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
#collapsetree ul li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
#collapsetree li a.subMenu,#collapsetree ul li a.subMenu{background:url(images/tree/plus.gif) center left no-repeat}
#collapsetree li a.click{background:url(images/tree/minus.gif) center left no-repeat}
#collapsetree ul li a.click{background:url(images/tree/minus.gif) center left no-repeat}