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
  height: 300px;
37
  overflow-y: auto;
38
}
39
#content {
40
  padding: 10px;
41
  margin: 3px;
42
  margin-bottom: 10px;
43
  max-height: 200px;
44
  overflow-y: auto;
45
}
46
.content-item-wrapper:hover {
47
  cursor: pointer;
48
  cursor: hand;
49
}
50
.content-item-wrapper {
51
  padding: 3px;
52
}
53
#contentview {
54
  padding: 35px;
55
  margin: 10px;
56
  width: 88%;
57
}
58
.contentview {
59
}
60
#specific-content {
61
  padding: 3px;
62
  margin-bottom: 10px;
63
}
64
.content-snippet {
65
  margin-left: 10px;
66
}
67
#addPage {
68
  margin: 10px 0 0 190px;
69
}
70
#notifications {
71
  width: 500px;
72
  z-index: 100;
73
  margin: 5px auto;
74
  position: absolute;
75
  left: 33%;
76
  top: 0px;
77
  text-align: center;
78
}
79
.ace-mouchak {
80
  position: relative;
81
  top: 0;
82
  left: 0;
83
  width: 100%;
84
  height: 300px;
85
}
86
.update-btn {
87
  margin-top: 10px;
88
}
89
#editor-overlay {
90
  position: absolute;
91
  width: 100%;
92
  height: 100%;
93
  background-color: #FFFFFF;
94
  opacity: 0.7;
95
  display: none;
96
}
97
#hud {
98
}