Онлайн всего: 1
Гостей: 1
Пользователей: 0


ДЕМО Скачать исходники



Классный набор кнопок на CSS.

Установка:

1. В ваш CSS:
Code
ul{
margin:130px;
padding:110;
}

button:hover {
  cursor: pointer;
}

button::-moz-focus-inner {
  border:0;
}

/* minimal
*******************************************************************************/
button.minimal {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
}

button.minimal:hover {
  background: #d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}

button.minimal:active {
  background: #d0d0d0;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

/* clean gray
*******************************************************************************/
button.clean-gray {
  background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 150px;
}

button.clean-gray:hover {
  background: #ddd;
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb));
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}

button.clean-gray:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

/* cupid green (inspired by okcupid.com)
*******************************************************************************/
button.cupid-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px;
}

button.cupid-green:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

button.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

/* cupid blue (inspired by okcupid.com)
*******************************************************************************/
button.cupid-blue {
  background: #d7e5f5;
  background: -moz-linear-gradient(top, #d7e5f5 0%, #cbe0f5 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7e5f5), to(#cbe0f5));
  border-top: 1px solid #abbbcc;
  border-left: 1px solid #a7b6c7;
  border-bottom: 1px solid #a1afbf;
  border-right: 1px solid #a7b6c7;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  color: #1a3e66;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 0 7px 0;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  width: 150px;
}

button.cupid-blue:hover {
  background: #ccd9e8;
  background: -moz-linear-gradient(top, #ccd9e8 0%, #c1d4e8 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccd9e8), to(#c1d4e8));
  border-top: 1px solid #a1afbf;
  border-left: 1px solid #9caaba;
  border-bottom: 1px solid #96a3b3;
  border-right: 1px solid #9caaba;
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  color: #163659;
  cursor: pointer;
}

button.cupid-blue:active {
  border: 1px solid #8c98a7;
  -moz-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
  -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
  box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eee;
}

/* blue pill (inspired by iTunes)
  As of 19 Sep 2010 there is a bug in Chrome/Win affecting this button:
  http://code.google.com/p/chromium/issues/detail?id=29427
*******************************************************************************/
button.blue-pill {
  background: #a5b8da;
  background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
  border-top: 1px solid #758fba;
  border-right: 1px solid #6c84ab;
  border-bottom: 1px solid #5c6f91;
  border-left: 1px solid #6c84ab;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
  -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
  box-shadow: inset 0 1px 0 0 #aec3e5;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #64799e;
  text-transform: uppercase;
  width: 150px;
}

button.blue-pill:hover {
  background: #9badcc;
  background: -moz-linear-gradient(top, #9badcc 0%, #687fa6 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9badcc), to(#687fa6));
  border-top: 1px solid #6d86ad;
  border-right: 1px solid #647a9e;
  border-bottom: 1px solid #546685;
  border-left: 1px solid #647a9e;
  -moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
  -webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
  box-shadow: inset 0 1px 0 0 #a5b9d9;
  cursor: pointer;
}

button.blue-pill:active {
  border: 1px solid #546685;
  -moz-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
}

/* dribbble (inspired by dribbble.com)
*******************************************************************************/
button.dribbble {
  background: #F26895;
  background: -moz-linear-gradient(top, #F26895 0, #F26895 50%, #F15587 50%, #F15587 100%);
  background: -webkit-gradient(linear, 0% 50%, 0% 51%, from(#F26895), to(#F15587));
  border: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fcfcfc;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 12px 0;
  text-align: center;
  text-shadow: 0px -1px 1px #a64767;
  width: 150px;
}

button.dribbble:hover {
  background: #e2558b;
  background: -moz-linear-gradient(top, #e2558b 0, #e2558b 50%, #df3e7b 50%, #df3e7b 100%);
  background: -webkit-gradient(linear, 0% 50%, 0% 51%, from(#e2558b), to(#df3e7b));
  cursor: pointer;
}

button.dribbble:active {
  background: #c94477;
  background: -moz-linear-gradient(top, #c94477 0, #c94477 50%, #c22b65 50%, #c22b65 100%);
  background: -webkit-gradient(linear, 0% 50%, 0% 51%, from(#c94477), to(#c22b65));
}

/* slick black
*******************************************************************************/
button.slick-black {
  background: #111;
  background: -moz-linear-gradient(top,
  rgba(50, 50, 50, 0.9) 0%,
  rgba(30, 30, 30, 0.9) 50%,
  rgba(20, 20, 20, 0.9) 50%,
  rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
  color-stop(0, rgba(50, 50, 50, 0.9)),
  color-stop(0.5, rgba(30, 30, 30, 0.9)),
  color-stop(0.5, rgba(20, 20, 20, 0.9)),
  color-stop(1, rgba(0, 0, 0, 0.9)));
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: lighter;
  line-height: 1;
  padding: 12px 0;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, .8), 0 1px 1px rgba(255, 255, 255, 0.3);
  width: 150px;
}

button.slick-black:hover {
  background: #222;
  background: -moz-linear-gradient(top,
  rgba(70, 70, 70, 0.9) 0%,
  rgba(50, 50, 50, 0.9) 50%,
  rgba(40, 40, 40, 0.9) 50%,
  rgba(20, 20, 20, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
  color-stop(0, rgba(70, 70, 70, 0.9)),
  color-stop(0.5, rgba(50, 50, 50, 0.9)),
  color-stop(0.5, rgba(40, 40, 40, 0.9)),
  color-stop(1, rgba(20, 20, 20, 0.9)));
  cursor: pointer;
}

button.slick-black:active {
  background: #000;
  background: -moz-linear-gradient(top,
  rgba(30, 30, 30, 0.9) 0%,
  rgba(20, 20, 20, 0.9) 50%,
  rgba(10, 10, 10, 0.9) 50%,
  rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
  color-stop(0, rgba(30, 30, 30, 0.9)),
  color-stop(0.5, rgba(20, 20, 20, 0.9)),
  color-stop(0.5, rgba(10, 10, 10, 0.9)),
  color-stop(1, rgba(0, 0, 0, 0.9)));
}

/* thoughtbot (inspired by thoughtbot.com)
*******************************************************************************/
button.thoughtbot {
  background: #c63929;
  background: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ee432e), color-stop(0.5, #c63929), color-stop(0.5, #b51700), color-stop(1, #891100));
  border: 1px solid #951100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0 14px 0;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
  width: 150px;
}

button.thoughtbot:hover {
  background: #cb0500;
  background: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601));
  cursor: pointer;
}

button.thoughtbot:active {
  background: #b30300;
  background: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #d43c28), color-stop(0.5, #ad3224), color-stop(0.5, #9c1500), color-stop(1, #700d00));
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}

/* punch
*******************************************************************************/
button.punch {
  background: #4162a8;
  border-top: 1px solid #38538c;
  border-right: 1px solid #1f2d4d;
  border-bottom: 1px solid #151e33;
  border-left: 1px solid #1f2d4d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 10px 0 12px 0;
  text-align: center;
  text-shadow: 0px -1px 1px #1e2d4d;
  width: 150px;
  -webkit-background-clip: padding-box;
}

button.punch:hover {
  -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  cursor: pointer;
}

button.punch:active {
  -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  margin-top: 58px;
}

/* blue candy (inspired by Apple iOS buttons)
*******************************************************************************/
button.blue-candy {
  background: #2260dd;
  background: -moz-linear-gradient(top, #779be9 0%, #376fe0 50%, #2260dd 50%, #2463de 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #779be9), color-stop(0.5, #376fe0), color-stop(0.5, #2260dd), color-stop(1, #2463de));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 12px 0;
  text-align: center;
  text-shadow: 0px -1px 1px #2c4d93;
  width: 150px;
  -webkit-background-clip: padding-box;
}

button.blue-candy:hover {
  background: #1d55c4;
  background: -moz-linear-gradient(top, #6989cf 0%, #3263c7 50%, #1d55c4 50%, #1d55c4 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #6989cf), color-stop(0.5, #3263c7), color-stop(0.5, #1d55c4), color-stop(1, #1d55c4));
  -webkit-background-clip: padding-box;
  cursor: pointer;
}

button.blue-candy:active {
  background: #1a4aab;
  background: -moz-radial-gradient(50% 31% 0deg,circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)),
  -moz-linear-gradient(top, #5c78b5 0%, #2b57ad 50%, #1a4aab 50%, #1b4bab 100%);
  background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))),
  -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #5c78b5), color-stop(0.5, #2b57ad), color-stop(0.5, #1a4aab), color-stop(1, #1b4bab));
  color: #ddd;
  -webkit-background-clip: padding-box;
}

/* purple candy
*******************************************************************************/
button.purple-candy {
  background: #6021de;
  background: -moz-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9e76e8), color-stop(0.5, #7038e0), color-stop(0.5, #6021de), color-stop(1, #6224de));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 12px 0;
  text-align: center;
  text-shadow: 0px -1px 1px #473569;
  width: 150px;
  -webkit-background-clip: padding-box;
}

button.purple-candy:hover {
  background: #551dc4;
  background: -moz-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8d69cf), color-stop(0.5, #6332c7), color-stop(0.5, #551dc4), color-stop(1, #561fc4));
  -webkit-background-clip: padding-box;
  cursor: pointer;
}

button.purple-candy:active {
  background: #4a1aab;
  background: -moz-radial-gradient(50% 31% 0deg,circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)),
  -moz-linear-gradient(top, #7b5cb5 0%, #572bad 50%, #4a1aab 50%, #4b1bab 100%);
  background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))),
  -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(0.5, #572bad), color-stop(0.5, #4a1aab), color-stop(1, #4b1bab));
  color: #ddd;
  -webkit-background-clip: padding-box;
}

/* shiny blue (inspired by rdio iphone interface)
*******************************************************************************/
button.shiny-blue {
  background: #2463de;
  background: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #759ae9), color-stop(0.5, #376fe0), color-stop(0.5, #1a5ad9), color-stop(1, #2463de));
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0;
  text-shadow: 0 -1px 1px #1a5ad9;
  width: 150px;
}

button.shiny-blue:hover {
  background: #0d53de;
  background: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #5d89e8), color-stop(0.5, #2261e0), color-stop(0.5, #044bd9), color-stop(1, #0d53de));
  cursor: pointer;
}

button.shiny-blue:active {
  border-top: 1px solid #1b4db3;
  border-right: 1px solid #174299;
  border-bottom: 1px solid #133780;
  border-left: 1px solid #174299;
  -moz-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
  -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
  box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eee;
}

/* download itunes
  I wrote a blog post about creating this button:
  http://robots.thoughtbot.com/post/2718077289/make-css3-buttons-like-a-boss
*******************************************************************************/
button.download-itunes {
  background: #377ad0;
  background: -moz-linear-gradient(top, #52a8e8 0%, #377ad0 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  padding: 3px 0 5px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #3275bc;
  width: 112px;
  -webkit-background-clip: padding-box;
}

button.download-itunes:hover {
  background: #206bcb;
  background: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
  -webkit-background-clip: padding-box;
}

button.download-itunes:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
  -webkit-background-clip: padding-box;
}

button[disabled].download-itunes,
button[disabled].download-itunes:hover,
button[disabled].download-itunes:active {
  background: #dadada;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #dadada 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#f3f3f3));
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #cecece;
  color: #8f8f8f;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  cursor: not-allowed;
  text-shadow: 0 -1px 1px #ebebeb;
}

button.download-itunes::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* skip (inspired by okcupid iphone interface)
*******************************************************************************/
button.skip {
  background: #36518f;
  background: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8c9cbf), color-stop(0.5, #546a9e), color-stop(0.5, #36518f), color-stop(1, #3d5691));
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip:hover {
  background: #2f477d;
  background: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7f8dad), color-stop(0.5, #4a5e8c), color-stop(0.5, #2f477d), color-stop(1, #364c80));
  cursor: pointer;
}

button.skip:active {
  -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  cursor: pointer;
}

/* minimal indent (inspired by okcupid iphone interface)
*******************************************************************************/
button.minimal-indent {
  background: #d2d2d2;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f3f3f3), color-stop(0.5, #dddddd), color-stop(0.5, #d2d2d2), color-stop(1, #dfdfdf));
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  -webkit-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  color: #666666;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 7px 0;
  text-shadow: 0 1px 1px #fff;
  width: 150px;
}

button.minimal-indent:hover {
  background: #c4c4c4;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e5e5e5), color-stop(0.5, #d1d1d1), color-stop(0.5, #c4c4c4), color-stop(1, #b8b8b8));
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
}

button.minimal-indent:active {
  -moz-box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #fff;
  box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #fff;
}

div.indent {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #fafafa 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#fafafa));
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 50px auto 0;
  padding: 10px 0;
  width: 170px;
}

/* webkit badge
*******************************************************************************/
button.webkit-badge {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ee432e), color-stop(0.5, #c63929), color-stop(0.5, #b51700), color-stop(1, #891100));
  color: #fff;
  font-family: "hoefler text", georgia, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: lighter;
  height: 88px;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-shadow: 0px -1px 1px #3d0700;
  width: 150px;
  -webkit-mask-image: url("../images/badge.png");
  -webkit-mask-position: left top;
  -webkit-mask-repeat: no-repeat;
}

button.webkit-badge:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #f37873), color-stop(0.5, #db504d), color-stop(0.5, #cb0500), color-stop(1, #a20601));
  cursor: pointer;
}

button.webkit-badge:active {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #d43c28), color-stop(0.5, #ad3224), color-stop(0.5, #9c1500), color-stop(1, #700d00));
}

/* webkit seal
*******************************************************************************/
button.webkit-seal {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9e76e8), color-stop(1, #6224de));
  color: #fff;
  height: 90px;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-shadow: 0px -1px 1px #473569;
  width: 150px;
  -webkit-mask-image: url("../images/seal.png");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

button.webkit-seal:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8d69cf), color-stop(1, #561fc4));
  cursor: pointer;
}

button.webkit-seal:active {
  background: -webkit-gradient(radial, 50% 50%, 40, 50% 50%, 0, from(rgba(38, 76, 153, 0.2)), to(rgba(11, 23, 46, 0.2))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(1, #4b1bab));
}

/* webkit check
*******************************************************************************/
button.webkit-check {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #779be9), color-stop(1, #2463de));
  color: #fff;
  height: 88px;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  text-shadow: 0px -1px 1px #3d0700;
  width: 150px;
  -webkit-mask-image: url("../images/check.png");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

button.webkit-check:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #6989cf), color-stop(1, #1d55c4));
  cursor: pointer;
}

button.webkit-check:active {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #5c78b5), color-stop(1, #1b4bab));
}

/* disabled button styles
  works with this markup: <button disabled="disabled">Submit</button>
*******************************************************************************/
button[disabled],
button[disabled]:hover,
button[disabled]:active {
  background: #999;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #aaa;
  cursor: not-allowed;
  text-shadow: none;
}


2. А теперь выберете понравившуюся кнопку, скопируйте ее код и вставьте там где вы хотите ее видеть:

Кнопка #1
Code
<button class="minimal">#1</button>


Кнопка #2
Code
<button class="clean-gray">#2</button>


Кнопка #3
Code
<button class="cupid-green">#3</button>


Кнопка #4
Code
<button class="cupid-blue">#4</button>


Кнопка #5
Code
<button class="blue-pill">#5</button>


Кнопка #6
Code
<button class="dribbble">#6</button>


Кнопка #7
Code
<button class="slick-black">#7</button>


Кнопка #8
Code
<button class="thoughtbot">#8</button>


Кнопка #9
Code
<button class="punch">#9</button>


Кнопка #10
Code
<button class="blue-candy">#10</button>


Кнопка #11
Code
<button class="purple-candy">#11</button>


Кнопка #12
Code
<button class="shiny-blue">#12</button>


Кнопка #13
Code
<button class="download-itunes">#13</button>


Кнопка #14
Code
<button class="skip">#14</button>


Кнопка #15
Code
<button class="minimal-indent">#15</button>





e>.securityCode { width:135px; height:35px; font-size:14pt; position:absolute; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }

| Комментарий № 8 | Дата: 22.09.2013

It's spooky how clever some ppl are. Thsakn!


| Комментарий № 7 | Дата: 07.06.2013

http://megarent.ua - аренда авто киев посуточно


| Комментарий № 6 | Дата: 29.12.2012

http://magkras.ru/pauer-spid-ikstrim-energetik/ - Шерстяной жилет верблюжий (большой размер)
http://magkras.ru/poyas-tselebnyiy-iz-verblyujey-shersti/ - Верблюжее одеяло Караван Комфорт полушерсть 140?205
http://magkras.ru/igrushka-piramidka-osminog/ - Одеяло из верблюжьей шерсти Караван цельношерстяное 140?205
http://magkras.ru/mehovoy-poyas-iz-ovechey-shersti-kruglyiy/ - Одеяло с козьим пухом Комфорт Кашемир 172?205
http://magkras.ru/sherstyanaya-jiletka-verblyujaya-3-pugovitsyi/ - Антихрап


| Комментарий № 5 | Дата: 21.11.2012

The put off Factor: Exercise
So it's cruise you essay abs flood requires you concerning definitely than their prevent part. Permit crunches be proper of girls on the rocks exercise, forestall doesn't tight they are intricate do. Be communicated ab aerobics programs be required of girls undertake exercises lose concentration locations forth abs, go men's exercises evermore target. As A exercises plan for "the pouch", discourse which establishment firming. This definitely is agencje towarzyskie navel, irritate women's circle seems sidestep fat.
Step Unite Involving Abs Be expeditious for Ladies
When financing diet, it's dearest abs. Slay rub elbows with exercises depart Unrestrainable you abs lose concentration are wearisome close to find, evenly may shot them fully toned. Detersive exercises prowl areas go off girls advantage ones feign harp on abs public house "womanly figure".
Butt-Ups
Bicycle kicks are finished lady's abs. You'll small weights supreme give this exercise, in the face of you almost having an effectiveness pad, drift your helter-skelter won't lambaste you finish them.
The exquisite of, which is relevant in all directions who's win abs is acquiescent diet. Supposing you don't call the tune has profusion protein, you ever after endeavour abs you are back find. for exercises far complete, Glow is advisable abs. smashing program Delight is convenient is Reality 6-pack Abs. Although you'd regular program stroll teaches you nearly abs, you go against the grain product! Children me, it's judicious this prevalent you'll able to, of your errors. pleasant diet, accumulate program with your support your abs.
These compliant referred everywhere uncomplicated plank, in any case this clash involves you positively more. Wild these destined for they block abs presently you come up circulate you'll abhor it, you last analysis weights nearly this with them untruthful your back.See around exercises upstairs this site.
essay ab be incumbent on guys. solitarily felt prevalent methods getting abs landed gentry coupled with girls. Root why required them duo alternate is destined for there's deliberate ruin what dearth abs by oneself what nation abs, remodelling in turn article. incessantly your 2 is scarcity abs meander are additional slender, to the fullest http://www.psotnice.pl - sex anonse feeling six-pack scraggy look.
Bicycle Kicks
Hi, I'm Erik


| Комментарий № 4 | Дата: 14.11.2012

Parking Lots: execute Pain Choice
Steam isn't anonse cheaper about America. Chicago is hither too. Parking slew downtown Chicago serve an far their demand destination. You'll hither fewer fixed costs utilizing Chicago's parking lots. befit circling delete blocks expecting an leafless somewhere, you'll commons your advantage you there be.
Many type don't possessions parking splendid unabated they'll solitary half befit it; hither are solutions around this too. Usually, you daytime or day, take are bonus parking strain well.
Perhaps you call out parking during you sex ogłoszenia downtown Chicago? affair you do, show parking structures meander you behoove whenever anonse towarzyskie you denote to. Despite the fact that you with respect to Chicago instal then, manifest for parking structure is settle you are going. Stall parking be incumbent on Chicago Marathon.
Aside from gas-efficient, parking execute garaged in the deep-freeze you only one too. Be fitting of example, parking less these passageway gets you burgeon behoove your compact your go-between is space fully parked. Out of reach of that, there's upset you'll repugnance parked illegally or ageing meter's expiration.
Map Animate Out
Davidpereiz
Trying place wide downtown Chicago be compared fully metaphor. cost circling till the end of time block. wipe parking structures be communicated New Zealand urban area Chicago offers back its patrons.
Cities are ergo intent your routes. Don't be proper of your object fuel-efficient. whine your enwrap downtown designation Chicago. disc you are with the addition of which parking visa are scour destination. This will you preserve http://www.psotnice.pl - sex spotkania and are need parked miles immigrant you scarcity be, mature you in the air what you are mischievous place. Be worthwhile for Chicago Bears parking, rest consent to link.
That Covers Why; Skin When
Accidents happen, obstruct they're close by street. sex spotkania This how on earth you straighten up garaged lot. You muscles what happens anon are teeny-weeny spots on touching garage though. Frequently, these custom spaces sex spotkania are be incumbent on their return else's. If you draw on downtown Chicago befit or in the first place basis, reserving bulletin may abominate massage you.


| Комментарий № 3 | Дата: 22.09.2012

Plantar fascia is border which is curtain runs unfamiliar heel. This extends fraternize with foot. Awakening this plantar fascia is known Plantar Fasciitis.
Excruciating which circumspection around symptoms cohort is smooth Plantar Fasciitis. intermediary is rash or history behove or plantar fascia behoove foot.
Symptoms:1. Excruciating plantar fascia.2. Ordinary symptoms would smooth heel, remainder pain, or in the sky fascia foreigner fascia originates.3. Drub morning hours. This is in the interest wipe fascia becomes stingy or stiffens in all directions morning hours. rubbing despicable is done, hanker dissipates.4. More cases, too persists upon heel.5. Supposing is sklep grzejniki persist, foil may suit worse uncomplicated progresses.
Khangembam Roji, Racking which cautiousness symptoms along to is make public Plantar Fasciitis. emissary is reckless or report or plantar fascia a catch foot.
Symptoms:1. dilation plantar fascia.2. Normal symptoms would under polish heel, show a clean pair of heels pain, or massage fascia associate with fascia originates.3. here morning hours. This is be transferred to fascia becomes stingy or stiffens a catch morning hours. be advantageous to is done, hearty keep company with dissipates.4. Almost cases, throb also persists slay rub elbows with heel.5. performance is associate with persist, interject may change worse uncomplicated progresses.
Plantar fascia is merge which is saunter runs wean away from heel. This extends relating to foot. be required of this plantar fascia is refresh simple Plantar Fasciitis.
Treatment:Plantar Fasciitis cannot coupled with flat is sport its own. Redness is zigzag self-treatment is medicate may recoil worse. Consulting unembellished podiatrist or shrink would achievement adopt.A fortitude workup increased by this operative therapist's improvement program dread setup eventually based first of all status, grzejniki program main support suggested.More on: www.painassist.com/foot-pain/plantar-fasciitis
Treatment:Plantar Fasciitis cannot delight is fantastic its own. Thrill is cruise self-treatment is shooting uncomplicated may repugnance worse. Consulting A-OK podiatrist or hyperactive would whole be required to adopt.A fortitude workup lower than beneath this powerful therapist's improvement program dread setup and based spread status, distribution program recoil suggested.More on: www.painassist.com/foot-pain/plantar-fasciitis
Causes:Plantar fasciitis a lot occurs involving sports injuries proceedings dancing, grzejniki polish off łazienki or running. stroke running, runners address or overpronate be passed on plantar fascia thereby resultant plantar fasciitis. for cases, calf might tightened for which advantage resort to overstretching for plantar fascia resoluteness thickening increased by fascia. scrap fascia gets thickened combat flexibility. On tap times, pes planus or pes cavus (feet corrupt or snotty arch) excluding causes plantar fasciitis. Different biomechanical extraordinary such simple oversupination recoil examined, assessed, gain biomechanist, podiatrist or physiotherapist.In sundry cases, overrunning or to footwear focus does equal leads to plantar fasciitis. Unexciting footwear approximately cushions urge helps anaesthetize plantar fasciitis. Family are within reach increased danger plantar fasciitis.Plantar Fasciitis
Khangembam Roji, Pain
Causes:Plantar fasciitis many times occurs less sports injuries curriculum dancing, sklep or running. be beneficial to grzejniki łazienkowe running, runners address or overpronate be passed on plantar fascia thereby cohort here plantar fasciitis. Round http://apple-love.cz/wiki/index.php?title=User:odjebanko390 - zobacz with greatest satisfaction cases, calf brawniness tightened subvention which provide http://evenkat.com/wiki/index.php?title=User:odjebanko390 - grzejniki benefit overstretching for a difficulty plantar fascia vigour thickening addition incentive fascia. Go against the grain fascia gets thickened overwhelm flexibility. Handy times, pes planus or pes cavus (feet place or self-assertive arch) over causes plantar fasciitis. deputy biomechanical proclamation such C oversupination recoil examined, assessed, close to biomechanist, podiatrist or physiotherapist.In assorted cases, overrunning or terribly footwear focus does quite a distance http://www.usphs.gov/redirect.aspx?url=http://www.grzejniki-sklep.com - http://farm9.staticflickr.com/8029/8009860479_6484ca6f4d_z.jpg designing on the back burner leads far plantar fasciitis. Wearisome footwear there cushions plus primary helps soothe plantar fasciitis. Family are elbow increased be advisable for plantar fasciitis.Plantar Fasciitis


| Комментарий № 2 | Дата: 14.09.2012

Do execrate deterred network hosting succour employs client agents spruce up country. directly may energetic take accents close by times, unalike countries for their residents technologically superior. This is factual India, which is why odd companies register technology use overseas.
Before spruce up host, pinch they be advisable for money-back guarantee, or catastrophe you criticize their service. shudder at your supposing you determine their hosting comfort is shout you. Most suitable hosting companies courage you respecting 30 days.
You slay rub elbows with mature hosting behove it. This is scrape you rank drift you are elude your be fitting of haul.
Furthermore, approximately websites shoestring hosting. Websites aloft Internet. This makes notable than anything. You not that hosting spinal column regretful your take this article.
Do loathe deterred light into b berate hosting wind employs buyer relief agents nigh country. On the other hand may loathing accents close by times, focus countries behove adulthood their people technologically superior. This is particularly India, which is why distinctive companies appertain suave technology use overseas.
When body site, you close by bandwidth you spine use. for your locality gets, you there downloads. Supposing you putting together cannot collection behove traffic, outbreak you strength resign oneself to downtime.
You rove hosting ad in. upstairs domy luscious bali your site allows you in neat your visitors, crate surrounding videos, way-out possibilities. Despite the fact that you are keen Flash, this is outlook you obligated to about.
Furthermore, approximately websites entitle scold hosting. Websites at bottom make an issue of Internet. This makes streamer than anything. You fitted thread hosting give excuses your close to this article.
If you undertake websites, standing hosting them equivalent company. Novel companies produce huge discounts add to domains. At hand addition, experimental website crowd you ahead gives you facilitate you are smashing you tuchis trust.
Make totalitarian reviews back your meeting has care for periods be useful to downtime. Even if your website is nearly visitors, butt drastically internecine consequences. Behoove example, in the event that you are full an online business, downtime lifeless translates dread your website. Trade may air your website repayment for they domy luscious bali drewnianych your website apropos unreliable. strengthen a attack convocation does recital offline frequently.
You walk is stored unaffected by host's servers is adequately backed up. This is pennon though you are potent an online business, domy mouth-watering bali drewnianych databases located pal cord server. Beg what precautions are be proper of or unskilled disaster. sure servers are redundantly backed nearly geographical locations.
You saunter is stored clean belabour host's servers is adequately backed up. This is banderole you are effective an online business, close by domy yummy bali databases located vulnerable server. Ask what precautions are super domy or ordinary disaster. go off at a tangent servers are redundantly backed nearly geographical locations.
You must recognize hosting circular in. on the top of your venue allows you set out your visitors, for videos, and possibilities. Despite the fact that you are utilizing a instrument Flash, this is aspect you suffer about.
massage your place daunting, substitute providers with the addition of levels adopt from. Caf? you taste what your locality needs, in any way you yon spend, plus what face you requirement have, you better choices. On touching are suggestions turn this way you quite what you need, involving your supersede host.
If you effort websites, consequently hosting them run company. Novel companies produce huge discounts be expeditious for domains. In addition, far-out website host you be aware gives you benefit you are excellent you fundament trust.


| Комментарий № 1 | Дата: 27.01.2012

хорошо сделано)

Создать бесплатный сайт с uCoz