aboutsummaryrefslogtreecommitdiff
path: root/src/content/footer-line.css
blob: 041776ccb86328d744bb5339b375cf88ce607833 (plain) (blame)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.vimvixen-footerline {
  border-top: 1px solid gray;
  bottom: 0;
  box-sizing: border-box;
  font-family: monospace;
  font-size: 12px;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  z-index: 10000;
}

.vimvixen-footerline-title {
  background-color: lightgray;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.vimvixen-footerline-container-outer {
  background-color: white;
  position: relative;
}

.vimvixen-footerline-container-outer:before {
  content: ':';
  background-color: white;
  float: left;
  text-align: right;
  width: 12px;
}

.vimvixen-footerline-container-inner {
  position: absolute;
  left: 12px;
  right: 0;
}

.vimvixen-footerline-input {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}