Affichage des articles dont le libellé est Metro. Afficher tous les articles
Affichage des articles dont le libellé est Metro. Afficher tous les articles

WinMetro - Bring Windows 8 Metro UI to Your Vista/7/XP Desktop

WinMetro Version 1.0



Free by IObit - Bring Windows 8 Metro UI to Your Vista/7/XP Desktop


WinMetro

Bring Windows 8 Metro UI to Your Desktop

  • Enjoy the New Metro Look on old versions of Windows
  • More Informative and Productive
  • Faster Access to Programs and Files
  • Light, Easy, and FREE to Use
WinMetro is specially designed to bring the newly introduced Windows 8 Metro UI to Windows 7, Windows Vista and Windows XP. It offers an easy solution for old version Windows users to try and enjoy the tile based Metro UI. By displaying useful information such as weather, calendar, news, stocks, and frequently used programs, it turns your desktop into an informative and productive work station. It also offers the option to boot to Metro Start Screen directly.
Also works with Windows Vista and XP.

Screen:- 

 Direct Download link

All Metro UI Windows 8 Style Blogger Template 2013-2014 At 1 Place

All Metro UI Windows 8 Style Blogger Template At 1 Place
Hi Bloggiyan, We Know you must have seen the amazing Metro style look of Windows 8. If anything appeals me most about Windows 8, it’s their Metro UI. There are many Windows based websites & blogs, which are adopting Metro UI templates, which gives similar look and feel like Windows 8. There are many paid and free Metro UI templates out there in the market. If you are a Windows 8 fan, this article is for you.
Planning to start a new Website or blogger and looking for Windows 8 Metro style templates for Your Blog ? Here are some free Metro UI templates available on the web that allows you to build awesome Windows 8 metro interface like Blog/Website in minutes.

List Of Templates 

1.Metro Simple Blogger Template
2.Metro BTK Premium Blogger Template
3.Windows 8 v2 Blogger Template
4.Metro Modern Solar Blogger Template
5.Metro UI Blogger Template
6.Metro Blogger Template
7. For Websites Windows 8 Matrix style HTML Template
 
1.Metro Simple Blogger Template



 
2.Metro BTK Premium Blogger Template



3.Windows 8 v2 Blogger Template



4.Metro Modern Solar Blogger Template



5.Metro UI Blogger Template



6.Metro Blogger Template



Bonus Template in your Website

  • Windows 8 Matrix style HTML Template ( Its cool )

Hope You Like Our Post Don't Forget To Leave Your Comments 

All Metro UI Windows 8 Style Blogger Template 2013-2014 At 1 Place
Last Reviewed by S2Free Blog Team on June 13 2013
Rating: 4.5

Stylish Metro UI Navigation Menu For Blogger Win8 Style UI

Stylish Metro UI Navigation Menu For Blogger Win8 Style UI


Bloggiyan Are you bored with your website’s navigation menu? Does anyone want to revamp his unappealing navigation menu into Windows 8 Style Metro Menu? Navigation menu is one of the core elements of a website because without a user-friendly Menu visitors can’t search the content in depth. In this situation, an ugly Navigation Menu could act a piece of garbage. Therefore, it is essential to have an elegantly style Navigation Menu that attracts a person like a bee to a honey. To provide more power to Blogger users, we have created a new windows 8 look like Metro UI Navigation menu for blogger enabled websites. It has tons of features which we will discuss in today’s article. 

Are you ready to spice up Your blog with this Sexy Metro UI Navigation Menu Win 8  Style

Do You Know About Metro UI Menu ?


If anyone has experience the interface of Microsoft Windows 8, or the new range of Windows Smart phones, then this METRO UI menu is not a new thing for them. This Menu is inspired from the navigation interface of Windows 8. If anyone is still chaotic about it, then he can check out the following screenshot.

Where The Metro UI Menu Would Appear

It depends on a person that where he wants to utilize this Menu because it is so flexible that it can take shape of any theme or template. However, it would be ideal if anyone places this menu at the top of his website by doing that, visitors can easily access it without facing any hesitation whatsoever. We have attached an interactive Metro menu below so don’t hesitate to try it. 

