Skip to content

Infire.si - Dark theme by skopusnik

Details

Authorskopusnik

LicenseNo License

Categoryinfire.si

Created

Updated

Size17 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Infire.si - Dark theme

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Infire.si - Dark theme
@version      20240106.23.20
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://infire.si/") {
/* SIDEBAR */
label.sidebar-label {
    display: none;
}

.slim-sidebar {
    background-color: #1a1d21 !important;
    box-shadow: 5px 0px 10px 0px rgba(19, 25, 33, 0.6);
    border: none;
}

.sidebar-nav-link i {
    font-size: 14px;
    color: #a5a5a5;
}

ul.nav.nav-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}

ul.nav.nav-sidebar li {
    border: none !important;
}

ul.nav.nav-sidebar li a {
    color: #a5a5a5;
    padding-left: 15px;
    font-size: 14px;
}

.sidebar-nav-link:hover, .sidebar-nav-link:focus {
    background-color: #212529;
    border-radius: 10px;
    color: #fe9b02 !important;
}

/* HEADER */
.slim-header {
	background-color: #1a1d21 !important;
  box-shadow: 0px 5px 10px 0px rgba(19, 25, 33, 0.6);
}

.slim-header.with-sidebar .slim-sidebar-menu {
    border: none; 
    border-radius: 10px;
}

.slim-header.with-sidebar .slim-sidebar-menu:hover, .slim-header.with-sidebar .slim-sidebar-menu:focus {
    background-color: #292d31;
    border-color: #fe9b02;
}

.search-box {
    border-radius: 25px !important;
    background-color: black;
    border: none;
}

.search-box .form-control, .search-box .dataTables_filter input, .dataTables_filter .search-box input {
    color: white;
}

.search-box .form-control:focus, .search-box .dataTables_filter input:focus, .dataTables_filter .search-box input:focus, .search-box .form-control:active, .search-box .dataTables_filter input:active, .dataTables_filter .search-box input:active {
    box-shadow: none;
    background-color: black;
    border-radius: 25px;
}

/* radio button */
.slim-header-left a[href="https://infire.si/radio.php?form=RadioForm&text=RadiobarText"] i{
  font-size: 35px;
}

button.btn.btn-primary {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: black;
}

button.btn.btn-primary i {
    color: #a5a5a5;
}

/* top menu icons */
.style-selector {
    display: none;
}

.slim-header-right font span i {
    color: #fe9b02 !important;
}

.slim-header-right a i {
    color: #fe9b02 !important;
}

.slim-header-right a font i {
    color: #fe9b02 !important;
}

.slim-header-right span font i {
    color: #fe9b02 !important;
}

/* user and mail icons */
.dropdown.dropdown-a {
    margin-left: 10px;
}

.dropdown.dropdown-a i {
    margin-bottom: 2px;
}

.header-notification:hover, .header-notification:focus {
    background-color: #292d31 !important;
    border-radius: 10px;
}

.dropdown.dropdown-c span {
    color: #a5a5a5 !important;
}

/* top menu text */
.slim-header-right font {
    color: #a5a5a5 !important;
}

.slim-header-right a {
    color: #a5a5a5 !important;
}

/* user icon */
.logged-user img {
    border: none !important;
}

/* user dropdown */
.dropdown-menu.dropdown-menu-right.show nav a {
    color: #6d6d6d !important;
}
}

@-moz-document url("https://infire.si/index.php"), url("https://infire.si/") {
/* INDEX */
/* site title and navigation */
.slim-pageheader {
    display: none;
}

/* ad box */
.container a[style="display: block; text-align: center;"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #212529;
    border-radius: 10px;
    /*box-shadow: 0px 5px 10px 0px #121212;*/
}

/* news */
.card.card-latest-activity.mg-t-20 {
    width: 49%;
}

.card.card-latest-activity.mg-t-20 {
    width: 49%;
    border-radius: 10px;
    border: none;
    /*box-shadow: 0px 5px 10px 0px #121212;*/
}

.media.media-author {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #353a40;
}

.media.media-demo {
    border-radius: 10px;
    border: none;
}

.media.media-demo p {
    font-size: 14px;
    color: #a5a5a5;
}

/* right side latest stuff boxes*/
.card-body.bd.bd-t-0 {
    border: none;
}

/* card header */
.card-header {
    background-color: #1a1d21 !important;
    border: none !important;
    /*box-shadow: 0px 5px 10px 0px #dddddd;*/
}

/* card shadows and corners */
.card-body img {
  /*box-shadow: 0px 5px 10px 0px #121212;*/
    border-radius: 10px;
}

.btn-group {
    height: 20px;
}

.btn-group button i {
    margin-top: 3px;
}

.btn-group button {
    margin-top: -9px !important;
    margin-right: -9px !important;
    background-color: #1a1d21 !important;
    border: none;
}

/* tab navigation tabs */
a.nav-link.bd-0.pd-y-8.active.show {
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(225 225 225) 100%);*/
    background: #212529;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #a5a5a5;
    /*border: 1px solid white;*/
}

a.nav-link.bd-0.active.show {
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(225 225 225) 100%);*/
    background: #212529;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #a5a5a5;
    /*border: 1px solid white;*/
}

