75 lines
1.4 KiB
CSS
75 lines
1.4 KiB
CSS
|
/* ==================================================================== */
|
||
|
/* custom.css */
|
||
|
/* ==================================================================== */
|
||
|
/* use this file to tweak your styles by overriding others */
|
||
|
|
||
|
@import url("tufte.css");
|
||
|
|
||
|
/**
|
||
|
/* Override some of pure.css's menu rules to get clym's */
|
||
|
a.pure-menu-link {
|
||
|
color: #3b5487;
|
||
|
text-decoration: none;
|
||
|
font-weight: 700;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
a.pure-menu-link:active, a.pure-menu-link:hover, a.pure-menu-link:focus {
|
||
|
color: #203785;
|
||
|
}
|
||
|
|
||
|
.intro {
|
||
|
display: block;
|
||
|
//border: 1px solid gray;
|
||
|
font-size: 14px;
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
|
||
|
#wrapper {
|
||
|
max-width: 750px !important;
|
||
|
}
|
||
|
|
||
|
article > header {
|
||
|
padding: 0px;
|
||
|
border: 0px;
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
article > header > h1 {
|
||
|
margin: 0 1em 0 0;
|
||
|
text-align: left;
|
||
|
line-height: 1.3;
|
||
|
}
|
||
|
|
||
|
article:not(:only-child) {
|
||
|
border-bottom: 1px solid gray;
|
||
|
max-width: 600px;
|
||
|
display:block;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
article:not(:only-child) h1 {
|
||
|
margin-top: 20px;
|
||
|
font-size: 16px;
|
||
|
font-style: normal !important;
|
||
|
}
|
||
|
|
||
|
article:not(:only-child) p {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
article p {
|
||
|
word-break: break-word;
|
||
|
}
|
||
|
|
||
|
article > figure > img {
|
||
|
max-width: 100%;
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
article > pre > code {
|
||
|
overflow: overlay;
|
||
|
}
|
||
|
**/
|