mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-02-24 17:42:43 +01:00
31 lines
473 B
Plaintext
31 lines
473 B
Plaintext
section {
|
|
p {
|
|
text-align: justify;
|
|
}
|
|
|
|
h2 {
|
|
&[data-num] {
|
|
&:before {
|
|
content: "§" attr(data-num) " — ";
|
|
}
|
|
}
|
|
|
|
a,a:active,a:hover,a:visited {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|
|
|
|
div.note {
|
|
font-size: 90%;
|
|
margin: 1em 2em;
|
|
padding: 1em;
|
|
border: 1px solid grey;
|
|
background: rgba(150,150,50,0.05);
|
|
|
|
* { margin: 0; padding: 0; }
|
|
p { margin: 1em 0; }
|
|
div.MathJax_Display { margin: 1em 0; }
|
|
}
|