summaryrefslogtreecommitdiff
path: root/frontend/views/page/page.css
blob: 67e35df67b244e890aebfb7ee1b3263879c8b1e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.page.loading {
  padding: 1rem;
}


.tile {
  position: absolute;
}
.tile.image {
  display: block;
}
.tile.image.is_tiled {
  width: 100%;
  height: 100%;
}
.tile.text {
  display: block;
  white-space: break-spaces;
}

.tile.top_left { top: 0; left: 0; }
.tile.center_left { top: 50%; left: 0; }
.tile.bottom_left { bottom: 0; left: 0; }
.tile.top_center { top: 0; left: 50%; }
.tile.center_center { top: 50%; left: 50%; }
.tile.bottom_center { bottom: 0; left: 50%; }
.tile.top_right { top: 0; right: 0; }
.tile.center_right { top: 50%; right: 0; }
.tile.bottom_right { bottom: 0; right: 0; }