~ubuntu-branches/ubuntu/utopic/darkstat/utopic-proposed

« back to all changes in this revision

Viewing changes to static/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayorga
  • Date: 2009-02-16 13:47:10 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216134710-kvwpj15r9l2r99bb
Tags: 3.0.712-1
* New upstream release (Closes: #515183)
* remove manpage-section-and-minus-hyphen.patch
  applied upstream.
* debian/control: 
  + remove quilt B-D
  + Update my email address
  + Depends on DH 7
  + add lsb-base to Depends
* debian/rules
  + remove workarround for darkstat.8 changes
  + use dh_prep insted dh_clean -k
  + use -R option on dh_installinit
  + add fetch-upstream-changelog target
* remove README.source
* debian/init.d:
  + remove unused $SPY var 
  + not use debug-run anymore, just show a note about the manpage
  + use lsb-functions instead of plain `echo' calls
  + do more checks based on the PIDFILE to verify if darkstat status
  + some other minor/cosmetic tweaks
* debian/copyright: update upstream copyright years
* correct some small typos at README.Debian
* add and install the upstream changelog provided
  only online at: http://dmr.ath.cx/net/darkstat/changelog.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
               { margin-top:10px; margin-bottom:5px; color: #000000;
31
31
                 font-family: Arial, sans-serif; font-weight:bold; }
32
32
.pageheader    { border-bottom: 2px dotted black; }
33
 
table          { border-left: 1px solid #aaa;
34
 
                 border-top: 1px solid #aaa;
35
 
                 border-right: 0; border-bottom: 0;
36
 
                 border-spacing: 0; }
37
 
td, th         { border-bottom: 1px solid #aaa;
38
 
                 border-right: 1px solid #aaa;
39
 
                 border-top: 0; border-left: 0;
40
 
                 padding: 0.1em 0.1em 0.1em 0.1em; }
41
 
th             { font-weight: bold; }
 
33
table          { border-collapse: collapse; }
 
34
td, th { border:1px solid #C0C0C0; padding:1px 5px 1px 5px; }
 
35
td.num { text-align:right; }
 
36
th { background-color:#EFEFEF; font-weight: bold;
 
37
     padding-top:2px; padding-bottom:2px; }
 
38
th a { color:black; border-bottom:1px dotted; }
 
39
tr.alt1 { background:#FFFFFF; }
 
40
tr.alt2 { background:#FAFAFA; }
 
41
tr.alt1:hover, tr.alt2:hover { background:#EFEFEF; }
42
42
body, td, th, p, input, textarea
43
43
               { font-family: Tahoma, Verdana, sans-serif;
44
44
                 font-size: small; }
46
46
                 font-size: small; }
47
47
a:hover        { border-bottom: 1px dotted #666; }
48
48
a              { text-decoration: none; color: #666; }
49
 
div.outergraph { float:left; }
50
 
div.graph      { border: 1px solid #000;
51
 
                 margin:0 5px 0 5px; }
52
 
div.graphtitle { text-align:center;
53
 
                 font-weight:bold; margin:0 5px 12px 5px; }
54
 
div.graph div.bar_in     { background: #678; }
55
 
div.graph div.bar_out    { background: #abc; }
 
49
div.outergraph { float:left; margin-right:10px; margin-bottom:20px; }
 
50
div.graph      { border: 1px solid black; }
 
51
div.graphtitle { text-align:center; font-weight:bold; }
 
52
div.bar_in     { background: #678; }
 
53
div.bar_out    { background: #abc; }
56
54
 
57
 
#graph_reload { border:1px solid black;
 
55
#graph_reload,#graph_autoreload { border:1px solid black;
58
56
 padding:2px 10px 2px 10px; margin-left:5px; color:black; }
59
57
 
60
 
#graph_reload:hover { background:#9ab; color:black; }
 
58
#graph_reload:hover,#graph_autoreload:hover { background:#9ab; color:black; }
 
59
 
 
60
div.legend table { margin-left:auto; margin-right:auto; /* center */
 
61
                   border:0; }
 
62
div.legend td { border:0; padding:0 0.2em 0 0.2em; font-size:11px;
 
63
                color:#444; }
 
64
div.legend td.dir { text-align:right; }
 
65
div.legend td.rate { text-align:right; }
 
66