/******************************************************************************
* *
* style.css, v 0.01 2007/03/08 - This is part of xBB library *
* Copyright (C) 2006-2007 Dmitriy Skorobogatov dima@pc.uz *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
* *
******************************************************************************/
/* Стили посветки BBCode: */
code.bb_code {
color: #000000;
}
span.bb_spec_char {
color: #000099;
}
span.bb_mnemonic {
color: #ff0000;
}
span.bb_tag {
color: #009900;
}
span.bb_bracket {
font-weight: bold;
}
span.bb_slash {
font-weight: normal;
}
span.bb_tagname {
color: #990099;
}
span.bb_equal {
color: #999900;
}
span.bb_quote {
color: #009999;
}
span.bb_attrib_name {
color: #999900;
}
span.bb_attrib_val {
color: #009999;
}
span.bb_autolink {
color: #0000ff;
}
/* Другие стили элементов BBCode */
div.php {
margin-top: 0px;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 5px;
padding: 5px;
border-color: #a9b8c2;
border-width: 1px;
border-style: solid;
color: #006600;
font-family: Monaco,'Courier New',monospace;
background-color: #fafafa;
}
div.bb_quote_author {
margin: 10px 5px 0px 5px;
padding: 4px;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #a9b8c2;
color: #333333;
background-color: #a9b8c2;
font-size: 0.85em;
font-weight: bold;
}
div.bb_quote_author:after {
content: " писал(а):";
}
div.bb_quote {
margin: 0px 5px 10px 5px;
padding: 5px;
border-color: #a9b8c2;
border-width: 0px 1px 1px 1px;
border-style: solid;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
background-color: #fafafa;
color: #4b5c77;
}
/* Прочие стили */
html {
font-size: 100%;
}
body {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #323D4F;
background-color: #ececec;
font-size: 62.5%;
}
.postbody {
font-size: 1.3em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
color: black;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
font-size: 1.8em;
text-decoration: none;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5em;
text-decoration: none;
line-height: 120%;
}
h3 {
font-size: 1.3em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
}
th {
border-color: #a9b8c2;
border-width: 1px;
color: #333333;
background-color: #a9b8c2;
font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
font-size: 0.8em;
}
td {
padding: 5px;
border-color: #a9b8c2;
border-width: 1px;
}
caption {
font-weight: bold;
}
hr {
height: 1px;
border-width: 0px;
background-color: #A9B8C2;
color: #A9B8C2;
}
a:link {
color: #006597;
text-decoration: none;
}
a:active, a:visited {
color: #005784;
text-decoration: none;
}
a:hover {
color: #D46400;
text-decoration: underline;
}
pre, tt, code {
font-size: 1.1em;
font-family: Monaco, 'Courier New', monospace;
}
form {
margin: 0px;
padding: 0px;
border: 0px;
}
input {
font-weight: bold;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
textarea {
background-color: #FAFAFA;
color: #333333;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #A9B8C2;
padding: 2px;
}