Форум программистов
 

Восстановите пароль или Зарегистрируйтесь на форуме, о проблемах и с заказом рекламы пишите сюда - alarforum@yandex.ru, проверяйте папку спам!

Вернуться   Форум программистов > Web программирование > HTML и CSS
Регистрация

Восстановить пароль
Повторная активизация e-mail

Купить рекламу на форуме - 42 тыс руб за месяц

Закрытая тема
Ваша тема закрыта, почему это могло произойти? Возможно,
Нет наработок или кода, если нужно готовое решение - создайте тему в разделе Фриланс и оплатите работу.
Название темы включает слова - "Помогите", "Нужна помощь", "Срочно", "Пожалуйста".
Название темы слишком короткое или не отражает сути вашего вопроса.
Тема исчерпала себя, помните, один вопрос - одна тема
Прочитайте правила и заново правильно создайте тему.
 
Опции темы Поиск в этой теме
Старый 02.06.2011, 15:43   #1
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию проблема с отображением шаблона?

Здравствуйте,расширил шаблон на сайте,все встало нормально,но вот колонки от бардюра уходят через чур делеко.
http://www.rusonlain.ru/
что отвечает в коде приведенном ниже за ширину правой и левой калонки
их надобы сместить до вертикальных полосок.
aleksus430 вне форума
Старый 02.06.2011, 15:44   #2
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

/*

# ------------------------------------------------------------------------
# JA Edenite template for joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing,
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full,
# is bound by the License applied.
# ------------------------------------------------------------------------

*/
aleksus430 вне форума
Старый 02.06.2011, 15:44   #3
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
margin: 0;
padding: 0;
}

body {
background: #FFFFFF;
color: #000000;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 1.6;
}

body#bd {
color: #515756;
background: #FFFFFF;
}

body.contentpane {
color: #000000;
font-size: 12px;
line-height: 1.3em;
margin: 0;
margin: 1em 2em;
width: auto; /* Printable Page */
}
aleksus430 вне форума
Старый 02.06.2011, 15:44   #4
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

http://www.rusonlain.ru/


что в этом коде отвечает не посредственно за ширину
чтобы стало во весь экран


/*

# ------------------------------------------------------------------------
# JA Edenite template for joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing,
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full,
# is bound by the License applied.
# ------------------------------------------------------------------------

*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
margin: 0;
padding: 0;
}

body {
background: #FFFFFF;
color: #000000;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 1.6;
}

body#bd {
color: #515756;
background: #FFFFFF;
}

body.contentpane {
color: #000000;
font-size: 12px;
line-height: 1.3em;
margin: 0;
margin: 1em 2em;
width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
color: #2C79B3;
text-decoration: none;
}

a:hover, a:active, a:focus {
color: #2C79B3;
text-decoration: underline;
}

a img {
border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}
aleksus430 вне форума
Старый 02.06.2011, 15:45   #5
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

http://www.rusonlain.ru/


что в этом коде отвечает не посредственно за ширину
чтобы стало во весь экран


/*

# ------------------------------------------------------------------------
# JA Edenite template for joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing,
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full,
# is bound by the License applied.
# ------------------------------------------------------------------------

*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
margin: 0;
padding: 0;
}

body {
background: #FFFFFF;
color: #000000;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 1.6;
}

body#bd {
color: #515756;
background: #FFFFFF;
}

body.contentpane {
color: #000000;
font-size: 12px;
line-height: 1.3em;
margin: 0;
margin: 1em 2em;
width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
color: #2C79B3;
text-decoration: none;
}

a:hover, a:active, a:focus {
color: #2C79B3;
text-decoration: underline;
}

a img {
border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-pathway, #ja-headlinewrap, #ja-col1, #ja-col2, #ja-botsl, #ja-footer {
font-size: 92%;
}

small, .small {
color: #858783;
}

img {
margin: 0;
padding: 0;
}

img.caption {
margin-top: 15px;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
padding: 0;
}
aleksus430 вне форума
Старый 02.06.2011, 15:45   #6
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

ul {
list-style: none;
}

ul li {
background: url(../images/bullet.gif) no-repeat 18px 7px;
line-height: 160%;
padding-left: 30px;
}

ol li {
line-height: 180%;
margin-left: 35px;
}

th {
font-weight: bold;
padding: 5px;
text-align: left;
}

fieldset {
border: none;
padding: 10px 5px;
}

fieldset a {
font-weight: bold;
}

fieldset.input {
padding: 0;
}

hr {
border-bottom: 0;
border-left: 0;
border-right: 0;
border-top: 1px solid #cccccc;
height: 1px;
}

td, div {
font-size: 100%;
}
aleksus430 вне форума
Старый 02.06.2011, 15:45   #7
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

/* FORM
--------------------------------------------------------- */
form {
margin: 0;
padding: 0;
}

