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