d296833 by Anon Ray at 2013-05-20 1
.page {
2
  border: 1px solid #999;
e5d3482 by Anon Ray at 2013-10-06 3
  padding: 30px;
4
  padding-bottom: 10px;
5
  width: 600px;
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;
e5d3482 by Anon Ray at 2013-10-06 18
  left: 400px;
19
  top: 40px;
d296833 by Anon Ray at 2013-05-20 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 {
e5d3482 by Anon Ray at 2013-10-06 65
  position: relative;
66
  top: 0;
67
  left: 0;
68
  width: 100%;
69
  height: 500px;
505d72a by Anon Ray at 2013-10-06 70
}
77b14a4 by Anon Ray at 2013-10-06 71
#editor-overlay {
72
  position: absolute;
73
  width: 100%;
74
  height: 100%;
75
  background-color: #FFFFFF;
76
  opacity: 0.7;
77
  display: none;
78
}