summaryrefslogtreecommitdiff
path: root/utab/data/css/index.css
blob: 0ac2f0e3e797b545cb7ab81d58647a40f652403a (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
body {
  text-align: center;
  background-color: #222;
  color: white;
  font-family: sans-serif;
}

.sites-grid {
  position: relative;
  left: 10%;
  max-width: 80%;
  max-height: 80%;
}

.sites-item {
  border: #888 2px solid;
  display: inline-block;
  margin: 20px;
  width: 80px;
  height: 80px;
}

.site-favicon {
  width: 64px;
  height: 64px;
  position: relative;
  top: 8px;
}

.form-input {
  border: #888 2px solid;
  width: 40%;
  height: 2em;
  background-color: inherit;
  font-size: 1.2em;
  font-family: monospace;
  color: inherit;
  margin-left: 20px;
  margin-bottom: 20px;
}

.form-button {
  border: #888 2px solid;
  border-radius: 5px;
  height: 36px;
  margin: 20px;
  padding: 10px;
  background-color: inherit;
  color: white;
}

.sites-item:hover,
.form-input:hover,
.form-button:hover {
  border: #ccc 2px solid;
}

.ctrl {
  margin-top: 20px;
}

.ctrl-icon {
  width: 48px;
  height: 48px;
  margin: 20px;
  opacity: 60%;
}

.ctrl-icon:hover {
  opacity: 100%;
}