Jump to content

This Skin I'm Using Deleted All the List Style Stuff and I Want Lists Back D:


Uaithne
 Share

Recommended Posts

So I'm sure there's a reason that this skin I'm using removed all of the list styles from the skin, but for reals.  I want to be able to use lists in my posts.  They're my life savers.  I figured I could just go into the ".post" areas and add in the coding I need to get the lists back into the posts, but I'm not really sure what information I should add to the list-style.  This is a long-ass CSS, but I'm going to post it here anyhow.

 


/* Darkness */


/* Reset or fix elements */
header, nav, section, footer {
    display:block;
}

div ul, div ol {
    list-style:none;
    margin:0;
    padding:0;
}

dl,dt,dd {
    padding:0;
    margin:0;
}

table {
    cell-spacing: 0px;
    border-spacing:0;
    padding:0;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

.imgthumb img {border:1px solid #000 !important;}


fieldset, img {
    border:0;
}

/* Element styling */
html {
    overflow-x: auto;
}

.maintitle img { opacity: 0.01; -moz-transition: all 0s ease-in-out 0s; -webkit-transition: all 0s ease-in-out;margin-top:-3px;}
.maintitle:hover img { opacity: 1; }
.tableborder .maintitle.collapsed { opacity: 0.3; background-color:transparent !important; }
.maintitle.collapsed:hover {opacity: 1;-moz-transition: all 0.8s ease-in-out 0.8s; -webkit-transition: all 0.8s ease-in-out;}

html, body { 
    height:100%;
}

body { 
    font: 13px/19px "Lora", serif;
    padding:0;
    margin:0;
    text-align:center;
        background-color: #212121;
        background-image: url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/carbonfiberbackground.jpg);
        background-attachment: fixed;
        color: #d8d8d8;
        font-stretch: condensed;
}

table, tr, td {
    color:#d8d8d8;
}

#act-idx table, #act-idx tr, #act-idx td {color: #8d8d8d;}


a:link,
a:visited,
a:active { 
    color:#B6B6B6;
    text-decoration:none;
text-shadow:1px 2px 3px black;
}

    a:hover {
        color: #F0F0F0; 
    }

/* Container/Wrapper styling */
#container {
    margin:0 auto;
    text-align:left;
    width: 1150px;
        padding: 47px 0 0;
}

#container-inner {
      padding: 0 5px;
      margin: 0 auto;
}

/* Header styling */

header {
    width:100%;
}
    header .header-row,
        .header-row1,
    header .header-row2 {
        margin:0 auto 0 auto;
        text-align:left;
        position:relative;
    }

    header .header-row { 
                height: 37px; 
                background: rgba(47,47,47,0.7);
                background: -moz-linear-gradient(top, rgba(47,47,47,0.5) 0%, rgba(33,33,33,0.9) 100%); /* FF3.6+ */
                background: -webkit-linear-gradient(top, rgba(47,47,47,0.5) 0%,rgba(33,33,33,0.9) 100%);
                background: -o-linear-gradient(top, rgba(47,47,47,0.5) 0%,rgba(33,33,33,0.9) 100%);
                width: 100%;
                position: fixed;
                padding: 0;
                z-index: 48;
                border-bottom: 1px solid #212121;
                box-shadow: 0 2px 3px rgba(0,0,0,0.6);
        }
    .header-row1 { 
                margin: 0 auto;
                padding: 4px 0; 
                text-align: center;
        }
        
    .header-row1 #logo {
        width: 950px; margin: 0; padding: 0;
    }

        header #userbar { width: 1150px; margin: 0 auto; }
    
    header #userbar ul {
               float: right;
    }
        header #userbar ul#insertMessages, header #userbar .edit-links ul { float: none; }
    
        header #userbar ul li {
            float:left;
            position:relative;
            margin-right:3px;
        }
        
            header #userbar ul li a{
                padding: 10px 12px 10px 12px;
                display:block;
                color:#d0d0d0;
                text-decoration:none;
                                -moz-transition: all 0.3s ease-in-out 0s;
                                -o-transition: all 0.3s ease-in-out 0s;
                                -webkit-transition: 0.3s ease-in-out;
                                font-size: 14px;
            }

            header #userbar ul li a.messages,
                        header #userbar ul li a.mods {
                padding: 7px 12px;
            }
            
            header #userbar ul li a:hover {
                color:#fff;
                                background-color: rgba(47,47,47,0.8);
            }

            header #userbar ul li a.selected {
                background-color: #212121;
                -moz-box-shadow: 0px 5px 5px 0px #999;
                -webkit-box-shadow: 0px 5px 5px 0px #999;
                box-shadow: 0px 5px 5px 0px #999;
            }
            
            header #avatar {
                display:inline-block;
                float:left;
                margin-bottom:2px;
                margin-right:6px;
            }
            
            header #avatar img {
                max-width:40px;
                max-height:40px;
            }
            
    header #userbar nav {
                height: 37px;
        float:left;
        background-color:transparent;
        background-repeat:repeat-x;
        position:relative;
    }
    
        header #userbar nav ul.nav-links {
            list-style:none;
            margin-left:5px;
        }
        
        header #userbar nav ul.nav-links li {
            display:block;
            float:left;
        }
        
        header #userbar nav ul.nav-links li a {
            padding: 10px 20px;
            color:#d0d0d0;
            text-decoration:none;
                       -moz-transition: all 0.3s ease-in-out 0s;
                       -o-transition: all 0.3s ease-in-out 0s;
                       -webkit-transition: 0.3s ease-in-out; 
                       font-size: 14px;
        }
        
        header #userbar nav ul.nav-links li a:hover {
                        color: #fff;
                        background-color: rgba(33,33,33,0.6);
        }
        

        header #userbar nav ul.nav-links li a.nav-current,
        header #userbar nav ul.nav-links li a.selected,
                header #userbar nav ul.nav-links li a.nav-current:hover,
        header #userbar nav ul.nav-links li a.selected:hover {
                       background-color: rgba(0,0,0,0.6);
                       color: #555;
                       font-weight: bold;
                       box-shadow: 1px 3px 3px rgba(0,0,0,0.4) inset, -1px 3px 3px rgba(0,0,0,0.4) inset;
                       text-shadow: 0 1px 2px #101010;
        }
        
