450 lines
10 KiB
CSS
450 lines
10 KiB
CSS
/* github.com/plasticneko */
|
|
/* bulma css framework (github.com/jgthms | bulma.io)
|
|
Author: jeremy thomas
|
|
Author: jesus e.
|
|
*/
|
|
|
|
/* basic formatting changes (mostly to cater for darker colours) */
|
|
|
|
/* ------------- Menu Mobile sin JS ---------------- */
|
|
/* input hidden */
|
|
#navbar-toggle-cbox {
|
|
display: none;
|
|
}
|
|
|
|
label[for=navbar-toggle-cbox] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#navbar-toggle-cbox:checked ~ .navbar-menu {
|
|
display: block;
|
|
}
|
|
|
|
/* ------------ End Menu Mobile sin JS ------------- */
|
|
|
|
/* ------------------- codehilite ------------------ */
|
|
.highlight pre {
|
|
font-size: 75%;
|
|
}
|
|
.highlight .hll { background-color: #222222 }
|
|
.highlight { background: #000000; color: #cccccc }
|
|
.highlight .c { color: #4E4F8E } /* Comment */
|
|
.highlight .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */
|
|
.highlight .esc { color: #cccccc } /* Escape */
|
|
.highlight .g { color: #cccccc } /* Generic */
|
|
.highlight .k { color: #cdcd00 } /* Keyword */
|
|
.highlight .l { color: #cccccc } /* Literal */
|
|
.highlight .n { color: #cccccc } /* Name */
|
|
.highlight .o { color: #3399cc } /* Operator */
|
|
.highlight .x { color: #cccccc } /* Other */
|
|
.highlight .p { color: #fac0ba } /* Punctuation */
|
|
.highlight .ch { color: #4E4F8E } /* Comment.Hashbang */
|
|
.highlight .cm { color: #4E4F8E } /* Comment.Multiline */
|
|
.highlight .cp { color: #4E4F8E } /* Comment.Preproc */
|
|
.highlight .cpf { color: #4E4F8E } /* Comment.PreprocFile */
|
|
.highlight .c1 { color: #4E4F8E } /* Comment.Single */
|
|
.highlight .cs { color: #cd0000; font-weight: bold } /* Comment.Special */
|
|
.highlight .gd { color: #cd0000 } /* Generic.Deleted */
|
|
.highlight .ge { color: #cccccc; font-style: italic } /* Generic.Emph */
|
|
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
|
.highlight .gh { color: #4E4F8E; font-weight: bold } /* Generic.Heading */
|
|
.highlight .gi { color: #00cd00 } /* Generic.Inserted */
|
|
.highlight .go { color: #888888 } /* Generic.Output */
|
|
.highlight .gp { color: #4E4F8E; font-weight: bold } /* Generic.Prompt */
|
|
.highlight .gs { color: #cccccc; font-weight: bold } /* Generic.Strong */
|
|
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
|
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
|
.highlight .kc { color: #cdcd00 } /* Keyword.Constant */
|
|
.highlight .kd { color: #00cd00 } /* Keyword.Declaration */
|
|
.highlight .kn { color: #cd00cd } /* Keyword.Namespace */
|
|
.highlight .kp { color: #cdcd00 } /* Keyword.Pseudo */
|
|
.highlight .kr { color: #cdcd00 } /* Keyword.Reserved */
|
|
.highlight .kt { color: #00cd00 } /* Keyword.Type */
|
|
.highlight .ld { color: #cccccc } /* Literal.Date */
|
|
.highlight .m { color: #cd00cd } /* Literal.Number */
|
|
.highlight .s { color: #cd0000 } /* Literal.String */
|
|
.highlight .na { color: #cccccc } /* Name.Attribute */
|
|
.highlight .nb { color: #cd00cd } /* Name.Builtin */
|
|
.highlight .nc { color: #00cdcd } /* Name.Class */
|
|
.highlight .no { color: #cccccc } /* Name.Constant */
|
|
.highlight .nd { color: #cccccc } /* Name.Decorator */
|
|
.highlight .ni { color: #cccccc } /* Name.Entity */
|
|
.highlight .ne { color: #666699; font-weight: bold } /* Name.Exception */
|
|
.highlight .nf { color: #cccccc } /* Name.Function */
|
|
.highlight .nl { color: #cccccc } /* Name.Label */
|
|
.highlight .nn { color: #cccccc } /* Name.Namespace */
|
|
.highlight .nx { color: #cccccc } /* Name.Other */
|
|
.highlight .py { color: #cccccc } /* Name.Property */
|
|
.highlight .nt { color: orange } /* Name.Tag */
|
|
.highlight .nv { color: #00cdcd } /* Name.Variable */
|
|
.highlight .ow { color: #cdcd00 } /* Operator.Word */
|
|
.highlight .w { color: #cccccc } /* Text.Whitespace */
|
|
.highlight .mb { color: #cd00cd } /* Literal.Number.Bin */
|
|
.highlight .mf { color: #cd00cd } /* Literal.Number.Float */
|
|
.highlight .mh { color: #cd00cd } /* Literal.Number.Hex */
|
|
.highlight .mi { color: #cd00cd } /* Literal.Number.Integer */
|
|
.highlight .mo { color: #cd00cd } /* Literal.Number.Oct */
|
|
.highlight .sb { color: #cd0000 } /* Literal.String.Backtick */
|
|
.highlight .sc { color: #cd0000 } /* Literal.String.Char */
|
|
.highlight .sd { color: #cd0000 } /* Literal.String.Doc */
|
|
.highlight .s2 { color: #cd0000 } /* Literal.String.Double */
|
|
.highlight .se { color: #cd0000 } /* Literal.String.Escape */
|
|
.highlight .sh { color: #cd0000 } /* Literal.String.Heredoc */
|
|
.highlight .si { color: #cd0000 } /* Literal.String.Interpol */
|
|
.highlight .sx { color: #cd0000 } /* Literal.String.Other */
|
|
.highlight .sr { color: #cd0000 } /* Literal.String.Regex */
|
|
.highlight .s1 { color: #cd0000 } /* Literal.String.Single */
|
|
.highlight .ss { color: #cd0000 } /* Literal.String.Symbol */
|
|
.highlight .bp { color: #cd00cd } /* Name.Builtin.Pseudo */
|
|
.highlight .vc { color: #00cdcd } /* Name.Variable.Class */
|
|
.highlight .vg { color: #00cdcd } /* Name.Variable.Global */
|
|
.highlight .vi { color: #00cdcd } /* Name.Variable.Instance */
|
|
.highlight .il { color: #cd00cd } /* Literal.Number.Integer.Long */
|
|
/* ----------------- End codehilite ---------------- */
|
|
|
|
code {
|
|
background-color: #282828;
|
|
color: #73d1ed;
|
|
}
|
|
|
|
li {
|
|
color: white;
|
|
}
|
|
|
|
pre {
|
|
background-color: #282828;
|
|
color: #78dcfa;
|
|
}
|
|
|
|
strong {
|
|
color: white;
|
|
}
|
|
|
|
video {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
a.pagination-previous.disabled,
|
|
a.pagination-next.disabled {
|
|
background: #0c0f0f;
|
|
color: white;
|
|
cursor: not-allowed;
|
|
border-color: #dbdbdb;
|
|
box-shadow: none;
|
|
color: #7a7a7a;
|
|
opacity: .5;
|
|
}
|
|
|
|
.content blockquote {
|
|
background: black;
|
|
color: white;
|
|
border-left: 4px solid #dbdbdb;
|
|
margin: 1.5rem 1rem;
|
|
padding: 1.5rem 1rem;
|
|
}
|
|
|
|
.content blockquote p {
|
|
display: contents;
|
|
}
|
|
|
|
.content blockquote:before {
|
|
opacity: 0.5;
|
|
content: open-quote;
|
|
font-size: 4rem;
|
|
line-height: .1em;
|
|
margin-right: .25em;
|
|
vertical-align: -0.4em;
|
|
}
|
|
|
|
*, *:after, *:before, legend {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.content dl,
|
|
.content dt,
|
|
.content dd {
|
|
color: white;
|
|
}
|
|
|
|
.content h2,
|
|
.content h3,
|
|
.content h4,
|
|
.content h5,
|
|
.content h6 {
|
|
color: white;
|
|
}
|
|
|
|
.content.social{
|
|
margin-bottom: 0rem;
|
|
}
|
|
|
|
.is-cyan {
|
|
color: #0dd3ff;
|
|
}
|
|
|
|
.is-table {
|
|
display: table;
|
|
}
|
|
|
|
.pagination-list {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
/* html/body/font-fixes */
|
|
body, input, textarea, .button {
|
|
font-family: 'Roboto Condensed', Nimbus Sans, sans-erif;
|
|
}
|
|
|
|
.fa small {
|
|
font-family: 'Roboto Condensed', Nimbus Sans, sans-serif;
|
|
color: #7a7a7a;
|
|
}
|
|
|
|
/* button colouring */
|
|
.is-button-grey, .pagination-link {
|
|
background-color: #7a7a7a;
|
|
border-color: transparent;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.button:hover, .pagination .is-current, .pagination-link:hover {
|
|
background-color: #dd7325;
|
|
border-color: transparent;
|
|
color: whitesmoke;
|
|
}
|
|
|
|
.button:focus {
|
|
box-shadow: none;
|
|
border-color: transparent;
|
|
}
|
|
|
|
/* input select */
|
|
input:focus, textarea:focus, input[type]:focus {
|
|
box-shadow: 0 0 5px #719ECE;
|
|
border: 1px;
|
|
outline: none !important;
|
|
}
|
|
|
|
/* navigation */
|
|
.navbar {
|
|
background-color: #0c0f0f;
|
|
}
|
|
|
|
.navbar a {
|
|
color: whitesmoke;
|
|
}
|
|
|
|
.navbar.is-social-center{
|
|
align-items: stretch;
|
|
background-color: transparent;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
justify-content: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
-webkit-box-align: stretch;
|
|
-webkit-box-pack: center;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-pack: center;
|
|
-ms-flex-align: stretch;
|
|
-ms-flex-negative: 0;
|
|
-ms-flex-positive: 0;
|
|
}
|
|
|
|
.navbar.is-social-center > a.navbar-item {
|
|
color: #4a4a4a;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar.is-social-center > a.navbar-item:hover {
|
|
color: #dd7325;
|
|
}
|
|
|
|
a {
|
|
color: #0099e5;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: #dd7325;
|
|
}
|
|
|
|
a.navbar-item.is-tab.is-active {
|
|
border-bottom-color: #dd7325;
|
|
border-width: 2px;
|
|
color: whitesmoke;
|
|
}
|
|
|
|
a.navbar-item.is-tab:hover {
|
|
border-bottom-color: #dd7325;
|
|
border-width: 2px;
|
|
color: #dd7325;
|
|
}
|
|
|
|
a.navbar-item:hover {
|
|
color: #dd7325;
|
|
}
|
|
|
|
a.navbar-item:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/* main-header */
|
|
.main-header .title {
|
|
color: whitesmoke;
|
|
}
|
|
|
|
.main-header .subtitle {
|
|
color: #dd7325;
|
|
}
|
|
|
|
.main-header {
|
|
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
|
|
}
|
|
|
|
.main-header .hero {
|
|
background-color: #161c1c;
|
|
}
|
|
|
|
/* main content styling */
|
|
.main-content {
|
|
background-color: #363636;
|
|
padding: 1rem 1.5rem;
|
|
}
|
|
|
|
/* card changes */
|
|
.card {
|
|
background-color: #161c1c;
|
|
}
|
|
|
|
.card .card-content-footer {
|
|
color: #7a7a7a;
|
|
}
|
|
|
|
.card-content-footer i {
|
|
padding-right: 10px;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.card-content-header, .comments-header {
|
|
background-color: #dd7325;
|
|
padding: 10px;
|
|
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
|
|
}
|
|
|
|
.card-content-header .title, .card-content-header a {
|
|
color: whitesmoke;
|
|
}
|
|
|
|
.card-inner-wrapper {
|
|
padding: 25px;
|
|
}
|
|
|
|
.card-content-text {
|
|
padding-bottom: 30px;
|
|
border-bottom: 1px solid #dd7325;
|
|
}
|
|
|
|
.card-content-text p {
|
|
color: whitesmoke;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.card-content-text label {
|
|
color: whitesmoke;
|
|
font-weight: 100;
|
|
}
|
|
|
|
.card-content-nav {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.card-content-footer {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.card-content-footer-small {
|
|
padding-top: 20px;
|
|
margin-bottom: -25px;
|
|
}
|
|
|
|
.card-content-footer-cols {
|
|
padding-top: 20px;
|
|
margin-bottom: -20px;
|
|
}
|
|
|
|
.card-content-form {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
/* pagination */
|
|
.comments-content {
|
|
background-color: #161c1c;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.pagination-style-custom {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
/* comments block */
|
|
.comments-wrapper {
|
|
padding: 25px;
|
|
}
|
|
|
|
.comments-header .title {
|
|
color: whitesmoke;
|
|
}
|
|
|
|
.comments-wrapper p {
|
|
color: whitesmoke;
|
|
}
|
|
|
|
.comments-wrapper small {
|
|
color: #7a7a7a;
|
|
}
|
|
|
|
.comments-wrapper strong {
|
|
color: whitesmoke;
|
|
font-weight: 100;
|
|
}
|
|
|
|
.comments-wrapper a {
|
|
color: #dd7325;
|
|
}
|
|
|
|
.comments-wrapper .media .media, .comments-wrapper .media + .media {
|
|
border-top: 1px solid #dd7325;
|
|
}
|
|
|
|
/* footer */
|
|
.footer {
|
|
background-color: #0c0f0f;
|
|
color: whitesmoke;
|
|
}
|
|
|
|
.footer a {
|
|
color: #dd7325;
|
|
}
|
|
|
|
.footer-top-shadow {
|
|
box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
|
|
}
|
|
|
|
@media screen and (max-width: 1087px) {
|
|
.navbar-menu {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
.main-content {
|
|
padding: 0rem;
|
|
}
|
|
}
|