Update styles to version 2.0.1

This commit is contained in:
Jesús 2020-05-26 13:03:13 -05:00
parent 013899224f
commit 0369b9048b
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -2,7 +2,7 @@
* bulma css framework (github.com/jgthms | bulma.io) * bulma css framework (github.com/jgthms | bulma.io)
* Author: jeremy thomas * Author: jeremy thomas
* Author: jesus e. * Author: jesus e.
* Version: 2.0.0 * Version: 2.0.1
* Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE) * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE)
*/ */
/* basic formatting changes (mostly to cater for darker colours) */ /* basic formatting changes (mostly to cater for darker colours) */
@ -23,6 +23,25 @@ body, input, textarea, .button {
/* Colores */ /* Colores */
/* main */ /* main */
* {
scrollbar-width: thin;
scrollbar-color: #3273dc #9E9E9E;
}
*::-webkit-scrollbar {
width: 12px;
}
*::-webkit-scrollbar-track {
background: #9E9E9E;
}
*::-webkit-scrollbar-thumb {
background-color: #3273dc;
border-radius: 20px;
border: 3px solid #9E9E9E;
}
/* ------------- Menu Mobile sin JS ---------------- */ /* ------------- Menu Mobile sin JS ---------------- */
/* input hidden */ /* input hidden */
#navbar-toggle-cbox { #navbar-toggle-cbox {
@ -137,6 +156,61 @@ video {
} }
/* Colors Code */ /* Colors Code */
.highlighttable {
display: block;
overflow-x: auto;
}
.highlighttable pre {
background-color: #000;
color: #fff;
margin: 0px;
padding: 0px;
border: 0px;
background-size: 0px;
text-align: left;
direction: ltr;
tab-size: 2;
}
.highlighttable .linenodiv {
box-shadow: inset -0.05rem 0 grey;
background-color: #000;
padding-right: 1px;
}
.highlighttable .linenodiv pre {
border-left: 10px solid #3273dc;
border-top: 1px solid #3273dc;
border-bottom: 1px solid #3273dc;
padding-right: 10px;
padding-left: 5px;
font-size: 75%;
}
.highlighttable .highlight pre {
font-size: 75%;
border-top: 1px solid #3273dc;
border-bottom: 1px solid #3273dc;
border-right: 1px solid #3273dc;
}
.highlighttable .code {
padding: 0 0 0 0;
margin: 0px;
width: 100%;
}
.highlighttable .code pre {
padding-left: 10px;
padding-right: 20px;
}
.highlighttable .linenos {
padding: 0 0 0 0;
margin: 0px;
}
.highlight { .highlight {
color: #cccccc; color: #cccccc;
} }