/* Information Bar styling*/

    
        section#infobar #location br {
display:none;
        }
        
/* Global elements styling */
.tableborder {
    background:transparent;
        border: 1px solid #454545;
        box-shadow: 0 3px 15px rgba(0,0,0,0.8);
        background: #343434;
}

#act-SF .maintitle a {color: #d8d8d8;}

#act-ST .maintitle {
        border: 1px solid #454545;
        box-shadow: 0 3px 15px rgba(0,0,0,0.8);}

.maintitle {
    background: url("http://darknight.b1.jcink.com/uploads/darknight/Tiesto/mt.png") repeat-x scroll 50% 0 gray;
    padding: 13px 8px;
    color:#fff;
    font-size:18px;
        text-align: center;
        text-shadow: 0 -1px 1px #212121;
}

    .maintitle a {
        color:#fff;
        text-decoration:none;
    }
    
    .maintitle div {
        color:#fff;
    }
        .maintitle:hover div { opacity: 1; }
    
.titlemedium {
    background:#343434;
    color:#d8d8d8;
    padding:5px;
    font-weight:bold;
}

    .titlemedium a {
        color:#d8d8d8;
    }


.row1,
.row2,
.row3,
.row4 {
    background:#212121;
    padding: 17px 8px;
        border-bottom: 1px solid #000;
        border-top: 1px solid #343434;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: 0.3s ease-in-out; 
}


.unread .row4 b a { font-weight: bold; }

#act-idx tr.unread .row2,
#act-idx tr.unread .row4 { 
        background-color: #101010;
}

.darkrow1,
.darkrow2,
.darkrow3 {
    padding:6px;
    background:#2f2f2f;
}

.pformstrip { 
    background-color:#2f2f2f;
    font-weight:bold;
    padding:5px;
    color:#f0f0f0;
}

    .pformstrip a,
    .pformstrip div,
    .pformstrip strong{
        color:#f0f0f0;
    }
    
.pformleft,
.pformleftw,
.pformright {
    padding:6px;
    background-color:#212121;
}

    .pformleft,
    .pformleftw {
        text-align:right;
        width:25%;
    }

    .pformright {
        font-weight: normal;
        width: auto;
    }

.desc {
    font-size:11px;
    color:#777;
text-shadow:1px 1px 1px black;
}

.thin {
     padding: 4px 0;
}

.tablepad {
    padding: 13px 8px;
    background-color:#212121;
}

.pairList dl {

}

.pairList dl dt {
    float:left;
}

.pairList dl dd {

}

.tablebasic {
    width:100%;
}

.tablefill {
    font-size:13px;
    background:transparent;
    border:0px;
}

.pagination {
    background:transparent;
}

.pagination a {
    text-decoration:none;
}

.pagination .pagination_pagetxt,
.pagination .pagination_pagetxt a,
.pagination a.pagination_page {
    color:#414141;
}

.pagination .pagination_current {
    background-color:#444;
    color:#d1d1d1;
}

.pagination .pagination_pagetxt:hover,
.pagination a.pagination_page:hover {
    background-color:#444;
color:#fff;
}

.pagination a.pagination_page,
.pagination .pagination_pagetxt,
.pagination .pagination_current{
    padding: 3px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
}

#act-ST .tableborder table.post-box {
    background-color:#212121;
    padding: 0;
        border: 1px solid #454545;
        box-shadow: 0 2px 3px rgba(0,0,0,0.8);
}

.post-box-head-code,
.post-box-head-quote {
    padding:5px;
    background-color:#343434;
    border-bottom:1px solid #454545;
}

#QUOTE,
#CODE {
    padding:13px 8px;
    background:#2f2f2f;
}


/* Useful/Shortcut Classes */
.click {
    cursor:hand;
    cursor:pointer;
}

.float-right {
    float:right;
}

.float-left {
    float:left;
}

.align-right {
    text-align:right;
}

.align-center {
    text-align:center;
}

.align-left{
    text-align:left;
}

.alert {
background: none repeat scroll 0 0 #444;
border-radius: 9px;
color: white;
display: none;
float: right;
font-size: 11px;
font-weight: bold;
padding: 0 7px;
position: absolute;
right: 2px;
text-shadow: 0 -1px 0 #212121;
top: 1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), inset rgba(255, 255, 255, 0.2) 0 .6em .3em, inset rgba(0, 0, 0, 0.1) 0 -0.3em .3em;
}

#act-idx #cat_4 .tableborder {float:right !important;}

#notice {
    top:0;
    left:0;
    width:100%;
    text-align:center;
    padding:4px 8px 8px;
    background-color:#2f2f2f;
    color: #d8d8d8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    font-size:18px;
    font-weight:bold;
    position:fixed;
    display:none;
        z-index: 50;
        height: 18px;
}

#top {
    width:50px;
    background: transparent;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:5px;
    right:5px;
    display:none !important;
    font-size:11px;
}

/* Sprites */
.sprite-icons {
    width:20px;
    height:20px;
    background-image:url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/usericonsblack.png);
    display:inline-block;
}

.sprite-icons.col {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6) inset;
    font-size: 13px;
    height: 21px;
    opacity: 0.01;
    position: relative;
    text-align: center;
    top: -3px;
    transition: all 0.5s ease-in-out 0s;
    width: 34px;
float:right;
}

header #userbar ul li a.selected .sprite-icons {
        background-image: url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/usericonswhite.png);
}

.sprite-icons.pip {
    width: 10px;
        height: 10px;
        border-radius: 5px;
        margin: 0 5px;
        background-color: #444;
    background-image: none;
        box-shadow: 0 1px 2px rgba(0,0,0,0.6) inset;
}

.sprite-icons.newpost {
    background-image: none;
        width: 16px;
        height: 10px;
        box-shadow: 0 1px 1px rgba(0,0,0,0.6) inset;
        background-color: #444;
}

.sprite-icons.mods {
    background-position: 0 0;
}

.sprite-icons.messages {
    background-position: 0px -20px;
}

.sprite-icons.switch-account {
    background-position: 0px -60px;
}
    
.sprite-large-icons {
}

.sprite-large-icons.locked {
    background-position: -4px -123px;
    height: 39px;
    width: 39px;
}

.sprite-large-icons.redirect {
    background-position: -4px -90px;
    height: 29px;
    width: 39px;
}

