Skip to content

Commit

Permalink
[DOI: 10.5281/zenodo.278222] Added version (2017.02) to all pages via…
Browse files Browse the repository at this point in the history
… CSS
  • Loading branch information
twitwi committed Feb 8, 2017
1 parent 0a0352b commit 3c0a2d9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assets/css/lesson.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,25 @@ ol {
span.fold-unfold {
margin-left: 1em;
opacity: 0.5; }

/* version added automatically */
div.navbar-header:hover::before {
content: "[DOI: 10.5281/zenodo.278222] ";
}
div.navbar-header::before {
content: "Version 2017.02";
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;
}

0 comments on commit 3c0a2d9

Please sign in to comment.