2010-11-23 21:34:29 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "pictos-web";
|
|
|
|
src: url('/otherfonts/pictos-web.eot');
|
|
|
|
src: local("?"), url('/otherfonts/pictos-web.woff') format('woff'), url('/otherfonts/pictos-web.ttf') format('truetype'), url('/otherfonts/pictos-web.svg#webfontIyfZbseF') format('svg');}
|
|
|
|
|
|
|
|
@include font-face("museosans-web", font-files("museosans-web.woff", woff, "museosans-web.ttf", truetype, "museosans-web.svg#webfontJHBEijmD", svg), 'museosans-web.eot');
|
|
|
|
|
2010-11-17 05:03:42 +00:00
|
|
|
|
|
|
|
.sans-font { font-family: 'Lucida Grande', Arial, sans-serif; }
|
2010-12-16 03:58:18 +00:00
|
|
|
.heading-font { font-family: 'Museo Sans', "museosans-web", 'serif'; }
|
2010-11-24 23:43:25 +00:00
|
|
|
.pictos { font-family: pictos, pictos-web; font-weight: normal; font-style: normal;}
|
2010-11-23 06:09:18 +00:00
|
|
|
.fixed-font { font-family: menlo, monaco, "andale mono", "courier new", fixed;}
|
2010-11-17 05:03:42 +00:00
|
|
|
|
2010-11-27 23:13:47 +00:00
|
|
|
#page {
|
2010-11-23 06:09:18 +00:00
|
|
|
line-height: 1.45em;
|
2010-11-27 23:13:47 +00:00
|
|
|
ol { list-style: outside decimal; padding-left: 2.5em; }
|
|
|
|
ol ol { list-style: outside lower-alpha; padding-left: 2.5em; }
|
2010-11-23 06:09:18 +00:00
|
|
|
ul, ol, dl { margin-bottom: 1.5em;}
|
2010-11-17 05:03:42 +00:00
|
|
|
p { margin-bottom: 1.2em;}
|
2010-11-23 21:34:29 +00:00
|
|
|
#{headings(1,2)}{ @extend .heading-font; line-height: 1.2em; }
|
2010-12-09 05:02:20 +00:00
|
|
|
h1 { font-size: 35px; margin-bottom: 15px; padding-bottom: 6px; }
|
|
|
|
h2 { font-size: 26px; margin: 1em 0 15px; padding-bottom: 6px; }
|
2010-11-23 06:09:18 +00:00
|
|
|
h3 { font-size: 18px; }
|
2010-12-09 05:02:20 +00:00
|
|
|
h4 { font-size: 18px; margin: .4em 0; }
|
2010-11-23 06:09:18 +00:00
|
|
|
ul { list-style: inside disc; }
|
|
|
|
dt { font-weight: bold; }
|
2010-11-27 23:13:47 +00:00
|
|
|
}
|
|
|
|
#page aside {
|
|
|
|
ul { list-style: none; margin-bottom: 1em;}
|
2010-12-09 05:02:20 +00:00
|
|
|
h2 { line-height: 1.3em; margin-top: 0; padding-top: 3px;}
|
|
|
|
}
|
2011-05-28 09:11:30 +00:00
|
|
|
em { font-style: italic; }
|
|
|
|
strong { font-weight: bold; }
|
2010-12-09 05:02:20 +00:00
|
|
|
|
|
|
|
#page > article {
|
2010-12-19 04:23:21 +00:00
|
|
|
ul ul { padding-left: 1em; }
|
2010-12-09 05:02:20 +00:00
|
|
|
position: relative;
|
|
|
|
h2 { font-size: 26px; margin: .5em 0 .6em;
|
|
|
|
padding: 1em 0 6px;}
|
|
|
|
hr + h2 { padding-top: 0; }
|
|
|
|
hr + h3, h4, h5 { margin-top: 0; }
|
|
|
|
}
|
2010-12-11 20:37:09 +00:00
|
|
|
|
|
|
|
dl.table dt, dl.table dd { display: inline-block; }
|
2010-12-19 04:23:21 +00:00
|
|
|
dg { display: block; margin-bottom: 1.5em; }
|
2010-12-23 17:40:07 +00:00
|
|
|
|
|
|
|
.warning { color: #c00; }
|