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; |
|
f4147df by Anon Ray at 2014-01-15 | 36 | height: 300px; |
37 | overflow-y: auto; |
|
d296833 by Anon Ray at 2013-05-20 | 38 | } |
39 | #content { |
|
40 | padding: 10px; |
|
41 | margin: 3px; |
|
42 | margin-bottom: 10px; |
|
2b4c217 by Anon Ray at 2013-10-03 | 43 | max-height: 200px; |
d296833 by Anon Ray at 2013-05-20 | 44 | overflow-y: auto; |
45 | } |
|
2b4c217 by Anon Ray at 2013-10-03 | 46 | .content-item-wrapper:hover { |
d296833 by Anon Ray at 2013-05-20 | 47 | cursor: pointer; |
48 | cursor: hand; |
|
49 | } |
|
2b4c217 by Anon Ray at 2013-10-03 | 50 | .content-item-wrapper { |
51 | padding: 3px; |
|
52 | } |
|
d296833 by Anon Ray at 2013-05-20 | 53 | #contentview { |
bf40f62 by Anon Ray at 2013-10-06 | 54 | padding: 35px; |
d296833 by Anon Ray at 2013-05-20 | 55 | margin: 10px; |
bf40f62 by Anon Ray at 2013-10-06 | 56 | width: 88%; |
d296833 by Anon Ray at 2013-05-20 | 57 | } |
58 | .contentview { |
|
59 | } |
|
60 | #specific-content { |
|
61 | padding: 3px; |
|
62 | margin-bottom: 10px; |
|
63 | } |
|
2b4c217 by Anon Ray at 2013-10-03 | 64 | .content-snippet { |
65 | margin-left: 10px; |
|
66 | } |
|
63c7919 by Anon Ray at 2013-05-30 | 67 | #addPage { |
2b4c217 by Anon Ray at 2013-10-03 | 68 | margin: 10px 0 0 190px; |
63c7919 by Anon Ray at 2013-05-30 | 69 | } |
aeb1feb by Anon Ray at 2013-08-23 | 70 | #notifications { |
2b4c217 by Anon Ray at 2013-10-03 | 71 | width: 500px; |
aeb1feb by Anon Ray at 2013-08-23 | 72 | z-index: 100; |
73 | margin: 5px auto; |
|
77b14a4 by Anon Ray at 2013-10-06 | 74 | position: absolute; |
75 | left: 33%; |
|
76 | top: 0px; |
|
529a151 by Anon Ray at 2013-11-27 | 77 | text-align: center; |
aeb1feb by Anon Ray at 2013-08-23 | 78 | } |
4e1af81 by Anon Ray at 2013-10-07 | 79 | .ace-mouchak { |
e5d3482 by Anon Ray at 2013-10-06 | 80 | position: relative; |
81 | top: 0; |
|
82 | left: 0; |
|
83 | width: 100%; |
|
f4147df by Anon Ray at 2014-01-15 | 84 | height: 300px; |
85 | } |
|
9fa0b56 by Anon Ray at 2014-01-16 | 86 | .update-btn { |
f4147df by Anon Ray at 2014-01-15 | 87 | margin-top: 10px; |
505d72a by Anon Ray at 2013-10-06 | 88 | } |
77b14a4 by Anon Ray at 2013-10-06 | 89 | #editor-overlay { |
90 | position: absolute; |
|
91 | width: 100%; |
|
92 | height: 100%; |
|
93 | background-color: #FFFFFF; |
|
94 | opacity: 0.7; |
|
95 | display: none; |
|
96 | } |
|
bf40f62 by Anon Ray at 2013-10-06 | 97 | #hud { |
98 | } |