Showing posts with label Style. Show all posts
Showing posts with label Style. Show all posts

Tuesday, January 1, 2013

Google Blogger Help : Style

The Styling will be here!

As using style,
  1. Copy the cords
  2. Go to your blog "Design" and Click  "Template Designer"
  3. Choose "Advanced" and find "Add CSS" and Click it.
  4. Pest the cords into the text field and Click "APPLY TO BLOG"
  5. If you don't like the design, leave a message to me and I'll give you a suggestion.
If you have any questions, it's awesome, ask me. Thank you for your time.

-from C.O.

Friday, August 5, 2011

Post Title Holder : Style

This totally depends on your blog.
Please contact me and place your blog link, I'll give you a suggestion.
Thank you.


-from C.O.

Thursday, August 4, 2011

Slide Show with Any Google Gadgets : Style

This totally depends on your blog.
Please contact me and place your blog link, I'll give you a suggestion.
Thank you.

-from C.O.

Sunday, July 31, 2011

Auto Scroll Page Buttons : Style

.goUp {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZdgSpOU-pZznvwmiDA5l-o7qNngcV17LTHl44wJzFCgVbNB9ho15BbvOq1TMxY9HLZyKxVjZziRtzrGzMslOXj91aoLg4hfy-FfRDWZ_waA9QwzRvAFxxfKhXTNtbV6kglwrjv1o8bl4/s1600/scroll-icon-up.png") top left no-repeat;
position:fixed;
height:20px;
width:20px;
top:35px;
right:5px;
cursor: pointer;
}
.goUp:hover {
background: #06c url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZdgSpOU-pZznvwmiDA5l-o7qNngcV17LTHl44wJzFCgVbNB9ho15BbvOq1TMxY9HLZyKxVjZziRtzrGzMslOXj91aoLg4hfy-FfRDWZ_waA9QwzRvAFxxfKhXTNtbV6kglwrjv1o8bl4/s1600/scroll-icon-up.png") top left no-repeat;
}
.goDown {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfWqUp_miaeoYrD-Rmy5er8N1ymeS_E7cFe5bIVMxLdmZz7_eQ49iG_UEGZAVQmbu4-IIpLZku0IFx9nNrw5akNlzWb0Ut75BjfNhTyEEphORZ2y3BetC2A0fuLR52Ru3mTQ1J6YY421I/s1600/scroll-icon-down.png") top left no-repeat;
position:fixed;
height:20px;
width:20px;
top:60px;
right:5px;
cursor: pointer;
}
.goDown:hover {
background: #06c url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfWqUp_miaeoYrD-Rmy5er8N1ymeS_E7cFe5bIVMxLdmZz7_eQ49iG_UEGZAVQmbu4-IIpLZku0IFx9nNrw5akNlzWb0Ut75BjfNhTyEEphORZ2y3BetC2A0fuLR52Ru3mTQ1J6YY421I/s1600/scroll-icon-down.png") top left no-repeat;
}


-from C.O.

Saturday, July 30, 2011

Google Navigation Bar Button : Style

#opNavBar{
background:url("http://img1.blogblog.com/img/navbar/icons_orange.png") -26px center no-repeat;
position:fixed;
top:5px;
right:5px;
height:20px;
width:20px;
cursor:pointer;
}

#navbar-iframe{
display:none;
}