Что это и как это убрать?

Главные вкладки

Аватар пользователя Yaroslavskiy Yaroslavskiy 26 ноября 2012 в 18:01

Есть страница, хочу немного переделать внешний вид и впринципе начал разбираться в css, но есть один элемент который не могу убрать никак - долго старался, но не могу найти его в коде. А элемент этот находится сразу под верхними баннерами и представляет из себя серую линию. Что это? И как с этим боротся?

Комментарии

Аватар пользователя Yaroslavskiy Yaroslavskiy 26 ноября 2012 в 18:18

Нет, не то. Я попробовал вообще убрать. Не получилось.
Вот файл style.css

* {
padding:0px;
margin:0px;
}

div.clear {
clear:both;
}

div.clear-l {
clear:left;
}

div.clear-r {
clear:right;
}

.hide {
display:none;
}

html {
height:100%;
width:100%;
}

img, a img {
border:none;
}

body {
font:11px Tahoma, Geneva, sans-serif;
color:#FFFFFF; /* #5c5c5c; */
background-color:#FFFFFF; /* #E4E4E4; */
}

#container {
background-color:#FFFFFF; /* #e5e5e5; */
position:relative;
z-index:1;
padding-top:115px;
}

#c-top {
background-color: #FFFFFF; /* #f3f3f3; */
height:163px;
position:absolute;
width:100%;
z-index:5;
top:0px;
}

#body {
width: 916px; /* 916px */
position:relative;
z-index:10;
left:50%;
margin-left:-458px;
background:#FFFFFF; /* background:url(images/body-line.jpg) repeat-y; */
/* background-image: url('images/Bottom_texture.jpg');
background-repeat: repeat;
background-attachment: fixed;
background-position: top left; */
}

#body-bottom {
width:916px;
position:absolute;
z-index:20;
height:21px;
overflow:hidden;
font-size:-1px;
left:0px;
bottom:-21px;
background: #FFFFFF; /* background:url(images/body-bottom.jpg) repeat-y; */
}
/*********************************/

/**
* Generic elements
*/

#body tbody {
border-top:none;
}

input {
font: 12px/100% Verdana, sans-serif;
color: #B9B9FF; /* #494949; */
}

textarea, select {
font: 12px/160% Verdana, sans-serif;
color: #494949; /* #494949; */
}

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font:7pt Tahoma, Geneva, sans-serif;
color:#797979;
}

h1 {
font-size: 170%;
}

h2 {
font:10pt Tahoma, Geneva, sans-serif;
color:#797979;
text-transform:uppercase;
}

h3 {
font-size: 140%;
}

h4 {
font-size: 130%;
}

h5 {
font-size: 120%;
}

h6 {
font-size: 110%;
}

ul, quote, code, fieldset {
margin: .5em 0;
}

p {
margin: 0.6em 0 1.2em;
padding: 0;
}

a:link, a:visited {
font:9pt Tahoma, Geneva, sans-serif;
color: #747474;
text-decoration: underline;
}

a:hover {
color: #aaaaaa;
text-decoration: none;
}

a:active, a.active {
color: #aaaaaa;
text-decoration:none;
}

a.active {
font:9pt Tahoma, Geneva, sans-serif;
}

hr {
margin: 0;
padding: 0;
border: none;
height: 1px;
background: #5294c1;
}

ul {
margin: 0.5em 0 1em;
padding: 0;
}

ol {
margin: 0.75em 0 1.25em;
padding: 0;
}

ol li, ul li {
margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
margin: 0.35em 0 0 -0.5em; /* LTR */
padding: 0;
}

ul.menu ul, .item-list ul ul {
margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
padding: 0 0 .2em 1.5em;
list-style-type: none;
list-style-image: none;
background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
padding: 0 0 .3em;
margin-left: 2em; /* LTR */
}

ul li.expanded {
background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
display: block;
}

ul.inline li {
background: none;
margin: 0;
padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
margin-left: 0; /* LTR */
list-style-type: none;
list-style-image: none;
}
ol.task-list li {
padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
color: #393;
background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
margin: 0;
padding: 0;
background-image: none;
}

dl {
margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
border: none;
}

table {
margin: 1em 0;
width: 100%;
}

thead th {
border-bottom: 2px solid #d3e7f4;
color: #494949;
font-weight: bold;
}

