View file loads/inc/style.css

File size: 2.5Kb
body {
  color: #343434;
  font-size: 11px;
  font-family: arial;
  margin: 0;
}

a:link, a:active, a:visited {
  color: #0375ff;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #ff680a;
}

img {
  border-style: none;
}

.head {
  background-color: #0a78ff;
}

.logo {
  color: #fff;
  font-size: 18px;
  background-image: url(images/logo.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 25px;
  margin-left: 2px;
  padding-top: 3px;
  padding-left: 23px;
}

.ct, dl {
  background-color: #f6f6f6;
  background-image: url(images/ct.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 2px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

dt {
  margin-bottom: 1px;
  border-bottom: 1px dotted #e2e2e2;
}

dl > dt:last-child {
  margin-bottom: 0;
  border-bottom-style: none;
}

.r {
  background-color: #ff5e5f;
  background-image: url(images/r.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  padding: 1px;
}

.b {
  background-color: #207ce5;
  background-image: url(images/b.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  padding: 1px;
}

.o {
  background-color: #ff930c;
  background-image: url(images/o.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  padding: 1px;
}

.tx {
  color: #fff;
  background-image: url(images/tx.png);
  background-repeat: repeat-x;
  background-position: 50% top;
  padding-right: 3px;
  padding-left: 3px;
  display: inline-table;
}

.cp {
  color: #f5f5f5;
  background-color: #5e5e5e;
  background-image: url(images/cp.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  padding: 2px;
}

.cp a {
  color: #f5f5f5;
  text-decoration: none;
}

.cr {
  background-image: url(images/cr.gif);
  background-repeat: repeat-x;
  background-position: 50% top;
  margin-top: 1px;
  padding: 1px;
}
/*Please not delete*/

a[href="http://wapdiz.ru"] {
  color: #a0a0a0;
  font-size: 8px;
  background-image: url(images/w.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  float: right;
  padding-top: 2px;
  padding-right: 20px;
  padding-bottom: 2px;
}

a[href="http://wapdiz.ru"]:hover {
  color: #e7e7e7;
  background-color: transparent;
  background-image: url(images/wh.png);
  text-decoration: none;
}
/*Please not delete*/