Skip to content

Soccer Sixes by deecsaunders

Screenshot of Soccer Sixes

Details

Authordeecsaunders

LicenseNo License

Categoryhttps://www.soccersixes.net/

Created

Updated

Size4.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A darkmode update for the soccer sixes website

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - Oct 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("soccersixes.net"),
domain("https://www.soccersixes.net/info/leagues/*") {
    body {
        background-color: #161616;
    }
    .container_whole,
    .front_first,
    .container1 {
        margin: 0px auto;
    }
    
   
    
    .container_main {
        background-color: #161616;
        color: #fff;
    }
    .container {
        width: 100%!important;
    }

    .panel-heading,
    .form-group table {
        border-radius: 8px;
        border-spacing: 0;
        border-collapse: separate;
        overflow: hidden;
    }
    
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
        color:#ffffff;
    }


    .panel-title a {
        font-size: 16px;
    }

    .panel {
        background-color: #161616;
        color: #fff;
    }

    .carousel,
    .footer,
    #cookiewarning,
    #fb_container,
    .container_main .row,
    #search-container {
        display: none;
    }

    .front_first {
        min-height: 600px;
    }

    #header.jumbotron {
        margin-top: 100px;
        background-image: none;
    }

    .front_main_btn1,
    .btn,
    .btn-default,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        background-image: none;
        background-color: #ED1C24;
        color: #fff;
        border: none;
    }

    .btn-danger {
        background-color: #6d6d6d;
    }

    hr {
        border-top: 1px solid #000;
    }

    #header {
        height: 160px
    }

    .gm-err-container,
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 20px;
        border: 0px;
        font-size: 18px;
        background-color: #2d2d2d;
        color: #fff;
    }

    .well,
    .front_first,
    .front_second,
    .front_third,
    .front_fourth,
    .front_fifth,
    .front_sixth,
    .front_seventh {
        background-image: none;
        background-color: #161616;
        border: 0px;
        border-radius: 24px;
    }

    .second_caption,
    .front_caption {
        color: #fff;
    }

    #fixtures_accordion_results .table > thead > tr > th:last-child,
    .front_third {
        display: none;
    }

    .table-striped > tbody > tr:nth-child(even) > td,
    .table-striped > tbody > tr:nth-child(even) > th {
        background-color: #1e1e1e;
        color: #fff;
    }

    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #222222;
        color: #fff;
    }

    .table-striped > tbody > tr > td a {
        color: #fff;
        font-weight:bold;
        font-size:15px
    }

    .container_main {
        width: 100%;
    }

    .form-control,
    input#email,
    input#password{
        color: #fff;
        background-color: #0b0b0b;
        border: none;
        padding: 16px 24px!important;
        font-size: 18px;
        height: auto;
    }
    
     @media screen and (min-width:1920px) {
         #header.jumbotron h1 {
             font-size:32px;
         }
          .gm-err-container,
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
         .table > tfoot > tr > td {
             padding:10px;
            font-size: 15px;
         }
       .container1 {
            max-width: 1200px!important;
            margin: 0px auto;
        }
        .panel-heading {
            padding:8px;
        }
         
         .table-striped > tbody > tr > td a {
             font-size:13px;
         }
    }
    
    @media screen and (min-width:2560px) {
         #header.jumbotron h1 {
             font-size:48px;
         }
        .gm-err-container,
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
         .table > tfoot > tr > td {
             padding:20px;
             font-size: 18px;
         }
       .container1 {
            max-width: 1440px!important;
            margin: 0px auto;
        }
        .panel-heading {
            padding:24px;
        }
        .table-striped > tbody > tr > td a {
             font-size:15px;
         }
    }
}

@-moz-document domain("soccersixes.net"),
domain("https://www.soccersixes.net/info/leaguegroups/*") {
    .table-striped > tbody > tr > td:last-child {
        display: none;
    }
}

Reviews

No reviews yet.