How to Create Windows 8 like Metro Menu in Blogger?

The steps mentioned below are ideal for those bloggers who have less knowledge about HTML coding. Following instructions are extremely straightforward so anyone can easily apply them. Follow following instructions correctly.

Step To Add Metro UI Menu In Blogger



Step#1: Adding CSS StyleSheet:
  • Go to Blogger.com >> Template.
  • Select Edit HTML >> Proceed.
  • Now within the template search for ]]> tag and just above it paste the following CSS Coding. Once, everything is done Save the Template by pressing “Save Template” Button and proceeds to the next step.
/*===MBL METRO UI Menu==*/

body {
font-family:sans-serif;
}
a {
text-decoration:none;
}
.mblmetromenu {
width:960px;
margin:auto;
}
@media screen and (max-width:960px) {
.mblmetromenu {
width:100%;
}
}

/* MblMetroMenu */
.MblMetroMenu {
position:relative;
}
.om-nav {
position:absolute;
width:100%;
z-index:999;
display:none;
}
.om-ctrlbar {
width:100%;
height:48px;
}
.om-ctrlitems {
margin:auto;
padding:0px;
height:48px;
display:inline-block;
text-align:center;
}
.om-ctrlitem {
height:48px;
width:48px;
display:none;
cursor:pointer;
float:left;
opacity:0.5;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
filter: alpha(opacity=50) !important; /* For IE8 and earlier */ }
.om-ctrlitem:hover {
opacity:0.8;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
filter: alpha(opacity=80) !important; /* For IE8 and earlier */ }
.om-activectrlitem {
opacity:1 !important;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
filter: alpha(opacity=100) !important; /* For IE8 and earlier */ }
.om-controlitems {
width:960px;
margin:auto;
}
.om-controlitem {
height:48px;
cursor:pointer;
}
.om-closenav {
float:left;
}
.om-movenext {
float:right;
}
.om-itemholder {
margin:auto;
padding:20px 0px;
}
@media screen and (max-width:960px) {
.om-closenav {
position:absolute;
z-index:9999;
left:0;
top:0;
}
.om-movenext {
position:absolute;
z-index:9999;
right:0;
top:0;
}
.om-controlitems {
width:100%;
}
.om-itemholder {
width:100%;
}
}
.om-centerblock {
display:inline-block;
}
.om-item {
display:none;
}
.om-showitem {
margin:5px;
float:left;
display:none;
}
/* END MblMetroMenu */

/* TILE BUTTONS */
/* Standar Buttons */
.tile-bt {
text-align:center;
cursor:pointer;
width:90px;
height:90px;
}
.tile-bt a {
display:block;
padding-top:12px;
text-decoration: !important;
}
.tile-bt img {
margin:0 auto 0 auto;
padding-bottom:5px;
height:48px;
width:48px;
position:relative;
display:block;
}
.tile-bt span {
font-size:12px;
padding-bottom:10px;
display:block;
}
.tile-bt:active {
opacity:0.5;
}
/* End Standard Buttons */


/* Large Buttons */
.tile-bt-large {
width:190px;
height:90px;
line-height:90px;
text-align:center;
cursor:pointer;
}
.tile-bt-large a {
display:block;
text-decoration: !important;
}
.tile-bt-large img {
vertical-align: middle;
margin:auto;
padding:0px;
position:relative;
width:48px;
height:48px;
}
.tile-bt-large span {
vertical-align: middle;
display:inline;
}
.tile-bt-large:active {
opacity:0.5;
}
/* End Large Buttons */
/* Extralarge Buttons */
.tile-bt-extralarge {
text-align:center;
cursor:pointer;
width:190px;
height:190px;
}
.tile-bt-extralarge a {
display:block;
padding-top:52px;
text-decoration: !important;
}
.tile-bt-extralarge img {
margin:0 auto 0 auto;
padding-bottom:22px;
height:80px;
width:80px;
position:relative;
display:block;
}
.tile-bt-extralarge span {
font-size:14px;
padding-bottom:20px;
display:block;
}
.tile-bt-extralarge:active {
opacity:0.5;
}
/* End Extralarge Buttons */

