File: wand.css

package info (click to toggle)
wand 0.6.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,796 kB
  • sloc: python: 14,107; makefile: 112
file content (21 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

@import url(flasky.css);

.indexwrapper .sphinxsidebar .github-line { visibility: hidden; }

.indexwrapper div.body #wand.section h1 {
  background-image: url(wand.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  padding-left: 75px;
  padding-top: 10px;
  height: 75px;
}

.logo img.logo { width: 120px; height: 120px; padding-right: 30px; }

div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6
  { font-family: 'Sunshiney', 'Garamond', 'Georgia', serif; }

.literal-block .subscript { vertical-align: sub; }
.literal-block .supscript { vertical-align: super; }