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
69bc5b7d
Commit
69bc5b7d
authored
Jun 22, 2020
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added 'oeru2' table styles
parent
64f4257a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
+64
-0
css/oeru_course_core_alter.css
css/oeru_course_core_alter.css
+64
-0
No files found.
css/oeru_course_core_alter.css
View file @
69bc5b7d
...
...
@@ -704,3 +704,67 @@ a.external {
@media
(
max-width
:
991px
)
{
#primary
.third-level-nav
.col-md-12
{
padding-right
:
0
!important
;
}
}
/* Simonne's explanatory tables... */
table
.oeru2
{
*
border-collapse
:
collapse
;
/* IE7 and lower */
border-spacing
:
0
;
margin-bottom
:
1em
;
}
table
.oeru2
{
border
:
solid
#ccc
1px
;
border-radius
:
6px
;
box-shadow
:
0
1px
1px
#ccc
;
}
table
.oeru2
tr
:hover
{
background
:
#fbf8e9
;
-o-transition
:
all
0.1s
ease-in-out
;
-webkit-transition
:
all
0.1s
ease-in-out
;
-moz-transition
:
all
0.1s
ease-in-out
;
-ms-transition
:
all
0.1s
ease-in-out
;
transition
:
all
0.1s
ease-in-out
;
}
table
.oeru2
td
,
.oeru2
th
{
border-left
:
1px
solid
#ccc
;
border-top
:
1px
solid
#ccc
;
padding
:
0.2em
;
text-align
:
left
;
vertical-align
:
top
;
}
table
.oeru2
th
{
-webkit-box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.8
)
inset
;
-moz-box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.8
)
inset
;
box-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.8
)
inset
;
border-top
:
none
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.5
);
}
table
.oeru2
td
:first-child
,
table
.oeru2
th
:first-child
{
border-left
:
none
;
}
table
.oeru2
th
:first-child
{
border-radius
:
6px
0
0
0
;
}
table
.oeru2
th
:last-child
{
border-radius
:
0
6px
0
0
;
}
table
.oeru2
th
:only-child
{
border-radius
:
6px
6px
0
0
;
}
table
.oeru2
tr
:last-child
td
:first-child
{
border-radius
:
0
0
0
6px
;
}
table
.oeru2
tr
:last-child
td
:last-child
{
border-radius
:
0
0
6px
0
;
}
table
.oeru2
{
width
:
90%
;
border
:
5px
#666
solid
;
margin-left
:
auto
;
margin-right
:
auto
;
}
table
.oeru2
th
{
background-color
:
#a1d17c
!important
;
}
table
.oeru2
td
{
background-color
:
#c0fa94
!important
;
}
table
.oeru2
pre
{
margin-left
:
1.5em
;
margin-right
:
1.5em
;
}
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