th a:link, th a:visited {
color: #6f9dbd;
}

td, th {
padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
border: solid #d3e7f4;
border-width: 1px 0;
}

tr.odd, tr.info {
background-color: #edf5fa;
}

tr.even {
background-color: #fff;
}

tr.drag {
background-color: #fffff0;
}

tr.drag-previous {
background-color: #ffd;
}

tr.odd td.active {
background-color: #ddecf5;
}

tr.even td.active {
background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
border-top: 1.5em solid #fff;
border-bottom: 1px solid #b4d7f0;
background-color: #d4e7f3;
color: #455067;
font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
border-top-width: 0;
}

span.form-required {
color: #ffae00;
}

span.submitted, .description {
font-size: 0.92em;
color: #898989;
}

.description {
line-height: 150%;
margin-bottom: 0.75em;
color: #898989;
}

.messages, .preview {
margin: .75em 0 .75em;
padding: .5em 1em;
}

.messages ul {
margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
margin: 0.25em 0; /* 0.25em 0 */
}

#center form {
margin-bottom: 2em; /* 2em */
}

.form-button, .form-submit {
margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
margin: 0;
}

.box {
margin-bottom: 2.5em; /* 2.5em */
}
/*********************************/
/**
* Header
*/

/*#body #header {
background:url(images/body-top.jpg) no-repeat;
height:154px; */
}

#header #arsenal-logo {
text-decoration:none;
position:absolute;
width:111px;
height:45px;
top:60px;
left:64px;
background:url(images/logo_arsenal.jpg) no-repeat;
}

#header #yamaha-logo:hover, #header #arsenal-logo:hover {
text-decoration:none;
}

#header .desc {
width:415px;
position:absolute;
top:117px;
left:66px;
}

#header .desc h2 {
font:8pt Tahoma, Geneva, sans-serif;
color:#000;
}

#wrapper #container .breadcrumb {
font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
color: #529ad6;
}

/****** #sld *******/

#sld {
width:835px;
height:283px;
overflow:hidden;
margin-left:18px;
}

/**
* Primary navigation
*/
ul.primary-links {
margin: 0;
padding: 0px 13px 0px 0px;
float: right; /* LTR */
position: relative;
z-index: 4;
}

ul.primary-links li {
margin: 0;
padding: 36px 6px 0px 0px;
float: left; /* LTR */
background-image: none;
}

ul.primary-links li a {
display: block;
margin: 0px;
padding: 42px 20px 9px 20px;
color: #3f5976;
font:10pt Tahoma, Geneva, sans-serif;
text-transform:uppercase;
text-decoration:none;

}

ul.primary-links li a:hover, ul.primary-links li a.active {
color: #fff;
background:#0aa3e7;
margin:0px;
padding: 42px 20px 9px 20px;
text-decoration:none;
}

/**
* Local tasks
*/
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
border: 0;
background: none;
margin: 0;
padding: 0;
}

#tabs-wrapper {
margin: 0 0px 1em;
padding: 0 26px 0px 0px;
border-bottom: 1px solid #e9eff3;
position: relative;
}
ul.primary {
padding: 0.5em 0 10px;
float: left; /* LTR */
}
ul.secondary {
clear: both;
text-align: left; /* LTR */
border-bottom: 1px solid #e9eff3;
margin: -0.2em -26px 1em;
padding: 0 26px 0.6em;
}
h2.with-tabs {
float: left; /* LTR */
margin: 0 2em 0 0; /* LTR */
padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
border: 0;
background: transparent;
padding: 4px 1em;
margin: 0 0 0 1px; /* LTR */
height: auto;
text-decoration: none;
position: relative;
top: -1px;
display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
background: url(images/bg-tab.png) repeat-x 0 50%;
color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
font-weight: bold;
}

/*********************************/

/**
* Body elements
*/

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#container #center {
float: left;
width: 100%;
padding-top:20px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
margin-left: -253px;
}
body.sidebar-right #center {
margin-right: -253px;
}
body.sidebars #center {
margin: 0 -253px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
margin-left: 50px; /* 253px */
}
body.sidebar-right #squeeze {
margin-right: 253px;
}
body.sidebars #squeeze {
margin: 0 253px;
}

