~ubuntu-branches/ubuntu/raring/synaptiks/raring-updates

« back to all changes in this revision

Viewing changes to doc/_themes/synaptiks/static/synaptiks.css_t

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-02-18 16:40:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218164044-7rwrh3jc31senu6e
Tags: 0.8.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add transitional package kcm-touchpad.
  - Add kde-config-touchpad.install as it's not a single binary package.
  - Compress binary package with lzma.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    border-bottom: 1px solid {{ theme_bordercolor }};
33
33
}
34
34
 
 
35
/* -- general sidebar styles ------------------------------------------------ */
 
36
 
 
37
div.sphinxsidebar h1,
 
38
div.sphinxsidebar h2,
 
39
div.sphinxsidebar h3,
 
40
div.sphinxsidebar h4,
 
41
div.sphinxsidebar h5,
 
42
div.sphinxsidebar h6 {
 
43
    font-family: {{ theme_headfont }};
 
44
    background-color: {{ theme_headbgcolor }};
 
45
    font-weight: normal;
 
46
    color: {{ theme_headtextcolor }};
 
47
}
 
48
 
 
49
 
35
50
/* -- general body styles --------------------------------------------------- */
36
51
 
37
52
 
66
81
    background-color: #ffffff;
67
82
    border-bottom: none;
68
83
}
 
84
 
 
85
 
 
86
/* -- misc styles ----------------------------------------------------------- */
 
87
 
 
88
.menuselection,
 
89
.guilabel {
 
90
    background-color: gainsboro;
 
91
    color: black;
 
92
    border: 1px solid #BEBEBE;
 
93
    -khtml-border-radius: 3px;
 
94
    -moz-border-radius: 3px;
 
95
    -webkit-border-radius: 3px;
 
96
    border-radius: 3px;
 
97
    font-style: normal;
 
98
}
 
99
 
 
100
.kbd {
 
101
    font-weight: bold;
 
102
}