/* tab torrent on hover */
table.table.mg-b-0.tx-13 tbody tr:hover {
    background-color: #292d31;
}

/* tab content font*/
.tab-content a {
    font-size: 14px !important;
    color: #a5a5a5;
}

.tab-content span {
    color: #676767 !important;
}

/*
.tab-content a:hover {
    color: orange !important;
}
*/

.tab-content span {
    color: #a5a5a5;
}

/* tab up down info */
td.tx-12.wd-50 {
    width: 60px;
    text-align: right;
    padding-left: 0px;
}

/* online users */
.card.card-recent-messages.wd-35p {
    width: 49%;
    border-radius: 10px;
    /*box-shadow: 0px 5px 10px 0px #121212;*/
    border: none;
    padding: 15px;
    font-size: 12px;
    text-align: justify;
}

.card.card-recent-messages.wd-35p .card-footer {
    margin-top: 15px;
    border-radius: 10px;
}

.card.card-recent-messages.wd-35p .card-footer a {
    color: #a5a5a5;
}

.card.card-recent-messages.wd-35p .card-header {
    display: none;
}

/* anketa */
.card.card-latest-activity.mg-t-20.wd-35p tr:last-child td:last-child[align="center"] {
    background-color: #1a1d21 !important;
    border: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 10px;
}

.card.card-latest-activity.mg-t-20.wd-35p tr:last-child td:last-child input {
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    background-color: #c7c7c7;
    /*box-shadow: 0px 5px 10px 0px #121212;*/
}

.card.card-latest-activity.mg-t-20.wd-35p tr:last-child td:last-child input:hover {
    background-color: #fe9b02;
}

.card.card-latest-activity.mg-t-20.wd-35p .card-body.bd.bd-t-0 table[cellspacing="2"] td {
    font-size: 14px;
}

/* stats */
ul.list-group.list-group-striped li {
    border-radius: 10px !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 10px !important;
    border: none;
}

ul.list-group.list-group-striped li:hover {
    background-color: #1a1d21 !important;
    /*box-shadow: 0px 5px 10px 0px #121212;*/
}

/* latest forum posts */
.card.card-recent-messages.mg-t-20 {
    width: 49%;
    border: none;
    border-radius: 10px;
    /*box-shadow: 0px 5px 10px 0px #121212;*/
}

.card.card-recent-messages.mg-t-20 .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.nav.nav-activity-profile.mg-t-20 {
    margin-top: 0px;
}

ul.nav.nav-activity-profile.mg-t-20 li.nav-item a {
    border: none !important;
    background-color: #1a1d21 !important;
    margin: 10px;
    border-radius: 10px;
    /*box-shadow: 0px 5px 10px 0px #121212;*/
}

.list-group.list-group-flush {
    background-color: none;
    border: none;
}

.card.card-recent-messages.mg-t-20 .list-group.list-group-flush .list-group-item {
   background-color: none;
   border-radius: 10px;
   border: none;
}

.list-group.list-group-flush .list-group-item p[class="msg"] {
    border-bottom: 1px solid #353a40 !important;
    padding-bottom: 10px;
}
}

@-moz-document url-prefix("https://infire.si/torrents.php"), url-prefix("https://infire.si/xxx.php"), url-prefix("https://infire.si/zanajmlajse.php") {
/* TORRENTI */
/* site title and navigation */
.slim-pageheader {
    display: none;
}

/* ad box */
.container a[style*="display: block"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #212529;
    border-radius: 10px;
    /*box-shadow: 0px 5px 10px 0px #dddddd;*/
}

/* tab torrent on hover */
table.table.mg-b-0.tx-13 tbody tr:hover {
    background-color: #1a1d21;
}

/* search top */
td.fheader {
    background-color: #292d31;
    border: none;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* search bottom */
td.lista {
    border: none;
    padding-top: 0px;
}

td.lista .form-control {
    border-radius: 10px;
    border: none;
    /*box-shadow: 0px 5px 10px 0px #dddddd;*/
}

select.select2-selection.select2-selection--single.sp-replacer.sp-light {
    border-radius: 10px;
    border: none;
    /*box-shadow: 0px 5px 10px 0px #dddddd;*/
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #a5a5a5;
}

select[style*="name: active"] {
  width: 200px;
}

input.btn.btn-secondary.btn-sm.btn-block.mg-b-5 {
    height: 40px;
    width: 100px;
    margin-top: 5px;
    border: none;
    border-radius: 10px;
    background-color: #1a1d21;
    /*box-shadow: 0px 5px 10px 0px #dddddd;*/
    font-size: 14px;
}

input.btn.btn-secondary.btn-sm.btn-block.mg-b-5:hover {
    background-color: #fe9b02;
}

/* categories */
.slim-navbar .nav {
    background-color: #212529;
    border-radius: 10px;
    /*box-shadow: 0px 5px 10px 0px #dddddd;*/
}

li.nav-item.with-sub a {
    border: none;
    border-radius: 10px;
}

li.nav-item.with-sub a:hover {
    background-color: #1a1d21;
}

a.nav-link::after {
  display: none;
}


/* dodatne moznosti */
.card-header.bg-dark {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #1a1d21 !important;
}

a.nav-link.bd-0.active.pd-y-8...

Reviews

No reviews yet.