~ubuntu-branches/ubuntu/wily/sqlite3/wily

« back to all changes in this revision

Viewing changes to cvstrac.css

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-06-13 21:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20120613214348-uy14uupdeq0hh04k
Tags: upstream-3.7.13/www
Import upstream version 3.7.13, component www

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
body {
 
3
    margin: auto;
 
4
    font-family: "Verdana" "sans-serif";
 
5
    padding: 8px;
 
6
}
 
7
 
 
8
.sqlite_header {
 
9
    margin: auto;
 
10
}
 
11
 
 
12
a { color: #45735f }
 
13
a:visited { color: #734559 }
 
14
 
 
15
.logo { position:absolute; margin:3px; }
 
16
.tagline {
 
17
  float:right;
 
18
  text-align:right;
 
19
  font-style:italic;
 
20
  width:240px;
 
21
  margin:12px;
 
22
  margin-top:58px;
 
23
}
 
24
 
 
25
.toolbar {
 
26
  font-variant: small-caps;
 
27
  text-align: center;
 
28
  line-height: 1.6em;
 
29
  margin: 0;
 
30
  padding:1px 8px;
 
31
}
 
32
.toolbar a { color: white; text-decoration: none; padding: 6px 12px; }
 
33
.toolbar a:visited { color: white; }
 
34
.toolbar a:hover { color: #80a796; background: white; }
 
35
 
 
36
.content    { margin: 5%; }
 
37
.content dt { font-weight:bold; }
 
38
.content dd { margin-bottom: 25px; margin-left:20%; }
 
39
.content ul { padding:0px; padding-left: 15px; margin:0px; }
 
40
 
 
41
/* rounded corners */
 
42
.se  { background: url(/images/se.png) 100% 100% no-repeat #80a796}
 
43
.sw  { background: url(/images/sw.png) 0% 100% no-repeat }
 
44
.ne  { background: url(/images/ne.png) 100% 0% no-repeat }
 
45
.nw  { background: url(/images/nw.png) 0% 0% no-repeat }
 
46
/* CVSTrac default stylesheet.
 
47
** This more or less replicates the "original" CVSTrac style.
 
48
*/
 
49
 
 
50
/* ********* Standard/default header and footer ************************* */
 
51
body {background-color: white}
 
52
#footer {font-size: .67em; clear: both;}
 
53
 
 
54
hr {clear: both;}
 
55
 
 
56
/* ********* Page header ************************************************ */
 
57
 
 
58
#header {
 
59
          background: #f0ffff;
 
60
          padding: 0px;
 
61
          border: 2px #80a796 solid;
 
62
          margin: 0px;
 
63
          display: block;
 
64
          position: relative;
 
65
        }
 
66
 
 
67
#title {font-weight: bold;
 
68
        font-size: 1.17em;
 
69
        margin: 2px;
 
70
        max-width: 30%;
 
71
       }
 
72
 
 
73
#identity {font-size: .83em;
 
74
           font-weight: normal;
 
75
           margin: 2px;
 
76
           max-width: 30%;
 
77
          }
 
78
 
 
79
/* The "current" item is traditionally omitted from the navigation bar */
 
80
#navigation #current {display: none;}
 
81
 
 
82
#navigation li {display: inline; margin: 1px; white-space: nowrap;}
 
83
#navigation li :before {content: "["; color: black;}
 
84
#navigation li :after {content: "]"; color: black;}
 
85
#navigation {text-align: right; list-style-type: none;
 
86
             padding: 0;
 
87
             margin: 0;
 
88
             float: right;
 
89
             max-width: 50%;
 
90
             position: absolute;
 
91
             top: 0em;
 
92
             right: 0em;
 
93
            }
 
94
 
 
95
#action li {display: inline; margin: 1px; white-space: nowrap;}
 
96
#action li :before {content: "["; color: black;}
 
97
#action li :after {content: "]"; color: black;}
 
98
#action {list-style-type: none; text-align: right; background: #f0f0f0;
 
99
         margin: 1px;
 
100
         padding: 1px;
 
101
         padding: 1px;
 
102
         clear: both;
 
103
         }
 
104
 
 
105
#content {clear: both;}
 
106
 
 
107
/* File breadcrumb off by default in stock CVSTrac */
 
108
#breadcrumb {display: none}
 
109
 
 
110
/* ********* Bits and boxes  ******************************************** */
 
111
 
 
112
/* wiki history */
 