/* We ensure the sidebars are still clickable using z-index */
#container .sidebar {
width: 196px;
padding:20px 0px 0px 57px;
float: left;
z-index: 2;
position: relative;
}

#container .sidebar .block {

}

#sidebar-left .block {
margin: 0 0px 0 -210px;
}

#sidebar-right .block {

}

.block .content {
padding:23px 0px 30px 0px;
}

#sidebar-left .block-region {
margin: 0 0px 200 -210px; /* LTR */
position: absolute;
}

#sidebar-right .block-region {
margin: 0 0px 0 15px; /* LTR */
}

.block-region {
padding: 1em;
background: transparent;
border: 2px dashed #b4d7f0;
text-align: center;
font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#container #center #squeeze {
position: relative;
padding:0px 40px 0px 57px;
}

#container #center #squeeze2 {
position: relative;
padding:0px 22px 0px 22px;
}

#container #center .right-corner {
position: relative;
left: 10px;
}

#container #center .right-corner .left-corner {
padding: 60px 25px 5em 35px;
margin-left: -10px;
position: relative;
left: -10px;
min-height: 400px;
}

#container .breadcrumb {
float:left;
padding:10px 0px 20px 60px;
font-size:8pt;
color:#aaaaaa; /* #aaaaaa */
}

#container .breadcrumb a {
font-size:8pt;
}

#container .brprints {
float:right;
padding:10px 40px 20px 0px;
font-size:8pt;
color:#aaaaaa; /* #aaaaaa; */
}

#container .brprints a {
font-size:8pt;
}

#container .print_html, #container .print_mail, #container .print_pdf {
margin-left:0px;
}

/********************/

.fronttree {
padding-top:23px;
padding-bottom:34px;
}

.fronttree table {
margin:0px;
padding:0px;
}

.fronttree table tr td {
vertical-align:top;
padding-bottom:9px;
text-align:center;
width:33%;
}

.fronttree table tr td.frontnews {
text-align:left;
padding-bottom:0px;
}

.fronttree table tr td.fronth {
padding-bottom:55px;
text-align:left;
}

.fronttree a.frontlink {
font:10.5pt Tahoma, Geneva, sans-serif;
color:#FFF;
text-decoration:none;
text-transform:uppercase;
text-align:center;

background:#0aa3e7;
display:block;
width:182px;
margin:0px auto;
padding:7px 4px 7px 4px;
}

.fronttree a.frontlink:hover {
text-decoration:none;
background:#2db7f4;
}

.frontnews {
}

.frontnews .view-header {
padding-left:6px;
padding-bottom:5px;
}

.frontnews .view-header p {
font:9pt Tahoma, Geneva, sans-serif;
color:#2c2d69;
text-transform:uppercase;
}

.frontnews .view-content {
}

.frontnews .view-content .views-row {
padding:0px 0px 17px 0px;
}

.frontnews .view-content .views-row .views-field-created .field-content {
background:#2db7f4;
padding:1px 10px 2px 6px;

font:7.5pt Tahoma, Geneva, sans-serif;
color:#fff;
}

.frontnews .view-content .views-row .views-field-title {
padding:6px 0px 0px 6px;
}

.frontnews .view-content .views-row .views-field-title a {
font:9pt/13pt Tahoma, Geneva, sans-serif;
color:#3c3c47;
text-decoration:underline;
}

.frontnews .view-content .views-row .views-field-title a:hover {
text-decoration:none;
}

/***/

.view-display-id-page {
}

.view-display-id-page .item-list {
width:33%;
float:left;
}

.view-display-id-page .item-list .itm-images {
text-align:center;
}

.view-display-id-page .item-list .itm-link {
font:10.5pt Tahoma, Geneva, sans-serif;
color:#FFF;
text-decoration:none;
text-transform:uppercase;
text-align:center;

background:#0aa3e7;
display:block;
width:182px;
margin:0px auto 3px auto;
padding:4px 5px 5px 5px;
}

.view-display-id-page .item-list .itm-link a {
font:10.5pt Tahoma, Geneva, sans-serif;
color:#FFF;
text-decoration:none;
text-transform:uppercase;
text-align:center;

background:#0aa3e7;
display:block;
width:182px;
margin:-4px -5px -5px -5px;
padding:4px 5px 5px 5px;
}

