- Postagens: 96
- Obrigados Recebidos: 0
[RESOLVIDO ] Diminuir Tamanho Titulos Artigos Joomla
- matheusmera
-
Autor do Tópico
- Offline
- JCB! Junior
-
Menos
Mais
16 anos 1 semana atrás #16526
por matheusmera
matheusmera created the topic: [RESOLVIDO ] Diminuir Tamanho Titulos Artigos Joomla
Bom pessoal estou com o seguinte problema preciso diminuir o tamanho dos titulos dos artigos pois estão muito grande, porem não encontrei nada para que pudesse fazer o mesmo entao peço que me ajudem, não sei se postei o topico no lugar errado mas procurei e não achei nada. Espero ajuda.
Att. Matheus Mera
Att. Matheus Mera
Please Entrar ou Registrar to join the conversation.
- Uriel
-
- Offline
- JCB! Legend
-
- matheusmera
-
Autor do Tópico
- Offline
- JCB! Junior
-
Menos
Mais
- Postagens: 96
- Obrigados Recebidos: 0
16 anos 1 semana atrás #16775
por matheusmera
matheusmera replied the topic: Re: Diminuir Tamanho Titulos Artigos Joomla
No meu template no css typografy.css
tem estes codigos é o que se aproxima mais creio eu se vc puder me indicar qual devo alterar para diminuir os titulos.
/*
* headings
*/
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
h1 {
font-weight: normal;
color: #0671AD;
}
#page h1 a {
color: #0671AD;
text-decoration: none;
}
h2 { color: #50555A; }
h3 { color: #0671AD; }
h4 { color: #50555A; }
h5 { color: #0671AD; }
h6 { color: #50555A; }
/*
* anchor
*/
a:link,
a:visited { color: #0671AD; }
a:hover { color: #00a3ff; }
a.icon-folder {
padding-left: 17px;
background: url(../images/typography/icon_folder.png) 0 40% no-repeat;
}
a.icon-file {
padding-left: 17px;
background: url(../images/typography/icon_file.png) 0 40% no-repeat;
}
a.icon-download {
padding-left: 17px;
background: url(../images/typography/icon_download.png) 0 40% no-repeat;
}
a.icon-external {
padding-left: 17px;
background: url(../images/typography/icon_external.png) 0 40% no-repeat;
}
a.icon-pdf {
padding-left: 17px;
background: url(../images/pdf_button.png) 0 40% no-repeat;
}
/*
* emphasis
*/
em.box {
padding: 0px 3px 0px 3px;
border: 1px dotted #aaaaaa;
background: #f5f6f7;
font-family: "Courier New", Courier, monospace;
font-style: normal;
}
/*
* unsorted lists
*/
/* icon style */
ul.arrow,
ul.checkbox,
ul.check,
ul.star {
margin: 10px 0px 10px 0px;
padding-left: 20px;
list-style: none;
}
ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
margin: 5px 0px 5px 0px;
padding-left: 35px;
font-weight: bold;
line-height: 26px;
}
ul.arrow li { background: url(../images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }
/* table style */
ul.table {
margin: 20px 0px 20px 0px;
padding-left: 0px;
list-style: none;
}
ul.table li {
padding: 5px;
border-bottom: 1px solid #c8c8c8;
}
ul.table li:nth-child(odd) { background: #fafafa; }
ul.table li:nth-child(even) { background: #ffffff; }
ul.table li:last-child { border: none; }
/*
* ordered lists
*/
ol.disc {
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 45px;
background: url(../images/typography/list_disc.png) 20px 0px repeat-y;
}
ol.disc li {
margin: 5px 0px 5px 0px;
padding-left: 10px;
font-weight: bold;
line-height: 26px;
}
/*
* horizontal rule
*/
hr.dotted {
margin: 15px 0px 15px 0px;
display: block;
background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
height: 1px;
border: none;
}
/*
* highlighted div and span tags
*/
span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }
div.note, span.note {
margin: 10px 0px 10px 0px;
padding: 5px 10px 5px 10px;
background: #f4f5f6;
border-top: 1px dotted #aab4be;
border-bottom: 1px dotted #aab4be;
text-align:justify;
}
div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
margin: 10px 0px 10px 0px;
padding: 8px 10px 8px 35px;
}
div.info, span.info {
background: #f4f5f6 url(../images/typography/box_info.png) 3px 5px no-repeat;
border-top: 1px dotted #aab4be;
border-bottom: 1px dotted #aab4be;
}
div.alert, span.alert {
background: #fff5eb url(../images/typography/box_alert.png) 3px 5px no-repeat;
border-top: 1px dotted #ffb4a0;
border-bottom: 1px dotted #ffb4a0;
}
div.download, span.download {
background: #f5faeb url(../images/typography/box_download.png) 3px 5px no-repeat;
border-top: 1px dotted #78be5a;
border-bottom: 1px dotted #78be5a;
}
div.tip, span.tip {
background: #fffdeb url(../images/typography/box_tip.png) 3px 5px no-repeat;
border-top: 1px dotted #ffc864;
border-bottom: 1px dotted #ffc864;
}
/*
* p tag with dropcaps
*/
p.dropcap:first-letter {
display: block;
margin: 7px 4px 0px 0px;
float: left;
font-size: 280%;
font-family: Georgia, "Times New Roman", Times, serif;
}
/*
* tables
*/
table.listing {
width: 100%;
margin-bottom: 30px;
font-size: 11px;
}
table.listing thead th {
height: 30px;
padding: 5px;
border-bottom: 1px solid #c8c8c8;
background: none;
vertical-align: top;
font-size: 14px;
font-weight: normal;
}
table.listing tbody td {
height: 20px;
padding: 5px;
border-bottom: 1px solid #c8c8c8;
}
table.listing tr.odd td { background: #fafafa; }
table.listing tr.even td { background: #ffffff; }
table.listing td.bold {
font-weight: bold;
font-size: 12px;
}
/*
* blockquotes
*/
q.blockquote {
margin: 10px 0 10px 15px;
font-style: italic;
font-size: 130%
}
q.blockquote:first-letter { font-size: 150% }
q.blockquote:before,
q.blockquote:after { content: ""; }
blockquote.quotation {
margin: 10px 0px 10px 0px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/typography/blockquote_start.png) 0 0 no-repeat;
text-align:justify;
}
blockquote.quotation p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/typography/blockquote_end.png) 100% 100% no-repeat;
}
/*
* floating boxes
*/
body .inset-left {
margin: 15px 15px 10px 0px;
float: left;
}
body .inset-right {
margin: 15px 0px 10px 15px;
float: right;
}
tem estes codigos é o que se aproxima mais creio eu se vc puder me indicar qual devo alterar para diminuir os titulos.
/*
* headings
*/
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
h1 {
font-weight: normal;
color: #0671AD;
}
#page h1 a {
color: #0671AD;
text-decoration: none;
}
h2 { color: #50555A; }
h3 { color: #0671AD; }
h4 { color: #50555A; }
h5 { color: #0671AD; }
h6 { color: #50555A; }
/*
* anchor
*/
a:link,
a:visited { color: #0671AD; }
a:hover { color: #00a3ff; }
a.icon-folder {
padding-left: 17px;
background: url(../images/typography/icon_folder.png) 0 40% no-repeat;
}
a.icon-file {
padding-left: 17px;
background: url(../images/typography/icon_file.png) 0 40% no-repeat;
}
a.icon-download {
padding-left: 17px;
background: url(../images/typography/icon_download.png) 0 40% no-repeat;
}
a.icon-external {
padding-left: 17px;
background: url(../images/typography/icon_external.png) 0 40% no-repeat;
}
a.icon-pdf {
padding-left: 17px;
background: url(../images/pdf_button.png) 0 40% no-repeat;
}
/*
* emphasis
*/
em.box {
padding: 0px 3px 0px 3px;
border: 1px dotted #aaaaaa;
background: #f5f6f7;
font-family: "Courier New", Courier, monospace;
font-style: normal;
}
/*
* unsorted lists
*/
/* icon style */
ul.arrow,
ul.checkbox,
ul.check,
ul.star {
margin: 10px 0px 10px 0px;
padding-left: 20px;
list-style: none;
}
ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
margin: 5px 0px 5px 0px;
padding-left: 35px;
font-weight: bold;
line-height: 26px;
}
ul.arrow li { background: url(../images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }
/* table style */
ul.table {
margin: 20px 0px 20px 0px;
padding-left: 0px;
list-style: none;
}
ul.table li {
padding: 5px;
border-bottom: 1px solid #c8c8c8;
}
ul.table li:nth-child(odd) { background: #fafafa; }
ul.table li:nth-child(even) { background: #ffffff; }
ul.table li:last-child { border: none; }
/*
* ordered lists
*/
ol.disc {
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 45px;
background: url(../images/typography/list_disc.png) 20px 0px repeat-y;
}
ol.disc li {
margin: 5px 0px 5px 0px;
padding-left: 10px;
font-weight: bold;
line-height: 26px;
}
/*
* horizontal rule
*/
hr.dotted {
margin: 15px 0px 15px 0px;
display: block;
background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
height: 1px;
border: none;
}
/*
* highlighted div and span tags
*/
span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }
div.note, span.note {
margin: 10px 0px 10px 0px;
padding: 5px 10px 5px 10px;
background: #f4f5f6;
border-top: 1px dotted #aab4be;
border-bottom: 1px dotted #aab4be;
text-align:justify;
}
div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
margin: 10px 0px 10px 0px;
padding: 8px 10px 8px 35px;
}
div.info, span.info {
background: #f4f5f6 url(../images/typography/box_info.png) 3px 5px no-repeat;
border-top: 1px dotted #aab4be;
border-bottom: 1px dotted #aab4be;
}
div.alert, span.alert {
background: #fff5eb url(../images/typography/box_alert.png) 3px 5px no-repeat;
border-top: 1px dotted #ffb4a0;
border-bottom: 1px dotted #ffb4a0;
}
div.download, span.download {
background: #f5faeb url(../images/typography/box_download.png) 3px 5px no-repeat;
border-top: 1px dotted #78be5a;
border-bottom: 1px dotted #78be5a;
}
div.tip, span.tip {
background: #fffdeb url(../images/typography/box_tip.png) 3px 5px no-repeat;
border-top: 1px dotted #ffc864;
border-bottom: 1px dotted #ffc864;
}
/*
* p tag with dropcaps
*/
p.dropcap:first-letter {
display: block;
margin: 7px 4px 0px 0px;
float: left;
font-size: 280%;
font-family: Georgia, "Times New Roman", Times, serif;
}
/*
* tables
*/
table.listing {
width: 100%;
margin-bottom: 30px;
font-size: 11px;
}
table.listing thead th {
height: 30px;
padding: 5px;
border-bottom: 1px solid #c8c8c8;
background: none;
vertical-align: top;
font-size: 14px;
font-weight: normal;
}
table.listing tbody td {
height: 20px;
padding: 5px;
border-bottom: 1px solid #c8c8c8;
}
table.listing tr.odd td { background: #fafafa; }
table.listing tr.even td { background: #ffffff; }
table.listing td.bold {
font-weight: bold;
font-size: 12px;
}
/*
* blockquotes
*/
q.blockquote {
margin: 10px 0 10px 15px;
font-style: italic;
font-size: 130%
}
q.blockquote:first-letter { font-size: 150% }
q.blockquote:before,
q.blockquote:after { content: ""; }
blockquote.quotation {
margin: 10px 0px 10px 0px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/typography/blockquote_start.png) 0 0 no-repeat;
text-align:justify;
}
blockquote.quotation p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/typography/blockquote_end.png) 100% 100% no-repeat;
}
/*
* floating boxes
*/
body .inset-left {
margin: 15px 15px 10px 0px;
float: left;
}
body .inset-right {
margin: 15px 0px 10px 15px;
float: right;
}
Please Entrar ou Registrar to join the conversation.
- Rickschaves
-
- Offline
- JCB! Hero
-
- matheusmera
-
Autor do Tópico
- Offline
- JCB! Junior
-
Menos
Mais
- Postagens: 96
- Obrigados Recebidos: 0
16 anos 1 semana atrás #16789
por matheusmera
matheusmera replied the topic: Re: Diminuir Tamanho Titulos Artigos Joomla
o endereço é <!-- w -->
www.igrejaemcruzalta.com.br
<!-- w -->
Please Entrar ou Registrar to join the conversation.