113
#history {
 
114
          float: right;
 
115
          border: 2px #a0b5f4 solid;
 
116
          white-space: nowrap;
 
117
          margin: 2px; padding: 0px;
 
118
         }
 
119
#history h3 { margin: 2px; padding: 0px; background: #d0d9f4;
 
120
              font-size: 1em; font-weight: bold;
 
121
              text-align: center;
 
122
            }
 
123
#history ul { list-style-type: none; text-align: left;
 
124
              margin: 2px; padding: 0px;
 
125
            }
 
126
#history .current { font-weight: bold; }
 
127
#history .off { font-weight: bold; }
 
128
#history p { margin: 2px; padding: 0px; }
 
129
 
 
130
#wikitoc {border-spacing: 20px 0px;}
 
131
#wikitoc th {background: #d0d0d0;}
 
132
 
 
133
/* ********* Timeline page ******************************************** */
 
134
#timeline {text-align: left;
 
135
           margin: .5em 0 0 0;
 
136
           padding: 0;
 
137
          }
 
138
 
 
139
/* date and milestone dividers */
 
140
#timeline .dt {background: #f0ffff;
 
141
               border: 2px #80a796 solid;
 
142
               font-size: 1em; font-weight: normal;
 
143
               padding: .25em;
 
144
               margin: .2em 0 .2em 0;
 
145
               float: left;
 
146
               clear: left;
 
147
              }
 
148
#timeline .dm {background: #f7c0c0;
 
149
               border: 2px #ec9898 solid;
 
150
               font-size: 1em; font-weight: normal;
 
151
               padding: .25em;
 
152
               margin: .2em 0 .2em 0;
 
153
               float: left;
 
154
               clear: left;
 
155
              }
 
156
 
 
157
#timeline .entries {
 
158
                     vertical-align: top;
 
159
                     clear: both;
 
160
                     margin: 0; padding: 0;
 
161
                     margin-left: 1em;
 
162
                     }
 
163
#timeline .entries dt {
 
164
             clear: both;
 
165
             float: left;
 
166
             margin: 0; padding: 0;
 
167
             }
 
168
#timeline .entries dd {
 
169
             float: left;
 
170
             margin: 0; padding: 0;
 
171
             }
 
172
#timeline .entries .datetime {text-align: right;
 
173
                              width: 10%;
 
174
                             }
 
175
#timeline .entries .time {text-align: center; /* width: 8%; */}
 
176
#timeline .entries .hint {text-align: center; width: 5%;}
 
177
#timeline .entries .branch {
 
178
                          background: #dddddd;
 
179
                          width: 85%;
 
180
                          }
 
181
#timeline .entries .action {
 
182
                          width: 85%;
 
183
                          }
 
184
 
 
185
/* timeline options, down at the bottom */
 
186
#timelineopts {
 
187
               margin-top: 1em;
 
188
               padding: 3px;
 
189
               padding-top: 1em;
 
190
               clear: both;
 
191
               border-top: 1px solid black;
 
192
              }
 
193
#timelineopts fieldset {
 
194
               margin: 1px;
 
195
               padding: 3px;
 
196
               border: 1px solid black;
 
197
              }
 
198
#timelineopts #days {}
 
199
#timelineopts #checkout {width: 45%; float: left; padding: 3px;}
 
200
#timelineopts #ticket {width: 45%; float: left; padding: 3px;}
 
201
#timelineopts #timeline {width: 45%; clear: left; float: left; padding: 3px;}
 
202
#timelineopts #other {width: 45%; float: left; padding: 3px;}
 
203
#timelineopts #show {clear: both;}
 
204
 
 
205
/* ********* Setup ******************************************** */
 
206
/* setup menu */
 
207
#index, #setup {margin: 1em 0; padding: 0;}
 
208
 
 
209
#index dt, #setup dt {
 
210
                      display: block;
 
211
                      width: 30%;
 
212
                      float: left;
 
213
                      margin: 0 0 0 0;
 
214
                      padding: .5em;
 
215
                      font-weight: bold;
 
216
                      clear: left;
 
217
                      white-space: nowrap;
 
218
                      }
 
219
#index dd, #setup dd {
 
220
                      width: 55%;
 
221
                      float: left;
 
222
                      margin: 0 0 0 0;
 
223
                      padding: .5em;
 
224
                      }
 
225
 
 
226
/* ********* Wiki formatting ******************************************** */
 
