autodoc.git
/
modref
/
style.css
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/modref/style.css:1:
-
+
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 90%; } html, body { margin: 0;
autodoc.git/modref/style.css:94:
background: #323232; border-bottom: 6px solid #555; } header::after { display: block; content: ' '; clear: both; } header h1 { margin: 0; vertical-align: middle; }
-
header a {
+
header a
.logo
{
opacity: .7; display: inline-block; width: 160px; height: 28px; margin-bottom: -5px; background: transparent url(images/pike-logo.png) left center no-repeat; background-image: linear-gradient(transparent, transparent), url(images/pike-logo.svg); background-size: contain; transition: opacity .2s ease-in; }
-
header a:hover {
+
header a
.logo
:hover {
opacity: 1; } /* Hides the Pike text in the logo */ header a span { display: none; } header #version { float: right;
autodoc.git/modref/style.css:292:
border-bottom: 1px solid #ddd; } .navbox .sidebar { } /* Prev/next arrows */ .prev, .next { text-decoration: none; font-family: monospace;
-
font-size:
1.1rem
;
+
font-size:
14px
;
} .prev { float: left; } .next { float: right; } .prev span, .next span { display: inline-block; vertical-align: middle;
-
margin-top: -
1px
;
+
margin-top: -
2px
;
} .prev span { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); margin-right: 6px; } .next span {
autodoc.git/modref/style.css:355:
text-decoration: none; font-weight: bold; -webkit-backface-visibility: hidden; } pre, code, tt, .monospace, .ms { font-family: menlo, monospace; font-size: .95rem; }
-
svg a, svg tspan, svg .reference {
-
font-size:
1.
1rem;
+
svg a, svg tspan, svg
text, svg
.reference {
+
font-size: 1rem;
font-family: monospace !important; } hr { border: none; height: 1px; background: #ddd; color: #ddd; margin: 25px 0; }
autodoc.git/modref/style.css:435:
.fixme { color: #a00; } .expr { color: #8E3DD3; } .reference { color: #777; } a.reference, a.reference:visited { color: #0087cc; } .modifier { color: purple; font-weight: bold; } .datatype { color: purple; font-weight: bold; } .variable, .constant, .typedef, .inherit, .directive { color: #F000F0; font-weight: bold; }
-
.parameter, .argument { color: #0087cc; font-size: 1rem; }
+
.parameter, .argument
,
.argument a
{ color: #0087cc; font-size: 1rem; }
+
.argument a { text-decoration: none; }
.method { color: #000066; } .key { color: green; } .head--doc { font-weight: bold; color: #777; } .homogen--name { font-size: large; } .group--doc { margin-bottom: 0; } .group--doc + hr { margin-top: 10px; } dd[class^='body--'], dd.example, dt[class^='head--'] + dd {
autodoc.git/modref/style.css:521:
} ul.multicol { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } #version { display: none; } .navbox .prev, .navbox .next { float: none; display: block;
-
text-align:
left
;
+
text-align:
center
;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .navbox .next {
-
text-align: right;
+
//
text-align: right;
} .inheritance-graph { padding-left: 0px; } #burger { display: block; float: right; color: white;