form label {
cursor: pointer;
}

input, select, textarea, .inputbox {
font-family: Tahoma, Arial, sans-serif;
font-size: 100%;
}

.inputbox {
border: 1px solid #CCCCCC;
padding: 3px;
color: #515756;
background: #FFFFFF;
}

.button {
padding: 2px 8px;
border: 1px outset #A8A8A8;
background: url(../images/grad4.gif) repeat-x;
font-size: 92%;
color: #515756;
font-weight: bold;
}

* html .button { /*IE 6*/
padding: 1px 5px !important;
}

*+html .button { /*IE 7*/
padding: 1px 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
clear: both;
display: block;
height: 30px;
background: url(../images/dot.gif) repeat-x center;
}

.article_column {
}

.column_separator {
padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
background: url(../images/grad3.gif) repeat-x bottom #A8A8A8;
border: 1px solid #E7E8E6;
padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
padding: 4px;
background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane {
border: none;
width: 100%;
}

table.contentpaneopen {
border: none;
border-collapse: collapse;
border-spacing: 0;
}

table.contenttoc {
margin: 0 0 10px 10px;
padding: 0;
width: 35%;
font-size: 92%;
}

table.contenttoc a {
text-decoration: none;
}

table.contenttoc td {
background: url(../images/bullet.gif) no-repeat 10px 9px;
padding: 1px 5px 1px 20px;
}

table.contenttoc th {
border-bottom: 1px solid #E7E8E6;
padding: 0 0 3px;
text-indent: 5px;
}

table.poll {
border-collapse: collapse;
padding: 0;
width: 100%;
}

table.pollstableborder {
border: none;
padding: 0;
text-align: left;
width: 100%;
}

table.pollstableborder img {
vertical-align: baseline;
}

table.pollstableborder td {
border-collapse: collapse;
border-spacing: 0;
padding: 4px !important;
background: none;
}
aleksus430 вне форума
Старый 02.06.2011, 15:45   #8
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

table.pollstableborder tr.sectiontableentry1 td {
background: #F8F8F7;
}

table.searchintro {
padding: 10px 0;
width: 100%;
}

table.searchintro td {
padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
}

.blog_more strong {
display: block;
font-size: 125%;
margin: 0 0 5px;
}

.blog_more ul {
margin: 0;
padding: 0;
}

.blog_more ul li {
background: url(../images/bullet.gif) no-repeat 6px 10px;
margin: 0;
padding: 0 0 0 17px;
}

.category {
font-size: 125%;
font-weight: bold;
}

h1.componentheading, .componentheading {
margin: 0 0 10px;
padding: 0 0 5px;
}

.componentheading {
font-size: 200%;
font-weight: normal;
border-bottom: 1px solid #E7E8E6;
}

.contentdesсriрtion {
padding-bottom: 30px;
}

h2.contentheading, .contentheading {
font-weight: normal;
margin: 0;
padding: 0;
line-height: normal;
}

.contentheading {
font-size: 200%;
line-height: normal;
color: #2C79B3;
}

table.blog .contentheading {
font-size: 150%;
line-height: normal;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
display: block;
float: left;
text-align: center;
clear: both;
padding: 0 5px;
background: url(../images/grad2-2.gif) repeat-x center #8BAB32;
color: #FFFFFF;
margin-top: 5px;
text-transform: lowercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
background: url(../images/grad2-1.gif) repeat-x center #2C79B3;
color: #FFFFFF;
text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
width: 100%;
}

.moduletable {
padding: 0;
}

ul.pagination {
margin: 15px auto 0;
padding: 0;
}

ul.pagination li {
background: none;
display: inline;
margin: 0;
padding: 0;
}

ul.pagination li span{
padding: 2px 5px;
}

ul.pagination a {
padding: 2px 3px;
text-decoration: none;
}
aleksus430 вне форума
Старый 02.06.2011, 15:46   #9
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
}