.view-display-id-page .item-list .itm-link a:hover {
text-decoration:none;
background:#2db7f4;
}

.view-display-id-page .itm-linkt {
padding:10px 10px 30px 10px;
}

.view-display-id-page .itm-linkt a {
font:10pt Tahoma, Geneva, sans-serif;
color:#525252;
text-decoration:none;
}

.view-display-id-page .itm-linkt a:hover {
text-decoration:underline;
}

.field-type-text {
}

.field-type-text table {
width:100%;
margin:0px;
}

.field-type-text table tr td {
padding:3px 0px 3px 10px;

font:7.5pt Tahoma, Geneva, sans-serif;
color:#666666;
}

.field-type-text table .techspec_white td {
background:#ffffff;
}

.field-type-text table .techspec_grey td {
background:#e3e3e3;
}

.field-type-text table tr td.techspec_label {
width:170px;
font-weight:bold;
}

/*** content ***/
#center h2 {
font:13pt Tahoma, Geneva, sans-serif;
color:#000;
}

#center ul {

}

#center ul li {

}
/*** block ***/

#block-block-1 {
}

#block-block-1 .content {
padding:17px 0px 39px 0px;
}

#block-block-1 ul, #block-block-2 ul {
padding:0px;
}

#block-block-2 ul {
margin:0px;
}

#block-block-1 ul li, #block-block-2 ul li {
padding:5px 0px;
background:none;
margin:0px;

font:9pt Tahoma, Geneva, sans-serif;
color:#797979;
}

#block-block-1 ul li .pdffile {
color:#000000;
background:url(images/pdffile.jpg) no-repeat 100% 0%;
padding:2px 20px 3px 0px;
}

#block-block-1 ul li a, #block-block-2 ul li a, #block-block-1 ul li a.active, #block-block-2 ul li a.active {
font:9pt Tahoma, Geneva, sans-serif;
color:#2798ef;
text-transform:uppercase;
text-decoration:underline;
}

#block-block-1 ul li a:hover, #block-block-2 ul li a:hover, #block-block-1 ul li a.active, #block-block-2 ul li a.active {
text-decoration:none;
}

#block-block-1 ul li a.active, #block-block-2 ul li a.active {
color:#000;
}

/*** node ***/

.node .field-field-images {
width:566px;
height:311px;
overflow:hidden;
position:relative;
}

.node .fields-field-images {
width:20000em;
position:absolute;
}

.node .field-field-images .field-items {
float:left;
height:311px;
width:120px;
padding:0px 14px;
}

.node .field-field-images .odd {
padding-bottom:11px;
}

.node .field-field-images .field-item {
height:150px;
}

.node .field-field-images .field-item img {
display:block;
}

.node .img-galoff {
float:left;
background:url(images/galoff.jpg) no-repeat 0px 12px;
padding:10px 0px 0px 30px;
width:70px;
}

.node .img-galoff a, .node .img-galoff a.active, .node .img-galon a, .node .img-galon a.active {
font:8pt Tahoma, Geneva, sans-serif;
color:#747474;
text-decoration:underline;
}

.node .img-galoff a:hover, .node .img-galoff a.active:hover, .node .img-galoff a.active, .node .img-galon a:hover, .node .img-galon a.active:hover, .node .img-galon a.active {
text-decoration:none;
}

.node .img-galon {
float:left;
background:url(images/galon.jpg) no-repeat 0px 13px;
padding:10px 0px 0px 30px;
}
/**** color *****/

.node .field-color {
float:right;
}

.node .field-color .field-color-title, .node .field-color .field-items {
float:left;
}

.node .field-color .field-color-title {
font:9pt Tahoma, Geneva, sans-serif;
color:#747474;

padding:10px 0px 0px 0px;
}

.node .field-color .field-items {
padding:8px 0px 0px 0px;
}

.node .field-color .field-items a {
text-decoration:none;
width:21px;
height:21px;
display:block;
float:left;
margin-left:8px;
}

.node .field-color .field-items a:hover {
text-decoration:none;
}

.node .field-color .field-items a.black {
background:#000;
}

.node .field-color .field-items a.dblue {
background:#00178d;
}

.node .field-color .field-items a.green {
background:#7dcb56;
}

.node .field-color .field-items a.khaki {
background:#717d68;
}

.node .field-color .field-items a.red {
background:#ff0017;
}

