Skip to content

Commit e0419dd

Browse files
committed
Added version (2015.08) to all pages via CSS
1 parent 81e8aeb commit e0419dd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

css/swc.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,3 +827,21 @@ div.chapter h2 {
827827
margin: 0px 0px;
828828
}
829829
}
830+
/* version added automatically */
831+
div.banner::before {
832+
content: "Version 2015.08";
833+
font-size: 10px;
834+
font-family: monospace;
835+
font-weight: bold;
836+
line-height: 1;
837+
/* */
838+
position: fixed;
839+
right: 0;
840+
top: 0;
841+
z-index: 10;
842+
/* */
843+
color: white;
844+
background: rgb(43, 57, 144);
845+
padding: 3px;
846+
border: 1px solid white;
847+
}

0 commit comments

Comments
 (0)