Skip to content

sachinwalunjakar kubernetes style by walunjakarsachinedu

Details

Authorwalunjakarsachinedu

LicenseNo License

Categoryhttps://kubernetes.io/docs/

Created

Updated

Code size2.8 kB

Code checksum2e9016dd

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       kubernetes.io/docs/concepts/workloads/pods/
@version    20250411.05.17
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://kubernetes.io/docs") {
/* Base background and text */
body, html, .alert, .copy-code-icon, .flip-nav .td-navbar, .search-bar, section {
    background-color: #1e1e1e !important;
    color: #d4d4d4 !important;
}

.highlight {
    border-radius: 0px;
}
.highlight pre {
    background-color: #000 !important;
}
.highlight, pre {
    background-color: hsl(0, 0%, 70%) !important;
}
div.feature-state-notice, .feature-state-name, div.feature-state-notice code {
    background-color: hsl(209 72% 40% / 1) !important;
}

.feature-state-name::before {
    color: #d4d4d4 !important;
}

/* Navbar */
.navbar, .navbar-default {
    background-color: #2c2c2c !important;
    border-color: #444 !important;
}
.navbar a, .navbar-default .navbar-nav > li > a {
    color: #d4d4d4 !important;
}
.navbar a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #ffffff !important;
    background-color: #444 !important;
}

/* Search bar */
input[type="search"], .td-search-input {
    background-color: #2b2b2b !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
}
input[type="search"]::placeholder, .td-search-input::placeholder {
    color: #888 !important;
}

/* Links */
a {
    color: hsl(209, 100%, 75%) !important;
    text-decoration: none !important;
}
a:visited {
    color: #a47de8 !important;
}
a:hover, a:focus {
    color: #ffffff !important;
    background-color: #444 !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* Inputs, buttons, textareas */
input, textarea, select, button {
    background-color: #2b2b2b !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
}
input::placeholder, textarea::placeholder {
    color: #888 !important;
}
button:hover {
    background-color: #444 !important;
}

/* Tables */
table {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-collapse: collapse !important;
}
th, td {
    border: 1px solid #444 !important;
    padding: 0.5em !important;
}

/* Scrollbar for WebKit browsers */
::-webkit-scrollbar {
    width: 10px !important;
}
::-webkit-scrollbar-track {
    background: #1e1e1e !important;
}
::-webkit-scrollbar-thumb {
    background: #444 !important;
}

/* Code blocks and preformatted text */
code, pre {
    background-color: #2b2b2b !important;
    color: #dcdcdc !important;
}

/* Containers and panels */
.container, .card, .box, .panel {
    background-color: #252525 !important;
    border: 1px solid #3a3a3a !important;
    padding: 1em !important;
    border-radius: 8px !important;
}

}

Reviews

No reviews yet.