summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/resource/css/layout.css
blob: 077d71d3bed269cff8d95f43975c8d9280054baa (plain)
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
body{
  font-size: 11px;
  font-family: Arial, "Bitstream Vera Sans", Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

p{
  margin: 6px 0;
}

#demoHead,
#demoFoot{
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  background: #134275;
  padding: 3px 8px;
  height: 20px;
  color: white;
  font-weight: bold;
  overflow: hidden;
  z-index: 1000000000;
}

#demoHead{
  top: 0px;
}

#demoHead span{
  font-weight: normal;
}

#demoFoot{
  bottom: 0px;
}

#demoFoot a{
  color: white;
}

#demoFrame{
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 280px;
  background: #fff;
  border-left: 10px solid #134275;
  z-index: 1000000000;
}

#demoFiles{
  font-size: 11px;
  font-family: Tahoma, Verdana, sans-serif;

  position: absolute;
  top: 24px;
  right: 50px;
  width: 215px;
  z-index: 1000000002;
}

#demoJump{
  position: absolute;
  top: 24px;
  right: 4px;
  width: 45px;
  text-align: right;
  z-index: 1000000002;
}

#demoDescription{
  position: absolute;
  top: 44px;
  height : 120px;
  width: 266px;
  right: 4px;
  z-index: 1000000002;
  overflow: auto;
  border-bottom: 10px solid #134275;
  padding: 0px 6px 0px 4px;
}

#demoDescription p{
  margin: 4px 0;
}

#demoDescription h1{
  font-size: 12px;
  margin: 8px 0 4px;
}

#demoDebug{
  position: absolute;
  top: 160px;
  bottom: 24px;
  right: 4px;
  width: 266px;
  font-size: 10px;
  font-family: "Bitstream Vera Sans Mono", "Courier New", "Courier", monospace;
  z-index: 1000000102;
}

#demoDebug .log-body{
  overflow: auto;
  position: absolute;
  top: 30px;
  bottom: 0px;
  width: 266px;
  padding: 4px;
}

#demoDebug .log-debug{
  color: gray;
  padding-left: 6px;
}

#demoDebug .log-info{
  background: #DFEBFD;
  padding-left: 6px;
}

#demoDebug .log-warn{
  background: #F5FAAD;
  padding-left: 6px;
}

#demoDebug .log-error{
  background: #D2623E;
  color: black;
  padding-left: 6px;
}

#demoDebug .log-group{
  margin-top: 4px;
  margin-bottom: 1px;
  text-decoration: underline;
}

#demoDebug .log-head{
  padding: 8px 2px 4px;
}

#demoJump button,
#demoDebug .log-head button{
  border: 1px solid #335EA8;
  margin: 0 2px;
  font-size: 11px;
  background: #EBE9ED;
  font-family: Tahoma, Verdana, sans-serif;
}

#demoDebug .log-head button{
  visibility: visible;
}

#demoJump button{
  width: 16px;
  -moz-appearance: none !important;
}