Wednesday, January 9, 2013

Dark Style Vertical Menu For Blogger


ဒီတစ္ခါေတာ့ Blog မ်ားအတြက္ Vertical Menu Bar အလန္းေလးတင္ေပးလုိက္ပါ
တယ္။အရင္ဆံုး ကိုယ့္ရဲ႕ Blog ထဲ့ကို Log in ၀င္ပါ၊ပံုမွာျပထားတဲ့အတိုင္း Template
ကိုႏိုပ္ပါ



ေအာက္မွာျပထားတဲ့အတိုင္း Edit HTML ကိုႏိုပ္ပါ၊

Ctrl + F အကူအညီနဲ ]]></b:skin> ကိုရွာပါ၊ ေတြ႕ျပီဆိုတာနဲ႕ ]]></b:skin> ရဲ႕

အေပၚမွာ Cursor ခ်ျပီး ေအာက္ပါ code ကိုကူးထဲ့ျပီး Save ပါ

/* The CSS Code for the menu starts here bloggertrix.com */
.button {
  outline: 0;
  padding: 5px 12px;
  display: block;
  color: #9fa8b0;
  font-weight: bold;
  text-shadow: 1px 1px #1f272b;
  border: 1px solid #1c252b;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #232B30; /* old browsers */
  background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
 }
 .button:hover {
  color: #fff;
  background: #4C5A64; /* old browsers */
  background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
 }
 .button:active {
  background-position: 0 top;
  position: relative;
  top: 1px;
  color: #fff;
  padding: 6px 12px 4px;
  background: #20282D; /* old browsers */
  background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
 }
 
 /* Other stuff: */
 .button-list { list-style: none; padding: 0; margin: 0; width: 100%; float: left; display: block; margin: 0 0 30px; }
 .button-list li { float: left; margin: 0 10px 0 0; }
 .button-list li.search { border-left: 1px solid #273137; padding-left: 18px; margin-left: 10px; position: relative; }
 
 /* Vertical List: */
 .vertical-list {
  list-style: none;
  padding: 10px;
  width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #20282D; /* old browsers */
  background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
 }
 .vertical-list .button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #515B62; /* old browsers */
  background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
 }
 .vertical-list .button:hover {
  background: #5F6B72; /* old browsers */
  background: -moz-linear-gradient(top, #5F6B72 3%, #56646C 4%, #4D5A62 50%, #434D54 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#5F6B72), color-stop(4%,#56646C), color-stop(50%,#4D5A62), color-stop(100%,#434D54)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
 }
 .vertical-list .button:active {
  padding: 5px 12px;
  top: 0;
  background: #515B62; /* old browsers */
  background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
}
 .vertical-list li { margin: 0 0 5px; }
 .vertical-list li:last-child { margin: 0; }

width: 200px; ဆုိတဲ့ေနရာမွာ width ကိုကိုယ့္ Blog နဲ႕ခ်ိန္ညွိပါ

Save Template ႏိုပ္ ျပီးပါက  Layout ကိုေရြးပါ

Add Gadget and select 'HTML/Javascript ကိုေရြးခ်ယ္ျပီးေအာက္ပါ Code ကိုကူးထဲ့ပါ

<ul class="vertical-list">
        <li><a href='#' class='button'">Home</a></li>
        <li><a href='#' class='button'">Our Studio</a></li>
        <li><a href='#' class='button'">Portfolio</a></li>
        <li><a href='#' class='button'">Our Team</a></li>
        <li><a href='#' class='button';">About US</a></li>
</ul>

 Home, Our studio, Portfolio,Our Team, About Us ဆိုတဲ့ Title ေတြမွာႏွစ္သက္ရာ
 Title ကိုေျပာင္းလဲႏိုင္ျပီး  '#' ေနရာမွာ Link ကိုထဲ့ေပးလိုက္ပါ။
 စလုပ္ကာစမိတ္ေဆြမ်ားအတြက္အၾကံေပးခ်င္တာကေတာ့ကိုယ့္ Blog နဲ႕ Tamplate တူ
တဲ့ အရံ Blog တစ္ခုမွာေသခ်ာနားလည္ေအာင္စမ္းသပ္ျပီးမွ ကိုယ့္ Blog မွာအသံုးခ်ပါ

0 comments:

Post a Comment

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Laundry Detergent Coupons