This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
1 |
|
2 |
.page { |
3 |
border: 1px solid #999; |
4 |
padding: 20px; |
5 |
width: 400px; |
6 |
/*height: 400px;*/ |
7 |
} |
8 |
#pages { |
9 |
position: absolute; |
10 |
left: 20px; |
11 |
top: 20px; |
12 |
border: 1px solid #999; |
13 |
padding: 10px; |
14 |
width: 300px; |
15 |
/*height: 80%;*/ |
16 |
} |
17 |
#page { |
18 |
position: absolute; |
19 |
left: 500px; |
20 |
top: 90px; |
21 |
} |
22 |
#pagelist { |
23 |
padding: 10px; |
24 |
} |
25 |
#content { |
26 |
padding: 10px; |
27 |
margin: 3px; |
28 |
margin-bottom: 10px; |
29 |
max-height: 200px; |
30 |
overflow-y: auto; |
31 |
} |
32 |
.content-item-wrapper:hover { |
33 |
cursor: pointer; |
34 |
cursor: hand; |
35 |
} |
36 |
.content-item-wrapper { |
37 |
padding: 3px; |
38 |
} |
39 |
#contentview { |
40 |
border: 1px solid #999; |
41 |
padding: 25px; |
42 |
margin: 10px; |
43 |
width: 90%; |
44 |
} |
45 |
.contentview { |
46 |
} |
47 |
#specific-content { |
48 |
padding: 3px; |
49 |
margin-bottom: 10px; |
50 |
} |
51 |
.content-snippet { |
52 |
margin-left: 10px; |
53 |
} |
54 |
#addPage { |
55 |
margin: 10px 0 0 190px; |
56 |
} |
57 |
#notifications { |
58 |
width: 500px; |
59 |
z-index: 100; |
60 |
margin: 5px auto; |
61 |
} |