~ubuntu-branches/ubuntu/vivid/muse-el/vivid

« back to all changes in this revision

Viewing changes to examples/mwolson/stylesheets/screen.css

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2007-06-25 08:17:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070625081744-h9xfz7c72h1pfyo6
Tags: 3.03-1ubuntu1
* Closes LP: #123907
* Sync with Debian.  Remaining changes:
  - Keep (add) manual.
* debian/control:
  - Set Ubuntu MOTU to be Maintainer and myself as
    XSBC-Original-Maintainer to silence warning.
* debian/rules;
  - Manual is now in texi/ directory.
  - Clean generated html files and info file for the manual.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Michael Olson's tweaked Muse stylesheet
2
2
 
3
3
   Elements for most of my web site.
 
4
 
 
5
   License: Modification and propagation of this document is
 
6
            permitted.  Attribution of credit to me is optional.
4
7
*/
5
8
 
6
9
/* Footnote */
27
30
 
28
31
/* Table of Contents */
29
32
 
30
 
dl.contents {
31
 
  background-color: #7cfc00;    /* lawn green */
32
 
  display: block;
 
33
.contents {
 
34
  clear: left;
33
35
  float: left;
34
 
  font-size: small;
 
36
  background-color: #D3D3D3;    /* light gray */
 
37
  border: 1px solid black;
 
38
  margin-top: 0;
35
39
  margin-right: 5px;
 
40
  margin-left: 0;
36
41
  margin-bottom: 15px;
 
42
  padding: 3px;
 
43
}
 
44
 
 
45
.contents dl {
 
46
  background-color: #F5F5F5;    /* white smoke */
 
47
  display: block;
 
48
  float: left;
 
49
  font-size: small;
37
50
  margin-top: 0;
 
51
  margin-bottom: 0;
38
52
  padding-bottom: 5px;
39
53
}
40
54
 
41
 
dt.contents {
 
55
.contents dt {
42
56
  clear: left;
43
57
  display: block;
44
58
  padding-right: 5px;
46
60
  text-align: left;
47
61
}
48
62
 
49
 
.contents dd dt.contents {
 
63
.contents dd dt {
50
64
  display: list-item;
51
65
}
52
66
 
53
67
.contents a:hover { 
54
 
  background-color: #20b2aa;    /* light sea green */
 
68
  background-color: #D3D3D3;    /* light gray */
55
69
}
56
70
 
57
71
/* Planner */