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