Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 10 Ответов
  • 15968 Просмотров
*

RazarioAgro

  • Захожу иногда
  • 473
  • 4 / 0
Сам шаблон из Joomla почему не могу менять, точнее могу, но цвет всех меню на сайте черный, как поменять не знаю. Шаблон Ja Portfolio
*

yuri-design

  • Давно я тут
  • 652
  • 76 / 5
Нажмите кнопку "поиск" и введите CSS
и узнаете в какой папке ;)
*

RazarioAgro

  • Захожу иногда
  • 473
  • 4 / 0
ок, сделал.
А как и в каком поле прописывается фон меню?
*

yuri-design

  • Давно я тут
  • 652
  • 76 / 5
Вы покажите CSS файл
*

RazarioAgro

  • Захожу иногда
  • 473
  • 4 / 0
Код
/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li {
background: url("../../images/mainnav-sep.gif") repeat-y right center;
}
#ja-cssmenu li a {
font-weight: bold;
padding: 15px 20px 10px;
color: #CACCCD;
}

#ja-cssmenu li a:hover,
#ja-cssmenu li a:focus,
#ja-cssmenu li a:active { color: #fff; }

#ja-cssmenu li.active {
background: #5F9729;
}

#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
color:#fff !important;
}

#ja-cssmenu li:hover,
#ja-cssmenu li.sfhover,
#ja-cssmenu li.havechildsfhover,
#ja-cssmenu li.havechild-activesfhover {
background-color:#525253;
}

/* 2nd level and above */
#ja-cssmenu li ul {
background: #525253;
border: 1px solid #525253;
border-top: 0;
}

#ja-cssmenu li ul ul {  }

#ja-cssmenu li ul li {
background: url(../../images/divider-2.gif) repeat-x center top transparent !important;
}

#ja-cssmenu li ul li.havesubchild {
background: url(../../images/divider-4.gif) no-repeat right top !important;
}

#ja-cssmenu li ul li.active {
padding-left: 0;
}

#ja-cssmenu li ul li:hover,
#ja-cssmenu li ul li.sfhover,
#ja-cssmenu li ul li.havechildsfhover,
#ja-cssmenu li ul li.havechild-activesfhover {
background-color: #313435 !important;
}

#ja-cssmenu li ul li.first-item { background-image:none !important; }

Вот нашел файл в template/css/menu/css
*

Taatshi

  • Глобальный модератор
  • 5258
  • 481 / 2
  • Верстаем и кодим. Обращайтесь ;)
фон - это бэкграунд. Вот и ищите))
ВЕРСТКА, САЙТЫ ПОД КЛЮЧ, УДАЛЕНИЕ ВИРУСОВ, МИГРАЦИЯ НА JOOMLA 3, ОБНОВЛЕНИЕ  |  ОТЗЫВЫ 
Связь: telegram - Taatshi, почта - Taatshi на яндексе, Skype - Taatshi
*

RazarioAgro

  • Захожу иногда
  • 473
  • 4 / 0
Я понимаю, но как именно изменить, там много бэграундов, какой из них для меню, вот демка моего сайта http://templates.joomlart.com/ja_portfolio/
*

RazarioAgro

  • Захожу иногда
  • 473
  • 4 / 0
Может кому поможет разобраться.
Код
/*
# ------------------------------------------------------------------------
# JA Portfolio Template
# ------------------------------------------------------------------------
# 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
--------------------------------------------------------- */
/choronoform{visibility:hidden}
body {
color: #525253;
font-family: Arial, Helvetica, sans-serif;
}

body#bd { background: url(../images/bd-bg.jpg) #f5f6f7; color: #525253; }

/* Normal links ---*/
a { color: #5F9729; text-decoration: none; }

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

/* Readon links ---*/
p.readmore a {
background: url(../images/check_alt_12x12.png) no-repeat 5px 5px;
border: 1px solid transparent;
color: #525253;
display: block;
float: right;
font-size: 92%;
text-transform: uppercase;
padding: 3px 5px 3px 22px;
}

p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active {
background-color: #f0f0f0;
border-color: #dedede;
color: #525253;
text-decoration: none;
}

/* Headings ---*/
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
}

h1.componentheading, .componentheading {
background: url(../images/noise-bg.png) #313435;
color: #f0f0f3;
padding: 10px 20px;
margin: 0 -20px;
font-size: 125%;
text-transform: uppercase;
font-weight: bold;
}

h1.contentheading, h2.contentheading, .contentheading {
background: #f0f0f3;
padding: 10px 20px 5px;
margin: 0 -20px;
border-top: 1px solid #dedede;
font-weight: bold;
}

