1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-08 23:50:43 +02:00

nicer page when JS is disabled/still loading

This commit is contained in:
Pomax
2016-01-03 16:07:56 -08:00
parent f7aa963f56
commit 5870f33fe5
6 changed files with 924 additions and 858 deletions

10
stylesheets/ribbon.less Normal file
View File

@@ -0,0 +1,10 @@
.ribbon {
position: fixed;
top: 0;
right: 0;
img {
position: relative;
z-index: 999;
}
}

View File

@@ -1,5 +1,6 @@
html, body {
font-family: Verdana;
width: 100%;
margin: 0;
padding: 0;
}
@@ -44,19 +45,13 @@ article {
a, a:visited { color: rgb(0,0,200); text-decoration: none; }
#ribbonimg {
position: fixed;
top: 0;
right: 0;
z-index: 999;
}
footer {
font-style: italic;
margin: 2em 0 1em 0;
background: inherit;
}
@import "ribbon.less";
@import "navigation.less";
@import "section.less";
@import "howtocode.less";