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
prace-lessons
Lesson Template
Commits
635d36bb
Commit
635d36bb
authored
Aug 04, 2017
by
Rémi Emonet
Browse files
[DOI: 10.5281/zenodo.838778] Added version (2017.08) to all pages via CSS
parent
c5058dfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/lesson.css
View file @
635d36bb
...
...
@@ -318,3 +318,25 @@ ol {
span
.fold-unfold
{
margin-left
:
1em
;
opacity
:
0.5
;
}
/* version added automatically */
div
.navbar-header
:hover::before
{
content
:
"[DOI: 10.5281/zenodo.838778] "
;
}
div
.navbar-header
::before
{
content
:
"Version 2017.08"
;
font-size
:
10px
;
font-family
:
monospace
;
font-weight
:
bold
;
line-height
:
1
;
/* */
position
:
fixed
;
right
:
0
;
top
:
0
;
z-index
:
10
;
/* */
color
:
white
;
background
:
rgb
(
43
,
57
,
144
);
padding
:
3px
;
border
:
1px
solid
white
;
}
\ No newline at end of file
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