mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
Redesign
This commit is contained in:
parent
12aa9ddaf9
commit
f09ed4cec8
@ -27,14 +27,13 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
||||
.hljs-subst,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
color: #1184CE;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-hexcolor,
|
||||
.ruby .hljs-constant {
|
||||
color: #008080;
|
||||
color: #ed225d;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
@ -42,7 +41,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
||||
.hljs-phpdoc,
|
||||
.hljs-dartdoc,
|
||||
.tex .hljs-formula {
|
||||
color: #d14;
|
||||
color: #ed225d;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.documentation a {
|
||||
color: #416381;
|
||||
color: #1184CE;
|
||||
}
|
||||
|
||||
.container-small {
|
||||
@ -26,19 +26,7 @@
|
||||
}
|
||||
|
||||
.bg-cloudy {
|
||||
background: rgba(230, 235, 237, 1);
|
||||
}
|
||||
|
||||
.bg-cloudy-light {
|
||||
background: rgba(230, 235, 237, 0.5);
|
||||
}
|
||||
|
||||
.keyline-top {
|
||||
border-top:5px solid #eee;
|
||||
}
|
||||
|
||||
.keyline-top:first-child {
|
||||
border-top:0;
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
.force-inline * {
|
||||
@ -52,3 +40,21 @@ section:target {
|
||||
.documentation-sidebar a:active {
|
||||
background: #fcfbf2;
|
||||
}
|
||||
|
||||
.documentation,
|
||||
.documentation h1,
|
||||
.documentation h2,
|
||||
.documentation h3,
|
||||
.documentation h4,
|
||||
.documentation h5,
|
||||
.documentation h6,
|
||||
.documentation pre,
|
||||
.documentation code,
|
||||
.documentation samp {
|
||||
font-family: 'Inconsolata', Consolas, 'Source Code Pro', monospace;
|
||||
}
|
||||
|
||||
.documentation td,
|
||||
.documentation th {
|
||||
padding: .25rem .25rem;
|
||||
}
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{/unless}}
|
||||
<div class='sm-col {{#unless options.hideSidebar}} col-9 {{/unless}} flex flex-column'>
|
||||
<div class='sm-col {{#unless options.hideSidebar}} lg-col-9 {{/unless}} flex flex-column'>
|
||||
<div class='flex-auto full-width'>
|
||||
<div class='px1'>
|
||||
{{#each docs ~}}{{> section}}{{/each}}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<section id='{{permalink}}'class='mt2 mb2 py1 px2 keyline-top'>
|
||||
<section id='{{permalink}}'class='mt2 mb2 px2'>
|
||||
{{#if context.github}}
|
||||
<div class='right py2'>
|
||||
{{#if augments}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user