source: trunk/src/allmydata/web/static/css/new-tahoe.css

Last change on this file was ef73e18f, checked in by Jean-Paul Calderone <exarkun@…>, at 2020-02-13T15:43:50Z

Remove the greater part of the implementation

  • Property mode set to 100644
File size: 1.1 KB
Line 
1body {
2  padding-top: 60px;
3  padding-bottom: 40px;
4}
5
6.sidebar-nav {
7  min-width: 250px;
8  padding: 9px 0;
9}
10
11.node-info {
12    margin-top: 4px;
13    line-height: 14px;
14}
15
16.node-info th {
17    text-align: right;
18}
19
20.node-info td {
21    text-align: left;
22    padding-top: 3px;
23    padding-left: 5px;
24    color: white;
25}
26
27.nav-form {
28    padding-left: 10px;
29}
30
31.status {
32    margin-right: 5px;
33}
34
35.grid-status {
36    padding: 40px;
37    margin-bottom: 30px;
38    background-color: #eeeeee;
39    -webkit-border-radius: 6px;
40    -moz-border-radius: 6px;
41    border-radius: 6px;
42}
43
44.grid-status h1 {
45    font-size: 40px;
46    margin-bottom: 20px;
47}
48
49.grid-status {
50    margin-top: 5px;
51}
52
53.connection-status {
54}
55
56.furl {
57    font-size: 0.8em;
58    word-wrap: break-word;
59}
60
61.peerid {
62    font-size: 0.8em;
63}
64
65.nickname {
66    font-size: 1.2em;
67    font-weight: bold;
68}
69
70.nodeid {
71    font-size: 0.8em;
72}
73
74.minutia {
75    font-size: 0.8em;
76    width: 50%;
77}
78
79.status-indicator {
80    float: left;
81    margin: 5px;
82}
83
84.timestamp {
85    float: right;
86}
87
88a.timestamp {
89    color: inherit;
90    text-decoration:none;
91}
Note: See TracBrowser for help on using the repository browser.