369 lines
5.8 KiB
CSS
369 lines
5.8 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 ------------- */
|
|
|
|
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', sans-serif;
|
|
}
|
|
|
|
.fa small {
|
|
font-family: 'Roboto Condensed', 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;
|
|
}
|
|
}
|