~ubuntu-branches/ubuntu/karmic/tahoe-lafs/karmic

« back to all changes in this revision

Viewing changes to src/allmydata/web/tahoe.css

  • Committer: Bazaar Package Importer
  • Author(s): Zooko O'Whielacronx (Hacker)
  • Date: 2009-09-24 00:00:05 UTC
  • Revision ID: james.westby@ubuntu.com-20090924000005-ixe2n4yngmk49ysz
Tags: upstream-1.5.0
ImportĀ upstreamĀ versionĀ 1.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
pre.overflow {
 
3
               background: #f7f7f7;
 
4
               border: 1px solid #d7d7d7;
 
5
               margin: 1em 1.75em;
 
6
               padding: .25em;
 
7
               overflow: auto;
 
8
               }
 
9
               
 
10
/* ----------------------------------------------------------------------- */
 
11
 
 
12
/* colors borrowed from the Allmydata logo */
 
13
 
 
14
/* general style */
 
15
h1 {
 
16
  text-align: center;
 
17
}
 
18
table { 
 
19
  margin: 1em auto;
 
20
  border: .2em solid #3289b4; 
 
21
  border-spacing: 1px;
 
22
}
 
23
th { 
 
24
  color: white;
 
25
  background-color: #58a1c3;
 
26
}
 
27
td { padding: .3em .3em; }
 
28
th { padding: .3em .3em; }
 
29
.table-headings-top th { text-align: center; }
 
30
.table-headings-left th { text-align: right; vertical-align: top; }
 
31
legend {
 
32
  font-weight: bold;
 
33
}
 
34
 
 
35
.connected-yes, .connected-True {
 
36
  border: 1px solid #75d24a;
 
37
  background-color: #EFE;
 
38
}
 
39
.connected-no, .connected-False {
 
40
  border: 1px solid #F00;
 
41
  background-color: #FBB;
 
42
}
 
43
 
 
44
.encoded, .nodeid {
 
45
  font-family: monospace;
 
46
  font-size: 80%;
 
47
}
 
48
 
 
49
.empty-marker {
 
50
  background-color: white;
 
51
  color: gray;
 
52
}
 
53
table td.empty-marker {
 
54
  padding: 6em 10em;
 
55
  text-align: center;
 
56
  vertical-align: center;
 
57
}
 
58
 
 
59
/* styles for server listings in tables (nickname above nodeid) */
 
60
th.nickname-and-peerid {
 
61
  text-align: left;
 
62
}
 
63
.nickname {
 
64
  font: inherit;
 
65
  font-family: sans-serif;
 
66
  font-weight: bold;
 
67
}
 
68
 
 
69
 
 
70
/* just in case, make sure floats don't stomp on big tables etc. */
 
71
#section { clear: both; }
 
72
 
 
73
/* section-specific styles - turn this client info into a sidebar */
 
74
#this-client {
 
75
  font-size: 60%;
 
76
  border: .2em solid #3289b4;
 
77
  float: right;
 
78
  width: 40%;
 
79
  margin: 0 0 .5em .5em;
 
80
  padding: 3px;
 
81
}
 
82
#this-client .nodeid { font-size: inherit; }
 
83
#this-client h2 {
 
84
  text-align: center;
 
85
  background: #3289b4;
 
86
  color: white;
 
87
  margin: -2px -2px 0 -2px; /* matches padding */
 
88
  padding: .3em;
 
89
}
 
90
#this-client table { 
 
91
  font-size: inherit;
 
92
  margin: 0 -3px -3px -3px; /* matches padding */
 
93
}
 
94
#this-client td > ul {
 
95
  list-style-type: outside;
 
96
  margin: 0 0 0 2.3em;
 
97
  padding-left: 0;
 
98
}
 
99
 
 
100
 
 
101
/* services table */
 
102
.services {
 
103
}
 
104
 
 
105
/* --- Directory page styles --- */
 
106
 
 
107
body.tahoe-directory-page {
 
108
  color: black;
 
109
  background: #c0d9e6;
 
110
  margin: 1em 0; /* zero margin so the table can be flush */
 
111
}
 
112
table.tahoe-directory {
 
113
  color: black;
 
114
  background: white;
 
115
  width: 100%;
 
116
  /*border-left-color: #D7E0E5;
 
117
  border-right-color: #D7E0E5;*/
 
118
  border-left: 0;
 
119
  border-right: 0;
 
120
}
 
121
.tahoe-directory-footer {
 
122
  color: black;
 
123
  background: #c0d9e6;
 
124
  margin: 0 1em; /* compensate for page 0 margin */
 
125
}
 
126
 
 
127
/* directory-screen toolbar */
 
128
.toolbar {
 
129
  display: table;
 
130
  margin: .2em auto;
 
131
  /*width: 100%;*/
 
132
}
 
133
.toolbar .toolbar-item {
 
134
  display: table-cell;
 
135
  text-align: center;
 
136
  padding: 0 1em;
 
137
}
 
 
b'\\ No newline at end of file'