.contentheading { font-size: 200%; }

h2.contentheading a { color: #313435; }

h2.contentheading a:hover,
h2.contentheading a:active,
h2.contentheading a:focus { color: #5f9729; text-decoration: none; }

.blog-featured .contentheading { font-size: 180%; }

.jitem-title { font-size: 110%; font-weight: bold; }

.contentpaneopen_edit {
position: absolute;
}

body.contentpane p {
margin: 10px 0;
}

/* Others ---*/
hr { border-top: 1px solid #dedede; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
background: url(../images/grad-l1.gif) repeat-x bottom #fff;
border: 1px solid #caccce;
}

.inputbox:hover, .inputbox:focus { background: url(../images/grad-l1.gif) repeat-x bottom #fff; }

.button {
background: url(../images/grad-d1.gif) repeat-x left bottom;
border: 1px solid #5f9729;
color: #fff;
font-weight: bold;
padding: 4px 6px;
}

.josForm .button {
padding: 2px;
font-weight: normal;
border: none;
line-height: 20px;
display: inline;
margin: 0 5px;
}

/* Search ---*/
form#searchForm { border-top: 1px solid #dedede; }

.searchintro { border-bottom: 1px solid #dedede; }

.results h4 { text-transform: none; font-size: 110%; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #dedede; padding-top: 15px; margin-top: 15px; }

.contact_email .inputbox {
margin-bottom: 15px;
}
/* Joomla STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading {
padding-top: 0;
}

.items-leading .leading {
padding: 0 0 20px;
}

.items-leading .contentpaneopen {
padding: 0 20px;
}

.items-row {
padding-top: 0;
padding-bottom: 20px;
border-bottom: 0;
}

.article-content { overflow: visible; }

.article-content ul li p {
margin: 0 ;
}

/* Meta ---*/
div.article-tools {
background: #f0f0f3;
border-bottom: 1px solid #dedede;
padding: 0 20px 10px;
margin: 0 -20px 10px;
text-transform: uppercase;
}

dl.article-info { color: #88888a; margin: 0; }

dl.article-info dd { margin: 0; }

.contentdescription { background: #F0F0F3; border-top: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; margin: 0 -20px 20px -20px; }

p.modifydate { font-size: 92%; color: #999; text-align: left; clear: both; }

/*Inline images ---*/
.img-border {
background: #fcfcfc;
border: 1px solid #dedede;
margin: 5px 15px 0 0;
padding: 4px;
}

p.img_caption { color: #999; text-transform: uppercase; }

.jatc-images {
clear: both;
}

/* Tables ---*/
thead tr th {
background: #313435;
color: #fff;
padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #dedede; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #dedede; }

table.contenttoc td { border-bottom: 1px dotted #dedede; }

table.contenttoc th {
background: #f6f6f6;
border-bottom: 1px solid #dedede;
text-transform: uppercase;
}

/* Poll */
form#poll {
border-bottom: 1px dotted #dedede;
font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #dedede; }

dl.poll dt {
width: 105px;
}

table.pollstableborder td {
background: #f6f6f6;
border-bottom: 1px solid #dedede;
font-weight: bold;
padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination li span,
.pagination li strong { line-height: 20px; }

.items-more { border-bottom: 1px solid #dedede; }

.items-more h3 { font-size: 125%; }

p.counter span {
background: #B7B7B7;
color: #fff;
padding: 2px 4px;
font-size: 92%;
font-weight: bold;
}

/* Feed ---*/
.feed_description {
margin: 10px 0;
}

/* Message ---*/
#system-message {
margin: 5px;
}

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
margin-top: 5px;
margin-bottom: 10px;
padding: 0;
background: url(../images/grad-l1.gif) repeat-x bottom #fff;
border: 1px solid #dedede;
}

div.ja-moduletable h3, div.moduletable h3 {
font-size: 125%;
padding: 10px 15px;
color: #f0f0f3;
text-transform: uppercase;
background: url(../images/noise-bg.png) #313435;
}

div.ja-moduletable .ja-box-ct h3, div.moduletable .ja-box-ct h3 {
font-size: 100%;
padding: 0;
color: #525253;
text-transform: none;
background: none;
}

div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
padding: 10px 15px;
}

/* Hilite ---*/
div.moduletable_hilite {
background: #5f9729;
color: #fff;
border: 1px solid #e2e2e5;
}

div.ja-moduletable_hilite .ja-box-ct h3,
div.moduletable_hilite .ja-box-ct h3 {
color: #fff;
}
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #dedede; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { padding: 10px 0; }

#ja-main .inner { padding: 0; }

/* Content Main ---*/
.ja-content-main {
background: url(../images/grad-l1.gif) repeat-x bottom #fff;
border: 1px solid #dedede;
padding: 0 20px 10px;
margin: 5px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {}

#ja-header .main { padding: 10px 0;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px;}

/* Logo Image ---*/
h1.logo { width: 294px; height: 68px; }

h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
width: 294px;
height: 68px;
}

/* Logo Text ---*/
div.logo-text h1 {
font-size: 200%;
font-family: Arial, sans-serif;
font-weight: bold;
}

div.logo-text h1 a {
text-decoration: none;
}

p.site-slogan {
color: #999;
display: block;
font-size: 85%;
margin: 3px 0 0;
padding: 0 10px;
text-transform: uppercase;
}

#ja-top-header {
margin-top:-5px;
position:absolute;
right:180px;
text-align:right;
width:50%;
}

#ja-search {
border: 1px solid #cacccd;
background: url(../images/icons/icon-search.png) no-repeat 10px center #fff;
bottom: 20px;
right: 5px;
height: 28px;
width: 200px;
}

#ja-search .inputbox {
background: none;
border: 0;
color: #666;
width: 165px;
height: 24px;
margin: 0;
padding-left: 30px;
font-weight: bold;
}

#ja-top {
position: absolute;
top: 20px;
right: 10px;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { z-index: 999; }

#ja-mainnav .main { }

#ja-mainnav .main-inner1 {
background: url(../images/noise-bg.png) #313435;
padding: 0;
}

/* Breadcrumbs ---*/
#ja-navhelper .main { padding: 0; }

#ja-navhelper .main-inner1 { padding-bottom: 8px; text-transform: uppercase; }

.ja-breadcrums { text-indent: 15px; }

.ja-links li.layout-switcher {
display: none;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/

div.moduletable_menu {}

div.moduletable_menu .ja-box-ct { padding: 0; }

#ja-container ul.menu li { border-bottom: 1px dotted #dedede; }

#ja-container ul.menu li:last-child { border-bottom: 0; }

#ja-container ul.menu li a {
background: none;
color: #525253;
padding-left: 15px;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:focus,
#ja-container ul.menu li a:active {
background: #f0f0f3;
color: #525253;
text-decoration: none;
}

#ja-container ul.menu li.active {
background: #5f9729;
}

#ja-container ul.menu li.active a {
color: #fff;
}

#ja-container ul.menu li.active a:hover {
color: #fff;
background-color: #5f9729;
}

#ja-container ul.menu li ul {
margin: 0;
}

#ja-container ul.menu li li {
border-bottom: 0;
border-top: 1px dotted #dedede;
background: none;
}

#ja-container ul.menu li li a {
background: url(.././images/bullet-white.png) no-repeat 15px 12px #5f9729;
padding-left: 20px;
}

