Update the site design
Make admonitions look a bit better, and adjust font colours for better visibility
This commit is contained in:
parent
e66c31c646
commit
0fc738b033
@ -17,7 +17,7 @@
|
|||||||
/***** Global *****/
|
/***** Global *****/
|
||||||
/* Body */
|
/* Body */
|
||||||
body {
|
body {
|
||||||
background: #F5F4EF;
|
background: #f0e6e0;
|
||||||
color: #000305;
|
color: #000305;
|
||||||
font-size: 100%; /* Base font size: 14px */
|
font-size: 100%; /* Base font size: 14px */
|
||||||
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
@ -110,12 +110,6 @@ cite {}
|
|||||||
|
|
||||||
q {}
|
q {}
|
||||||
|
|
||||||
div.note {
|
|
||||||
margin: 5px;
|
|
||||||
font-size: 85%;
|
|
||||||
max-width: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
table {margin: .5em auto 1.5em auto; width: 98%;}
|
table {margin: .5em auto 1.5em auto; width: 98%;}
|
||||||
|
|
||||||
@ -235,7 +229,7 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
|
|||||||
}
|
}
|
||||||
|
|
||||||
#jumbo p {
|
#jumbo p {
|
||||||
color: white;
|
color: #5e5554;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@ -326,7 +320,7 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
|
|||||||
}
|
}
|
||||||
#featured figure img {display: block; float: right;}
|
#featured figure img {display: block; float: right;}
|
||||||
|
|
||||||
#featured h2 {color: #C74451; font-size: 1.714em; margin-bottom: 0.333em;}
|
#featured h2 {font-size: 1.714em; margin-bottom: 0.333em;}
|
||||||
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}
|
#featured h3 {font-size: 1.429em; margin-bottom: .5em;}
|
||||||
|
|
||||||
#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
|
#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;}
|
||||||
@ -352,7 +346,6 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
|
|||||||
#extras {margin: 0 auto 3em auto; overflow: hidden;}
|
#extras {margin: 0 auto 3em auto; overflow: hidden;}
|
||||||
|
|
||||||
#extras ul {list-style: none; margin: 0;}
|
#extras ul {list-style: none; margin: 0;}
|
||||||
#extras li {border-bottom: 1px solid #fff;}
|
|
||||||
#extras h2 {
|
#extras h2 {
|
||||||
color: #018cb0;
|
color: #018cb0;
|
||||||
font-size: 1.429em;
|
font-size: 1.429em;
|
||||||
@ -544,3 +537,16 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
|||||||
|
|
||||||
#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
|
#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
|
||||||
#add-comment * {margin-bottom: .5em;}
|
#add-comment * {margin-bottom: .5em;}
|
||||||
|
|
||||||
|
.definition {
|
||||||
|
text-decoration: underline dotted 2px #555555;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admonition {
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admonition .admonition-title {
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user