Last change
on this file since 1 was 1, checked in by fox, 9 years ago |
initial simple example with omd
|
File size:
1.3 KB
|
Line | |
---|
1 | $font-url: "fonts"
|
---|
2 |
|
---|
3 | @import fonts/orbitron.sass
|
---|
4 |
|
---|
5 | $font-face: "DejaVu Sans"
|
---|
6 |
|
---|
7 | body
|
---|
8 | font-family: $font-face
|
---|
9 | font-weight: 400
|
---|
10 |
|
---|
11 | main, article
|
---|
12 | margin: auto
|
---|
13 | padding: 2pt
|
---|
14 |
|
---|
15 | main, article, p, img, h1, h2, h3, h4, h5
|
---|
16 | max-width: 75ch
|
---|
17 |
|
---|
18 | pre
|
---|
19 | display: block
|
---|
20 | overflow: auto
|
---|
21 | padding-left: 1ch
|
---|
22 |
|
---|
23 | blockquote
|
---|
24 | font-style: italic
|
---|
25 |
|
---|
26 | article > .meta
|
---|
27 | margin: auto 2ch
|
---|
28 |
|
---|
29 | article > h1
|
---|
30 | text-align: center
|
---|
31 |
|
---|
32 | header > h1
|
---|
33 | font-family: "Orbitron Light"
|
---|
34 |
|
---|
35 | header, footer
|
---|
36 | text-align: center
|
---|
37 |
|
---|
38 | li a, header a, header a:hover
|
---|
39 | text-decoration: none
|
---|
40 |
|
---|
41 | a:hover
|
---|
42 | text-decoration: underline
|
---|
43 |
|
---|
44 | h1, h2, h3, h4, h5
|
---|
45 | font-family: "Orbitron Medium"
|
---|
46 |
|
---|
47 | footer
|
---|
48 | clear: both
|
---|
49 | margin-top: 2em
|
---|
50 | border-top: 1px dotted
|
---|
51 | padding: 1em 0
|
---|
52 |
|
---|
53 | fieldset
|
---|
54 | border: .5mm dashed
|
---|
55 |
|
---|
56 | fieldset > p
|
---|
57 | margin: .5em auto
|
---|
58 | padding: .5em
|
---|
59 | float: left
|
---|
60 |
|
---|
61 | label
|
---|
62 | margin: .2em
|
---|
63 | display: block
|
---|
64 |
|
---|
65 | input, textarea
|
---|
66 | display: block
|
---|
67 | border: none
|
---|
68 | border-bottom: .5mm solid
|
---|
69 | min-width: 100%
|
---|
70 |
|
---|
71 | textarea
|
---|
72 | border: .5mm solid
|
---|
73 | width: 80ch
|
---|
74 | height: 40ch
|
---|
75 | display: block-inline
|
---|
76 | clear: both
|
---|
77 |
|
---|
78 | button
|
---|
79 | clear: both
|
---|
80 | display: block
|
---|
81 | margin: 1em auto
|
---|
82 | border: .5mm solid
|
---|
83 |
|
---|
84 | .topics > li
|
---|
85 | list-style-type: none
|
---|
86 | text-transform: capitalize
|
---|
87 |
|
---|
88 | ul.listing
|
---|
89 | padding: 0 1ch
|
---|
90 |
|
---|
91 | .listing > li
|
---|
92 | list-style-type: none
|
---|
93 | text-transform: none
|
---|
94 | padding: 4px
|
---|
95 | margin-bottom: .5em
|
---|
96 |
|
---|
97 | .listing p
|
---|
98 | padding: 0
|
---|
99 | margin: 0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.