Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digital Experience Group
GoBigRed
Commits
8715dfbc
Commit
8715dfbc
authored
Sep 23, 2011
by
Aaron Coleman
Browse files
CSS cleanup on video slide
parent
0a68ba8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
css/gobigred.css
View file @
8715dfbc
...
...
@@ -6,12 +6,12 @@ Big Ten Video Slide
#maincontent
#slide_video
{
background
:
rgb
(
246
,
246
,
246
);
/* Old browsers */
background
:
-moz-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
3
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
1%
,
rgba
(
246
,
246
,
246
,
1
)),
color-stop
(
29
%
,
rgba
(
225
,
225
,
225
,
1
)),
color-stop
(
30%
,
rgba
(
241
,
241
,
241
,
1
)),
color-stop
(
100%
,
rgba
(
255
,
255
,
255
,
1
)));
background
:
-webkit-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
3
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
-o-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
3
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
-ms-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
3
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
3
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
-moz-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
10
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
1%
,
rgba
(
246
,
246
,
246
,
1
)),
color-stop
(
100
%
,
rgba
(
225
,
225
,
225
,
1
)),
color-stop
(
30%
,
rgba
(
241
,
241
,
241
,
1
)),
color-stop
(
100%
,
rgba
(
255
,
255
,
255
,
1
)));
background
:
-webkit-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
10
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
-o-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
10
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
-ms-linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
10
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
linear-gradient
(
top
,
rgba
(
246
,
246
,
246
,
1
)
1%
,
rgba
(
225
,
225
,
225
,
1
)
29%
,
rgba
(
241
,
241
,
241
,
1
)
10
0%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
}
#maincontent
#slide_video
video
{
height
:
100%
;
...
...
@@ -22,7 +22,8 @@ Big Ten Video Slide
#maincontent
#slide_video
>
div
>
div
+
div
{
display
:
inline-block
;
margin-top
:
100px
;
width
:
400px
;
margin-left
:
20px
;
width
:
360px
;
right
:
0
;
background
:
#B70302
;
-webkit-border-radius
:
10px
;
...
...
@@ -33,7 +34,7 @@ Big Ten Video Slide
box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
color
:
#fff
;
line-height
:
1.2em
;
padding
:
5
px
;
padding
:
8
px
;
}
#maincontent
ul
#slide_video
div
>
div
+
div
p
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment