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.
123 lines
2.3 KiB
123 lines
2.3 KiB
@media print { |
|
body,html { |
|
margin:0; padding:0; |
|
font-size:8pt; |
|
} |
|
#nav { display:none; } |
|
#top { display:none; border:none; font-size:12pt; margin:0; padding:0; } |
|
#container fieldset { |
|
width:175px !important; |
|
font-size:5pt !important; |
|
} |
|
#container legend { |
|
font-weight:bold; |
|
font-size:6pt !important; |
|
} |
|
#container span { |
|
font-size:6pt !important; |
|
} |
|
#Key-Constants li { |
|
font-size:5pt !important; |
|
float:left !important; |
|
width:65px !important; |
|
} |
|
#Key-Constants li.dblspan { |
|
width:150px !important; |
|
} |
|
} |
|
|
|
body { |
|
font-size:11pt; |
|
} |
|
|
|
#nav { margin:0; padding:0; } |
|
#nav li { float:left; margin-right:10px; } |
|
#container { |
|
margin:0 auto; |
|
} |
|
#nav li, |
|
#container li { |
|
list-style-type:none; |
|
} |
|
|
|
#Key-Constants li { |
|
float:left; |
|
text-align:center; |
|
font-size:8pt; |
|
width:105px; |
|
} |
|
#Key-Constants li.dblspan { |
|
width:210px; |
|
margin-top:-4px; |
|
} |
|
#container #nodelist li, |
|
#container #function li { |
|
margin:0; padding:0; |
|
padding-right:10px; |
|
float:left; |
|
} |
|
|
|
fieldset legend { |
|
/* margin-left:14px; */ |
|
padding-left:7px; |
|
padding-right:7px; |
|
} |
|
#container fieldset { |
|
margin-top:15px; |
|
margin-right:8px; |
|
margin-bottom:-0.5em; |
|
padding-top:0.25em; |
|
width:220px; |
|
border:0; |
|
border-top:1px dotted #a7a7a7; |
|
} |
|
#container fieldset legend { |
|
margin:0 auto; |
|
text-align:center; |
|
font-weight:bold; |
|
color:#444; |
|
} |
|
#container ul { |
|
margin:0; padding:0; |
|
} |
|
.f { float:right; |
|
margin-top:8px; |
|
margin-right:27px; |
|
} |
|
|
|
#top { |
|
border:0; |
|
border-top:1px dotted #666; |
|
margin-bottom:-0.3em; |
|
} |
|
#top legend { |
|
color:#666; |
|
font-size:27pt; |
|
font-weight:bold; |
|
} |
|
#key { display:none; } |
|
|
|
li { |
|
padding:3px 0; |
|
font-size:9pt; |
|
color:#333; |
|
} |
|
.sig { margin-left:1px; color:#999; /* visibility:hidden; */} |
|
.showApi .sig { color:#333; } |
|
|
|
.dijitInline { |
|
/* To inline block elements. |
|
Similar to InlineBox below, but this has fewer side-effects in Moz. |
|
Also, apparently works on a DIV as well as a FIELDSET. |
|
*/ |
|
display:-moz-inline-box; /* FF2 */ |
|
display:inline-block; /* webkit and FF3 */ |
|
#zoom: 1; /* set hasLayout:true to mimic inline-block */ |
|
#display:inline; /* don't use .dj_ie since that increases the priority */ |
|
border:0; |
|
padding:0; |
|
vertical-align:top; |
|
#vertical-align: auto; /* makes TextBox,Button line up w/native counterparts on IE6 */ |
|
} |
|
|
|
#version { position:absolute; right:18px; top:10px; color:#a7a7a7; font-size:9pt; } |