.sprite-large-icons.nonew, .sprite-large-icons.new {
        background: #686868;
        width: 24px;
        height: 8px;
        border-radius: 12px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.6) inset;
}

.sprite-large-icons.newpassword, .sprite-large-icons.password {
    background-position: -4px -45px;
    height: 39px;
    width: 39px;
        border-radius: 6px;
}

.sprite-large-icons.newpassword, .sprite-large-icons.new {
    background-color: #555;
}

.sprite-social-icons {
    background-image:url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/socneticon.png);
}

.sprite-social-icons.facebook {
    background-position: 0px 0px;
    height: 20px;
    width: 20px;
}

.sprite-social-icons.twitter {
    background-position: 0px -20px;
    height: 20px;
    width: 20px;
}

.sprite-social-icons.googleplus {
    background-position: 0px -41px;
    height: 20px;
    width: 20px;
}

/* CSS Buttons and Form Elements */

form {
    display:inline;
}

label {
    cursor:pointer;
}

fieldset.search {
    padding:6px;
}

select {
    margin: 0px;
}

optgroup option {
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", Helvetica, sans-serif;
    font-size: 12px;
}

.codebuttons { 
    font-size: 10px; 
    vertical-align: middle;
    margin:2px;
    padding:3px;
}

.textarea,
.searchinput,
.forminput,
.textinput {
    padding: 2px;
    vertical-align: middle;
    font-size:13px;
    font-family: "Helvetica Neue", "Arial Narrow", Helvetica, sans-serif;
}

.radiobutton,
.checkbox,
.helpbox { 
    border: 0;
    vertical-align: middle;
    background: transparent;
    padding:0;
}

input,
textarea,
select,
.textarea,
.searchinput,
.forminput {
    background-color:#0e0e0e;
    font-size:13px;
    font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
    border:1px solid #343434; 
        padding: 3px;    
        color: #d8d8d8;
}

textarea {
    padding:3px;
}

.button-normal,
input[type=submit],
input[type=button],
input[type=reset] {
    cursor:pointer;
    cursor:hand;
        background-image:url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/testgradient5.png);
    background-repeat:repeat-x; 
        box-shadow: 0 2px 3px rgba(0,0,0,0.6);
        padding: 3px 5px;
}

.button-large {
    background: #444 url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/testgradient5.png) top left;
    margin: 0px;
    padding: 8px 21px 8px 21px;
    color: #fff;
    text-align:center;
    font-size:13px;
    margin:0px 5px 0px 5px;
        box-shadow: 0 3px 5px rgba(0,0,0,0.8);
        text-shadow: 0 -1px 1px #212121;
}

.button-large:hover {
   background-position: bottom left;
}

.button-small {
    padding:4px 10px;
    margin:0px 3px 2px 3px;
    background: #444 url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/testgradient5.png);
    color:#fff;
    font-size:11px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
        opacity: 0.5;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: 0.2s ease-in-out;
}

.button-small:hover {
    opacity: 1;
}

.button-small.quote { opacity: 1; }

.buybutton {
    padding:4px 10px;
    background-color:#10b810;
    background-image:url(http://shift.b1.jcink.com/uploads/shift/ssf/images/maintitle_background.png);
    color:#fff;
    font-size:11px;
        opacity: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
        box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: 0.2s ease-in-out; 
}

#act-idx .tableborder tr {         
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: 0.2s ease-in-out; 
}

.tableborder tr {         
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: 0.2s ease-in-out; 
}


#act-SF .tableborder tr:hover td { background-color: #0f0f0f; }

#act-idx .tableborder tr:hover .buybutton { opacity: 0.4; }

#act-idx .tableborder tr a { 
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: 0.2s ease-in-out; 
}

#act-idx .tableborder tr:hover a { color: #F0F0F0; }

#act-idx .tableborder tr:hover .buybutton:hover {
    opacity: 1;
    text-decoration: none;
}

.closed {
    background:#343434;
    color:#d8d8d8;
    border:1px solid #212121;
}

.delete {

}

/* Remove old elements */
#logostrip,
#submenu,

.wrapmini,
.postlinksbar{
    display:none;
}

/* SSFML */
user,
if {
    display:none;
}

/* Board Index */

#act-idx .tableborder {
        background: #343434;
        border: 1px solid #454545;
margin-top:10px;
}


#act-idx #boardstats.tableborder { float: none; clear: both; margin-top:-10px;  }
#boardstats.tableborder tr:hover td { background-color: #212121 !important; }
#act-idx .tableborder tr:hover td { background-color: #2f2f2f; }

#act-idx .maintitle span {
    position:relative;
}

#act-idx th.titlemedium {
    visibility:hidden;
    line-height:0;
    padding:0;
    font-size:0;
}

#act-idx th.titlemedium:last-child,
#act-idx th.titlemedium:nth-child(3) {
    display: none;
}

#act-idx .forum-stats-row,
#act-SC .forum-stats-row{
    font-size:11px;
}

    #act-idx .forum-stats.pairList dl dd,
    #act-SC .forum-stats.pairList dl dd{
text-align:left;
    }
    
#act-idx .forum-last-post,
#act-SC .forum-last-post {
    font-size:11px;
}


#act-idx .darkrow2 {
    display:none;
}

.toplinks, #delcookiesrow { display: none; }
#boardstats .pformstrip, #boardstats .pformstrip:hover {
    background-color:#2f2f2f !important;
    color:#f0f0f0;
}

    #boardstats .pformstrip a {
        color:#f0f0f0;
    }
    
    #boardstats .row2 { width: 100%; }
    
/* Forum Thread List */
#act-SF .maintitle { text-align: left; }

#act-SF .tableborder .darkrow2{
    background-color:#2f2f2f;
    font-weight:bold;
    padding:5px;
    color:#f0f0f0;
}

#act-SF .tableborder .darkrow1 {
    background-color:#2f2f2f;
}

#act-SF .forum-stats-row {
font-size:11px;
    text-shadow: 1px 2px 3px black;
color:#555;
}

#act-SF table td.row2 .desc {width:170px;float:left;}

    #act-SF .forum-stats.pairList dl dd {
    }

#act-SF .forum-author {
    font-size:11px;
}

