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 |
.page { |
2 |
border: 1px solid #999; |
3 |
padding: 20px; |
4 |
width: 400px; |
5 |
/*height: 400px;*/ |
6 |
} |
7 |
#pages { |
8 |
position: absolute; |
9 |
left: 20px; |
10 |
top: 20px; |
11 |
border: 1px solid #999; |
12 |
padding: 10px; |
13 |
width: 300px; |
14 |
/*height: 80%;*/ |
15 |
} |
16 |
#page { |
17 |
position: absolute; |
18 |
left: 500px; |
19 |
top: 90px; |
20 |
} |
21 |
#pagelist { |
22 |
padding: 10px; |
23 |
} |
24 |
#content { |
25 |
padding: 10px; |
26 |
margin: 3px; |
27 |
margin-bottom: 10px; |
28 |
max-height: 200px; |
29 |
overflow-y: auto; |
30 |
} |
31 |
.content-item-wrapper:hover { |
32 |
cursor: pointer; |
33 |
cursor: hand; |
34 |
} |
35 |
.content-item-wrapper { |
36 |
padding: 3px; |
37 |
} |
38 |
#contentview { |
39 |
border: 1px solid #999; |
40 |
padding: 30px; |
41 |
margin: 10px; |
42 |
width: 85%; |
43 |
} |
44 |
.contentview { |
45 |
} |
46 |
#specific-content { |
47 |
padding: 3px; |
48 |
margin-bottom: 10px; |
49 |
} |
50 |
.content-snippet { |
51 |
margin-left: 10px; |
52 |
} |
53 |
#addPage { |
54 |
margin: 10px 0 0 190px; |
55 |
} |
56 |
#notifications { |
57 |
width: 500px; |
58 |
z-index: 100; |
59 |
margin: 5px auto; |
60 |
position: absolute; |
61 |
left: 33%; |
62 |
top: 0px; |
63 |
} |
64 |
#code-edit { |
65 |
position: absolute; |
66 |
top: 355px; |
67 |
right: 0; |
68 |
bottom: 0 ; |
69 |
left: 125px; |
70 |
width: 70%; |
71 |
} |
72 |
#editor-overlay { |
73 |
position: absolute; |
74 |
width: 100%; |
75 |
height: 100%; |
76 |
background-color: #FFFFFF; |
77 |
opacity: 0.7; |
78 |
display: none; |
79 |
} |