Switch over to more modern unix sharedmemory API (requested by fatbob)
[umurmur.git] / shm_utils / umurmurd-websocket / web / css / mon_umurmurd.css
1 html, body{
2     margin: 0;
3     padding: 0;
4 }
5
6 body{
7     font-family: sans;
8     color: #222;
9     background-color: #fdfdfd;
10     width: 80%;
11     margin: 10%;
12     margin-top: 2em;
13 }
14
15 .buttons{
16     margin: 1em 0;
17     display: table;
18     width: 100%;
19     text-align: center;
20 }
21
22 button{
23  display: inline-block;
24  padding: 6px 12px;
25  margin-bottom: 0px;
26  font-size: 14px;
27  font-weight: normal;
28  line-height: 1.42857;
29  text-align: center;
30  white-space: nowrap;
31  vertical-align: middle;
32  cursor: pointer;
33  border: 1px solid transparent;
34  border-radius: 4px 4px 4px 4px;
35  -moz-user-select: none;
36  color: rgb(51, 51, 51);
37  background-color: rgb(255, 255, 255);
38  border-color: rgb(204, 204, 204);
39  color: rgb(255, 255, 255);
40  background-color: rgb(66, 139, 202);
41  border-color: rgb(53, 126, 189);
42 }
43
44 button:hover, button:focus, button:active{
45  color: rgb(255, 255, 255);
46  background-color: rgb(50, 118, 177);
47  border-color: rgb(40, 94, 142);
48 }