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 |
body { |
2 |
background-color: #EEE; |
3 |
} |
4 |
.prettybox-lg { |
5 |
background-color: #FFF; |
6 |
border: 1px solid #999; |
7 |
border-radius: 6px; |
8 |
box-shadow: 1px 1px 9px #333; |
9 |
} |
10 |
.prettybox-side { |
11 |
border: 1px solid #999; |
12 |
background-color: #FFF; |
13 |
border-radius: 4px; |
14 |
box-shadow: 0 0 5px #999; |
15 |
} |
16 |
|
17 |
.page { |
18 |
padding: 30px; |
19 |
padding-bottom: 10px; |
20 |
width: 600px; |
21 |
} |
22 |
#pages { |
23 |
position: absolute; |
24 |
left: 20px; |
25 |
top: 20px; |
26 |
padding: 10px; |
27 |
width: 300px; |
28 |
} |
29 |
#page { |
30 |
position: absolute; |
31 |
left: 420px; |
32 |
top: 20px; |
33 |
} |
34 |
#pagelist { |
35 |
padding: 10px; |
36 |
} |
37 |
#content { |
38 |
padding: 10px; |
39 |
margin: 3px; |
40 |
margin-bottom: 10px; |
41 |
max-height: 200px; |
42 |
overflow-y: auto; |
43 |
} |
44 |
.content-item-wrapper:hover { |
45 |
cursor: pointer; |
46 |
cursor: hand; |
47 |
} |
48 |
.content-item-wrapper { |
49 |
padding: 3px; |
50 |
} |
51 |
#contentview { |
52 |
padding: 35px; |
53 |
margin: 10px; |
54 |
width: 88%; |
55 |
} |
56 |
.contentview { |
57 |
} |
58 |
#specific-content { |
59 |
padding: 3px; |
60 |
margin-bottom: 10px; |
61 |
} |
62 |
.content-snippet { |
63 |
margin-left: 10px; |
64 |
} |
65 |
#addPage { |
66 |
margin: 10px 0 0 190px; |
67 |
} |
68 |
#notifications { |
69 |
width: 500px; |
70 |
z-index: 100; |
71 |
margin: 5px auto; |
72 |
position: absolute; |
73 |
left: 33%; |
74 |
top: 0px; |
75 |
text-align: center; |
76 |
} |
77 |
.ace-mouchak { |
78 |
position: relative; |
79 |
top: 0; |
80 |
left: 0; |
81 |
width: 100%; |
82 |
height: 500px; |
83 |
} |
84 |
#editor-overlay { |
85 |
position: absolute; |
86 |
width: 100%; |
87 |
height: 100%; |
88 |
background-color: #FFFFFF; |
89 |
opacity: 0.7; |
90 |
display: none; |
91 |
} |
92 |
#hud { |
93 |
} |