content/assets/stylesheets/pekko-theme.css (91 lines of code) (raw):

/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ select.supergroup { width: 50%; border: none; font-size: larger; margin: 1rem; padding: 0.5rem; } ul.md-nav__links li { display: inline; } ul.md-nav__links li a { display: inline; } /* fix paradox snippet links to fit with material docs style */ /* material docs brings its own copy button, remove ours */ .snippet-button.copy-snippet { display: none; } /* style our "link to source" similar to material docs one */ .snippet-button.go-to-source { font-family: "Material Icons"; position: absolute; top: 0.6rem; right: 2.6rem; width: 2.8rem; height: 2.8rem; border-radius: 0.2rem; font-size: 1.6rem; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* remove link text */ .snippet-button.go-to-source span { display: none; } /* and replace with button similar to material copy one */ .snippet-button.go-to-source::before { transition: color 0.25s, opacity 0.25s; color: rgba(0, 0, 0, 0.07); content: "\E157"; } pre:hover .snippet-button.go-to-source::before { color: rgba(0, 0, 0, 0.54); } a.snippet-button.go-to-source:hover::before, .snippet-button.go-to-source:active::before { color: #ff9100; } /* style for tables */ tbody th { font-weight: bold; } tbody th, tbody td { padding: 5px; } tbody tr:nth-child(even) { background-color: #eaeaea; } /* Footer styling */ .md-footer-meta__inner p { color: #999; font-size: 14px; } .md-footer-meta__inner { box-sizing: border-box; flex-wrap: wrap; display: flex; align-items: center; justify-content: center; } @media (max-width: 850px) { .md-footer-meta__inner { flex-direction: column; } } .md-footer-meta__inner div { flex: 1; text-align: center; } .md-footer-meta__inner .md-footer-copyright { flex-basis: 100%; } #incubator__logo { background-color: white; max-width: inherit; padding: 10px; width: 380px; margin: auto; } .md-typeset h1 { /*pure dark*/ color: rgba(0, 0, 0, 1); font-weight: 600; } .md-typeset h2 { color: rgba(0, 0, 0, 0.7); font-weight: 500; } .md-typeset h3 { color: rgba(0, 0, 0, 0.6); font-weight: 450; }