-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.css
136 lines (122 loc) · 4.23 KB
/
documentation.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
*{ font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; outline:none; }
form{ padding:0/*!important*/; margin:0/*!important*/; }
img{ border:0; }
ul,ol{ padding:2px 5px; margin:0 0 0 20px; }
body{ font-size:72%; color: #333; background:#fff; margin:0px; padding:0px; }
h1{ color:#333; font-size:140%; float:left; width:auto; margin:0px 5px 0 0; }
h2{ color:#666; margin:20px 0 3px 0; }
h3{ color:#666; margin:10px 0 1px 0; }
p{ margin:10px 0; }
/*pre,code{ clear:both; display:block; }*/
pre.code{
background-color:#F7F7F7;
border-color:#A7A7CC;
border-style:solid;
border-width:1px 1px 1px 5px;
font-size:small;
overflow-x:auto;
padding:5px 5px 5px 15px;
}
@media screen{
/* LAYOUT 1 - sticky footer */
/*ALL*/html,body,#wrap{ min-height: 100%; height: auto !important; height: 100%; }
/* FIXED HEADER/FOOTER: */
html > body #roof{ height:14px; }
}
@media debug{
#wrap{ background:#ffeeee;/*IE8*/ background:#eeffee;/*IE7*/ }
html > body #wrap{ background:#eeeeff;/*MOZ*/ }
}
#head, #foot{ border:#AAA solid 2px; }
#head{ background:#F7F7F7 bottom left repeat-x; }
#foot{ background:#F7F7F7 top left repeat-x; }
#head{ border-width:0 0 2px 0; }
#foot{ border-width:2px 0 0 0; padding:0 0 20px 0; }
#roof{ height:14px; background:#e7e7e7; border-bottom:#AAA solid 1px; padding:5px; }
#roof{ color:#777; font-size:94%; }
#roof a{ color:#00A; }
#body{ margin:10px; }
#documentation{ margin-right:170px; }
#search{ text-align:right; padding:0; margin:5px 0; border:0; display:inline; clear:none; width:200px; }
#search *{ display:inline; float:left; clear:none; }
#search label{ color:#C00; font-weight:bold; font-size:100%; margin:2px 5px 0 0; }
#search input{ font-weight:bold; font-size:95%; }
.license-info{ padding:10px 20px; margin:0px 50px; border:#77cc77 solid 1px; background:#f3f9f3; }
.hint{ padding:3px; background:#FFFF99; color:#000; border-bottom:#CC9900 solid 1px; margin:0 0 10px 0; }
/* Utilities */
.P5{ padding:5px; }
.Warning,.No,.Error{ color:red; }
.Success,.Yes,.Y{ color:green; }
.Bold,.B{ font-weight:bold; }
/* FROM: http://roscoecreations.com/help/css/global2.css */
.Clear:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.Clear {display: inline-block;}
html[xmlns] .Clear {display: block;}
* html .Clear {height: 1%;}
/* - END - */
/* tabs css */
@media projection,screen{
.tabs-hide{display:none}
}
@media print{
.tabs-nav{display:none}
}
.tabs-nav{list-style:none;margin:0;padding:0 0 0 4px}
.tabs-nav:after{display:block;clear:both;content:" "}
.tabs-nav li{float:left;margin:0 0 0 1px}
.tabs-nav a{display:block;position:relative;top:1px;z-index:2;
padding:6px 10px 0;height:18px;color:#27537a;
font-size:12px;font-weight:bold;line-height:1.2;
text-align:center;text-decoration:none;
}
.tabs-nav .tabs-selected a{
padding-top:7px;color:#000
}
.tabs-nav .tabs-selected a,
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active{
background-position:0 -50px;outline:0
}
.tabs-nav .tabs-disabled a:hover,
.tabs-nav .tabs-disabled a:focus,
.tabs-nav .tabs-disabled a:active{
background-position:0 0
}
.tabs-nav .tabs-selected a:link,
.tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link,
.tabs-nav .tabs-disabled a:visited{
cursor:text;cursor:default
}
.tabs-nav a:hover,
.tabs-nav a:focus,
.tabs-nav a:active{
cursor:pointer;
cursor:hand
}
.tabs-nav .tabs-disabled{opacity:.4}
.tabs-container{border-top:1px solid #97a5b0;padding:1em 8px;background:#fff}
.tabs-loading span{
padding:0 0 0 20px;
}
.tabs-nav li{margin:0px;padding:0px 4px 0px 0px}
.tabs-nav a{
position:relative;padding:5px 3px 0px 3px;font-size:100%;
font-weight:normal;line-height:1;height:16px;border:#ccc solid;
border-width:1px 1px 0px 1px;background:#f5f5f5;color:#333!important}
.tabs-nav a:hover{color:#339!important;text-decoration:underline}
.tabs-nav .tabs-selected a{
padding-top:6px;border-width:1px 1px 0px 1px;background:#e7e7e7;color:#000!important
}
.tabs-nav .tabs-disabled a{
border-color:#ccc;color:#555!important
}
.tabs-container{
border-top:1px solid #e0e0e0;padding:0px 0px;background:transparent
}
* html .tabs-nav a{display:inline-block;height:23px
}
.tabs-nav li > a{}
.tabs-nav{ font-size:110%; }
.tabs-nav a{ font-weight:bold; }