#ja-container ul.menu li.active li a:hover {
color: #fff;
background: url(.././images/bullet-white.png) no-repeat 15px 12px #313435;
}
*

cmd

  • Захожу иногда
  • 60
  • 6 / 1
  • adaptable approach and a strong positive attitude
Вот тут есть решение вопроса.
*

Sasha_F

  • Новичок
  • 8
  • 0 / 0
копал Google, но точного ответа не нашел.
Шаблон тот же JA Portfolio.
Как в нем сделать по центру белый лист, а по бокам фон, который мне нужен. В шаблоне залит фон на всю страницу. А мне надо в центре страницы сделать белую рабочую область...
кто поможет?
*

kazebiaka

  • Новичок
  • 2
  • 0 / 0
Может кто знает в каталоге входит две одинаковые страницы.http://ttehnik.com.ua/
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Как вывести путь до шаблона с помощью API Joomla?

Автор elche

Ответов: 13
Просмотров: 13839
Последний ответ 11.09.2018, 23:48:50
от DK-Scorp
Ширина меню

Автор alex86r93

Ответов: 5
Просмотров: 3447
Последний ответ 14.06.2018, 05:13:50
от KANEGI
как сделать кнопки меню!

Автор Millenium_3000

Ответов: 10
Просмотров: 9676
Последний ответ 17.08.2017, 17:24:12
от Intrande
Стили шаблона

Автор karkan25

Ответов: 12
Просмотров: 2972
Последний ответ 21.05.2017, 16:40:32
от karkan25
Вопрос по добавлению тега в МЕНЮ j 1.5

Автор berTalino

Ответов: 12
Просмотров: 2973
Последний ответ 29.03.2017, 16:20:43
от berTalino