~ubuntu-branches/ubuntu/vivid/ruby-compass/vivid-proposed

« back to all changes in this revision

Viewing changes to compass-style.org/content/stylesheets/partials/_typography.scss

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2014-10-23 01:41:15 UTC
  • mfrom: (12.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20141023014115-bfhklnxtb876j1k4
Tags: 1.0.1~dfsg-3
* Fix tighten dependencies on ruby-sass and ruby-chunky-png.
* Adjust watch file to track only stable releases.
* Update Vcs-Browser URL to use cgit web frontend.
* Declare compliance with Debian Policy 3.9.6.
* Add NEWS entry about Blueprint now packaged separately.
* Stop build-depend explicitly on ruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@font-face {
 
2
  font-family: "pictos-web";
 
3
  src: url('/otherfonts/pictos-web.eot');
 
4
  src: local("?"), url('/otherfonts/pictos-web.woff') format('woff'), url('/otherfonts/pictos-web.ttf') format('truetype'), url('/otherfonts/pictos-web.svg#webfontIyfZbseF') format('svg');}
 
5
 
 
6
@include font-face("museosans-web", font-files("museosans-web.woff", woff, "museosans-web.ttf", truetype, "museosans-web.svg#webfontJHBEijmD", svg), 'museosans-web.eot');
 
7
 
 
8
 
 
9
.sans-font { font-family: 'Lucida Grande', Arial, sans-serif; }
 
10
.heading-font { font-family: 'Museo Sans', "museosans-web", 'serif'; }
 
11
.pictos { font-family: pictos, pictos-web; font-weight: normal; font-style: normal;}
 
12
.fixed-font { font-family: menlo, monaco, "andale mono", "courier new", fixed;}
 
13
 
 
14
#page {
 
15
  line-height: 1.45em;
 
16
  ol { list-style: outside decimal; padding-left: 2.5em; }
 
17
  ol ol { list-style: outside lower-alpha; padding-left: 2.5em; }
 
18
  ul, ol, dl { margin-bottom: 1.5em;}
 
19
  p { margin-bottom: 1.2em;}
 
20
  #{headings(1,2)}{ @extend .heading-font; line-height: 1.2em; }
 
21
  h1 { font-size: 35px; margin-bottom: 15px; padding-bottom: 6px; }
 
22
  h2 { font-size: 26px; margin: 1em 0 15px; padding-bottom: 6px; }
 
23
  h3 { font-size: 18px; }
 
24
  h4 { font-size: 18px; margin: .4em 0; }
 
25
  ul { list-style: inside disc; }
 
26
  dt { font-weight: bold; }
 
27
}
 
28
#page aside {
 
29
  ul { list-style: none; margin-bottom: 1em;}
 
30
  h2 { line-height: 1.3em; margin-top: 0; padding-top: 3px;}
 
31
}
 
32
em     { font-style: italic; }
 
33
strong { font-weight: bold;  }
 
34
 
 
35
#page > article {
 
36
  ul ul { padding-left: 1em; }
 
37
  position: relative;
 
38
  h2 { font-size: 26px; margin: .5em 0 .6em;
 
39
    padding: 1em 0 6px;}
 
40
  hr + h2 { padding-top: 0; }
 
41
  hr + h3, h4, h5 { margin-top: 0; }
 
42
}
 
43
 
 
44
dl.table dt, dl.table dd { display: inline-block; }
 
45
dg { display: block; margin-bottom: 1.5em; }
 
46
 
 
47
.warning { color: #c00; }
 
 
b'\\ No newline at end of file'