Update styles to version 2.0.1
This commit is contained in:
parent
013899224f
commit
0369b9048b
@ -2,7 +2,7 @@
|
||||
* bulma css framework (github.com/jgthms | bulma.io)
|
||||
* Author: jeremy thomas
|
||||
* Author: jesus e.
|
||||
* Version: 2.0.0
|
||||
* Version: 2.0.1
|
||||
* Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE)
|
||||
*/
|
||||
/* basic formatting changes (mostly to cater for darker colours) */
|
||||
@ -23,6 +23,25 @@ body, input, textarea, .button {
|
||||
|
||||
/* Colores */
|
||||
/* 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 ---------------- */
|
||||
/* input hidden */
|
||||
#navbar-toggle-cbox {
|
||||
@ -137,6 +156,61 @@ video {
|
||||
}
|
||||
|
||||
/* 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 {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user