]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/web/static/css/new-tahoe.css
Redesigned Welcome page using Twitter Bootstrap CSS.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / static / css / new-tahoe.css
1 body {
2   padding-top: 60px;
3   padding-bottom: 40px;
4 }
5
6 .sidebar-nav {
7   padding: 9px 0;
8 }
9
10 .node-info {
11     margin-top: 4px;
12     line-height: 14px;
13 }
14
15 .node-info th {
16     text-align: right;
17 }
18
19 .node-info td {
20     text-align: left;
21     padding-top: 3px;
22     padding-left: 5px;
23     color: white;
24 }
25
26 .nav-form {
27     padding-left: 10px;
28 }
29
30 .status {
31     margin-right: 5px;
32 }
33
34 .grid-status {
35     padding: 40px;
36     margin-bottom: 30px;
37     background-color: #eeeeee;
38     -webkit-border-radius: 6px;
39     -moz-border-radius: 6px;
40     border-radius: 6px;
41 }
42
43 .grid-status h1 {
44     font-size: 40px;
45     margin-bottom: 20px;
46 }
47
48 .grid-status .status-indicator {
49     margin-top: 5px;
50 }
51
52 .furl {
53     font-size: 0.8em;
54 }
55
56 .peerid {
57     font-size: 0.8em;
58 }
59
60 .nickname {
61     font-size: 1.2em;
62     font-weight: bold;
63 }
64
65 .nodeid {
66     font-size: 0.8em;
67 }
68
69 .minutia {
70     font-size: 0.8em;
71     width: 50%;
72 }
73
74 .status-indicator {
75     float: left;
76     width: 16px;
77     height: 16px;
78     border-radius: 50%;
79     display: inline-block;
80     vertical-align: middle;
81     margin-right: 4px;
82     margin-top: 2px;
83 }
84
85 .connected-yes {
86     background: #468847;
87 }
88
89 .connected-no {
90     background: #B94A48;
91 }
92
93 .connected-not-configured {
94     background: #444444;
95 }