#mark-as-read-subto {
    float:right;
    font-size:12px;
}

#act-SF th.titlemedium,
#act-SF td.titlemedium {
visibility:hidden;
line-height:0;
padding:0;
font-size:0;
}

#act-SF th.titlemedium:nth-child(3) { display: none; }

#act-SF #subforums .forum-stats-row{
text-align:left;
font-size:11px;
}

#act-SF #subforums .forum-stats.pairList dl dd{
 text-align:right;
 margin-right:10px;
}

#act-SF #subforums .forum-last-post {
font-size:11px;
}

#act-SF #subforums .darkrow2 {
display:none;
}

/* Topic View/PM View/Event View */

#act-ST .post-normal {
    background-color:transparent;
    display:block;
        margin: 10px 0;
        border: 1px solid;
        border-color: #454545 #343434 #343434 #454545;
        box-shadow: 0 3px 15px rgba(0,0,0,0.6);
}

    #act-ST .post-normal .row4,
    #act-Msg.code-03 #ucpcontent .row4{
        background-color:#191919;
        background-image:url(http://darknight.b1.jcink.com/uploads/darknight/darkjm/testgradient5.png);
        background-repeat:repeat;
        color:#d8d8d8 !important;
        border-bottom:1px solid #2f2f2f;
        font-size:11px;
                padding: 4px 8px;
    }
        
        #act-ST .post-normal .row4 a {
            color: #d8d8d8 !important;
            text-decoration:none;
            font-size:11px;
        }
        
        .normalname {
            display:block;
                        backround-color: transparent;
        }
        
            #act-ST .post-normal .normalname a,
            .normalname a{
                font-size:15px;
            }
            
            .normalname a span,
            .normalname a div,
            #act-Msg .normalname a{
            }
            
            .online { 
                width: 15px;
                height: 15px;
                border-radius: 10px;
                box-shadow: 0 1px 1px rgba(0,0,0,0.4) inset;
                background-color: #1bc71b;
                margin: -2px 5px;
                display: inline-block;
           }

           .offline { 
                width: 15px;
                height: 15px;
                border-radius: 10px;
                box-shadow: 0 1px 1px rgba(0,0,0,0.4) inset;
                background-color: #999;
                margin: -2px 5px;
                display: inline-block;
           }
           
        #act-ST .post-normal .row4 div[align=right],
        #act-Msg.code-03 #ucpcontent .row4 div[align=right]{
            padding:3px;
        }

    #act-ST .post-normal .row4 .postdetails,
    #act-ST .post-normal .row4 .row4,
    #act-Msg.code-03 #ucpcontent .row4 .row4,
    #act-Msg.code-03 #ucpcontent .row4 .postdetails {
        border:0;
        background: transparent !important;
        padding:0;
                text-decoration: none; 
                float: right !important;
                font-size: 11px !important; 
    }

.post1,
.post2,
#act-ST.tablepad,
#act-ST.tablepad .row1 {
    background-color:#212121;
    border:0;
        padding: 4px 8px;
}

    .post1 .postdetails,
    .post2 .postdetails{
        margin-top:5px;
        display:block;
        padding:8px 8px;
        background-color:#1b1b1b;
        border:1px solid #343434;
padding:10px;
text-align:center;
border-radius:6px;
color:#8d8d8d;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 1px 3px rgba(0, 0, 0, 0.9);
    }

    
    .signature {
        border-top:1px solid #454545;
        padding:6px;
        color:#787878;
    }
    
    .postcolor .edit { font-size: 9px; }
    
    
.postcolor {
    font:13px/18px "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
}

.postcolor a { color: #8a1414; text-decoration: none; }

.mini-row {
    padding:2px;
    text-align:center;
}

.mini-row.joined,
.mini-row.post {
    font-size:11px;
}

#act-ST .post-normal .darkrow3,
#act-Msg.code-03 #ucpcontent .darkrow3 {
    background: #212121;
}

#act-ST .post-normal .darkrow3 div[align=right], #act-Msg.code-03 #ucpcontent .darkrow3 div[align=right] { 
    margin-top: 6px; 
}

    #act-ST .post-normal .darkrow3 .darkrow3,
    #act-Msg.code-03 #ucpcontent .darkrow3 .darkrow3{
        background:transpanent;
        border:0;
        margin:0 0 0 0;
    }
    
#act-ST .post-normal .darkrow1 {
    display:none;
}

#act-ST .activeuserstrip {
    background-color:#0e0e0e;
    padding: 8px 5px;
    color:#d8d8d8;
        border: 1px solid #343434;
}

    #act-ST .activeuserstrip a,
    #act-ST .activeuserstrip div{
        color:#d8d8d8;
    }
    

#act-ST .tableborder { box-shadow: none; border: none; background: none; }

#act-ST .tableborder td.row4[align="center"] {
    display: none;
}

.fast-reply .fast-reply-left div{
    padding:6px;
    float:left;
}

.fast-reply .fast-reply-right {
    margin-left:100px;
}

/* Help Page */

#act-Help .tablepad { 
        padding: 8px; 
}

#act-Help .tablepad .helprow{
    background-color:#212121;
    background-repeat:repeat;
    padding:8px;
    z-index:50;
}

    #act-Help .tablepad .helprow.active {
        background-color:#444;
        border-bottom:0;
    }
    
#act-Help .tablepad .helprow2 {
    background-color:#2f2f2f;
    border-bottom:1px solid #1f1f1f;
    padding:6px;
    font:13px/18px "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", Helvetica, sans-serif;
        font-stretch: condensed;
}

    #act-Help .tablepad .helprow2 li {
        background-color:transparent;
        list-style:disc;
        border:0;
        margin-left:20px;
    }
    
/* Search Page */
#act-Search.code-show .tableborder table,
#act-Search.code-getactive .tableborder table{
    padding:8px 8px 8px 8px;
    background-color:#1f1f1f;
}

    #act-Search .tableborder table table {
        background:transparent;
        padding:0;
    }
    
#act-Search .maintitle {
    text-align:left;
}

#act-Search .row1 {
    background-color:#212121;
}

#act-Search .titlemedium {
    background-color:#2f2f2f;
    color:#8d8d8d;
}

