mercoledì 5 settembre 2012

Useful Tips for Blogger Dynamic View


You can add following CSS attributes in


model >> personalize >> advanced >> add CSS

Tips

#gadget-dock { right: 0; } /* undock widget left side bar*/

.gadget-icons { background-color: red; } /* change background widget color */

/* change back color of flipcards in Flipcard view */
.flipcard .back { background: white !important; }
.flipcard .back .overlay .title { color: black !important; } .flipcard .back .overlay .date { color: red !important; } /* to change the font colour for the profile text on the gadgets */ profile-aboutme { color: white !important; } /* set the location of the profile text */ .profile-location { color: white !important; } /* center blog title */ .tabs { width: 100% !important; /* if you have problems with links, set it to 85% */ text-align: center !important; } /* set semi-transparent post background */ .sidebar .item { background: #E4E4E4 !important; } #items.items li.item, .overview-inner, .magazine #content, .ss .item, .mosaic #content .item, .sidebar #content, #sidebar .item.selected, .timeslide .item, .viewitem-content { background: url('image.png') !important; } .overview-panel .article, .magazine #feature, .viewitem-panel .article, .sidebar #content .article { background: transparent !important; } #overview .overview-backdrop{ opacity: 0 !important; }



0 commenti: