1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-25 01:53:05 +01:00

62 lines
1000 B
Plaintext
Raw Normal View History

2015-12-20 15:19:50 -08:00
html, body {
2015-12-30 16:47:44 -08:00
font-family: Verdana;
width: 100%;
2015-12-20 15:19:50 -08:00
margin: 0;
padding: 0;
}
body {
background: url('../images/paper.png');
}
header, section, footer {
width: 960px;
margin: 0 auto;
}
2015-12-29 16:59:12 -08:00
header {
2015-12-30 16:47:44 -08:00
font-family: Times;
2015-12-29 16:59:12 -08:00
text-align: center;
h1 {
font-size: 360%;
margin: 0;
margin-bottom: 1rem;
}
h2 {
font-size: 125%;
margin: 0;
}
margin-bottom: 2rem;
}
2015-12-20 15:19:50 -08:00
article {
2015-12-30 16:47:44 -08:00
font-family: Verdana;
2015-12-20 15:19:50 -08:00
width: 960px;
2016-01-05 23:08:39 -08:00
height: auto;
2015-12-20 15:19:50 -08:00
margin: auto;
background: rgba(255, 255, 255, 0.74);
border: solid rgba(255, 0, 0, 0.35);
border-width: 0;
border-left-width: 1px;
padding: 1em;
box-shadow: 25px 0px 25px 25px rgba(255, 255, 255, 0.74);
}
2015-12-29 16:59:12 -08:00
2015-12-20 15:19:50 -08:00
a, a:visited { color: rgb(0,0,200); text-decoration: none; }
footer {
font-style: italic;
margin: 2em 0 1em 0;
background: inherit;
}
@import "ribbon.less";
2015-12-30 16:47:44 -08:00
@import "navigation.less";
@import "section.less";
@import "howtocode.less";
@import "figure.less";
@import "github-issues.less";
2015-12-31 16:08:16 -08:00
@import "latex.less";