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
}
76
.ace-mouchak {
77
  position: relative;
78
  top: 0;
79
  left: 0;
80
  width: 100%;
81
  height: 500px;
82
}
83
#editor-overlay {
84
  position: absolute;
85
  width: 100%;
86
  height: 100%;
87
  background-color: #FFFFFF;
88
  opacity: 0.7;
89
  display: none;
90
}
91
#hud {
92
}