/* Member List */
#act-Members .tableborder table{
    padding:8px 8px 8px 8px;
    background-color:#212121;
        border-spacing: 0 2px;
}

    #act-Members .tableborder table td.row3 {
        background-color:#2f2f2f;
    }

    #act-Members .tableborder table td.pformstrip,
    #act-Members .tableborder table td.darkrow1 {
        background-color:#2f2f2f;
    }

/* Calendar */
#act-calendar .tableborder table{
    padding:8px 8px 8px 8px;
    background-color:#E15600;
    background-image:url(http://shift.b1.jcink.com/uploads/shift/ssf/images/tableborder_background.png);
    background-repeat:repeat;
}

    #act-calendar .tableborder table .row3,
    #act-calendar .tableborder table .darkrow1{
        padding:6px;
        border-right:1px solid #eaeaea;
        border-bottom:1px solid #eaeaea;
    }

#act-calendar div.pformstrip {
    color:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}

#calendarname span { font-size: 24px; }
#calendarname span.button-large { font-size: 13px; }

/* Profile */
#profilename {
    font:25px/35px "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", Helvetica, sans-serif;
        font-stretch: condensed;
}

#act-Profile .plainborder {
    padding:4px;
}
    #act-Profile .plainborder .maintitle {
        background-image:url(http://shift.b1.jcink.com/uploads/shift/ssf/images/row2_background.png);
        background-repeat:repeat;
        color:#414141;
        text-align:left;
    }
    
    #act-Profile .plainborder .row3,
    #act-Profile .plainborder .row1 {
        background-color:#E15600;
        background-image:url(http://shift.b1.jcink.com/uploads/shift/ssf/images/row_background.png);
        background-repeat:repeat;
    }
    
#act-Profile table {
    cell-spacing: 4px;
    border-spacing:4px;
    padding:4px;
    *border-collapse: expression('separate', cellSpacing = '4px');
}

#act-Profile table table {
    cell-spacing: 0;
    border-spacing:0;
    padding:0;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

#act-Profile .profile-left .titlemedium{
    background-color:#343434;
    color:#fff;
    text-align:left;
}

#act-Profile .profile-middle td.row2 {
    background-color:#212121;
    border:0;
        padding: 8px 5px;
}

    #act-Profile .profile-middle .box {;
        margin:0;
    }

.positiontab {
    margin-left: 25px;
    height:36px;
    z-index:2;
    position:relative;
}

div.opentab,
.opentab {
    padding:8px;
    float:left;
    width:auto;
    position:relative;
    margin-top:1px;
    font-size:12px;
    background-color:#333;
    cursor:hand;
    cursor:pointer;
}

.closedtab {
    border:0;
    padding:8px;
    float: left;
    width: auto;
    margin-top:1px;
    font-size:11px;
    cursor:hand;
    cursor:pointer;
}

div.opentab a:link, 
div.opentab a:visited, 
div.opentab a:active {
    text-decoration:none;
    color: #fff;
    font-weight:bold;
}

.closedtab a:link, 
.closedtab a:visited, 
.closedtab a:active {
    text-decoration:none;
    color:#d8d8d8;
}

#act-Profile .profile-right .row2 {
    background-color:#212121;
    padding:4px;
    color:#d8d8d8;
}

    #act-Profile .profile-right .row2 .pformstrip {
        display:none;
    }
    
/* Misc Pages */
#act-Stats .tableborder table{
    background-color:#212121
}
    
    #act-Stats .tableborder table table {
        background:transparent;
        padding:0;
    }
    
    #act-Stats .tableborder .darkrow1 {
        background-color:#343434;
    }

.newstext {
    display:none;
}

#act-SC .tableborder table{
    padding:0px 7px 7px 7px;
    background-color:#E15600;
    background-image:url(http://shift.b1.jcink.com/uploads/shift/ssf/images/tableborder_background.png);
    background-repeat:repeat;
}

#act-SC .darkrow2 {
    display:none;
}

#act-SC .titlemedium  {
    font-size:0px;
    line-height:0px;
    padding:0;
    margin:0;
    visibility:hidden;
}

/* User CP/Store/Other modifications that use these IDs */
#ucpmenu {
    width:20%;
}

    #ucpmenu .pformstrip {
        background-color:#2f2f2f;
        color:#d8d8d8;
                border: 1px solid #343434;
                border-bottom: none;
    }

    #ucpmenu p { 
        margin: 0; 
        padding: 0;
                background: #212121;
                border: 1px solid #343434;
                border-top: none;
    }
    
    #ucpmenu strong,
    #ucpmenu b{
        font-weight:normal;
    }
    
    #ucpmenu br {
        display:none;
    }

    #ucpmenu a { 
        display:block;
        padding:8px 8px;
        text-decoration:none;
    }

    #ucpmenu a:hover,
    #ucpmenu a.ucp-current{
        background-color:#0e0e0e;
        font-weight:bold;
    }

    #ucpmenu a.ucp-current strong{
        font-weight:bold;
    }
    
#ucpcontent {
    line-height:150%;
    width:auto;
        background: #212121;
        border: 1px solid #343434;
}

    #ucpcontent p {
        margin:0px;
        padding:8px;
    }
    
        
        #act-Msg.code-01 #ucpcontent .tableborder table { border-spacing: 0 2px; }       
    
        #ucpcontent .titlemedium a {
            color:#fff;
        }
                
                #ucpcontent form .tableborder { margin: 6px; }
        
#ucpmenu .maintitle,
#ucpcontent .maintitle {
    display:none;
}

.hlight td, .dlight td { padding: 8px; background-color: #212121; border-top: 1px solid #343434; border-bottom: 1px solid #0e0e0e; }

/* Copyright (Don't remove) */

#copyright { 
   padding-bottom: 20px;
   clear: both;
}

#copyright .tableborder { box-shadow: none; background: none; border: none; }

#copyright .row4 { background: transparent; border: none; }

.copyright {
        background: transparent;
        color: #d8d8d8;
        font-size: 9px;
}

.copyright a { color: #d8d8d8; }

.copyright br { display: none; }

/* Footer */
footer {
}

    footer a:link,
    footer a:visited,
    footer a:active { 
        color:#999;
        font-size:11px;
text-shadow:1px 2px 3px black;
    }

    footer a:hover {
        text-decoration:underline;
    }
    
    #footerbar{   background: none repeat scroll 0 0 #212121;
    border: 1px solid #333333;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.8);
    margin: 5px;
    text-align: left;
    }
    
        #footerbar a {
            margin-right:6px;
            padding: 0 6px;
            font-size: 11px;
        }
    
    #shiftcopy {
    }

