Snow effect in sidebar

Snow effect in sidebar v1

No permission to download
i dont know why... is not working, instead in my hallowen theme is working (other your masterwork)
xmas
upload_2015-7-18_17-8-18.webp

hallowen
upload_2015-7-18_17-8-49.webp

My extra css
Code:
/* Start User Ranks */
.custom-title-founder {
    background-color: #CC1111;
    border: 1px solid #CC1111;
    border-radius: 4px;
        width: 108px;
    padding: 3px;
    margin: 3px 0;
    text-align: center;
    color: white;
}

.sidebar .custom-title-founder {
    margin-left: 43px;
    max-width: 80px;
}

.custom-title-admin {
    background-color: #FF9900;
    border: 1px solid #FF9900;
    border-radius: 4px;
        width: 108px;
    padding: 3px;
    margin: 3px 0;
    text-align: center;
    color: white;
}

.sidebar .custom-title-admin {
    margin-left: 43px;
    max-width: 80px;
}

.custom-title-geveneti {
    background-color: #00CC00;
    border: 1px solid #00CC00;
        width: 108px;
    border-radius: 4px;
    padding: 3px;
    margin: 3px 0;
    text-align: center;
    color: white;
}

.sidebar .custom-title-geventi {
    margin-left: 43px;
    max-width: 80px;
}

.custom-title-builder {
    background-color: #0066FF;
    border: 1px solid #0066FF;
        width: 108px;
    border-radius: 4px;
    padding: 3px;
    margin: 3px 0;
    text-align: center;
    color: white;
}

.sidebar .custom-title-builder {
    margin-left: 43px;
    max-width: 80px;
}

.custom-title-sponsor {
    background-color: #0082BA;
    border: 1px solid #0082BA;
        width: 108px;
    border-radius: 4px;
    padding: 3px;
    margin: 3px 0;
    text-align: center;
    color: white;
}

.sidebar .custom-title-sponsor {
    margin-left: 43px;
    max-width: 80px;
}

.custom-title-helper {
    background-color: #00CC00;
    border: 1px solid #00CC00;
        width: 108px;
    border-radius: 4px;
    padding: 3px;
    margin: 3px 0;
    text-align: center;
    color: white;
}

.sidebar .custom-title-helper {
    margin-left: 43px;
    max-width: 80px;
}
.EWRporta_Portal .breadBoxTop,
.EWRporta_Portal .breadBoxBottom {
display: none;
}
.EWRporta_Portal .mainContent {
background-color: rgba(0,0,0,0) !important;
border: 1px none !important;
}
.EWRporta_Portal .recentNews .sectionFooter {
background-color: rgba(0,0,0,0) !important;
}
.forum_list .mainContent {
background-color: rgba(0,0,0,0) !important;
border: 1px none !important;
}
.forum_list .nodeInfo {
border-top: 1px solid rgb(217,217,217) !important;
}
ol.nodeList li.node ol.nodeList li.node:nth-child(2n+1) .nodeInfo {
    background-color: rgba(252, 252, 252, 1) !important;
}
#boardStats {
display: none;
}
.upgrade:nth-child(2n+1) {
background-color: rgba(252, 252, 252, 1) !important ;
}
.upgradeMain .title {
    color: green;
    text-transform: uppercase;
    font-weight: bold;
        font-size: 150%;
}
.upgradeForm .cost {
    font-weight: bold;
        font-size: 130%;
}
.upgrade:nth-child(1n+1) {
border-bottom: solid;
}
.uix_userTextInner {
color: none;
}
.boxed {
  background: url("//static.spigotmc.org/styles/spigot/style/userBar_bg.png") repeat scroll 0% 0% #2A2F35;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  line-height: 20px;
  float: right;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid #30353B;
}

{xen:helper clearfix, '.uix_userTextInner'}
}

.sidebar .section:before {
        content: "";
        display: block;
        height: 25px;
        margin-top: 5px;
        background: url("http://www.trollandia.it/styles/uix/xenforo/overlay/sidebar_xmas.png") no-repeat scroll left transparent;
}
 
i just noticed that in my extra.css what thicked "do not apply direct edit to main style" ... i untick that but nothing changed :(
 
Please make a screenshot of your style list and of the notice you've unticked..
It seems really that it is not the right EXTRA.css.
 
Type in the field "Filtra voci" EXTRA ..

Maybe try to delete the code from EXTRA.css (copy to editor) and save an empty EXTRA.css. Then you put the code from the editor into EXTRA.css an save again .. Sometimes it help's ..
 
Type in the field "Filtra voci" EXTRA ..

Maybe try to delete the code from EXTRA.css (copy to editor) and save an empty EXTRA.css. Then you put the code from the editor into EXTRA.css an save again .. Sometimes it help's ..
I just resolved it by deleting it and copy pumpkin style and copy the things from old template, and then it work fine now (it was a imported old template)
 
Top Bottom