cyaml 0.0.29 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/stylesheets/cyaml/core/base.sass +0 -98
- metadata +4 -4
|
@@ -18,29 +18,12 @@
|
|
|
18
18
|
* @lastmodified $Date: 2010-01-01 17:31:10 +0100 (Fr, 01. Jan 2010) $
|
|
19
19
|
|
|
20
20
|
@media all
|
|
21
|
-
/**
|
|
22
|
-
* @section browser reset
|
|
23
|
-
* @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
|
|
24
|
-
/* (en) Global reset of paddings and margins for all HTML elements
|
|
25
|
-
/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente
|
|
26
|
-
*
|
|
27
21
|
margin: 0
|
|
28
22
|
padding: 0
|
|
29
|
-
/* (en) Correction:margin/padding reset caused too small select boxes.
|
|
30
|
-
/* (de) Korrektur:Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen.
|
|
31
23
|
option
|
|
32
24
|
padding-left: 0.4em
|
|
33
|
-
/* LTR
|
|
34
25
|
select
|
|
35
26
|
padding: 1px
|
|
36
|
-
/**
|
|
37
|
-
* (en) Global fix of the Italics bugs in IE 5.x and IE 6
|
|
38
|
-
* (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
|
|
39
|
-
*
|
|
40
|
-
* @bugfix
|
|
41
|
-
* @affected IE 5.x/Win, IE6
|
|
42
|
-
* @css-for IE 5.x/Win, IE6
|
|
43
|
-
* @valid yes
|
|
44
27
|
* html
|
|
45
28
|
body *
|
|
46
29
|
overflow: visible
|
|
@@ -49,51 +32,30 @@
|
|
|
49
32
|
frameset
|
|
50
33
|
overflow: hidden
|
|
51
34
|
body
|
|
52
|
-
/* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
|
|
53
|
-
/* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
|
|
54
35
|
font-size: 100.01%
|
|
55
|
-
/* (en) Standard values for colors and text alignment
|
|
56
|
-
/* (de) Vorgabe der Standardfarben und Textausrichtung
|
|
57
36
|
background: #fff
|
|
58
37
|
color: #000
|
|
59
38
|
text-align: left
|
|
60
|
-
/* LTR
|
|
61
|
-
/* (en) avoid visible outlines on DIV containers in Webkit browsers
|
|
62
|
-
/* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern
|
|
63
39
|
div
|
|
64
40
|
outline: 0 none
|
|
65
|
-
/* (en) Clear borders for <fieldset> and <img> elements
|
|
66
|
-
/* (de) Rahmen für <fieldset> und <img> Elemente löschen
|
|
67
41
|
fieldset, img
|
|
68
42
|
border: 0 solid
|
|
69
|
-
/* (en) new standard values for lists, blockquote and cite
|
|
70
|
-
/* (de) Neue Standardwerte für Listen & Zitate
|
|
71
43
|
ul, ol, dl
|
|
72
44
|
margin: 0 0 1em 1em
|
|
73
|
-
/* LTR
|
|
74
45
|
li
|
|
75
46
|
line-height: 1.5em
|
|
76
47
|
margin-left: 0.8em
|
|
77
|
-
/* LTR
|
|
78
48
|
dt
|
|
79
49
|
font-weight: bold
|
|
80
50
|
dd
|
|
81
51
|
margin: 0 0 1em 0.8em
|
|
82
|
-
/* LTR
|
|
83
52
|
blockquote
|
|
84
53
|
margin: 0 0 1em 0.8em
|
|
85
54
|
&:before, &:after
|
|
86
55
|
content: ""
|
|
87
|
-
/* LTR
|
|
88
56
|
q
|
|
89
57
|
&:before, &:after
|
|
90
58
|
content: ""
|
|
91
|
-
/*------------------------------------------------------------------------------------------------------
|
|
92
|
-
/**
|
|
93
|
-
* @section clearing methods
|
|
94
|
-
* @see http://yaml.de/en/documentation/basics/general.html
|
|
95
|
-
/* (en) clearfix method for clearing floats
|
|
96
|
-
/* (de) Clearfix-Methode zum Clearen der Float-Umgebungen
|
|
97
59
|
.clearfix
|
|
98
60
|
&:after
|
|
99
61
|
clear: both
|
|
@@ -103,38 +65,19 @@
|
|
|
103
65
|
height: 0
|
|
104
66
|
visibility: hidden
|
|
105
67
|
display: block
|
|
106
|
-
/* (en) essential for Safari browser !!
|
|
107
|
-
/* (de) Diese Angabe benötigt der Safari-Browser zwingend !!
|
|
108
|
-
/* (en) alternative solution to contain floats
|
|
109
|
-
/* (de) Alternative Methode zum Einschließen von Float-Umgebungen
|
|
110
68
|
.floatbox
|
|
111
69
|
overflow: hidden
|
|
112
|
-
/* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css
|
|
113
|
-
/* (de) IE-Clearing:Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet
|
|
114
70
|
#ie_clearing
|
|
115
71
|
display: none
|
|
116
|
-
/*------------------------------------------------------------------------------------------------------
|
|
117
|
-
/**
|
|
118
|
-
* @section hidden elements | Versteckte Elemente
|
|
119
|
-
* @see http://www.yaml.de/en/documentation/basics/skip-links.html
|
|
120
|
-
*
|
|
121
|
-
* (en) skip links and hidden content
|
|
122
|
-
* (de) Skip-Links und versteckte Inhalte
|
|
123
|
-
/* (en) classes for invisible elements in the base layout
|
|
124
|
-
/* (de) Klassen für unsichtbare Elemente im Basislayout
|
|
125
72
|
.skip, .hideme, .print
|
|
126
73
|
position: absolute
|
|
127
74
|
top: -32768px
|
|
128
75
|
left: -32768px
|
|
129
|
-
/* LTR
|
|
130
|
-
/* (en) make skip links visible when using tab navigation
|
|
131
|
-
/* (de) Skip-Links für Tab-Navigation sichtbar schalten
|
|
132
76
|
.skip
|
|
133
77
|
&:focus, &:active
|
|
134
78
|
position: static
|
|
135
79
|
top: 0
|
|
136
80
|
left: 0
|
|
137
|
-
/* skiplinks:technical setup
|
|
138
81
|
#skiplinks
|
|
139
82
|
position: absolute
|
|
140
83
|
top: 0px
|
|
@@ -153,36 +96,16 @@
|
|
|
153
96
|
|
|
154
97
|
|
|
155
98
|
@media screen, projection
|
|
156
|
-
/**
|
|
157
|
-
* @section base layout | Basis Layout
|
|
158
|
-
* @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
|
|
159
|
-
*
|
|
160
|
-
* |-------------------------------|
|
|
161
|
-
* | #header |
|
|
162
|
-
* |-------------------------------|
|
|
163
|
-
* | #col1 | #col3 | #col2 |
|
|
164
|
-
* | 200 px | flexible | 200px |
|
|
165
|
-
* |-------------------------------|
|
|
166
|
-
* | #footer |
|
|
167
|
-
* |-------------------------------|
|
|
168
99
|
#header
|
|
169
100
|
position: relative
|
|
170
|
-
/* (en) Text Alignment for #topnav content
|
|
171
|
-
/* (de) Textausrichtung für #topnav Inhalte
|
|
172
101
|
#topnav
|
|
173
102
|
text-align: right
|
|
174
|
-
/* LTR
|
|
175
|
-
/* (en) Absolute positioning only within #header
|
|
176
|
-
/* (de) Absolute Positionierung erfolgt nur innerhalb von #header
|
|
177
103
|
#header
|
|
178
104
|
#topnav
|
|
179
105
|
position: absolute
|
|
180
106
|
top: 10px
|
|
181
107
|
right: 10px
|
|
182
|
-
/* LTR
|
|
183
108
|
clear: both
|
|
184
|
-
/* (en) Backup for correct positioning
|
|
185
|
-
/* (de) Absicherung korrekte Positionierung
|
|
186
109
|
#nav, #main, #footer
|
|
187
110
|
clear: both
|
|
188
111
|
#col1
|
|
@@ -194,19 +117,11 @@
|
|
|
194
117
|
#col3
|
|
195
118
|
width: auto
|
|
196
119
|
margin: 0 200px
|
|
197
|
-
/* (en) Preparation for absolute positioning within content columns
|
|
198
|
-
/* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten
|
|
199
120
|
#col1_content, #col2_content, #col3_content
|
|
200
121
|
position: relative
|
|
201
|
-
/*------------------------------------------------------------------------------------------------------
|
|
202
|
-
/**
|
|
203
|
-
* @section subtemplates
|
|
204
|
-
* @see http://www.yaml.de/en/documentation/practice/subtemplates.html
|
|
205
122
|
.subcolumns
|
|
206
123
|
width: 100%
|
|
207
124
|
overflow: hidden
|
|
208
|
-
/* (en) alternative class for optional support of old Mozilla/Netscape browers
|
|
209
|
-
/* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower
|
|
210
125
|
.subcolumns_oldgecko
|
|
211
126
|
width: 100%
|
|
212
127
|
float: left
|
|
@@ -260,24 +175,11 @@
|
|
|
260
175
|
|
|
261
176
|
|
|
262
177
|
@media print
|
|
263
|
-
/**
|
|
264
|
-
* (en) float clearing for .floatbox and subtemplates. Uses display:table to avoid bugs in FF & IE
|
|
265
|
-
* (de) Float Clearing für .floatbox und die Subtemplates. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
|
|
266
|
-
*
|
|
267
|
-
* @bugfix
|
|
268
|
-
* @since 3.0
|
|
269
|
-
* @affected FF2.0, FF3.0, IE7
|
|
270
|
-
* @css-for all browsers
|
|
271
|
-
* @valid yes
|
|
272
178
|
.subcolumns > div, .floatbox
|
|
273
179
|
overflow: visible
|
|
274
180
|
display: table
|
|
275
|
-
/* (en) make .print class visible
|
|
276
|
-
/* (de) .print-Klasse sichtbar schalten
|
|
277
181
|
.print
|
|
278
182
|
position: static
|
|
279
183
|
left: 0
|
|
280
|
-
/* (en) generic class to hide elements for print
|
|
281
|
-
/* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden
|
|
282
184
|
.noprint
|
|
283
185
|
display: none !important
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cyaml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 35
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 30
|
|
10
|
+
version: 0.0.30
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Gerber
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-07-27 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|