﻿/* Horse Lovers Theme for phpBB 2+  Adapted from Sky Theme */

/* === ОСНОВНОЙ ФОН === */
body {
  background-color: #fdfcf7;
  background-image: url("horses-pattern.svg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 200px 200px;

  scrollbar-face-color: #8b5e3c;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #8b5e3c;
  scrollbar-3dlight-color: #d1d7dc;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #efefef;
  scrollbar-darkshadow-color: #98aab1;
}

font, th, td, p {
  font-family: "Georgia", "Verdana", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #3b2f2f;
}

a:link, a:active, a:visited { color: #5a3d1e; }
a:hover { text-decoration: underline; color: #c97c2f; }

hr { height: 0px; border: solid #d1d7dc 0px; border-top-width: 1px; }

/* === ОБЩИЕ БЛОКИ === */
.bodyline { background-color: #fffdf9; }
.forumline { background-color: #fffdf9; border: 1px #5a3d1e solid; }

td.row1 { background-color: #f5f0e6; }
td.row2 { background-color: #e9e2d3; }
td.row3 { background-color: #d9cbb5; }

td.rowpic {
  background-color: #ffffff;
  background-image: url("horses-border.svg");
  background-repeat: repeat-y;
}

/* === ЗАГОЛОВКИ === */
th {
  color: #fff8e1;
  font-size: 13px;
  font-weight: bold;
  background-color: #5a3d1e;
  height: 25px;
  background-image: url("horses-header.svg");
}

.maintitle, h1, h2 {
  font-weight: bold;
  font-size: 22px;
  font-family: "Trebuchet MS", Georgia, serif;
  text-decoration: none;
  line-height: 120%;
  color: #3b2f2f;
}

/* === ССЫЛКИ ФОРУМА === */
.forumlink { font-weight: bold; font-size: 14px; color: #5a3d1e; }
a.forumlink { text-decoration: none; color: #5a3d1e; }
a.forumlink:hover { text-decoration: underline; color: #c97c2f; }

/* === ЦИТАТЫ И КОД === */
.code {
  font-family: Courier, 'Courier New', monospace;
  font-size: 13px;
  color: #2e5d2e;
  background-color: #fafafa;
  border: 1px solid #d1d7dc;
}

.quote {
  font-family: Georgia, serif;
  font-size: 13px;
  color: #444444;
  line-height: 125%;
  background-color: #fafafa;
  border: 1px solid #d1d7dc;
}

/* === АВАТАР ГОСТЯ === */
.guestavatar {
  width: 120px;
  height: 120px;
  text-align: center;
  background: #deb887;
  color: #4e5754;
  font-size: 50px;
  display: table-cell;
  border-radius: 20%;
  position: relative;
  vertical-align: middle;
}