.node .field-color .field-items a.silver {
background:#c9c5c2;
}

.node .field-color .field-items a.yellow {
background:#fff600;
}

.node .field-color .field-items a.orange {
background:#ff8a00;
}

.node .field-color .field-items a.white {
background:#fff;
width:20px;
height:20px;
border:1px solid #dadada;
}

.node .imgp, .node .img2p {
position:relative;
z-index:100;
}

.node a.browse.hide {
visibility:hidden;
}

.node a.browse {
position:absolute;
width:31px;
height:42px;
text-decoration:none;
display:block;
top:134px;
z-index:50;
cursor:pointer;
}

.node a.left {
background:url(images/prev.png) no-repeat;
left:0px;
}

.node a.right {
right:0px;
background:url(images/next.png) no-repeat;
}

/**
* Nodes & comments
*/
.node {
}

ul.links li, ul.inline li {
margin-left: 0;
margin-right: 0;
padding-left: 0; /* LTR */
padding-right: 1em; /* LTR */
background-image: none;
}

.node .links, .comment .links {
text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
margin-left: 0;
margin-right: 0;
padding-right: 0;
padding-left: 1em;
}

.picture, .comment .submitted {
float: right; /* LTR */
clear: right; /* LTR */
padding-left: 1em; /* LTR */
}

.new {
color: #ffae00;
font-size: 0.92em;
font-weight: bold;
float: right; /* LTR */
}

.terms {
float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
margin: 0;
padding: 0.5em 0;
border: 0;
background: 0;
}

.sticky {
padding: 1em;
background-color: #fff;
border: 1px solid #e0e5fb;
margin-bottom: 2em;
}

#comments {
position: relative;
top: -1px;
border-bottom: 1px solid #e9eff3;
margin: -1.5em -25px 0;
padding: 0 25px;
}

#comments h2.comments {
margin: 0 -25px;
padding: .5em 25px;
background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
margin: 0 -25px;
padding: 1.5em 25px 1.5em;
border-top: 1px solid #e9eff3;
}

.indented {
margin-left: 25px; /* LTR */
}

.comment h3 a.active {
color: #494949;
}

.node .content, .comment .content {
margin: 0.6em 0;
}

/**
* Menu.module
*/
tr.menu-disabled {
opacity: 0.5;
}
tr.odd td.menu-disabled {
background-color: #edf5fa;
}
tr.even td.menu-disabled {
background-color: #fff;
}

/**
* Autocomplete.
*/
#autocomplete li {
cursor: default;
padding: 2px;
margin: 0;
}

/**
* Collapsible fieldsets
*/
fieldset {
margin: 1em 0;
padding: 1em;
border:none;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
padding: 0 1em 1em;
background-position: 0 .75em;
background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
padding-top: 1em;
}

fieldset legend {
/* Fix disappearing legend in FFox */
display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
display: inline;
}

html.js fieldset.collapsed {
background: transparent;
padding-top: 0;
padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
padding:2px 0px 1px 20px;
background: #9db9d1 url(images/line-minus.jpg) no-repeat; /* LTR */
width:520px;
font:10pt Tahoma, Geneva, sans-serif;
color:#ffffff;
text-decoration:none;
}

html.js fieldset.collapsible legend a:hover {
color:#ffffff;
text-decoration:none;
}

html.js fieldset.collapsed legend a {
background: #9db9d1 url(images/line-plus.jpg) no-repeat; /* LTR */
}

/**
* Syndication icons and block
*/
#block-node-0 h2 {
float: left; /* LTR */
padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
float: right; /* LTR */
padding-top: 4px;
}

#block-node-0 .content {
clear: right; /* LTR */
}

/**
* Login Block
*/
#user-login-form {
text-align: center;
}
#user-login-form ul {
text-align: left; /* LTR */
}

/**
* User profiles.
*/
.profile {
margin-top: 1.5em;
}
.profile h3 {
border-bottom: 0;
margin-bottom: 1em;
}
.profile dl {
margin: 0;
}
.profile dt {
font-weight: normal;
color: #898989;
font-size: 0.92em;
line-height: 1.3em;
margin-top: 1.4em;
margin-bottom: 0.45em;
}
.profile dd {
margin-bottom: 1.6em;
}

/**
* Admin Styles
*/
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
margin: 0;
padding: 0;
}

