Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
oeru_course
Commits
79e68081
Commit
79e68081
authored
Aug 18, 2020
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding styles for aligning AVRE videos
parent
b27edbc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
css/oeru_course_core_alter.css
css/oeru_course_core_alter.css
+32
-0
No files found.
css/oeru_course_core_alter.css
View file @
79e68081
...
...
@@ -782,3 +782,35 @@ table.oeru2 pre {
.bff-form
.entry-and-comments.container
.entry-content
{
background-color
:
#fefefe
;
}
/* responsive videos - youtube and vimeo, etc */
/* arve solution - see https://wordpress.org/support/plugin/advanced-responsive-video-embedder/ */
#arve
.arve-wrapper.alignright
{
margin-left
:
auto
!important
;
}
#arve
.arve-wrapper.aligncenter
{
margin
:
auto
!important
;
}
/* reference: https://www.wpstuffs.com/youtube-videos-responsive-wordpress/
/*
.weYouTube-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.weYouTube-wrapper iframe,
.weYouTube-wrapper object,
.weYouTube-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/
Write
Preview
Markdown
is supported
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