sass 3.6.0 → 3.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CONTRIBUTING.md +1 -1
- data/README.md +10 -0
- data/VERSION +1 -1
- data/VERSION_DATE +1 -1
- data/lib/sass/script/css_parser.rb +4 -1
- data/lib/sass/script/functions.rb +15 -25
- data/lib/sass/script/lexer.rb +45 -7
- data/lib/sass/script/parser.rb +259 -93
- data/lib/sass/scss/parser.rb +43 -16
- data/lib/sass/scss/static_parser.rb +15 -15
- data/lib/sass/util.rb +31 -0
- metadata +8 -156
- data/Rakefile +0 -364
- data/test/sass-spec.yml +0 -3
- data/test/sass/cache_test.rb +0 -130
- data/test/sass/callbacks_test.rb +0 -60
- data/test/sass/compiler_test.rb +0 -225
- data/test/sass/conversion_test.rb +0 -2138
- data/test/sass/css2sass_test.rb +0 -523
- data/test/sass/css_variable_test.rb +0 -237
- data/test/sass/data/hsl-rgb.txt +0 -319
- data/test/sass/encoding_test.rb +0 -188
- data/test/sass/engine_test.rb +0 -3499
- data/test/sass/exec_test.rb +0 -95
- data/test/sass/extend_test.rb +0 -1679
- data/test/sass/fixtures/test_staleness_check_across_importers.css +0 -1
- data/test/sass/fixtures/test_staleness_check_across_importers.scss +0 -1
- data/test/sass/functions_test.rb +0 -2021
- data/test/sass/importer_test.rb +0 -420
- data/test/sass/logger_test.rb +0 -57
- data/test/sass/mock_importer.rb +0 -49
- data/test/sass/more_results/more1.css +0 -9
- data/test/sass/more_results/more1_with_line_comments.css +0 -26
- data/test/sass/more_results/more_import.css +0 -29
- data/test/sass/more_templates/_more_partial.sass +0 -2
- data/test/sass/more_templates/more1.sass +0 -23
- data/test/sass/more_templates/more_import.sass +0 -11
- data/test/sass/plugin_test.rb +0 -552
- data/test/sass/results/alt.css +0 -4
- data/test/sass/results/basic.css +0 -9
- data/test/sass/results/cached_import_option.css +0 -3
- data/test/sass/results/compact.css +0 -5
- data/test/sass/results/complex.css +0 -86
- data/test/sass/results/compressed.css +0 -1
- data/test/sass/results/expanded.css +0 -19
- data/test/sass/results/filename_fn.css +0 -3
- data/test/sass/results/if.css +0 -3
- data/test/sass/results/import.css +0 -31
- data/test/sass/results/import_charset.css +0 -5
- data/test/sass/results/import_charset_ibm866.css +0 -5
- data/test/sass/results/import_content.css +0 -1
- data/test/sass/results/line_numbers.css +0 -49
- data/test/sass/results/mixins.css +0 -95
- data/test/sass/results/multiline.css +0 -24
- data/test/sass/results/nested.css +0 -22
- data/test/sass/results/options.css +0 -1
- data/test/sass/results/parent_ref.css +0 -13
- data/test/sass/results/script.css +0 -16
- data/test/sass/results/scss_import.css +0 -31
- data/test/sass/results/scss_importee.css +0 -2
- data/test/sass/results/subdir/nested_subdir/nested_subdir.css +0 -1
- data/test/sass/results/subdir/subdir.css +0 -3
- data/test/sass/results/units.css +0 -11
- data/test/sass/results/warn.css +0 -0
- data/test/sass/results/warn_imported.css +0 -0
- data/test/sass/script_conversion_test.rb +0 -365
- data/test/sass/script_test.rb +0 -1427
- data/test/sass/scss/css_test.rb +0 -1266
- data/test/sass/scss/rx_test.rb +0 -159
- data/test/sass/scss/scss_test.rb +0 -4238
- data/test/sass/scss/test_helper.rb +0 -37
- data/test/sass/source_map_test.rb +0 -1063
- data/test/sass/superselector_test.rb +0 -209
- data/test/sass/templates/_cached_import_option_partial.scss +0 -1
- data/test/sass/templates/_double_import_loop2.sass +0 -1
- data/test/sass/templates/_filename_fn_import.scss +0 -11
- data/test/sass/templates/_imported_charset_ibm866.sass +0 -4
- data/test/sass/templates/_imported_charset_utf8.sass +0 -4
- data/test/sass/templates/_imported_content.sass +0 -3
- data/test/sass/templates/_partial.sass +0 -2
- data/test/sass/templates/_same_name_different_partiality.scss +0 -1
- data/test/sass/templates/alt.sass +0 -16
- data/test/sass/templates/basic.sass +0 -23
- data/test/sass/templates/bork1.sass +0 -2
- data/test/sass/templates/bork2.sass +0 -2
- data/test/sass/templates/bork3.sass +0 -2
- data/test/sass/templates/bork4.sass +0 -2
- data/test/sass/templates/bork5.sass +0 -3
- data/test/sass/templates/cached_import_option.scss +0 -3
- data/test/sass/templates/compact.sass +0 -17
- data/test/sass/templates/complex.sass +0 -305
- data/test/sass/templates/compressed.sass +0 -15
- data/test/sass/templates/double_import_loop1.sass +0 -1
- data/test/sass/templates/expanded.sass +0 -17
- data/test/sass/templates/filename_fn.scss +0 -18
- data/test/sass/templates/if.sass +0 -11
- data/test/sass/templates/import.sass +0 -12
- data/test/sass/templates/import_charset.sass +0 -9
- data/test/sass/templates/import_charset_ibm866.sass +0 -11
- data/test/sass/templates/import_content.sass +0 -4
- data/test/sass/templates/importee.less +0 -2
- data/test/sass/templates/importee.sass +0 -19
- data/test/sass/templates/line_numbers.sass +0 -13
- data/test/sass/templates/mixin_bork.sass +0 -5
- data/test/sass/templates/mixins.sass +0 -76
- data/test/sass/templates/multiline.sass +0 -20
- data/test/sass/templates/nested.sass +0 -25
- data/test/sass/templates/nested_bork1.sass +0 -2
- data/test/sass/templates/nested_bork2.sass +0 -2
- data/test/sass/templates/nested_bork3.sass +0 -2
- data/test/sass/templates/nested_bork4.sass +0 -2
- data/test/sass/templates/nested_import.sass +0 -2
- data/test/sass/templates/nested_mixin_bork.sass +0 -6
- data/test/sass/templates/options.sass +0 -2
- data/test/sass/templates/parent_ref.sass +0 -25
- data/test/sass/templates/same_name_different_ext.sass +0 -2
- data/test/sass/templates/same_name_different_ext.scss +0 -1
- data/test/sass/templates/same_name_different_partiality.scss +0 -1
- data/test/sass/templates/script.sass +0 -101
- data/test/sass/templates/scss_import.scss +0 -12
- data/test/sass/templates/scss_importee.scss +0 -1
- data/test/sass/templates/single_import_loop.sass +0 -1
- data/test/sass/templates/subdir/import_up1.scss +0 -1
- data/test/sass/templates/subdir/import_up2.scss +0 -1
- data/test/sass/templates/subdir/nested_subdir/_nested_partial.sass +0 -2
- data/test/sass/templates/subdir/nested_subdir/nested_subdir.sass +0 -3
- data/test/sass/templates/subdir/subdir.sass +0 -6
- data/test/sass/templates/units.sass +0 -11
- data/test/sass/templates/warn.sass +0 -3
- data/test/sass/templates/warn_imported.sass +0 -4
- data/test/sass/test_helper.rb +0 -8
- data/test/sass/util/multibyte_string_scanner_test.rb +0 -152
- data/test/sass/util/normalized_map_test.rb +0 -50
- data/test/sass/util/subset_map_test.rb +0 -90
- data/test/sass/util_test.rb +0 -393
- data/test/sass/value_helpers_test.rb +0 -178
- data/test/test_helper.rb +0 -149
@@ -1,209 +0,0 @@
|
|
1
|
-
require File.dirname(__FILE__) + '/../test_helper'
|
2
|
-
|
3
|
-
class SuperselectorTest < MiniTest::Test
|
4
|
-
def test_superselector_reflexivity
|
5
|
-
assert_superselector 'h1', 'h1'
|
6
|
-
assert_superselector '.foo', '.foo'
|
7
|
-
assert_superselector '#foo > .bar, baz', '#foo > .bar, baz'
|
8
|
-
end
|
9
|
-
|
10
|
-
def test_smaller_compound_superselector
|
11
|
-
assert_strict_superselector '.foo', '.foo.bar'
|
12
|
-
assert_strict_superselector '.bar', '.foo.bar'
|
13
|
-
assert_strict_superselector 'a', 'a#b'
|
14
|
-
assert_strict_superselector '#b', 'a#b'
|
15
|
-
end
|
16
|
-
|
17
|
-
def test_smaller_complex_superselector
|
18
|
-
assert_strict_superselector '.bar', '.foo .bar'
|
19
|
-
assert_strict_superselector '.bar', '.foo > .bar'
|
20
|
-
assert_strict_superselector '.bar', '.foo + .bar'
|
21
|
-
assert_strict_superselector '.bar', '.foo ~ .bar'
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_selector_list_subset_superselector
|
25
|
-
assert_strict_superselector '.foo, .bar', '.foo'
|
26
|
-
assert_strict_superselector '.foo, .bar, .baz', '.foo, .baz'
|
27
|
-
assert_strict_superselector '.foo, .baz, .qux', '.foo.bar, .baz.bang'
|
28
|
-
end
|
29
|
-
|
30
|
-
def test_leading_combinator_superselector
|
31
|
-
refute_superselector '+ .foo', '.foo'
|
32
|
-
refute_superselector '+ .foo', '.bar + .foo'
|
33
|
-
end
|
34
|
-
|
35
|
-
def test_trailing_combinator_superselector
|
36
|
-
refute_superselector '.foo +', '.foo'
|
37
|
-
refute_superselector '.foo +', '.foo + .bar'
|
38
|
-
end
|
39
|
-
|
40
|
-
def test_matching_combinator_superselector
|
41
|
-
assert_strict_superselector '.foo + .bar', '.foo + .bar.baz'
|
42
|
-
assert_strict_superselector '.foo + .bar', '.foo.baz + .bar'
|
43
|
-
assert_strict_superselector '.foo > .bar', '.foo > .bar.baz'
|
44
|
-
assert_strict_superselector '.foo > .bar', '.foo.baz > .bar'
|
45
|
-
assert_strict_superselector '.foo ~ .bar', '.foo ~ .bar.baz'
|
46
|
-
assert_strict_superselector '.foo ~ .bar', '.foo.baz ~ .bar'
|
47
|
-
end
|
48
|
-
|
49
|
-
def test_following_sibling_is_superselector_of_next_sibling
|
50
|
-
assert_strict_superselector '.foo ~ .bar', '.foo + .bar.baz'
|
51
|
-
assert_strict_superselector '.foo ~ .bar', '.foo.baz + .bar'
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_descendant_is_superselector_of_child
|
55
|
-
assert_strict_superselector '.foo .bar', '.foo > .bar.baz'
|
56
|
-
assert_strict_superselector '.foo .bar', '.foo.baz > .bar'
|
57
|
-
assert_strict_superselector '.foo .baz', '.foo > .bar > .baz'
|
58
|
-
end
|
59
|
-
|
60
|
-
def test_child_isnt_superselector_of_longer_child
|
61
|
-
refute_superselector '.foo > .baz', '.foo > .bar > .baz'
|
62
|
-
refute_superselector '.foo > .baz', '.foo > .bar .baz'
|
63
|
-
end
|
64
|
-
|
65
|
-
def test_following_sibling_isnt_superselector_of_longer_following_sibling
|
66
|
-
refute_superselector '.foo + .baz', '.foo + .bar + .baz'
|
67
|
-
refute_superselector '.foo + .baz', '.foo + .bar .baz'
|
68
|
-
end
|
69
|
-
|
70
|
-
def test_sibling_isnt_superselector_of_longer_sibling
|
71
|
-
# This actually is a superselector, but it's a very narrow edge case and
|
72
|
-
# detecting it is very difficult and may be exponential in the worst case.
|
73
|
-
refute_superselector '.foo ~ .baz', '.foo ~ .bar ~ .baz'
|
74
|
-
|
75
|
-
refute_superselector '.foo ~ .baz', '.foo ~ .bar .baz'
|
76
|
-
end
|
77
|
-
|
78
|
-
def test_matches_is_superselector_of_constituent_selectors
|
79
|
-
%w[matches -moz-any].each do |name|
|
80
|
-
assert_strict_superselector ":#{name}(.foo, .bar)", '.foo.baz'
|
81
|
-
assert_strict_superselector ":#{name}(.foo, .bar)", '.bar.baz'
|
82
|
-
assert_strict_superselector ":#{name}(.foo .bar, .baz)", '.x .foo .bar'
|
83
|
-
end
|
84
|
-
end
|
85
|
-
|
86
|
-
def test_matches_is_superselector_of_subset_matches
|
87
|
-
assert_strict_superselector ':matches(.foo, .bar, .baz)', '#x:matches(.foo.bip, .baz.bang)'
|
88
|
-
assert_strict_superselector ':-moz-any(.foo, .bar, .baz)', '#x:-moz-any(.foo.bip, .baz.bang)'
|
89
|
-
end
|
90
|
-
|
91
|
-
def test_matches_is_not_superselector_of_any
|
92
|
-
refute_superselector ':matches(.foo, .bar)', ':-moz-any(.foo, .bar)'
|
93
|
-
refute_superselector ':-moz-any(.foo, .bar)', ':matches(.foo, .bar)'
|
94
|
-
end
|
95
|
-
|
96
|
-
def test_matches_can_be_subselector
|
97
|
-
%w[matches -moz-any].each do |name|
|
98
|
-
assert_superselector '.foo', ":#{name}(.foo.bar)"
|
99
|
-
assert_superselector '.foo.bar', ":#{name}(.foo.bar.baz)"
|
100
|
-
assert_superselector '.foo', ":#{name}(.foo.bar, .foo.baz)"
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
def test_any_is_not_superselector_of_different_prefix
|
105
|
-
refute_superselector ':-moz-any(.foo, .bar)', ':-s-any(.foo, .bar)'
|
106
|
-
end
|
107
|
-
|
108
|
-
def test_not_is_superselector_of_less_complex_not
|
109
|
-
assert_strict_superselector ':not(.foo.bar)', ':not(.foo)'
|
110
|
-
assert_strict_superselector ':not(.foo .bar)', ':not(.bar)'
|
111
|
-
end
|
112
|
-
|
113
|
-
def test_not_is_superselector_of_superset
|
114
|
-
assert_strict_superselector ':not(.foo.bip, .baz.bang)', ':not(.foo, .bar, .baz)'
|
115
|
-
assert_strict_superselector ':not(.foo.bip, .baz.bang)', ':not(.foo):not(.bar):not(.baz)'
|
116
|
-
end
|
117
|
-
|
118
|
-
def test_not_is_superselector_of_unique_selectors
|
119
|
-
assert_strict_superselector ':not(h1.foo)', 'a'
|
120
|
-
assert_strict_superselector ':not(.baz #foo)', '#bar'
|
121
|
-
end
|
122
|
-
|
123
|
-
def test_not_is_not_superselector_of_non_unique_selectors
|
124
|
-
refute_superselector ':not(.foo)', '.bar'
|
125
|
-
refute_superselector ':not(:hover)', ':visited'
|
126
|
-
end
|
127
|
-
|
128
|
-
def test_current_is_superselector_with_identical_innards
|
129
|
-
assert_superselector ':current(.foo)', ':current(.foo)'
|
130
|
-
end
|
131
|
-
|
132
|
-
def test_current_is_superselector_with_subselector_innards
|
133
|
-
refute_superselector ':current(.foo)', ':current(.foo.bar)'
|
134
|
-
refute_superselector ':current(.foo.bar)', ':current(.foo)'
|
135
|
-
end
|
136
|
-
|
137
|
-
def test_nth_match_is_superselector_of_subset_nth_match
|
138
|
-
assert_strict_superselector(
|
139
|
-
':nth-child(2n of .foo, .bar, .baz)', '#x:nth-child(2n of .foo.bip, .baz.bang)')
|
140
|
-
assert_strict_superselector(
|
141
|
-
':nth-last-child(2n of .foo, .bar, .baz)', '#x:nth-last-child(2n of .foo.bip, .baz.bang)')
|
142
|
-
end
|
143
|
-
|
144
|
-
def test_nth_match_is_not_superselector_of_nth_match_with_different_arg
|
145
|
-
refute_superselector(
|
146
|
-
':nth-child(2n of .foo, .bar, .baz)', '#x:nth-child(2n + 1 of .foo.bip, .baz.bang)')
|
147
|
-
refute_superselector(
|
148
|
-
':nth-last-child(2n of .foo, .bar, .baz)', '#x:nth-last-child(2n + 1 of .foo.bip, .baz.bang)')
|
149
|
-
end
|
150
|
-
|
151
|
-
def test_nth_match_is_not_superselector_of_nth_last_match
|
152
|
-
refute_superselector ':nth-child(2n of .foo, .bar)', ':nth-last-child(2n of .foo, .bar)'
|
153
|
-
refute_superselector ':nth-last-child(2n of .foo, .bar)', ':nth-child(2n of .foo, .bar)'
|
154
|
-
end
|
155
|
-
|
156
|
-
def test_nth_match_can_be_subselector
|
157
|
-
%w[nth-child nth-last-child].each do |name|
|
158
|
-
assert_superselector '.foo', ":#{name}(2n of .foo.bar)"
|
159
|
-
assert_superselector '.foo.bar', ":#{name}(2n of .foo.bar.baz)"
|
160
|
-
assert_superselector '.foo', ":#{name}(2n of .foo.bar, .foo.baz)"
|
161
|
-
end
|
162
|
-
end
|
163
|
-
|
164
|
-
def has_is_superselector_of_subset_host
|
165
|
-
assert_strict_superselector ':has(.foo, .bar, .baz)', ':has(.foo.bip, .baz.bang)'
|
166
|
-
end
|
167
|
-
|
168
|
-
def has_isnt_superselector_of_contained_selector
|
169
|
-
assert_strict_superselector ':has(.foo, .bar, .baz)', '.foo'
|
170
|
-
end
|
171
|
-
|
172
|
-
def host_is_superselector_of_subset_host
|
173
|
-
assert_strict_superselector ':host(.foo, .bar, .baz)', ':host(.foo.bip, .baz.bang)'
|
174
|
-
end
|
175
|
-
|
176
|
-
def host_isnt_superselector_of_contained_selector
|
177
|
-
assert_strict_superselector ':host(.foo, .bar, .baz)', '.foo'
|
178
|
-
end
|
179
|
-
|
180
|
-
def host_context_is_superselector_of_subset_host
|
181
|
-
assert_strict_superselector(
|
182
|
-
':host-context(.foo, .bar, .baz)', ':host-context(.foo.bip, .baz.bang)')
|
183
|
-
end
|
184
|
-
|
185
|
-
def host_context_isnt_superselector_of_contained_selector
|
186
|
-
assert_strict_superselector ':host-context(.foo, .bar, .baz)', '.foo'
|
187
|
-
end
|
188
|
-
|
189
|
-
private
|
190
|
-
|
191
|
-
def assert_superselector(superselector, subselector)
|
192
|
-
assert(parse_selector(superselector).superselector?(parse_selector(subselector)),
|
193
|
-
"Expected #{superselector} to be a superselector of #{subselector}.")
|
194
|
-
end
|
195
|
-
|
196
|
-
def refute_superselector(superselector, subselector)
|
197
|
-
assert(!parse_selector(superselector).superselector?(parse_selector(subselector)),
|
198
|
-
"Expected #{superselector} not to be a superselector of #{subselector}.")
|
199
|
-
end
|
200
|
-
|
201
|
-
def assert_strict_superselector(superselector, subselector)
|
202
|
-
assert_superselector(superselector, subselector)
|
203
|
-
refute_superselector(subselector, superselector)
|
204
|
-
end
|
205
|
-
|
206
|
-
def parse_selector(selector)
|
207
|
-
Sass::SCSS::CssParser.new(selector, filename_for_test, nil).parse_selector
|
208
|
-
end
|
209
|
-
end
|
@@ -1 +0,0 @@
|
|
1
|
-
partial {value: whatever()}
|
@@ -1 +0,0 @@
|
|
1
|
-
@import "double_import_loop1"
|
@@ -1 +0,0 @@
|
|
1
|
-
.foo {partial: yes}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
body
|
4
|
-
font: Arial
|
5
|
-
background: blue
|
6
|
-
|
7
|
-
#page
|
8
|
-
width: 700px
|
9
|
-
height: 100
|
10
|
-
#header
|
11
|
-
height: 300px
|
12
|
-
h1
|
13
|
-
font-size: 50px
|
14
|
-
color: blue
|
15
|
-
|
16
|
-
#content.user.show
|
17
|
-
#container.top
|
18
|
-
#column.left
|
19
|
-
width: 100px
|
20
|
-
#column.right
|
21
|
-
width: 600px
|
22
|
-
#container.bottom
|
23
|
-
background: brown
|
@@ -1,305 +0,0 @@
|
|
1
|
-
body
|
2
|
-
margin: 0
|
3
|
-
font: 0.85em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif
|
4
|
-
color: #fff
|
5
|
-
background: url(/images/global_bg.gif)
|
6
|
-
|
7
|
-
#page
|
8
|
-
width: 900px
|
9
|
-
margin: 0 auto
|
10
|
-
background: #440008
|
11
|
-
border-top:
|
12
|
-
width: 5px
|
13
|
-
style: solid
|
14
|
-
color: #ff8500
|
15
|
-
|
16
|
-
#header
|
17
|
-
height: 75px
|
18
|
-
padding: 0
|
19
|
-
h1
|
20
|
-
float: left
|
21
|
-
width: 274px
|
22
|
-
height: 75px
|
23
|
-
margin: 0
|
24
|
-
background:
|
25
|
-
image: url(/images/global_logo.gif)
|
26
|
-
/* Crazy nested comment
|
27
|
-
repeat: no-repeat
|
28
|
-
text-indent: -9999px
|
29
|
-
.status
|
30
|
-
float: right
|
31
|
-
padding:
|
32
|
-
top: .5em
|
33
|
-
left: .5em
|
34
|
-
right: .5em
|
35
|
-
bottom: 0
|
36
|
-
p
|
37
|
-
float: left
|
38
|
-
margin:
|
39
|
-
top: 0
|
40
|
-
right: 0.5em
|
41
|
-
bottom: 0
|
42
|
-
left: 0
|
43
|
-
ul
|
44
|
-
float: left
|
45
|
-
margin: 0
|
46
|
-
padding: 0
|
47
|
-
li
|
48
|
-
list-style-type: none
|
49
|
-
display: inline
|
50
|
-
margin: 0 5px
|
51
|
-
a:link, a:visited
|
52
|
-
color: #ff8500
|
53
|
-
text-decoration: none
|
54
|
-
a:hover
|
55
|
-
text-decoration: underline
|
56
|
-
.search
|
57
|
-
float: right
|
58
|
-
clear: right
|
59
|
-
margin: 12px 0 0 0
|
60
|
-
form
|
61
|
-
margin: 0
|
62
|
-
input
|
63
|
-
margin: 0 3px 0 0
|
64
|
-
padding: 2px
|
65
|
-
border: none
|
66
|
-
|
67
|
-
#menu
|
68
|
-
clear: both
|
69
|
-
text-align: right
|
70
|
-
height: 20px
|
71
|
-
border-bottom: 5px solid #006b95
|
72
|
-
background: #00a4e4
|
73
|
-
.contests
|
74
|
-
ul
|
75
|
-
margin: 0 5px 0 0
|
76
|
-
padding: 0
|
77
|
-
li
|
78
|
-
list-style-type: none
|
79
|
-
margin: 0 5px
|
80
|
-
padding: 5px 5px 0 5px
|
81
|
-
display: inline
|
82
|
-
font-size: 1.1em
|
83
|
-
// This comment is properly indented
|
84
|
-
color: #fff
|
85
|
-
background: #00a4e4
|
86
|
-
a:link, a:visited
|
87
|
-
color: #fff
|
88
|
-
text-decoration: none
|
89
|
-
font-weight: bold
|
90
|
-
a:hover
|
91
|
-
text-decoration: underline
|
92
|
-
|
93
|
-
//General content information
|
94
|
-
#content
|
95
|
-
clear: both
|
96
|
-
.container
|
97
|
-
clear: both
|
98
|
-
.column
|
99
|
-
float: left
|
100
|
-
.right
|
101
|
-
float: right
|
102
|
-
a:link, a:visited
|
103
|
-
color: #93d700
|
104
|
-
text-decoration: none
|
105
|
-
a:hover
|
106
|
-
text-decoration: underline
|
107
|
-
|
108
|
-
// A hard tab:
|
109
|
-
|
110
|
-
|
111
|
-
#content
|
112
|
-
p, div
|
113
|
-
width: 40em
|
114
|
-
li, dt, dd
|
115
|
-
color: #ddffdd
|
116
|
-
background-color: #4792bb
|
117
|
-
.container.video
|
118
|
-
.column.left
|
119
|
-
width: 200px
|
120
|
-
.box
|
121
|
-
margin-top: 10px
|
122
|
-
p
|
123
|
-
margin: 0 1em auto 1em
|
124
|
-
.box.participants
|
125
|
-
img
|
126
|
-
float: left
|
127
|
-
margin: 0 1em auto 1em
|
128
|
-
border: 1px solid #6e000d
|
129
|
-
style: solid
|
130
|
-
h2
|
131
|
-
margin: 0 0 10px 0
|
132
|
-
padding: 0.5em
|
133
|
-
/* The background image is a gif!
|
134
|
-
background: #6e000d url(/images/hdr_participant.gif) 2px 2px no-repeat
|
135
|
-
/* Okay check this out
|
136
|
-
Multiline comments
|
137
|
-
Wow dude
|
138
|
-
I mean seriously, WOW
|
139
|
-
text-indent: -9999px
|
140
|
-
// And also...
|
141
|
-
Multiline comments that don't output!
|
142
|
-
Snazzy, no?
|
143
|
-
border:
|
144
|
-
top:
|
145
|
-
width: 5px
|
146
|
-
style: solid
|
147
|
-
color: #a20013
|
148
|
-
right:
|
149
|
-
width: 1px
|
150
|
-
style: dotted
|
151
|
-
.column.middle
|
152
|
-
width: 500px
|
153
|
-
.column.right
|
154
|
-
width: 200px
|
155
|
-
.box
|
156
|
-
margin-top: 0
|
157
|
-
p
|
158
|
-
margin: 0 1em auto 1em
|
159
|
-
.column
|
160
|
-
p
|
161
|
-
margin-top: 0
|
162
|
-
|
163
|
-
#content.contests
|
164
|
-
.container.information
|
165
|
-
.column.right
|
166
|
-
.box
|
167
|
-
margin: 1em 0
|
168
|
-
.box.videos
|
169
|
-
.thumbnail img
|
170
|
-
width: 200px
|
171
|
-
height: 150px
|
172
|
-
margin-bottom: 5px
|
173
|
-
a:link, a:visited
|
174
|
-
color: #93d700
|
175
|
-
text-decoration: none
|
176
|
-
a:hover
|
177
|
-
text-decoration: underline
|
178
|
-
.box.votes
|
179
|
-
a
|
180
|
-
display: block
|
181
|
-
width: 200px
|
182
|
-
height: 60px
|
183
|
-
margin: 15px 0
|
184
|
-
background: url(/images/btn_votenow.gif) no-repeat
|
185
|
-
text-indent: -9999px
|
186
|
-
outline: none
|
187
|
-
border: none
|
188
|
-
h2
|
189
|
-
margin: 52px 0 10px 0
|
190
|
-
padding: 0.5em
|
191
|
-
background: #6e000d url(/images/hdr_videostats.gif) 2px 2px no-repeat
|
192
|
-
text-indent: -9999px
|
193
|
-
border-top: 5px solid #a20013
|
194
|
-
|
195
|
-
#content.contests
|
196
|
-
.container.video
|
197
|
-
.box.videos
|
198
|
-
h2
|
199
|
-
margin: 0
|
200
|
-
padding: 0.5em
|
201
|
-
background: #6e000d url(/images/hdr_newestclips.gif) 2px 2px no-repeat
|
202
|
-
text-indent: -9999px
|
203
|
-
border-top: 5px solid #a20013
|
204
|
-
table
|
205
|
-
width: 100
|
206
|
-
td
|
207
|
-
padding: 1em
|
208
|
-
width: 25
|
209
|
-
vertical-align: top
|
210
|
-
p
|
211
|
-
margin: 0 0 5px 0
|
212
|
-
a:link, a:visited
|
213
|
-
color: #93d700
|
214
|
-
text-decoration: none
|
215
|
-
a:hover
|
216
|
-
text-decoration: underline
|
217
|
-
.thumbnail
|
218
|
-
float: left
|
219
|
-
img
|
220
|
-
width: 80px
|
221
|
-
height: 60px
|
222
|
-
margin: 0 10px 0 0
|
223
|
-
border: 1px solid #6e000d
|
224
|
-
|
225
|
-
#content
|
226
|
-
.container.comments
|
227
|
-
.column
|
228
|
-
margin-top: 15px
|
229
|
-
.column.left
|
230
|
-
width: 600px
|
231
|
-
.box
|
232
|
-
ol
|
233
|
-
margin: 0
|
234
|
-
padding: 0
|
235
|
-
li
|
236
|
-
list-style-type: none
|
237
|
-
padding: 10px
|
238
|
-
margin: 0 0 1em 0
|
239
|
-
background: #6e000d
|
240
|
-
border-top: 5px solid #a20013
|
241
|
-
div
|
242
|
-
margin-bottom: 1em
|
243
|
-
ul
|
244
|
-
text-align: right
|
245
|
-
li
|
246
|
-
display: inline
|
247
|
-
border: none
|
248
|
-
padding: 0
|
249
|
-
.column.right
|
250
|
-
width: 290px
|
251
|
-
padding-left: 10px
|
252
|
-
h2
|
253
|
-
margin: 0
|
254
|
-
padding: 0.5em
|
255
|
-
background: #6e000d url(/images/hdr_addcomment.gif) 2px 2px no-repeat
|
256
|
-
text-indent: -9999px
|
257
|
-
border-top: 5px solid #a20013
|
258
|
-
.box
|
259
|
-
textarea
|
260
|
-
width: 290px
|
261
|
-
height: 100px
|
262
|
-
border: none
|
263
|
-
|
264
|
-
#footer
|
265
|
-
margin-top: 10px
|
266
|
-
padding: 1.2em 1.5em
|
267
|
-
background: #ff8500
|
268
|
-
ul
|
269
|
-
margin: 0
|
270
|
-
padding: 0
|
271
|
-
list-style-type: none
|
272
|
-
li
|
273
|
-
display: inline
|
274
|
-
margin: 0 0.5em
|
275
|
-
color: #440008
|
276
|
-
ul.links
|
277
|
-
float: left
|
278
|
-
a:link, a:visited
|
279
|
-
color: #440008
|
280
|
-
text-decoration: none
|
281
|
-
a:hover
|
282
|
-
text-decoration: underline
|
283
|
-
ul.copyright
|
284
|
-
float: right
|
285
|
-
|
286
|
-
|
287
|
-
.clear
|
288
|
-
clear: both
|
289
|
-
|
290
|
-
.centered
|
291
|
-
text-align: center
|
292
|
-
|
293
|
-
img
|
294
|
-
border: none
|
295
|
-
|
296
|
-
button.short
|
297
|
-
width: 60px
|
298
|
-
height: 22px
|
299
|
-
padding: 0 0 2px 0
|
300
|
-
color: #fff
|
301
|
-
border: none
|
302
|
-
background: url(/images/btn_short.gif) no-repeat
|
303
|
-
|
304
|
-
table
|
305
|
-
border-collapse: collapse
|