div.admin .left {
float: left; /* LTR */
width: 48%;
}
div.admin .right {
float: right; /* LTR */
width: 48%;
}

div.admin-panel {
background: #fff url(images/gradient-inner.png) repeat-x 0 0;
padding: 1em 1em 1.5em;
}
div.admin-panel .description {
margin-bottom: 1.5em;
}
div.admin-panel dl {
margin: 0;
}
div.admin-panel dd {
color: #898989;
font-size: 0.92em;
line-height: 1.3em;
margin-top: -.2em;
margin-bottom: .65em;
}

table.system-status-report th {
border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
background: #027ac6;
color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
color: #d3e7f4;
}

tr.taxonomy-term-preview {
opacity: 0.5;
}

tr.taxonomy-term-divider-top {
border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
border-top: 1px dotted #CCC;
}

/**
* CSS support
*/

/*******************************************************************
* Color Module: Don't touch *
*******************************************************************/

/**
* Generic elements.
*/
.messages {
background-color: #fff;
border: 1px solid #b8d3e5;
}

.preview {
background-color: #fcfce8;
border: 1px solid #e5e58f;
}

div.status {
color: #33a333;
border-color: #c7f2c8;
}

div.error, tr.error {
color: #a30000;
background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
border: 1px solid #c52020;
color: #363636;
}

/**
* Status report colors.
*/
table.system-status-report tr.error, table.system-status-report tr.error th {
background-color: #fcc;
border-color: #ebb;
color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
background-color: #ffd;
border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
background-color: #dfd;
border-color: #beb;
}

/************************************/
#footer {
padding:44px 0px 0px 40px;
height:46px;
width:876px;
position:relative;
z-index:10;
left:50%;
margin-left:-458px;

font:8.5pt/12pt Tahoma, Geneva, sans-serif;
color:#000;
}

#footer a {
font:8.5pt/12pt Tahoma, Geneva, sans-serif;
color:#000;
text-decoration:underline;
}

#footer a:hover {
text-decoration:none;
}

#footer .foodesc {
width:288px;
float:left;
}

#footer .foophone {
width:180px;
float:left;
}

#footer ul.footer-links {
margin: 0;
padding: 0px 13px 0px 0px;
float: right; /* LTR */
position: relative;
z-index: 4;
}

#footer ul.footer-links li {
margin: 0;
padding: 0px 20px 0px 20px;
float: left; /* LTR */
background-image: none;
}

#footer ul.footer-links li a {
color: #3f5976;
font:9pt Tahoma, Geneva, sans-serif;
text-decoration:none;

}

#footer ul.footer-links li a:hover, #footer ul.footer-links li a.active {
text-decoration:none;
color:#717171;
}

.YMaps-b-balloon-frame{margin:0;width:auto}

Аватар пользователя kosilko kosilko 26 ноября 2012 в 19:00

"Yaroslavskiy" wrote:

/*#body #header {
background:url(images/body-top.jpg) no-repeat;
height:154px; */
}


Инвалидный стиль. Закоментировано неправильно.

Аватар пользователя Yaroslavskiy Yaroslavskiy 26 ноября 2012 в 19:11

"q2_faith" wrote:
надо банить таких :D

Понимаю, для специалиста мой вопрос кажется глупым - но и самый большой специалист когда-то задавал глупые вопросы. А если не задавать вопросов, то и знать ничего не будешь.

"kosilko" wrote:
Инвалидный стиль. Закоментировано неправильно.

Спасибо, я проверю. Вышла небольшая опечатка.

Аватар пользователя q2_faith q2_faith 26 ноября 2012 в 19:23

"Yaroslavskiy" wrote:
Понимаю, для специалиста мой вопрос кажется глупым - но и самый большой специалист когда-то задавал глупые вопросы. А если не задавать вопросов, то и знать ничего не будешь.

просто надо было небольшой кусок кода выложить. зачем все то выкладывать?)

Аватар пользователя IrinaStasuk IrinaStasuk 26 ноября 2012 в 23:08

Может быть это:

Вставьте в Ваш файл .css следующие строчки:

tbody {
border-top: 0px solid #ccc;
}

Они перекроют аналогичное описание, объявленное в файле /modules/system/system.css:

tbody {
border-top: 1px solid #ccc;
}