styles/default.css in glyph-0.3.0 vs styles/default.css in glyph-0.4.0
- old
+ new
@@ -33,11 +33,11 @@
/* Structure */
.halftitlepage, .titlepage {
margin: auto;
text-align: center;
}
-.title, h1 {
+.titlepage h1, .halftitlepage h1 {
font-size: 2.5em;
font-weight: bold;
line-height: 1.5em;
margin-bottom: 0.2em;
}
@@ -172,26 +172,31 @@
/* TEXT */
body {
color: #000;
font-size: 1em;
}
-h2 {
+h2, section section h1, h1.toc-header {
display: block;
font-size: 2em;
font-weight: bold;
margin: 3em 0 1em 0;
}
-h3 {
+h3, section section section h1 {
font-size: 1.6em;
font-weight: bold;
margin: 3em 0 1em 0;
}
-h4 {
+h4, section section section section h1 {
font-size: 1.3em;
font-weight: bold;
margin: 3em 0 1em 0;
}
+h5, section section section section section h1 {
+ font-size: 1.2em;
+ font-weight: bold;
+ margin: 3em 0 1em 0;
+}
em {
font-style: italic;
}
a {
color: #8A1513;
@@ -211,19 +216,50 @@
span.line-numbers{
margin: 0;
padding: 3px;
}
+nav, .navigation {
+ display: block;
+ margin: 1em auto;
+ text-align: center;
+ border: 1px solid #E6E6E6;
+}
+
+nav.contents {
+ margin: auto;
+ text-align: left;
+ border: none;
+}
+
+nav a, .navigation a {
+ margin: 1em;
+}
+
+nav.contents a {
+ margin: 0;
+}
+
+mark {
+ font-weight:bolder;
+ font-style: italic;
+ background: none;
+}
+
pre>code {
font-size: 1em;
}
td p, td ul, td ol {
margin: 0;
}
td>div.code, td>code {
width: auto;
margin: 0.2em;
padding: 0.2em;
+}
+
+.topic{
+ margin: 2em auto;
}
/* FONTS */
body {