~ubuntu-branches/ubuntu/precise/gosa/precise

« back to all changes in this revision

Viewing changes to debian/gosa-help-en/usr/share/gosa/doc/guide/user/en/html/blocklists/blocklists.css

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-06-16 01:35:09 UTC
  • Revision ID: james.westby@ubuntu.com-20080616013509-6nu0x2zkvwugpdqi
Tags: 2.5.16.1-2ubuntu1
* Merge from Debian unstable (LP: #242359). Remaining Ubuntu changes:
  - debian/control: modify Maintainer to Ubuntu Motu Developers
  - debian/rules: fix fatal error on call function get_template_patch() in
    /usr/share/gosa/include
* Bump Standards-Version to 3.8.0.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
 
2
.MATH    { font-family: "Century Schoolbook", serif; }
 
3
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
 
4
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
 
5
 
 
6
/* implement both fixed-size and relative sizes */
 
7
SMALL.XTINY             { font-size : xx-small }
 
8
SMALL.TINY              { font-size : x-small  }
 
9
SMALL.SCRIPTSIZE        { font-size : smaller  }
 
10
SMALL.FOOTNOTESIZE      { font-size : small    }
 
11
SMALL.SMALL             {  }
 
12
BIG.LARGE               {  }
 
13
BIG.XLARGE              { font-size : large    }
 
14
BIG.XXLARGE             { font-size : x-large  }
 
15
BIG.HUGE                { font-size : larger   }
 
16
BIG.XHUGE               { font-size : xx-large }
 
17
 
 
18
/* heading styles */
 
19
H1              {  }
 
20
H2              {  }
 
21
H3              {  }
 
22
H4              {  }
 
23
H5              {  }
 
24
 
 
25
/* mathematics styles */
 
26
DIV.displaymath         { }     /* math displays */
 
27
TD.eqno                 { }     /* equation-number cells */
 
28
 
 
29
 
 
30
/* document-specific styles come next */
 
31
DIV.navigation          {   }
 
32
SPAN.textit             { font-style: italic  }
 
33
SPAN.arabic             {   }
 
34
SPAN.textbf             { font-weight: bold  }
 
35
SPAN.textsf             { font-style: italic  }
 
36
#hue27          { color: #0000ff;  }
 
37
#hue30          { color: #000000;  }
 
38
#hue41          { color: #000000;  }
 
39
#hue43          { color: #000000;  }
 
40
#hue45          { color: #000000;  }
 
41
#hue58          { color: #ff0000;  }
 
42
#hue60          { color: #000000;  }
 
43
#hue76          { color: #000000;  }
 
44
#hue78          { color: #ff0000;  }