Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/web/style.css
blob: 523bb1e8629cef0f4b367ec87e456fa9a4b24871 (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
body {
  margin: 0px;
  font-family: sans-serif,cantarell,helvetica;
}

.toolbar {
  padding: 12px;
  padding-left: 20px;
  color: #fff;
  font-size: 35px;
  background-color: #282828;
}

.toolbar .refresh {
  display: inline-block;
  float: right;
  padding-right: 20px;
}

table {
  padding: 0em 0.3em;
  padding-top: 0.3em;
  
}

table tbody tr td a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 17px;
}