/* Drop Down */
.dropdown-container{
    position:relative;
}

.dropdown-content {
    display:none;
    position:absolute;
    background-color:#212121;
    z-index:2;
                -moz-box-shadow: 0px 5px 5px 0px #999;
                -webkit-box-shadow: 0px 5px 5px 0px #999;
                box-shadow: 0px 5px 5px 0px #999;
}

li.dropdown-container ul.dropdown-content,
li.dropdown-container div.dropdown-content ul {
    margin:0;
    padding:0;
}

li.dropdown-container ul.dropdown-content li,
li.dropdown-container div.dropdown-content li {
    margin:0;
    padding:0;
    display:block;
    float:none;
    background:transparent;
}

.dropdown-content a:link,
.dropdown-content a:visited,
.dropdown-content a:active,
.dropdown-content a:hover,
header #userbar .dropdown-content a {
    padding:0px;
    margin:0;
    text-decoration:none;
    font-weight:normal;
    float:none;
    background:transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display:inline;
        color: #d8d8d8;
}

.dropdown-head {
    background-color:#E15600;
    background-image:url(http://shift.b1.jcink.com/uploads/shift/ssf/images/titlemedium_background.png);
    background-repeat:repeat;
    padding:4px;
    color:#fff;
}

.dropdown-row {
    padding:5px;
}

.dropdown-strip {
    background-color:#121212;
    padding:4px;
}

#dropdown-content-user {
    width:280px;
        padding: 4px 0;
}

    header #userbar #dropdown-content-user .user-drop-left div{
        padding:6px;
    }
    
    header #userbar #dropdown-content-user .user-drop-right {
        margin-left:60px;
    }
    
        header #userbar #dropdown-content-user .user-drop-right .view-links {
            float:left;
        }
        
        header #userbar #dropdown-content-user .user-drop-right .edit-links {
            margin-left:120px;
        }
        
    header #userbar #dropdown-content-user li {
        float:none;
        margin:0;
    }
    
    header #userbar #dropdown-content-user li a {
        color:#d8d8d8;
        font-size:12px;
        padding: 3px;
        background:transparent;
    }
        
    header #userbar #dropdown-content-user li a:hover {
        text-decoration:underline;
    }
    
#dropdown-content-mess {
    width:300px;
}
    
    header #userbar #dropdown-content-mess .dropdown-row {
        display:block;
        padding:5px;
        border-bottom:1px solid #343434;
    }
    
    header #userbar #dropdown-content-mess .dropdown-row:hover {
        background-color:#2f2f2f;
    }
    
        header #userbar #dropdown-content-mess .msg-left {
            float:left;
            padding-top:10px;
        }
        
        header #userbar #dropdown-content-mess .msg-right {
            margin-left:25px;
        }
            
        header #userbar #dropdown-content-mess .title {
            font-size:15px;
        }
        
        header #userbar #dropdown-content-mess .author {
            font-size:12px;
        }
        
        header #userbar #dropdown-content-mess .time {
            font-size:11px;
            font-style:italic;
        }
        
    header #userbar #dropdown-content-mess .create-new {
        float:right;
    }
    
    header #userbar #dropdown-content-mess li {
        float:none;
        margin:0;
    }
    
    header #userbar #dropdown-content-mess a {
        color:#d8d8d8;
        background:transparent;
    }
    
    header #userbar #dropdown-content-mess a:hover {
        text-decoration:underline;
    }
    
#dropdown-content-mods {
    width:140px;
        padding: 4px;
}

#dropdown-content-mods ul { float: none !important; }
#dropdown-content-mods ul li { float: none !important; margin: 0; text-align: left; }
#dropdown-content-mods li a:link,
#dropdown-content-mods li a:visited { color: #d8d8d8; text-decoration: none; display: block; padding: 3px; }
#dropdown-content-mods li a:hover { text-decoration: underline; background: none !important; color: #d8d8d8 !important; }
    
.skin-selector-container {
    display:inline;
}

a#dropdown-skin {
    color:#999;
    display:inline-block;
    font-size:11px;
}

a#dropdown-skin.selected {
    background:#000;
    z-index:3;
}

#dropdown-content-skin {
    height: 350px;
    left: 0 !important;
    overflow-y: auto;
    right: auto !important;
    top: -355px;
    width: 175px;
text-align:left;
text-shadow:0 3px 15px rgba(0, 0, 0, 0.8);
}

    #dropdown-content-skin li {
        padding:0;
    }
    
    #dropdown-content-skin li a{
        padding:3px;
        font-size:12px;
        display:block;
        margin-right:0;
    }
    
    #dropdown-content-skin a:hover {
        background-color:#2F2F2F;
        background-repeat:repeat;
    }
    
#dropdown-content-sa {
    border-top:0;
}

#dropdown-sa.selected {
    background:#fff;
}

/* Popup Boxes */
#overlay {
    position:fixed;
    left:0;
    top:0;
    z-index:2000;
    background-color:#000;
    display:none;
}

.popup-container{  
    display:none;
    top:50%;
    left:50%;
    position:fixed;
    z-index:3000;
    text-align:left;
}

.popup-transparent-border {
    background-color:#232323;
    z-index:2500px;
    position:fixed;
    display:none;
}

.popup-content {
    margin:8px;
    z-index:4000;
    position:relative;
        border: 1px solid #454545;
}

.popup-head {
    font-size:15px;
    background-color:#000;
    background-image:url(http://shift.b1.jcink.com/uploads/shift/ssf/images/maintitle_background.png);
    background-repeat:repeat;
    text-align:left;
    height:30px;
    font-size:16px;
}

.popup-head a {
    color:#fff;
}

.popup-head-title {
    float:left;
    padding:5px;
    display:block;
    color:#fff;
}

.popup-head-close {
    float:right;
    display:block;
    padding:5px;
}

.close-popup{

}

.popup-row {
    background:#212121;
    padding:6px;
        color: #F0F0F0;
}

.popup-strip {
    background-color:#212121;
    padding:5px;
}


#popup-login {
    width:585px;
}

