mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
updated stype of html output
This commit is contained in:
Vendored
+10
-76
@@ -7,7 +7,7 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
color: #332;
|
||||
}
|
||||
@@ -17,10 +17,11 @@ h1, h2, h3, h4, h5 {
|
||||
font-family: "Signika";
|
||||
font-weight: 400;
|
||||
line-height: 1.1;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
font: 15px/19px Inconsolata, Monaco,"Lucida Console",Terminal,"Courier New",Courier;
|
||||
font: 14px/19px Inconsolata, Monaco,"Lucida Console",Terminal,"Courier New",Courier;
|
||||
}
|
||||
|
||||
.figure {
|
||||
@@ -135,10 +136,8 @@ li code, p code {
|
||||
border: 1px solid #ccc;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
/* */
|
||||
@@ -190,27 +189,17 @@ h1 {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 1px solid #ccc;
|
||||
font-family: Georgia, serif;
|
||||
font-size: 18px;
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
width: 500px;
|
||||
margin: 0.25em 0;
|
||||
padding: 0.25em 40px;
|
||||
padding-left: 10px;
|
||||
line-height: 1.45;
|
||||
position: relative;
|
||||
color: #383838;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
blockquote:before {
|
||||
display: block;
|
||||
content: "\201C";
|
||||
font-size: 80px;
|
||||
position: absolute;
|
||||
left: -20px;
|
||||
top: -20px;
|
||||
color: #7a7a7a;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
color: #999999;
|
||||
@@ -248,22 +237,6 @@ ul.sections > li > div {
|
||||
|
||||
@media only screen and (max-width: 481px) {
|
||||
|
||||
.toc > ul {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.toc ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.toc ul ul {
|
||||
padding-left: 0.8em;
|
||||
}
|
||||
|
||||
.toc li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1025px) {
|
||||
@@ -271,48 +244,9 @@ ul.sections > li > div {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.toc ul ul {
|
||||
padding-left: 0.8em;
|
||||
}
|
||||
|
||||
.toc > ul {
|
||||
margin-top: 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.toc li {
|
||||
line-height: 15px !important;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
||||
.toc:hover {
|
||||
opacity: 1.0;
|
||||
transition: opacity .25s ease-in-out;
|
||||
-moz-transition: opacity .25s ease-in-out;
|
||||
-webkit-transition: opacity .25s ease-in-out;
|
||||
}
|
||||
|
||||
.toc {
|
||||
text-decoration: none;
|
||||
font-size: 8pt;
|
||||
line-height: 0.9;
|
||||
opacity: 0.5;
|
||||
height: 100%;
|
||||
|
||||
transition: opacity .25s ease-in-out;
|
||||
-moz-transition: opacity .25s ease-in-out;
|
||||
-webkit-transition: opacity .25s ease-in-out;
|
||||
}
|
||||
|
||||
.toc a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
.side {
|
||||
position: fixed;
|
||||
width: 270px !important;
|
||||
width: 120px !important;
|
||||
margin-left: 0px;
|
||||
z-index: 1000;
|
||||
}
|
||||
@@ -330,7 +264,7 @@ ul.sections > li > div {
|
||||
}
|
||||
|
||||
.body {
|
||||
margin-left: 270px !important;
|
||||
margin-left: 120px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user