/* END TILE BUTTONS */

/* SHADOW LIST */
.shadow-white, .shadow-black, .shadow-blue, .shadow-green, .shadow-red {
/*display:inline-block;*/
}
.shadow-white:hover {
box-shadow:0px 0px 6px 3px #fff;
-webkit-box-shadow:0px 0px 6px 3px #fff;
-moz-box-shadow:0px 0px 6px 3px #fff;
-o-box-shadow:0px 0px 6px 3px #fff;
-ms-box-shadow:0px 0px 6px 3px #fff;
}
.shadow-blue:hover {
box-shadow:0px 0px 6px 3px #38D1F7;
-webkit-box-shadow:0px 0px 6px 3px #38D1F7;
-moz-box-shadow:0px 0px 6px 3px #38D1F7;
-o-box-shadow:0px 0px 6px 3px #38D1F7;
-ms-box-shadow:0px 0px 6px 3px #38D1F7;
}
.shadow-green:hover {
box-shadow:0px 0px 6px 3px #AACA37;
-webkit-box-shadow:0px 0px 6px 3px #AACA37;
-moz-box-shadow:0px 0px 6px 3px #AACA37;
-o-box-shadow:0px 0px 6px 3px #AACA37;
-ms-box-shadow:0px 0px 6px 3px #AACA37;
}
.shadow-red:hover {
box-shadow:0px 0px 6px 3px #E81750;
-webkit-box-shadow:0px 0px 6px 3px #E81750;
-moz-box-shadow:0px 0px 6px 3px #E81750;
-o-box-shadow:0px 0px 6px 3px #E81750;
-ms-box-shadow:0px 0px 6px 3px #E81750;
}
.shadow-black:hover {
box-shadow:0px 0px 6px 3px #444;
-webkit-box-shadow:0px 0px 6px 3px #444;
-moz-box-shadow:0px 0px 6px 3px #444;
-o-box-shadow:0px 0px 6px 3px #444;
-ms-box-shadow:0px 0px 6px 3px #444;
}
/* END SHADOW LIST */
/* BACKGROUND LIST */
/* Solid Colors */
.solid-blue { background:#00BBE2; }
.solid-blue-2 { background:#2C84EE; }
.solid-darkblue { background:#044E94; }
.solid-violetred { background:#781766; }
.solid-red { background:#E51400;}
.solid-red-2 { background:#E81750; }
.solid-pink { background:#FF539B; }
.solid-purple { background:#D02090; }
.solid-orange { background:#FB8F02; }
.solid-orange-2 { background:#FF6600; }
.solid-orange-3 { background:#DD5F37; }
.solid-coral { background:#CD5B45; }
.solid-green { background:#67B239; }
.solid-green-2 {background:#96BF01; }
.solid-darkgreen { background:#016C38; }
.solid-olive { background:#999900}
.solid-grass { background:#CDCD00; }
.solid-darkred { background:#5F0000; }
.solid-gold { background:#FEE9AE; }
.solid-yellow { background:#F7D100; }
.solid-black { background:#000; }
.solid-smoke { background:#F5F5F5; }
/* End Solid Colors */

/* MISC */
.clearspace { clear: both; }
.floatleft { float:left; }
.floatright { float:right; }
.none { display: none !important; width:0px !important; }
.light-text {
color:#fff;
}
.dark-text {
color:#1e1e1e;
}
.gradient {
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 00%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
background: linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
}
.margin-5 { margin:5px; }


Step#2: Adding METRO Menu in Blogger:

Now it entirely depends on a person where he wants to place this menu. The ideal place of adding it would be just under the header . Therefore, paste the following coding anywhere you want to see this Menu on your site.

 All Done: Indeed straightforward? Well, that’s all. The responsive Windows 8 look like navigation menu has been integrated in your website. Remember: This Menu can be used on any Platform that supports HTML or CSS i.e. WordPress, Jhoomla and etc.

Metro UI Style Flipping Social Media Widget With Search Box For Blogger


Metro UI Style Flipping Social Media Widget With Search Box For Blogger


HI Bloggiyan! We always looking to provide easy & stylish widget for blog lover. Today we are sharing Metro UI Style Social Media widget with search option . Icons flipping style will attract your visitor & maximum possibility to join your network as showing in Facebook, Twitter, Google plus ,Pintrest  and Rss Feed. Above is animated preview. we always try to show you animated demo instead of real published demo to save your time . 

You can use this widget in blogger sidebar, footer , header or any where with just copy paste code .

How To Add Flipping Style Social Media Widget in Blogger.

 1. Log in to blogger account and Click drop down. 
2. Now select "Layout" Like Below.
3. Click Add Gadget and select 'HTML/JavaScript
4. Paste below one of below code.  



Connect With Us






Customization:

Replace s2freeblog with your twitter profile
Replace
s2freeblog with your facebook profile
Replace
s2freeblog with your feedburner profile
Replace
s2freeblog with your pinterest  Username
Replace UserId with your Google Plus User Id

5. Now save your HTML/Javascript'.
    You are done...  

Animated CSS3 Metro UI Drop Down Menu With Sliding Tiles Effect v1.1

Animated CSS3 Metro UI Drop Down Menu With Sliding Tiles Effect v1.1

I have Posted My First Two Creation Using CSS3   Earlier In my Posts Before,, Those are
  1.  Metro UI Social Profile and Search Box with Zoom & Glow Effects Widget v1.0 by MJN For Blogger ..
  2.  Simple and Stylish Ribbon UI Social Profile Widget v1.0 by MJN For Blogger..
So after Working on Those Two Metro UI and Ribbon UI Widgets today  I am Here With One More Metro UI Win 8 Style Drop Down Menu Using CSS3..  

Demo of Metro UI Drop Down Menu With Sliding Tiles Effect v1.1
 
After Previewing Live Demo I think you are "Happy!!" to add it to your Blog or Site..

 How to Add Metro UI Drop Down Menu With Sliding Effect Into Your Blog:

  1. First Go to "Blogger" and Go to  your Blog Dashboard..
  2. Now Click On "Layout" In Left Side of your Blog..
  3. Now Click on "Add Gadget"..
  4. You Will Get Many Widgets..Scroll Down to "HTML/JavaScript"..
  5. Click On "HTML/JavaScript"..
  6. Now Paste This Below Set of Code in it..


www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


 




  • Now Click Save and Drag it to your desired position..

Customization :

Now Replace Links Text Highlighted in Color Facebook,Twitter,Google+,RSS and other in Red with your Link.. 
Replace the Names Highlighted in  Pink with your Words appropriate to link given..

Metro UI Classic Responsive Blogger Template - Windows 8 Style

 Metro UI Classic Responsive Blogger Template


Metro Classic is an enhanced version of our previous Metro UI Blogger Template. Metro Classic is an old-school Windows 8 style Responsive Blogger template that is jam-packed with some tremendous features. This theme is ideal for blogging niche like technology, gadgets, reviews, news, personal, etc. it is also compatible with almost all leading browsers like Chrome, Firefox and internet explorer. The color scheme of this template is also adorable and eye-friendly. On the top of that, you get this template for absolutely free.




Features of Metro Classic Blogger Template:

  1. Windows 8 Look: As we have said before, we have tried to make this theme much a like Microsoft’s Windows 8. The interface of the blog is not a replica but its outlook is like windows 8. To sum up, we have tried to give it a slight touch of a blog with a combination of metro style. 
  2. Left Full Height Sidebar: Unlike other themes, we have added a full-height sidebar. It does not break and keeps on continuing till you reach the end of the web page. This sidebar gives your site a stunning touch. 
  3. Responsive Theme: This theme is highly responsive and works absolute perfectly on monitors, LCDs of different dimension. You can reduce the size of your browse and can see the responsiveness yourself. 

  4. SEO-Friendly: This template is highly optimized for on-page SEO. We have used different heading tags for posts so that you can maximize the opportunity of getting your content on the top of the Search engine ranking. 

  5. Featured Area: We have also incorporated a featured area on the homepage, which would help you to display some of the prominent hits. However, it is not automatic you have to customize it yourself.
More Features: Magazine Style, greenish color scheme, threaded commenting system,  2 column template and much more