show-sintax
Version:
Librería para resaltar el código fuente
182 lines (152 loc) • 2.81 kB
CSS
/*!
* Show Code v1.1.0
* Copyright Federico Manzano
* Licencia MIT
* Repositorio (https://github.com/FedericoManzano/show-code-v1.1.0-fuente)
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
pre[class^=cod-] {
overflow: auto;
font-family: "Source Code Pro" ;
font-weight: 300;
background-color: white ;
color: black ;
font-size: 1em;
position: relative;
}
pre[class^=cod-] .numeracion {
position: absolute;
border-right: 2px solid #01db92;
left: 0;
top: 0;
bottom: 0;
display: flex;
flex-direction: column;
min-width: 30px;
}
pre[class^=cod-] .numeracion span {
display: flex;
justify-content: center;
align-items: center;
font-size: 0.95em;
padding: 0 7px;
}
pre[class^=cod-] {
background-color: #f0f0f0 ;
color: black;
font-weight: 300 ;
}
pre[class^=cod-] .numeracion {
background-color: #f0f0f0;
}
pre[class^=cod-] .numeracion span {
background-color: #f0f0f0;
border-bottom: 1px solid rgba(0, 0, 0, 0.178);
color: #272727;
}
/**
HTML
*/
.show-eti {
color: #0053a0 ;
font-weight: 500;
}
.show-ang {
color: #2b2b2b ;
font-weight: 500;
}
.show-attr {
color: #5b0072 ;
font-weight: 500;
}
.show-string {
color: #fc0000 ;
}
.show-com {
color: #006e18 ;
}
.show-neutro {
color: black ;
font-weight: 300;
}
/**
CSS
*/
.show-selectores {
color: #d8351f ;
}
.show-claves {
color: #6500a8 ;
font-weight: 500;
}
.show-prop {
color: #0065a8 ;
}
.show-valor {
color: #a55d00 ;
}
.show-llaves {
color: black ;
}
.show-res {
color: #0051bb ;
font-weight: 600;
}
.show-nombres {
color: #af6a1b ;
}
.show-control {
color: #5b00c4 ;
font-weight: 500;
}
.show-op {
color: #04a064 ;
font-weight: 500;
}
.show-sistema {
color: #b83535 ;
font-weight: 500;
}
.show-numeros {
color: red ;
}
.show-ajava {
color: #027e3a ;
font-weight: 500;
}
.show-sobre {
color: #2e2e2e ;
font-style: italic;
font-weight: 400;
}
.show-met {
color: #8a135c ;
font-weight: 500;
}
.show-retorno {
color: black ;
font-weight: 600;
}
.show-json {
color: #004bd6 ;
}
.show-error {
color: red ;
}
.show-llamadas {
color: #8a135c ;
font-weight: 400;
}
.show-var {
color: #00757e ;
font-weight: 500;
}
.show-c {
color: #ca1b1b ;
font-weight: 500;
}
.show-inc {
color: #fc0000 ;
font-weight: 600;
}
/*# sourceMappingURL=tema-claro.css.map */