.pagenavbar {
background: url(../images/icon-pages.gif) no-repeat center left;
font-weight: bold;
padding-left: 14px;
}

.pagenavcounter {
background: url(../images/icon-pages.gif) no-repeat 0 11px;
font-weight: bold;
padding: 8px 14px 0 14px;
}

.sectiontableheader {
color: #FFFFFF;
font-weight: bold;
padding: 8px 5px;
}

.sectiontableheader a {
color: #FFFFFF;
}

tr.sectiontableentry1 td {
padding: 8px 5px;
}

tr.sectiontableentry2 td {
padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
text-align: left;
}

div.syndicate div {
text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
background: none;
}

/* META
--------------------------------------------------------- */
.createdate {
color: #858783;
}

.modifydate {
float: left;
width: 100%;
color: #858783;
margin-bottom: 10px;
display: block;
}

div.buttonheading {
float: right;
width: 20%;
}

.buttonheading img {
border: 0;
float: right;
margin: 7px 5px 0 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
padding: 0 0 40px;
width: 950px;
margin: 0 auto;
}

.narrow #ja-wrapper {
width: 750px;
}

#ja-header,
#ja-mainnav,
#ja-subnav,
#ja-pathway,
#ja-container,
#ja-topsl,
#ja-botsl,
#ja-footer {
clear: both;
}

#ja-container {
border-top: 1px solid #E7E8E6;
border-bottom: 1px solid #E7E8E6;
background: url(../images/main-bg1.gif) repeat-y left;
}

.narrow #ja-container {
background: url(../images/main-bg1-n.gif) repeat-y left;
}

#ja-container2 {
border-bottom: 1px solid #E7E8E6;
background: url(../images/main-bg2.gif) repeat-y right;
}

.narrow #ja-container2 {
background: url(../images/main-bg2-n.gif) repeat-y right;
}

#ja-mainbody {
width: 80%;
float: right;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
clear: both;
display: block;
float: left;
width: 75%;


}

#ja-current-content {
padding: 10px 15px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
float: left;
overflow: hidden;
width: 20%;
color: #626A69;
}

#ja-col2 {
float: right;
overflow: hidden;
width: 25%;
color: #626A69;
}

/*common style for column*/
#ja-colwrap a {
}

#ja-colwrap a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-colwrap table {
border-collapse: collapse;
border-spacing: 0;
}

#ja-colwrap .article_separator {
display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-fr,
#ja-containerwrap-fl {
padding: 0;
margin: 25px 0;
background: url(../images/grad1.gif) repeat-x bottom #FFFFFF;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
width: 100%;
}

#ja-containerwrap-f #ja-content {
width: 100%;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
background: none;
}

#ja-containerwrap-f #ja-container {
border: 1px solid #E7E8E6;
}

/*content + left*/
#ja-containerwrap-fr #ja-content {
width: 100%;
}

#ja-containerwrap-fr #ja-container2 {
background: none;
}

#ja-containerwrap-fr #ja-container2 {
border-right: 1px solid #E7E8E6;
}

/*content + right*/
#ja-containerwrap-fl #ja-mainbody {
width: 100%;
}

#ja-containerwrap-fl #ja-content {
width: 79.9%;
}

#ja-containerwrap-fl #ja-col2 {
width: 20%;
}

#ja-containerwrap-fl #ja-container {
background: none;
border-left: 1px solid #E7E8E6;
}
aleksus430 вне форума
Старый 02.06.2011, 15:46   #10
aleksus430
Пользователь
 
