Добрый день. У меня такая проблемка. При цитировании постов цитируемый пост не обводится рамкой. Нужно в таблицу стилей вставить строку border: 3px solid #660000; но куда бы я ее не пытался вставить рамки нету ((( Может кто знает где эта строка должна быть? Вот таблица стиля :
/* Normal, standard links. */
a:link {
color: #663300;
text-decoration: none;
}
a:visited {
color: #663300;
text-decoration: none;
}
a:hover {
color: #663300;
text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
color: #663300;
text-decoration: none;
}
a.nav:hover {
color: #663300;
text-decoration: underline;
}
/* Navigation links - for the link tree. */
span.pathway
{
display: block;
height: 16px;
line-height: 16px;
vertical-align: middle;
margin-top: 5px;
margin-bottom: 10px;
color: #663300;
font-weight: normal;
}
span.pathway img
{
margin: 0px 10px;
vertical-align: middle;
}
div#pathway
{
margin-bottom: 10px;
padding-left: 8px;
}
/* Tables should show empty cells. */
table {
empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
color: #000000;
font-size: 12px;
font-family: verdana, sans-serif;
line-height: 135%;
}
/* The main body of the entire forum. */
body
{
background: #EBE0C0;
margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #EBE0C0;
font-family: verdana, sans-serif;
background: #663300;
border: 1px solid #EBE0C0;
padding: 2px;
}
input, button
{
font-size: 90%;
}
textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
/* Selects are a bit smaller, because it makes them look even better

. */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
background: #f0f0f5;
}
/* Standard horizontal rule.. (
, etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}
/* No image should have a border when linked */
a img {
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #EBE0C0;
margin: 1px;
padding: 1px;
font-size: x-small;
font-style: italic;
line-height: 1.4em;
}
/* A code block - maybe even PHP

. */
.code
{
color: #000000;
background-color: #EBE0C0;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
background: #EBE0C0;
color: #fefefe;
padding: 5px;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}
.inputs {
color: #663300;
border: 2px solid #fefefe;
background: #E2EFFB;
text-indent: 0.2cm;
}
.inputs:hover {
border: 2px solid #A4BDD1;
}
.submit:hover {
border: 2px solid white;
}
/* Generally, those [?] icons. This makes your cursor a help icon. */
.help {
cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor {
width: 96%;
}
/* Highlighted text - such as search results. */
.highlight {
background-color: yellow;
font-weight: bold;
color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
background: #EBE0C0;
color: #663300;
font-family: tahoma;
padding: 8px;
}
.windowbg2 {
background: #EBE0C0;
color: #663300;
font-family: tahoma;
padding: 8px;
}
.windowbg3 {
background: #EBE0C0;
color: #663300;
font-family: tahoma;
padding: 8px;
}
/* the today container in calendar */
.calendar_today {
background-color: #f6f6f6;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
color: #663300;
font-style: normal;
background: #EAD492;
padding-left: 10px;
padding-right: 10px;
line-height: 14px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
font-weight: bold;
color: #663300;
font-style: normal;
font-size: 12px;
}
.titlebg a:hover {
color: #1C1C1C;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
color: #663300;
font-style: normal;
text-decoration: underline;
}
.titlebg2 a:hover {
text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
color: #000;
padding-left: 10px;
padding-right: 10px;
text-align: center;
height: 8px;
margin-top: 10px;
}
.catbg2, tr.catbg2, .catbg3 td {
color: #000;
padding-left: 10px;
padding-right: 10px;
text-align: center;
height: 8px;
margin-top: 10px;
}
.catbg, .catbg2 {
}
.catbg, .catbg2 {
font-weight: bold;
font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
font-size: 95%;
color: #000;
text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
color: #000;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
background: #663300;
padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
padding: 0px;
border: solid 1px #663300;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}
/* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here

. */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
color: #070707;
vertical-align: top;
text-transform: uppercase;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
color: #090909;
text-decoration: none;
font-size: 9px;
font-family: tahoma, sans-serif;
padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
display: none;
}
.maintab_back,.mirrortab_back {}
.maintab_last,.mirrortab_last {
display: none;
}
.maintab_active_first, .mirrortab_active_first {
display: none;
}
.maintab_active_back, .mirrortab_active_back {
background: #DDE3E3;
border: solid 2px #454545;
}
.maintab_active_last, .mirrortab_active_last {
display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
color: #252525;
text-decoration: none;
font-weight: bold;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
color: #272727;
text-decoration: none;
font-weight: bold;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
text-decoration: underline;
}
#wrapper {
margin: 0 auto;
}
#header {
position: relative;
height: 243px;
overflow: hidden;
background: #EBE0C0 url(./images/img/serv_rmdan_orta.gif) 0 0 repeat-x;
}
#head-r {
height: 243px;
background: url(./images/img/servsag.gif) 100% 0 no-repeat;
}
#head-l {
background: url(./images/img/servsol.gif) 0 0 no-repeat;
}
#logo {
position: absolute;
top: 1px;
left: 330px;
display: block;
width: 350px;
height: 166px;
cursor: pointer;
background: url(./images/logo.gif) no-repeat;
}
#userarea {
width: 830px;
height: 50px;
text-align: center;
font-size: 1.0em;
color: #663300;
font-family: Trebuchet MS;
border: solid 2px #663300;
}
#userarea a:link, #userarea a:visited {
color: #663300;
}
#userarea a:hover {
color: #000000;
text-decoration: underline;
}
#nav li.active_menu a {
height: 25px;
}
#nav li {
}
#nav li a {
color: #663300;
font-family: Thoma, verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
}
#nav a:hover {
color: #000;
text-align: center;
}
#nav {
margin: 0 0 0 15px;
padding-top: 205px;
padding-left: 200px;
}
#nav ul {
padding: 0;
margin: 0;
}
#nav li {
margin: 0;
padding: 0;
float: left;
display: block;
height: 25px;
text-align: center;
}
#nav a {
text-decoration: none;
cursor: pointer;
font-weight: bold;
text-align: center;
height: 25px;
border-right: groove 1px #DAC176;
}
#nav ul li a:hover, #nav #active a {
background: #EBE0C0;
color: #27295d;
height: 29px;
text-align: right;
}
#nav li a {
display: block;
float: left;
line-height: 25px;
padding: 0 8px;
}
#mainarea {
margin-left: 75px;
margin-right: 75px;
position: relative;
overflow: hidden;
background: #EBE0C0;
}
#mainsag {
background: url(./images/img/serv_rmdan_22.gif) 100% 0 repeat-y;
}
#mainsol {
background: url(./images/img/serv_rmdan_21.gif) 0 0 repeat-y;
}
#footer {
background: url(./images/serv_rmdan_26.gif) 0 100% repeat-x;
}
#foot-r {
height: 94px;
background: url(./images/serv_fot_sag.gif) 100% 100% no-repeat;
}
#foot-l {
background: url(./images/serv_rmdan_25.gif) 0 100% no-repeat;
}
#footerarea {
text-align: right;
padding-right: 40px;
padding-top: 40px;
}
#footerarea {
font-family: Tahoma;
font-size: 10px;
color: #000;
text-decoration: none;
}
#footerarea a:link {
font-family: Tahoma;
font-size: 10px;
color: #663300;
text-decoration: none;
}
#footerarea a:visited {
font-family: Tahoma;
font-size: 10px;
color: #663300;
text-decoration: none;
}
#footerarea a:hover {
font-family: Tahoma;
font-size: 10px;
color: blue;
text-decoration: underline;
}
#footerarea a:active {
font-family: Tahoma;
font-size: 10px;
color: #663300;
text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress {
background: #663300;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
#headim-r {
height: 243px;
background: url(./images/img/serv_rmdan_22.gif) 100% 0 repeat-y;
}
#headim-l {
background: url(./images/img/serv_rmdan_21.gif) 0 0 repeat-y;
}
.toolbar {
background: url(./images/serv_rmdan_18.gif) 0 100% repeat-x;
}
.tool-l {
height: 23px;
background: url(./images/serv_rmdan_19.gif) 100% 100% no-repeat;
}
.tool-r {
background: url(./images/serv_rmdan_16.gif) 0 100% no-repeat;
}
#toolbar2 {
background: url(./images/img/serv_rmdan_18.gif) 0 100% repeat-x;
}
#tool2-l {
height: 23px;
background: url(./images/img/serv_rmdan_tr.gif) 100% 100% no-repeat;
}
#tool2-r {
background: url(./images/img/serv_rmdan_tl.gif) 0 100% no-repeat;
}
.alt {
background: url(./images/serv_rmdan_100.gif) 0 100% repeat-x;
}
.alt-l {
height: 47px;
background: url(./images/serv_rmdan_11.gif) 100% 100% no-repeat;
}
.alt-r {
background: url(./images/serv_rmdan_08.gif) 0 100% no-repeat;
}
#blok {
background: url(./images/img/serv_rmdan_fw.gif) 0 100% repeat-x;
}
#blok-l {
height: 23px;
background: url(./images/img/serv_rmdan_fr.gif) 100% 100% no-repeat;
}
#blok-r {
background: url(./images/img/serv_rmdan_fl.gif) 0 100% no-repeat;
}
#alt {
background: url(./images/serv_rmdan_100.gif) 0 100% repeat-x;
}
#alt-l {
height: 47px;
background: url(./images/serv_rmdan_11.gif) 100% 100% no-repeat;
}
#alt-r {
background: url(./images/serv_rmdan_08.gif) 0 100% no-repeat;
}
#toolbar {
background: url(./images/serv_rmdan_18.gif) 0 100% repeat-x;
}
#tool-l {
height: 23px;
background: url(./images/serv_rmdan_19.gif) 100% 100% no-repeat;
}
#tool-r {
background: url(./images/serv_rmdan_16.gif) 0 100% no-repeat;
}
Вот на этом форуме когда цитируешь чейто форум есть рамка, и когда цитирование задаешь тоже. Помогите подправить таблицу стиля!!!