Jump to content

Download: SummerStyle 3.2 [Discount!] 9$


Lesovsky

Recommended Posts

  • Replies 86
  • Created
  • Last Reply
  • 2 weeks later...
  • 2 months later...
  • 3 months later...
  • 1 month later...

Open ipb_styles.css

Find:


#primary_nav {

    font-size: 0.95em;

    padding-left: 5px;

    border-bottom: 1px solid #E0DDD3;

    border-radius: 6px 6px 0 0;

    -moz-border-radius: 6px 6px 0 0;

    -webkit-border-top-left-radius: 6px;

    -webkit-border-top-right-radius: 6px;

    height: 41px;

}

    ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

        color: #fff;

        text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

        text-decoration: none;

    }


    ul#community_app_menu li {

        font-size: 0.95em;

        padding: 13px 16px 13px 10px;

    }


    ul#community_app_menu li a:hover {

        text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

        color: #ffffff;

        text-decoration: none;

    }


        ul#community_app_menu li.active {

            font-weight: bold;    

        }


#more_apps_menucontent {

    background: #173455;

    font-size: 12px;

    border: 0;

    min-width: 140px;

    -moz-box-shadow: none;

    -moz-border-radius: 0 0 4px 4px;

    -webkit-border-bottom-right-radius: 4px;

    -webkit-border-bottom-left-radius: 4px;

    border-radius: 0 0 4px 4px;

}

    #more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

    #more_apps_menucontent a { 

        display: block;

        padding: 8px 10px;

        color: #fff;

        text-shadow: 0px 1px 1px rgba(0,0,0,0.5);

    }


    #more_apps_menucontent a:hover { color: #000; }

Replace:


#primary_nav {

        font-size: 0.95em;

        padding-left: 5px;

        border-bottom: 1px solid #E0DDD3;

        border-radius: 6px 6px 0 0;

        -moz-border-radius: 6px 6px 0 0;

        -webkit-border-top-left-radius: 6px;

        -webkit-border-top-right-radius: 6px;

        height: 41px;

}


#community_app_menu { max-width: 73%; }


        ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

                color: #fff;

                text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

                text-decoration: none;

        }


        ul#community_app_menu li {

                font-size: 0.95em;

                padding: 13px 16px 13px 10px;

        }


        ul#community_app_menu li a:hover {

                text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

                color: #ffffff;

                text-decoration: none;

        }


                ul#community_app_menu li.active {

                        font-weight: bold;      

                }


#more_apps_menucontent {

        background: url({style_images_url}/custom/opacity_black.png) repeat;

        color: #f7f7f7;

        text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

        font-size: 12px;

        border: 0;

        min-width: 140px;

        margin-top: 7px;

        padding-top: 2px;

        padding-bottom: 2px;


        -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

        -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);


        -moz-border-radius: 6px;

        -webkit-border-radius: 6px;

        border-radius: 6px;

}

        #more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

        #more_apps_menucontent a { 

                display: block;

                padding: 5px 10px;

                color: #f5f5f5;

                text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

        }


        #more_apps_menucontent a:hover { color: #fff; }


Link to comment

Open ipb_styles.css



Find:




#primary_nav {

font-size: 0.95em;

padding-left: 5px;

border-bottom: 1px solid #E0DDD3;

border-radius: 6px 6px 0 0;

-moz-border-radius: 6px 6px 0 0;

-webkit-border-top-left-radius: 6px;

-webkit-border-top-right-radius: 6px;

height: 41px;

}

ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

color: #fff;

text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

text-decoration: none;

}


ul#community_app_menu li {

font-size: 0.95em;

padding: 13px 16px 13px 10px;

}


ul#community_app_menu li a:hover {

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

color: #ffffff;

text-decoration: none;

}


ul#community_app_menu li.active {

font-weight: bold;

}


#more_apps_menucontent {

background: #173455;

font-size: 12px;

border: 0;

min-width: 140px;

-moz-box-shadow: none;

-moz-border-radius: 0 0 4px 4px;

-webkit-border-bottom-right-radius: 4px;

-webkit-border-bottom-left-radius: 4px;

border-radius: 0 0 4px 4px;

}

#more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

#more_apps_menucontent a {

display: block;

padding: 8px 10px;

color: #fff;

text-shadow: 0px 1px 1px rgba(0,0,0,0.5);

}


#more_apps_menucontent a:hover { color: #000; }

Replace:


#primary_nav {

font-size: 0.95em;

padding-left: 5px;

border-bottom: 1px solid #E0DDD3;

border-radius: 6px 6px 0 0;

-moz-border-radius: 6px 6px 0 0;

-webkit-border-top-left-radius: 6px;

-webkit-border-top-right-radius: 6px;

height: 41px;

}


#community_app_menu { max-width: 73%; }


ul#community_app_menu li, #primary_nav ul#community_app_menu li a {

color: #fff;

text-shadow: 1px 1px 0px rgba(0,0,0,0.3);

text-decoration: none;

}


ul#community_app_menu li {

font-size: 0.95em;

padding: 13px 16px 13px 10px;

}


ul#community_app_menu li a:hover {

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

color: #ffffff;

text-decoration: none;

}


ul#community_app_menu li.active {

font-weight: bold;

}


#more_apps_menucontent {

background: url({style_images_url}/custom/opacity_black.png) repeat;

color: #f7f7f7;

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

font-size: 12px;

border: 0;

min-width: 140px;

margin-top: 7px;

padding-top: 2px;

padding-bottom: 2px;


-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);

box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);


-moz-border-radius: 6px;

-webkit-border-radius: 6px;

border-radius: 6px;

}

#more_apps_menucontent li { padding: 0; border: 0; float: none !important; min-width: 150px; }

#more_apps_menucontent a {

display: block;

padding: 5px 10px;

color: #f5f5f5;

text-shadow: -1px -1px 0px rgba(0,0,0,0.3);

}


#more_apps_menucontent a:hover { color: #fff; }





Igor,

Spasibo for the quick reply;

Unfortunately, i updated the style.css exactly like you said and still have the same bug/issue with the submenu.
Link to comment

Is it possible to change body background color in skin settings




Change the color settings, it is impossible. And it is unlikely to be implemented in future versions.


maybe put another image in footer? (like more sea image than grass..ha)




Also, using the settings that can be done, maybe I will add the setting to be able to select the image footer.

You are free to remake the image of the footer, it can be found here:

publicstyle_imagessummerstylecustomipbwrapper_bg.jpg

Importantly, white bottom, the image is not removed, otherwise the picture will fall down under the footer.
Link to comment

Block Statistics Top 10 is superimposed on the image.



Locate the template Top 10 Statistics put down:




<br class='clear' />



i removed this code ..but it is same... or what your mean " put it down" ?

Open dropdown user menu in header bar.



black arrow is missing ...i found ... thanks
Link to comment

In the Topics Template, there is broken code:


//With #{count} checked posts: ApproveHideUnhideDeleteMergeSplitMove
"); //]]>

So in order to fix that, I just reverted the template and everything is working. I am not entirely sure if you added anything that's really noticeable in the Topic Template that would be new and not included but the Revert seems to do the trick. I suggest you do that for the new version and apply your changes if you have any.

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...