227
/* ticket markup... various forms of "fixed" are shown as striked. This list
 
228
** would need to be updated if the user changes the ticket states
 
229
*/
 
230
/* .ticket {font-weight: bold} */
 
231
.ticket .closed, .ticket .fixed, .ticket .tested, .ticket .defer
 
232
   {text-decoration: line-through}
 
233
 
 
234
/* chng markup. Check-ins and milestones. */
 
235
/* .chng {font-weight: bold} */
 
236
/* .chng .event {color: orange} */
 
237
/* .chng .release {color: orange} */
 
238
/* .chng .checkin {color: red} */
 
239
.chng .branch {background: #dddddd;}
 
240
 
 
241
/* links to Wiki pages */
 
242
/* .wiki {font-weight: bold} */
 
243
.wiki .missing {color: gray; font-style: italic; font-weight: normal;}
 
244
 
 
245
/* .diff {background: #e0e0e0} */
 
246
/* hr.diff {visibility: hidden} */
 
247
div.difftop {float: right}
 
248
 
 
249
/* raw HTML in wiki */
 
250
/* div.restricted {background-color: #e0e0e0} */
 
251
 
 
252
/* URL's in wiki markup. This puts a special character in front, but
 
253
** you could also use a link to an image or something...
 
254
*/
 
255
a.external:before {content: "\0000a4"; color: #a0a0a0;}
 
256
 
 
257
/* Path's to code mentioned in wiki markup. */
 
258
a.file {font-family: monospace;}
 
259
 
 
260
/* two and three asterisks... The class names are a bit lame, but
 
261
** I'm not sure what else to call 'em
 
262
*/
 
263
.two {font-size: 1.17em}
 
264
.three {font-size: 1.33em}
 
265
 
 
266
/* user id */
 
267
/* .user {font-weight: bold;} */
 
268
 
 
269
/* revision */
 
270
/* .vers {font-style: italic;} */
 
271
 
 
272
/* ********* Icons ****************************************************** */
 
273
.icon:before {content: "\002022"; color: black;}
 
274
 
 
275
.icon.milestone:before {content: "\0000a4"; color: #007878;}
 
276
.icon.del:before {content: "\0000d7"; color: red;}
 
277
.icon.file:before {content: "\002022"; color: black;}
 
278
.icon.dir:before {content: "\0000bb"; color: green;}
 
279
.icon.backup:before {content: "\0000ab"; color: black;}
 
280
.icon.checkin:before {content: "\002022"; color: blue;}
 
281
.icon.ticket:before {content: "\00203a"; color: blue;}
 
282
.icon.edit:before {content: "\00002a"; color: #8C80A3;}
 
283
.icon.attach:before {content: "\0000bb"; color: blue;}
 
284
.icon.inspect:before {content: "\002022"; color: blue;}
 
285
 
 
286
/* each ticket type can have a timeline icon. This is usually
 
287
** used for the ticket creation.
 
288
*/
 
289
.icon.type:before {content: "\0000bb"; color: purple;}
 
290
.icon.type.code:before {content: "\0000d7"; color: red;}
 
291
 
 
292
/* each ticket state can also have a timeline icon */
 
293
.icon.state:before {content: "\002666"; color: #ffa000;}
 
294
.icon.state.new:before {content: "\0000d7"; color: red;}
 
295
.icon.state.active:before {content: "\0000d7"; color: red;}
 
296
.icon.state.fixed:before {content: "\00221a"; color: green;}
 
297
.icon.state.closed:before {content: "\00221a"; color: green;}
 
298
.icon.state.defer:before {content: "\00221a"; color: green;}
 
299
 
 
300
/* deprecated icons... they'll disappear shortly, hopefully */
 
301
.icon.dot:before {content: "\002022"; color: blue;}
 
302
.icon.ptr1:before {content: "\0000bb"; color: purple;}
 
303
 
 
304
/* ********* Other ****************************************************** */
 
305
 
 
306
.rlog {padding: 0; margin: 0; border-width: 0;}
 
307
.rlog td, .rlog th {text-align: left;}
 
308
.rlog .version {width: 80px; text-align: center;}
 
309
.rlog .date {white-space: nowrap; text-align: left;}
 
310
 
 
311
/* Zebra stripe background effect */
 
312
.rlog .odd  {background: #efefff;}
 
313
.rlog .milestone  {background: #f7c0c0;}
 
314
 
 
315
.rlog .branch  {background: #dddddd;}