mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
95 lines
1.9 KiB
CSS
95 lines
1.9 KiB
CSS
pre[class*=language-] {
|
|
margin: 0;
|
|
}
|
|
|
|
:not(pre) > code[class*=language-], pre[class*=language-] {
|
|
background: transparent;
|
|
}
|
|
|
|
.code-toolbar .toolbar {
|
|
opacity: 1 !important;
|
|
visibility: visible !important;
|
|
pointer-events: auto !important;
|
|
}
|
|
|
|
div.code-toolbar > .toolbar {
|
|
position: relative;
|
|
border-top: 1px solid rgba(0, 0, 0, .15);
|
|
top: 0;
|
|
right: 0;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
|
|
.code-toolbar {
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
.toolbar-item {
|
|
padding: 5px;
|
|
}
|
|
|
|
pre.line-numbers {
|
|
padding-left: 2.5em !important;
|
|
}
|
|
|
|
pre.line-numbers .line-numbers-rows {
|
|
border-right: none !important;
|
|
width: 4em !important;
|
|
}
|
|
|
|
pre.line-numbers .line-numbers-rows > span:before {
|
|
padding-right: 1em !important;
|
|
}
|
|
|
|
div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
|
|
color: #000;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
padding-left: 1em !important;
|
|
}
|
|
|
|
button.copy-to-clipboard-button {
|
|
padding: 0.75em !important;
|
|
padding-right: 1em !important;
|
|
background-color: var(--dark-blue-color) !important;
|
|
color: #fff !important;
|
|
border-radius: 30px !important;
|
|
}
|
|
|
|
button.copy-to-clipboard-button:hover {
|
|
background-color: var(--dark-magenta-color) !important;
|
|
border-color: var(--dark-magenta-color) !important;
|
|
}
|
|
|
|
.win-build {
|
|
background: rgba(39, 40, 44, 0.05);
|
|
margin: 20px 0;
|
|
padding: 20px 20px 10px 20px;
|
|
border-top: 4px solid var(--dark-blue-color, #4F5B93);
|
|
}
|
|
|
|
.win-build h4 {
|
|
line-height: 1.5rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.instructions .size {
|
|
background: #dcdcdc;
|
|
border-radius: 6px;
|
|
padding: 3px 7px;
|
|
font-size: 0.8rem;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.instructions .time {
|
|
color: #555;
|
|
font-size: 0.8rem;
|
|
display: block;
|
|
}
|
|
|
|
.instructions .sha256 {
|
|
word-break: break-all;
|
|
}
|