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;
60
}
505d72a by Anon Ray at 2013-10-06 61
#code-edit {
62
  position: absolute;
63
  top: 355px;
64
  right: 0;
65
  bottom: 0 ;
66
  left: 125px;
67
  width: 70%;
68
}