mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-22 02:19:03 +01:00
Base CSS changes to set the master branch.
This commit is contained in:
parent
fa8cda0bd7
commit
647c9f2782
@ -1,5 +1,11 @@
|
|||||||
body { line-height: 1.6em; font-size: 16px; }
|
body { line-height: 1.6em; font-size: 16px; }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 40.0624em) {
|
||||||
|
body, html, body > div, body > div > div {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p, ul, ol, dl { font-size: 16px; }
|
p, ul, ol, dl { font-size: 16px; }
|
||||||
|
|
||||||
#toc ul, .toc ul { font-size: 16px; }
|
#toc ul, .toc ul { font-size: 16px; }
|
||||||
@ -378,7 +384,7 @@ table.wikitable > tr > th,
|
|||||||
table.wikitable > tr > td,
|
table.wikitable > tr > td,
|
||||||
table.wikitable > * > tr > th,
|
table.wikitable > * > tr > th,
|
||||||
table.wikitable > * > tr > td {
|
table.wikitable > * > tr > td {
|
||||||
border: 3px #fff solid;
|
border: 2px #fff solid;
|
||||||
padding: 0.6em;
|
padding: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -838,9 +844,25 @@ ul.side-nav input[type="search"] {
|
|||||||
padding: 0 0 0 .5em;
|
padding: 0 0 0 .5em;
|
||||||
color: #0645ad;
|
color: #0645ad;
|
||||||
}
|
}
|
||||||
|
ul.off-canvas-list li label {
|
||||||
|
background: #c3c3e5;
|
||||||
|
border: none;
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
ul.off-canvas-list li a {
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
color: #8c489f;
|
||||||
|
}
|
||||||
|
ul.off-canvas-list li a:hover {
|
||||||
|
background: #eeffee;
|
||||||
|
}
|
||||||
|
.right-off-canvas-menu, .left-off-canvas-menu {
|
||||||
|
background: #f1f0ff;
|
||||||
|
}
|
||||||
|
|
||||||
.side-nav li a:not(.button):hover {
|
.side-nav li a:not(.button):hover {
|
||||||
background: transparent;
|
background: #eeffee;
|
||||||
color: #0b0080;
|
color: #0b0080;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -848,7 +870,7 @@ ul.side-nav label {
|
|||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #ccc;
|
border: none;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@ -864,7 +886,7 @@ li.name.logo {
|
|||||||
.tab-bar-section.middle { left: .8125rem; text-align: left; }
|
.tab-bar-section.middle { left: .8125rem; text-align: left; }
|
||||||
}
|
}
|
||||||
.tab-bar {
|
.tab-bar {
|
||||||
background: darkslateblue;
|
background: #443266;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TOC */
|
/* TOC */
|
||||||
@ -918,10 +940,10 @@ span#nav-main {
|
|||||||
line-height: 1.8em;
|
line-height: 1.8em;
|
||||||
}
|
}
|
||||||
section.right-small {
|
section.right-small {
|
||||||
border-left: 1px solid darkslateblue;
|
border-left: none;
|
||||||
}
|
}
|
||||||
section.left-small {
|
section.left-small {
|
||||||
border-right: 1px solid darkslateblue;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5.subtitle {
|
h5.subtitle {
|
||||||
|
Loading…
Reference in New Issue
Block a user