#popup-login .popup-row {
    height:80px;
}

#popup-login .popup-row .login-title {
    margin-left:5px;
    font-weight:bold;
    font-size:1.1em;
}

.login-title a {
    text-decoration:underline;
    float:right;
    font-size:0.75em;
}

#popup-login .popup-row input.username,
#popup-login .popup-row input.password {
    background-repeat:no-repeat;
    background-position:5px 50%;
    width:220px;
    padding:4px 0px 4px 26px;
}

#popup-login .popup-row input.username {
    background-image: url(http://i103.photobucket.com/albums/m130/Gunblaza/fams/user_go.png);
}

#popup-login .popup-row input.password {
    background-image: url(http://i103.photobucket.com/albums/m130/Gunblaza/fams/key_go.png);
}

.login-col {
    padding:8px 12px;
    float:left;
    width:250px;
}

.login-check{
    background: transparent;
    border: 0;
}

.login-keep,
.login-anon {
    margin-top:1px;
    font-size:0.9em;
}

/* Gallery */
#slides { height: 550px; padding: 10px; margin: 0 auto; }

.slides_container {
    height:480px;
    margin: 0 auto;
    width: 768px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset;
    border: 1px solid #343434;
}

.slides_container div img:after { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8) inset; }

.slides_container div {
    display:block;
    height: 480px;
}

.next, .prev {
    display: block;
    left: 50px;
    position: relative;
    top: -280px;
    z-index: 20;
    opacity: 0.5;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: 0.35s ease-in-out;
    width: 17px;
    height: 20px;
}

.next:hover, .prev:hover { opacity: 1; }

.next {
    left: 830px;
    top: -300px;
}

#slides .pagination { 
   display: inline-block;
   list-style: none;
   text-align: center;
   padding: 0;
   position: relative;
   left: 310px;
   bottom: 30px;
}

#slides .pagination li {
   width: 16px;
   height: 16px;
   background: #454545;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0 1px 2px rgba(0,0,0,0.8) inset;
   margin-right: 10px;
   display: inline-block;
   vertical-align: top;
}

#slides .pagination li a { 
   color: transparent;
   font-size: 16px;
}

#slides .pagination li.current { 
   background: #E15600;
}

.caption {
z-index: 500;
position: absolute;
bottom: 0;
left: 0;
height: 30px;
padding: 0px 20px 15px 20px;
background: black;
background: rgba(0, 0, 0, 0.75);
width: 728px;
font-size: 15px;
color: white;
border-top: 1px solid black;
text-shadow: none;
}

/* slider */

.slider {
    background: none repeat scroll 0 0 #000000;
    position: relative;
    z-index: 1;
}

#idx .slider {display:block;}
#SF .slider {display:block;}

.sliderContent {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.featured-inner {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.featured-arrows {
    background: #000;
    height: 52px;
    position: absolute;
    top: 160px;
    width: 39px;
}

.featured-inner h1 {
    background: none repeat scroll 0 0 #000000;
    color: #757575;
    font-family: Consolas;
    font-size: 34px;
    left: 9px;
    padding: 8px 10px 18px;
    position: absolute;
    top: 138px;
}

.featured-meta {
    background: url("http://darknight.b1.jcink.com/uploads/darknight/gme/featured_meta.png") repeat-x scroll 0 0 transparent;
    color: #8E8E8E;
    height: 26px;
    left: 0;
    padding: 8px 10px 0;
    position: absolute;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    top: 200px;
}

.featured-inner h1 a {
    color: #FFFFFF;
}

.top-overlay {
    background: url("http://darknight.b1.jcink.com/uploads/darknight/gme/top_overlay.png") repeat-x scroll 0 0 transparent;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

.bottom-overlay {
    background: url("http://darknight.b1.jcink.com/uploads/darknight/gme/bottom_overlay.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 30px;
    position: absolute;
    width: 100%;
}

.sliderArrows a {
    background-image: url("http://darknight.b1.jcink.com/uploads/darknight/gme/prev_next.png");
    display: block;
    height: 43px;
    margin-top: -34px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 42px;
    z-index: 50;
}

.row6 { background-image: url("http://darknight.b1.jcink.com/uploads/darknight/Tiesto/row_gradient.png");
    background-position: 0 0;
    background-repeat: repeat-x;
background-color:#1a1a1a;
    border-top: 1px solid #252525;
}

/* extra shit */

#shoutbox .tableborder {width: 1200px !important;}


/* Search Bar */


#searchbar{display:block;position:relative;
top: 5px;
right: 10px;
border-radius: 3px;
float: left;}
    
#searchbar .search-container {
position:relative;
background-color: rgba(37,37,37,0.8);
box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset;
display:block;
min-width:75px;
max-width: 200px;
height:20px;
padding:3px 0 3px 6px;
border-radius: 3px;}
        
#searchbar .search-input {
color:#b8b8b8;
border:0;
background:transparent;
width:50px;
font-size:12px;
padding-left:2px;
 margin-top: -13px;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-webkit-transition: 0.2s ease-in-out;
box-shadow: none;}
        #searchbar .search-input:focus { color: #fff; width: 175px; }
        #searchbar .search-button {
background: transparent url(http://darknight.b1.jcink.com/uploads/darknight/Tiesto/find.png) no-repeat 50%;
text-indent: -3000em;
padding:0;
border:0;
display:block;
width:24px;
height: 18px;
position:absolute;
right:0;
top:4px;
bottom:0;
box-shadow: none;
border-radius: 0 3px 3px 0;}

/* NEW LOGIN POPUP */


.popupBox {  
    display:none;
    top:0;
    left:0;
    position:fixed;
    z-index:3000;
    text-align:left;
}

.popupBox-background {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position:fixed;
    display:none;
}

.popupBox-content {
    margin:8px;
    border:1px solid black;
    z-index:4000px;
    position:relative;
background:#f5f6f7;
box-shadow:0 3px 15px #000000;
}


/* Login pop up */

#loginPopup {
    width:600px;
}

#LoginPopup .row2 {font-size:11px;}

.login-row {height:67px;}

#quick-login {display:none;}

.login-row2 {
    height:80px;
padding-left:15px;
padding-bottom:10px;
}

.login-row .login-title {
    margin-left:5px;
    font-weight:bold;
    font-size:1.15em;
color:#5a5a5a;

}