Регистрация: 27.07.2009
Сообщений: 22
По умолчанию

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
font-size: 100%;
margin: 0 -10px 5px;
padding: 5px 10px;
background: url(../images/grad3.gif) repeat-x bottom #A8A8A8;
border-bottom: 1px solid #E7E8E6;
color: #FFFFFF;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
margin: 0;
padding: 0 10px 10px;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_menu,
#ja-botsl div.moduletable_text {
border-bottom: none;
}

/* mis */
div.banneritem_text {
padding: 5px 0 !important;
}

div.advs {
clear: both;
display: block;
float: left;
width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilte ul {
margin: 0;
padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li {
background: url(../images/bullet.gif) no-repeat 5px 8px;
margin: 0;
padding-left: 16px;
}

/* Hilite */
div.moduletable_hilite h3 {
background: url(../images/grad2.gif) repeat-x bottom #2C79B3;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
height: 80px;
line-height: normal;
position: relative;
}

#ja-header a {
}

h1.logo, h1.logo-text {
margin: 0;
padding: 0;
font-size: 200%;
}
h1.logo a {
width: 435px;
display: block;
background: url(../images/logo.gif) no-repeat;
position: absolute;
height: 42px;
bottom: 15px;
left: 0;
}

h1.logo a span {
position: absolute;
top: -1000px;
}

h1.logo-text a {
text-decoration: none;
outline: none;
position: absolute;
bottom: 35px;
left: 15px;
}

p.site-slogan {
margin: 0;
padding: 0;
color: #858783;
position: absolute;
bottom: 20px;
left: 15px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
background: url(../images/shadow.gif) repeat-x bottom;
height: 37px;
position: relative;
z-index: 999;
}

#ja-mainnav {
background: url(../images/grad2.gif) repeat-x top #2C79B3;
height: 32px;
}

#ja-mainnav a, #ja-subnav a {
outline: none;
}

#ja-subnav {
display: block;
font-size: 92%;
border-bottom: 1px solid #E7E8E6;
height: 28px;
}

#ja-subnav ul {
margin: 0;
padding: 0;
}

#ja-subnav li {
background: none;
display: inline;
margin: 0;
padding: 0;
}

#ja-subnav li a {
display: block;
float: left;
padding: 0 15px;
line-height: 28px;
background: url(../images/vline.gif) no-repeat center left;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
font-weight: bold;
color: #8BAB32;
}

#ja-subnav li a.first-item {
background: none;
}

/* breadcrumbs */
#ja-pathway {
border: 1px solid #E7E8E6;
border-bottom: none;
padding: 5px 15px;
color: #626A69;
font-weight: bold;
background: #F8F8F7;
}

#ja-pathway strong {
margin-right: 5px;
}

#ja-pathway a {
color: #626A69;
font-weight: normal;
}

#ja-pathway img {
margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
list-style: none;
margin: 0;
padding: 0;
}

ul.menu li {
background: none;
margin: 0;
padding: 0;
}

ul.menu li a {
display: block;
outline: none;
padding: 6px 4px;
color: #626A69;
border-bottom: 1px solid #E7E8E6;
background: url(../images/arrow.png) no-repeat 97% center;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
color: #2C79B3;
background: url(../images/arrow2.png) no-repeat 97% center;
}

ul.menu li.active a {
color: #2C79B3;
font-weight: bold;
}

ul.menu li ul {
list-style: none;
margin: 0;
padding: 0;
}
aleksus430 вне форума
Закрытая тема


Купить рекламу на форуме - 42 тыс руб за месяц

Опции темы Поиск в этой теме
Поиск в этой теме:

Расширенный поиск


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Проблема с отображением сайта victor5133 HTML и CSS 13 07.04.2011 21:51
Проблема с отображением. Simel HTML и CSS 1 07.01.2011 01:57
Проблема с отображением 3д обьекта vaflea Общие вопросы C/C++ 19 26.05.2010 01:15
Проблема с отображением времени HAMMAN Помощь студентам 2 22.04.2009 16:17
Проблема с отображением текста ALR Свободное общение 0 18.02.2007 20:08