Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: master.tryserver.nacl/public_html/buildbot.css

Issue 5329006: Delete obsolete masters from tools/buildbot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 body {
2 margin-bottom:50px;
3 }
4
5 body, td {
6 font-family: Verdana, Cursor;
7 font-size: 10px;
8 font-weight: bold;
9 }
10
11 a:link,a:visited,a:active {
12 color: #444;
13 }
14 a:hover {
15 color: #FFFFFF;
16 }
17
18 table {
19 border-spacing: 1px 1px;
20 }
21
22 table td {
23 padding: 3px 0px 3px 0px;
24 text-align: center;
25 }
26
27 .Project {
28 width: 100px;
29 }
30
31 .LastBuild, .Activity {
32 padding: 0 0 0 4px;
33 }
34
35 .LastBuild, .Activity, .Builder, .BuildStep {
36 width: 155px;
37 max-width: 155px;
38 }
39
40 div.BuildResultInfo {
41 color: #444;
42 }
43
44 div.Announcement {
45 margin-bottom: 1em;
46 }
47
48 div.Announcement > a:hover {
49 color: black;
50 }
51
52 div.Announcement > div.Notice {
53 background-color: #afdaff;
54 padding: 0.5em;
55 font-size: 16px;
56 text-align: center;
57 }
58
59 div.Announcement > div.Open {
60 border: 3px solid #8fdf5f;
61 padding: 0.5em;
62 font-size: 16px;
63 text-align: center;
64 }
65
66 div.Announcement > div.Closed {
67 border: 5px solid #e98080;
68 padding: 0.5em;
69 font-size: 24px;
70 font-weight: bold;
71 text-align: center;
72 }
73
74 td.Time {
75 color: #000;
76 border-bottom: 1px solid #aaa;
77 background-color: #eee;
78 }
79
80 td.Activity, td.Change, td.Builder {
81 color: #333333;
82 background-color: #CCCCCC;
83 }
84
85 td.Change {
86 border-radius: 5px;
87 -webkit-border-radius: 5px;
88 }
89 td.Event {
90 color: #777;
91 background-color: #ddd;
92 border-radius: 5px;
93 -webkit-border-radius: 5px;
94 }
95
96 td.Activity {
97 border-top-left-radius: 10px;
98 -webkit-border-top-left-radius: 10px;
99 min-height: 20px;
100 padding: 8px 0 8px 0;
101 }
102
103 td.idle, td.waiting, td.offline, td.building {
104 border-top-left-radius: 0px;
105 -webkit-border-top-left-radius: 0px;
106 }
107
108 .LastBuild {
109 border-top-left-radius: 5px;
110 -webkit-border-top-left-radius: 5px;
111 border-top-right-radius: 5px;
112 -webkit-border-top-right-radius: 5px;
113 }
114
115 /* LastBuild, BuildStep states */
116 .success {
117 color: #FFFFFF;
118 background-color: #8fdf5f;
119 }
120
121 .failure {
122 color: #FFFFFF;
123 background-color: #e98080;
124 }
125
126 .warnings {
127 color: #FFFFFF;
128 background-color: #ffc343;
129 }
130
131 .exception, td.offline {
132 color: #FFFFFF;
133 background-color: #e0b0ff;
134 }
135
136 .start,.running, td.building {
137 color: #666666;
138 background-color: #fffc6c;
139 }
140
141 .running_failure {
142 color: #FFFFFF;
143 background-color: #fffc6c;
144 outline: 2px solid #e98080;
145 border-color: #e98080;
146 border-radius: 0 !important;
147 -webkit-border-radius: 0 !important;
148 }
149
150 .start {
151 border-bottom-left-radius: 10px;
152 -webkit-border-bottom-left-radius: 10px;
153 border-bottom-right-radius: 10px;
154 -webkit-border-bottom-right-radius: 10px;
155 }
156
157 .closed {
158 background-color: #ff0000;
159 }
160
161 .closed .large {
162 font-size: 1.5em;
163 font-weight: bolder;
164 }
165
166 td.Project a:hover, td.start a:hover {
167 color: #000;
168 }
169
170 .mini-box {
171 text-align:center;
172 height:20px;
173 padding:0 2px;
174 line-height:0;
175 white-space:nowrap;
176 }
177
178 .mini-box a {
179 border-radius:0;
180 -webkit-border-radius:0;
181 display:block;
182 width:100%;
183 height:20px;
184 line-height:20px;
185 margin-top:-30px;
186 }
187
188 .mini-closed {
189 -box-sizing:border-box;
190 -webkit-box-sizing:border-box;
191 border:4px solid red;
192 }
OLDNEW
« no previous file with comments | « master.tryserver.nacl/public_html/announce.html ('k') | master.tryserver.nacl/public_html/chromium-32.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698