1
/*
2
 * HTML5 Boilerplate
3
 *
4
 * What follows is the result of much research on cross-browser styling.
5
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
6
 * Kroc Camen, and the H5BP dev community and team.
7
 */
8
9
/* ==========================================================================
10
   Base styles: opinionated defaults
11
   ========================================================================== */
12
13
html,
14
button,
15
input,
16
select,
17
textarea {
18
    color: #222;
19
}
20
21
body {
22
    font-size: 1em;
23
    line-height: 1.4;
24
}
25
26
/*
27
 * Remove text-shadow in selection highlight: h5bp.com/i
28
 * These selection declarations have to be separate.
29
 * Customize the background color to match your design.
30
 */
31
32
::-moz-selection {
33
    background: #b3d4fc;
34
    text-shadow: none;
35
}
36
37
::selection {
38
    background: #b3d4fc;
39
    text-shadow: none;
40
}
41
42
/*
43
 * A better looking default horizontal rule
44
 */
45
46
hr {
47
    display: block;
48
    height: 1px;
49
    border: 0;
50
    border-top: 1px solid #ccc;
51
    margin: 1em 0;
52
    padding: 0;
53
}
54
55
/*
56
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
57
 */
58
59
img {
60
    vertical-align: middle;
61
}
62
63
/*
64
 * Remove default fieldset styles.
65
 */
66
67
fieldset {
68
    border: 0;
69
    margin: 0;
70
    padding: 0;
71
}
72
73
/*
74
 * Allow only vertical resizing of textareas.
75
 */
76
77
textarea {
78
    resize: vertical;
79
}
80
81
/* ==========================================================================
82
   Chrome Frame prompt
83
   ========================================================================== */
84
85
.chromeframe {
86
    margin: 0.2em 0;
87
    background: #ccc;
88
    color: #000;
89
    padding: 0.2em 0;
90
}
91
92
/* ==========================================================================
93
   Author's custom styles
94
   ========================================================================== */
95
96
.page {
97
  border: 1px solid #999;
98
  padding: 20px;
99
  width: 400px;
100
  /*height: 400px;*/
101
}
102
#pages {
103
  position: absolute;
104
  left: 20px;
105
  top: 20px;
106
  border: 1px solid black;
107
  padding: 10px;
108
  width: 300px;
109
  /*height: 80%;*/
110
}
111
#page {
112
  position: absolute;
113
  left: 500px;
114
  top: 90px;
115
}
116
#pagelist {
117
  padding: 10px;
118
}
119
#content {
120
  padding: 10px;
121
  margin: 3px;
122
  margin-bottom: 10px;
123
  max-height: 120px;
124
  overflow-y: auto;
125
}
126
.content-item:hover {
127
  cursor: pointer;
128
  cursor: hand;
129
}
130
#contentview {
131
  border: 1px solid #999;
132
  padding: 10px;
133
  margin: 10px;
134
}
135
.contentview {
136
}
137
#specific-content {
138
  padding: 3px;
139
  margin-bottom: 10px;
140
}
141
#addPage {
142
  margin: 10px 0 0 200px;
143
}
144
145
/* ==========================================================================
146
   Helper classes
147
   ========================================================================== */
148
149
/*
150
 * Image replacement
151
 */
152
153
.ir {
154
    background-color: transparent;
155
    border: 0;
156
    overflow: hidden;
157
    /* IE 6/7 fallback */
158
    *text-indent: -9999px;
159
}
160
161
.ir:before {
162
    content: "";
163
    display: block;
164
    width: 0;
165
    height: 100%;
166
}
167
168
/*
169
 * Hide from both screenreaders and browsers: h5bp.com/u
170
 */
171
172
.hidden {
173
    display: none !important;
174
    visibility: hidden;
175
}
176
177
/*
178
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
179
 */
180
181
.visuallyhidden {
182
    border: 0;
183
    clip: rect(0 0 0 0);
184
    height: 1px;
185
    margin: -1px;
186
    overflow: hidden;
187
    padding: 0;
188
    position: absolute;
189
    width: 1px;
190
}
191
192
/*
193
 * Extends the .visuallyhidden class to allow the element to be focusable
194
 * when navigated to via the keyboard: h5bp.com/p
195
 */
196
197
.visuallyhidden.focusable:active,
198
.visuallyhidden.focusable:focus {
199
    clip: auto;
200
    height: auto;
201
    margin: 0;
202
    overflow: visible;
203
    position: static;
204
    width: auto;
205
}
206
207
/*
208
 * Hide visually and from screenreaders, but maintain layout
209
 */
210
211
.invisible {
212
    visibility: hidden;
213
}
214
215
/*
216
 * Clearfix: contain floats
217
 *
218
 * For modern browsers
219
 * 1. The space content is one way to avoid an Opera bug when the
220
 *    `contenteditable` attribute is included anywhere else in the document.
221
 *    Otherwise it causes space to appear at the top and bottom of elements
222
 *    that receive the `clearfix` class.
223
 * 2. The use of `table` rather than `block` is only necessary if using
224
 *    `:before` to contain the top-margins of child elements.
225
 */
226
227
.clearfix:before,
228
.clearfix:after {
229
    content: " "; /* 1 */
230
    display: table; /* 2 */
231
}
232
233
.clearfix:after {
234
    clear: both;
235
}
236
237
/*
238
 * For IE 6/7 only
239
 * Include this rule to trigger hasLayout and contain floats.
240
 */
241
242
.clearfix {
243
    *zoom: 1;
244
}
245
246
/* ==========================================================================
247
   EXAMPLE Media Queries for Responsive Design.
248
   Theses examples override the primary ('mobile first') styles.
249
   Modify as content requires.
250
   ========================================================================== */
251
252
@media only screen and (min-width: 35em) {
253
    /* Style adjustments for viewports that meet the condition */
254
}
255
256
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
257
       only screen and (min-resolution: 144dpi) {
258
    /* Style adjustments for high resolution devices */
259
}
260
261
/* ==========================================================================
262
   Print styles.
263
   Inlined to avoid required HTTP connection: h5bp.com/r
264
   ========================================================================== */
265
266
@media print {
267
    * {
268
        background: transparent !important;
269
        color: #000 !important; /* Black prints faster: h5bp.com/s */
270
        box-shadow:none !important;
271
        text-shadow: none !important;
272
    }
273
274
    a,
275
    a:visited {
276
        text-decoration: underline;
277
    }
278
279
    a[href]:after {
280
        content: " (" attr(href) ")";
281
    }
282
283
    abbr[title]:after {
284
        content: " (" attr(title) ")";
285
    }
286
287
    /*
288
     * Don't show links for images, or javascript/internal links
289
     */
290
291
    .ir a:after,
292
    a[href^="javascript:"]:after,
293
    a[href^="#"]:after {
294
        content: "";
295
    }
296
297
    pre,
298
    blockquote {
299
        border: 1px solid #999;
300
        page-break-inside: avoid;
301
    }
302
303
    thead {
304
        display: table-header-group; /* h5bp.com/t */
305
    }
306
307
    tr,
308
    img {
309
        page-break-inside: avoid;
310
    }
311
312
    img {
313
        max-width: 100% !important;
314
    }
315
316
    @page {
317
        margin: 0.5cm;
318
    }
319
320
    p,
321
    h2,
322
    h3 {
323
        orphans: 3;
324
        widows: 3;
325
    }
326
327
    h2,
328
    h3 {
329
        page-break-after: avoid;
330
    }
331
}