.login-title a {
    text-decoration:none;
    float:right;
    font-size:11px;
color:#a4a4a4;
font-weight:normal;
}

.login-row input {
background: none repeat scroll 0 0 #292929;
    border: 1px solid #383838;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    color: #B7B7B7;
    padding: 6px 0px 6px 26px;;
width:220px;
}
.login-row input:focus {background-color:#4b4b4b;border:1px solid #797979;}

.login-row input.username {
    background-image: url(http://darknight.b1.jcink.com/uploads/darknight/fc/user.png);
    background-repeat:no-repeat;
    background-position:5px 50%;
}
.login-row input.password {
    background-image: url(http://darknight.b1.jcink.com/uploads/darknight/fc/key.png);
    background-repeat:no-repeat;
    background-position:5px 50%;
}

.login-col {
    padding:8px 12px;
    float:left;
    width:250px;
}

/* Custom LoginPopup Stuff bro */

.edit {        margin-top:5px;
        padding:10px 8px;
        background-color:#1b1b1b;
        border:1px solid #343434;
text-align:left;
border-radius:6px;
color:#8d8d8d;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 1px 3px rgba(0, 0, 0, 0.9);}


.titlemedium2, .maintitle2 {
    background: url("(http://darknight.b1.jcink.com/uploads/darknight/darkjm/testgradient5.png") #151515;
    border-bottom: 1px solid #111;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
color:#5a5a5a;
 text-shadow:1px 2px 3px black;
}
#act-idx .row4 b a { font-size: 15px; float: left; text-shadow: 1px 2px 3px black; font-weight: normal; }
#boardstats .maintitle, #shoutbox .maintitle {text-shadow:1px 2px 3px black;}


/* Breadcrumbs navigation */
#breadcrumbs {
    list-style-type: none; margin: 0; padding: 0; background: #222;


    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    clear: both;
    font-size: 11px;
    line-height: 37px;
    margin-bottom: 15px;
    overflow: hidden;

}
ul#breadcrumbs li { float: left;}
ul#breadcrumbs li a {      background: url("http://darknight.b1.jcink.com/uploads/darknight/secondary_nav2.png") no-repeat scroll 100% 0 transparent;
    display: block;
    padding-left: 8px;
    padding-right: 17px;
 }
ul#breadcrumbs br {display:none;}
ul#breadcrumbs li a:hover { background-position: 100% -43px; }
/* Page Title (last item from breadcrumbs) */
#page_title {
    position: absolute; top: 0; left: 0;
    padding: 10px 0 10px 10px;
}

#page_title a { margin-right: 10px; }
#act-Pages {  background: none repeat scroll 0 0 #212121;
    border: 1px solid #333333;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.8);
    padding: 8px;}

WoL___dark01.png

Link to comment
Share on other sites

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Admin

Can I get a link to the site? Most likely simply changing lists will cause an issue with the overall skin (normally themers do this intentionally for a reason) however if I know more about the posts specifically I can help you fix it pretty easily.

 

@Uaithne

0_mainsignature.jpg

image.png

Profile set made by myself and original Artwork by Fae Merriman, my daughter.

 

 

Link to comment
Share on other sites

@Morrigan Thanks.  I don't actually have it fully installed as the skin, so it's not open to the public.  It's this skin right here if that's helpful.  If it's not, I can make a test account for you.  Though there is a test account already made on that preview site.

WoL___dark01.png

Link to comment
Share on other sites

  • Admin

Add this into your CSS:

.postcolor ul {
	list-style: inherit;
}

This SHOULD fix it.

0_mainsignature.jpg

image.png

Profile set made by myself and original Artwork by Fae Merriman, my daughter.

 

 

Link to comment
Share on other sites

@Morrigan It did not.  I don't know if inherit will work since it seems that every list has been deactivated.

WoL___dark01.png

Link to comment
Share on other sites

  • Admin

It would. I added it to my code and it did. Where did you put it @Uaithne? It would be best at the end of that massive CSS.

0_mainsignature.jpg

image.png

Profile set made by myself and original Artwork by Fae Merriman, my daughter.

 

 

Link to comment
Share on other sites

Oh, there are so many things I don't know!  I didn't realize position mattered.  I put it with the rest of the post colors. @Morrigan

 


.postcolor {
    font:13px/18px "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
}

.postcolor a { color: #a93e3e; text-decoration: none; }

.postcolor ul {
    list-style: inherit;
}
Edited by Uaithne

WoL___dark01.png

Link to comment
Share on other sites

  • Admin

Either add it to the end of the CSS or change it to this:

.postcolor ul {
	list-style: inherit !important;
}

 

0_mainsignature.jpg

image.png

Profile set made by myself and original Artwork by Fae Merriman, my daughter.

 

 

Link to comment
Share on other sites

@Morrigan 

 

Oh, okay.  I was checking it against a list that was ordered.  So I added that code for the ordered list and . . . it didn't number them appropriately.  Instead it used bullets.

 

I use lists a lot.  I use list within a list within a list.  All with the nice little appropriately descending bullets and numbers and stuff.  Sometimes I use "list" just to indent stuff.  Unfortunately this fix has added bullets, but it doesn't indent, it doesn't do numbers, and it doesn't do sub-lists.

WoL___dark01.png

Link to comment
Share on other sites

  • Admin

Sorry, I totally forgot about ordered list. Do this instead:

.postcolor ul, .postcolor ol {
	list-style: inherit !important;
	margin:inherit;
	padding:inherit;
}

 

Sorry I edited the last post.

0_mainsignature.jpg

image.png

Profile set made by myself and original Artwork by Fae Merriman, my daughter.

 

 

Link to comment
Share on other sites

@Morrigan That's pretty much the same thing that I just did, and it came up with the bullets and no indent.

 

Just for giggles, I removed this part:

div ul, div ol {
    list-style:none;
    margin:0;
    padding:0;
}

 

The only thing that I can see that it has changed is that the little user bar (with the log-in information and home button and stuff) has become very short.  If I can find a way to make it longer, then I don't have to worry about the list codes.

@Morrigan Okay, I figured out how to change it (header-row) so that it's the appropriate height.  I think I'm good for now.  Thank you for your help.

WoL___dark01.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.