summaryrefslogtreecommitdiff
path: root/static/css/fullscreen_smalltext.css
blob: 7ff6a6701d0b306f0a49d5d625de56004fa85ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#loginbox div {
  border: 0;
}

#fav-indicator {
  display: none;
  position: fixed;
  z-index: 999;
  height: 50px;
  width: 50px;
  right: 20px;
  top: 20px;
}

#big-image {
  font-size: 20px;
  text-align: left;
  text-justify: newspaper;
  color: #000;
}