Results 1 to 1 of 1

Threaded View

  1. #1
    Blown's Avatar
    Join Date
    Jan 2017
    Posts
    15
    Thanks
    4
    Thanked 5 Times in 3 Posts

    Red face New website CSS themes in development

    Currently im re working the CSS on this site through an external plugin that allows me to view the site differently then others.

    Here is an example of my Current theme. it is NOT FINISHED!

    The addon i use is called "Stylish" (Chromium/FireFox)

    SCDark V1.1:SCDark V1.1:

    Removed Images....


    UPDATE:

    SCDark1.3:




    I will next post about this theme when i finish it!

    If you would like a copy of it when its finished pm me!

    Any Tips and Suggestions are welcomed!

    Download
    (non-profit/free for everyone)
    I get nothing for sharing this theme/css mod

    Link (Stylish Addon Required!): SCDarkV1.3 userstyles.org

    Code:
    Code:
    @-moz-document domain(www.systemcheats.net) {
    
    html {
        background: #000000 none;
    }
    
    .body_wrapper {
        border: 0px solid #000000;
        border-top: none;
        border-bottom: none;
    }
    .body_wrapper {
        padding: 0px 10px 0px 10px;
        background: rgb(150, 150, 150) none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 0px;
    }
    
    tbody {
        width: auto;
        min-width: 1200px;
        margin: 0px 35px 0px 35px;
        font-size: 13px;
        color: #000000;
        line-height: 1.230;
    }
    
    body a {
        color: rgb(0,0,0);
        text-decoration: none;
    }
    
    body {
        width: auto;
        min-width: 1200px;
        margin: 0px 35px 0px 35px;
        font-size: 13px;
        color: #ffffff;
        line-height: 1.230;
    }
    
    .footer_time {
        color: #000000;
        font: normal 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
        padding-top: 10px;
        text-align: left;
    }
    
    .footer_copyright, .footer_morecopyright {
        padding-bottom: 5px;
        color: #000000;
        font: normal 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
        margin-top: 10px;
        text-align: left;
        display: block;
    }
    }
    Purple text not in theme!

    -Blown

    PLEAST NOTE BEFORE APPLYING THEME!

    THE HOME PAGE IS BROKEN IF YOU USE THIS! IT IS MADE FOR THE FORUM ONLY!!!!!!!!!!!!!
    Last edited by SerimArda; 07-05-2017 at 01:07 PM.
    "Banning hackers is like putting drug dealers in jail, They find a way around it." - Unknown

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •