english 
Thread Options  Search this Thread  
Post: #1
16-10-2013 23:22 PM (This post was last modified: 17-10-2013 16:12 PM by HeadCoder)
HeadCoder


Joined: 03-10-2013
Posts: 18
Country: United Kingdom
Male HeadCoder is Offline now
7.3 themes edit theme
7.3 themes edit theme

try

Adding the below line or add it

CODE:
#pcm
{
    display: none;
}
ul.TSSEMenu ul
{
    display: none;
}
ul.TSSEMenu li:hover>ul
{
    display: block;
        -moz-border-radius: 1.5em;
}
ul.TSSEMenu ul
{
    left: -1px;
    position: absolute;
    top: 98%;
    z-index: 2;
}
ul.TSSEMenu ul ul
{
    left: 98%;
    position: absolute;
    top: -2px;
    z-index: 1;
}
ul.TSSEMenu,ul.TSSEMenu ul
{
    background-color: transparent;
    background-repeat: repeat;
    list-style: none;
    margin: 0px;
    padding: 0px 2px 2px 0px;
}
ul.TSSEMenu table
{
    border-collapse: collapse;
}
ul.TSSEMenu
{
    display: block;
    float: left;
    zoom: 1;
}
ul.TSSEMenu ul
{
    width: 155.9px;
}
ul.TSSEMenu li
{
    display: block;
    font-size: 0px;
    margin: 2px 0px 0px 2px;
}
ul.TSSEMenu a:active, ul.TSSEMenu a:focus
{
    outline-style: none;
}
ul.TSSEMenu a, ul.TSSEMenu li.dis a:hover, ul.TSSEMenu li.sep a:hover
{
    _padding-left: 0;
    background-color: #2E2E2E;
    border-color: #7DF33D;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: default;
    display: block;
        -moz-border-radius: 1.5em;
    font: normal 12px Trebuchet MS,Tahoma;
    padding: 2px 5px 2px 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}

ul.TSSEMenu span
{
    overflow: hidden;
}
ul.TSSEMenu li
{
    float: left;
}
ul.TSSEMenu ul li
{
    float: none;
}
ul.TSSEMenu ul a
{
    text-align: left;
    white-space: nowrap;
}
ul.TSSEMenu li.sep
{
    height: 100%;
    line-height: 0;
    padding: 0px;
    text-align: left;
}
ul.TSSEMenu li.sep span
{
    background-color: #cccccc #111111 #111111 #cccccc;
    background-image: none;
    display: inline-block;
    float: none;
    height: 100%;
    padding-right: 0;
    width: 3px;
}
ul.TSSEMenu ul li.sep span
{
    height: 3px;
    width: 100%;
}
ul.TSSEMenu li:hover
{
    cursor: pointer;

    position: relative;
}
ul.TSSEMenu li:hover>a
{
    background-color: transparent; 
    border-color: #4CCE4A;
    border-style: solid;
    color: #00000;
    cursor: pointer;
    font: normal 12px Trebuchet MS, Tahoma;
    text-decoration: none;
}
ul.TSSEMenu li a:hover
{
    background-image: url(../images/li2.png);
    border-color: #4CCE4A;
    border-style: solid;
    color: #000000;
    cursor: pointer;
    font: normal 12px Trebuchet MS, Tahoma;
    position: relative;
    text-decoration: none;
}
ul.TSSEMenu li.dis a
{
    color: #666 !important;
}
ul.TSSEMenu img
{
    _float: none;
    border: none;
    float: left;
    height: 16px;
    margin-right: 2px;
}
ul.TSSEMenu ul img
{
    height: 16px;
}
ul.TSSEMenu img.over
{
    display: none;
}
ul.TSSEMenu li.dis a:hover img.over
{
    display: none !important;
}
ul.TSSEMenu li.dis a:hover img.def
{
    display: inline !important;
}
ul.TSSEMenu li:hover > a img.def
{
    display: none;
}
ul.TSSEMenu li:hover > a img.over
{
    display: inline;
}
ul.TSSEMenu a:hover img.over,ul.TSSEMenu a:hover ul img.def,ul.TSSEMenu a:hover a:hover ul img.def,ul.TSSEMenu a:hover a:hover img.over,ul.TSSEMenu a:hover a:hover a:hover img.over
{
    display: inline;
}
ul.TSSEMenu a:hover img.def,ul.TSSEMenu a:hover ul img.over,ul.TSSEMenu a:hover a:hover ul img.over,ul.TSSEMenu a:hover a:hover img.def,ul.TSSEMenu a:hover a:hover a:hover img.def
{
    display: none;
}
ul.TSSEMenu a:hover ul,ul.TSSEMenu a:hover a:hover ul
{
    display: block;
}
ul.TSSEMenu a:hover ul ul
{
    display: none;
}
ul.TSSEMenu span
{
    background-image: url("../images/arr_white.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
        -moz-border-radius: 1.5em;
    padding-right: 12px;
}
ul.TSSEMenu li:hover>a>span
{
    background-image: url("../images/arrv_white.gif");
}
ul.TSSEMenu a:hover span
{
    _background-image: url("../images/arrv_white.gif");
}
ul.TSSEMenu ul span,ul.TSSEMenu a:hover table span
{
    background-image: url("../images/arr_white.gif");
}
.hand {
    cursor: pointer;
}
.notification-border-n {
    border: 1px solid #2DAB30;
    background-color: #f3f8fc;
    color: #2b2b2b;
}
.notification-th-n {
    background: #2DAB30;
    height: 19px;
}
.notification-title-n { /* Notification message */
    color: #ffffff;
    font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-body {
    padding: 6px 10px;
    text-align: justify;
}
.notification-border-e {
    border: 1px solid #46470d;
    background-color: #fcf3f3;
    color: #2b2b2b;
}
.notification-th-e {
    background: #46470d;
    height: 19px;
}
.notification-title-e { /* Error message */
    color: #ffffff;
    font: bold 12px tahoma, verdana, arial, sans-serif;
}

.button {
        
        -moz-box-shadow: 0px 10px 6px -7px #275212;
        -webkit-box-shadow: 0px 10px 6px -7px #275212;
        box-shadow: 0px 10px 6px -7px #275212;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #3b8c12));
        background:-moz-linear-gradient(top, #77b55a 5%, #3b8c12 100%);
        background:-webkit-linear-gradient(top, #77b55a 5%, #3b8c12 100%);
        background:-o-linear-gradient(top, #77b55a 5%, #3b8c12 100%);
        background:-ms-linear-gradient(top, #77b55a 5%, #3b8c12 100%);
        background:linear-gradient(to bottom, #77b55a 5%, #3b8c12 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#3b8c12',GradientType=0);
        
        background-color:#77b55a;
        
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:13px;
        font-weight:bold;
        padding:2px 7px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #5b8a3c;
        
    }
.button:hover {

        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3b8c12), color-stop(1, #77b55a));
        background:-moz-linear-gradient(top, #3b8c12 5%, #77b55a 100%);
        background:-webkit-linear-gradient(top, #3b8c12 5%, #77b55a 100%);
        background:-o-linear-gradient(top, #3b8c12 5%, #77b55a 100%);
        background:-ms-linear-gradient(top, #3b8c12 5%, #77b55a 100%);
        background:linear-gradient(to bottom, #3b8c12 5%, #77b55a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b8c12', endColorstr='#77b55a',GradientType=0);
        
        background-color:#3b8c12;
    }
.button:active {
        position:relative;
        top:1px;
    }


very easy to add stuff the the 7.3 even add to the shoutbox you just need a theme maker who can add to your css As know i what to add and where to add to  theme as i make theme for tsse

Alot of site owners who think and them who think thay can make tsse theme for a owner you making the site look like a mess by adding firefox doge to the TSSEMenu and buttons your making it look like a mess think of the users who are on the site ok it mite look ok for your self think !!!!!!! the user see it and what a mess you have made its no good adding a user to check it out to see if its ok your wrong user use dif aka ie so on so think before you start to add crap to your themes, im a tbv man and made my own code u232 crap i would not go there at all as u know who as done it and well what can i say about him lol what a wanker he is lol
The following 3 users say thank you to HeadCoder for this useful post:

Post: #2
06-11-2016 20:01 PM
finno


Joined: 19-03-2015
Posts: 198
Country: Isla de Muerte
Male finno is Offline now
7.3 themes edit theme
what is this added to ? the existing theme or , and would it be possible to make it work in etc v. 7.5

Quick Reply
Decrease Size
Increase Size
Insert bold text Insert italic text Insert underlined text Align text to the left Align text to the centerr Align text to the right Justify text Insert quoted text Code Insert formatted PHP code Insert formatted SQL code
Colors
Insert hyperlink Insert image Insert email address
Smilies
Insert hidden text



Forum Jump: