compass-susy-plugin 0.7.0.pre6 → 0.7.0.pre7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,146 +0,0 @@
1
- //** DEFAULT STYLES **//
2
- // Don't forget to set your default styles.
3
-
4
-
5
- // Get all the details and mixins from base.sass
6
- @import base.sass
7
- // Reset browser defaults, and prepare block-level HTML5 elements
8
- @import susy/reset.sass
9
-
10
-
11
- /* @group defaults */
12
-
13
- body
14
- +sans-family
15
- color= !base
16
-
17
- /* @group links */
18
-
19
- \:focus
20
- outline= 1px "dotted" !alt
21
-
22
- a
23
- &:link, &:visited
24
- color= !alt
25
- &:focus, &:hover, &:active
26
- color= !alt - #222
27
- text-decoration: none
28
-
29
- /* @end */
30
-
31
-
32
- /* @group inline tags */
33
-
34
- cite
35
- font-style: italic
36
-
37
- em
38
- font-style: italic
39
-
40
- strong
41
- font-weight: bold
42
-
43
- ins
44
- text-decoration: underline
45
-
46
- del
47
- text-decoration: line-through
48
-
49
- q
50
- font-style: italic
51
- em
52
- font-style: normal
53
-
54
- /* @end */
55
-
56
-
57
- /* @group replaced tags */
58
-
59
- img
60
- vertical-align: bottom
61
-
62
- /* @end */
63
-
64
-
65
- /* @group headers */
66
-
67
- h1, h2, h3, h4, h5, h6
68
- font-weight: bold
69
-
70
- /* @end */
71
-
72
-
73
- /* @group block tags */
74
-
75
- p
76
- +leader
77
- +trailer
78
-
79
- =list-default(!ol = false)
80
- +leader
81
- +trailer
82
- @if !ol
83
- list-style: decimal
84
- @else
85
- list-style: disc
86
-
87
- =no-style-list
88
- +no-bullets
89
- margin: 0
90
- padding: 0
91
-
92
- ol
93
- +list-default("ol")
94
-
95
- ul
96
- +list-default
97
-
98
- blockquote
99
- margin= !base_rhythm_unit
100
- +serif-family
101
-
102
- /* @end */
103
-
104
-
105
- /* @group tables */
106
-
107
- /* tables still need 'cellspacing="0"' in the markup */
108
-
109
- table
110
- width: 100%
111
- border:
112
- width: 0
113
- style: solid
114
- color= !base
115
- +horizontal-borders(1px, 0.5)
116
-
117
- th
118
- font-weight: bold
119
-
120
- /* @end */
121
-
122
-
123
- /* @group forms */
124
-
125
- fieldset
126
- +trailer
127
-
128
- legend
129
- font-weight: bold
130
- font-variant: small-caps
131
-
132
- label
133
- display: block
134
- +leader
135
-
136
- legend + label
137
- margin-top: 0
138
-
139
- textarea, input:not([type="radio"])
140
- +box-sizing("border-box")
141
- width: 100%
142
-
143
- /* @end */
144
-
145
-
146
- /* @end */
@@ -1,9 +0,0 @@
1
- /*
2
- Welcome to Susy. Use this file to write IE specific override styles.
3
- Import this file using the following HTML or equivalent:
4
- <!--[if IE]>
5
- <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
6
- <![endif]-->
7
-
8
-
9
- @import base.sass
@@ -1,25 +0,0 @@
1
- /*
2
- Welcome to Susy. Use this file to define print styles.
3
- Import this file using the following HTML or equivalent:
4
- <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
5
-
6
-
7
- @import defaults.sass
8
-
9
- =print()
10
- nav
11
- display: none
12
-
13
- *
14
- float: none !important
15
-
16
- body
17
- +serif-family
18
- font-size: 12pt
19
- background: white
20
- color: black
21
-
22
- a:link:after, a:visited:after
23
- content: " (" attr(href) ") "
24
-
25
- +print
@@ -1,48 +0,0 @@
1
- /*
2
- Welcome to Susy. Use this file to define screen styles.
3
- Import this file using the following HTML or equivalent:
4
- <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
5
-
6
-
7
- @import defaults.sass
8
-
9
-
10
- /* @group STRUCTURE */
11
-
12
- +susy
13
-
14
- // change '#page' to match your HTML container element(s)
15
- #page
16
- +container
17
-
18
- /* @end */
19
-
20
-
21
- /* @group COMPONENTS by type */
22
-
23
-
24
-
25
- /* @end */
26
-
27
-
28
- /* @group OVERRIDES by content */
29
-
30
-
31
-
32
- /* @end */
33
-
34
-
35
- /* @group OVERRIDES by page */
36
-
37
-
38
-
39
- /* @end */
40
-
41
-
42
- /* @group DEBUG */
43
-
44
- // Uncomment, adjust and use for debugging
45
- // #page
46
- // +show-grid("your-grid-image.png")
47
-
48
- /* @end */