Back to top

Autore Topic: Aumentare le dimensioni del font  (Letto 2291 volte)

Offline otrebor6

  • Appassionato
  • ***
  • Post: 240
  • Sesso: Maschio
    • Mostra profilo
Aumentare le dimensioni del font
« il: 04 Nov 2010, 20:01:05 »
Ciao a tutti il nome del mio template è trueloo. Il "problema" è che non riesco a trovare il punto giusto da modificare per aumentare le dimensioni del carattere sul mio sito. vi posto il codice magari potete dirmi voi cosa modificare? grazie mille
Codice: [Seleziona]
<?php
defined
('_JEXEC') or die('Restricted access'); // no direct access
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR 'functions.php';
$document = isset($this) ? $this null;
$baseUrl $this->baseurl;
$templateUrl $this->baseurl '/templates/' $this->template;
artxComponentWrapper($document);
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language?>" lang="<?php echo $this->language?>" >
 <head>
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<jdoc:include type="head" />
  <link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/system/css/system.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/system/css/general.css" type="text/css" />

  <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl?>/css/template.css" />
  <!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
  <!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
  <script type="text/javascript" src="<?php echo $templateUrl?>/script.js"></script>
  <style type="text/css">
<!--
.Main .Sheet .Sheet-body .Header .Header-jpeg #top1 {
float: left;
height: 326px;
width: 196px;
padding-top: 47px;
padding-left: 27px;
}
.Main .Sheet .Sheet-body .Header .Header-jpeg #top1 #toptext {
color: #000000;
padding: 5px;
height: 315px;
width: 185px;
}
.Main .Sheet .Sheet-body .Header .Header-jpeg #top1 #toptext {
color: #000000;
padding: 5px;
height: 315px;
width: 185px;
}
.Main .Sheet .Sheet-body .Header .Header-jpeg #top2 {
float: left;
height: 326px;
width: 187px;
padding-top: 58px;
padding-left: 55px;
}
#toptext h3{
width: 196px;
padding-top: 47px;
padding-left: 0px;
text-align:center;
font-size:18px;
font-variant:small-caps;
color:#FFFFFF;
margin-bottom:0px;
}
#toptext a:link{

font-variant:small-caps;
color:#000;
}
#toptext a:hover{

font-variant:small-caps;
color:#000;
}
.Main .Sheet .Sheet-body .Header .Header-jpeg #top2 #toptextr {
height: 275px;
width: 185px;
padding-top: 47px;
overflow: hidden;
}
.Main .Sheet .Sheet-body .Header .Header-jpeg #top2 #toptextr h3{

color:#FFFFFF;
text-align:center;
margin-bottom:0px;}
#search {
float:left;
width:100px;
margin-top:0px;
padding-left:275px;

}
.Main .Sheet .wid {
width: 1000px;
float:left;

}
-->
  </style>
</head>
<body>

<div class="Main">

<div class="Sheet">


<div class="wid"><jdoc:include type="modules" name="user3" />  </div>  <div class="Sheet-body">
<div class="Header">
    <div class="Header-jpeg"><div id="top1"><div id="toptext"><jdoc:include type="modules" name="user1" style="xhtml" /></div></div>
    <div id="top2"><div id="toptext"><jdoc:include type="modules" name="user2" style="xhtml" /></div></div>
    <div id="top2"><div id="toptext"><jdoc:include type="modules" name="top" style="xhtml" /></div></div>
    <div id="top2"><div id="toptextr"><jdoc:include type="modules" name="right" style="xhtml" /></div></div>

    </div>
<div class="logo">
 <h1 id="name-text" class="logo-name"><a href="<?php echo $baseUrl?>/">Litterator</a></h1>
</div>
<div id="search"><jdoc:include type="modules" name="user4" />
</div>

</div>
<jdoc:include type="modules" name="banner1" style="xhtml" />
<div class="contentLayout">
<?php if (artxCountModules($document'left')) : ?>
<div class="sidebar1"><?php echo artxModules($document'left''artblock'); ?>
</div>
<?php endif; ?>
<div class="<?php echo artxCountModules($document'left') ? 'content' 'content-wide'?>">

<?php
  
echo artxModules($document'banner2''xhtml');
  if (
artxCountModules($document'breadcrumb'))
    echo 
artxPost(nullartxModules($document'breadcrumb'));
  echo 
artxModules($document'banner3''xhtml');
?>

<?php if (artxHasMessages()) : ?><div class="Post">
    <div class="Post-body">
<div class="Post-inner">
<div class="PostContent">

<jdoc:include type="message" />

</div>
<div class="cleared"></div>

</div>

    </div>
</div>
<?php endif; ?>
<jdoc:include type="component" />

<?php echo artxModules($document'banner4''xhtml'); ?>
<?php echo artxPositions($document, array('user5'), 'artpost'); ?>
<?php echo artxModules($document'banner5''xhtml'); ?>
</div>

</div>
<div class="cleared"></div>

<?php echo artxPositions($document, array('bottom1''bottom2''bottom3'), 'artblock'); ?>
<jdoc:include type="modules" name="banner6" style="xhtml" />
<div class="Footer">
 <div class="Footer-inner">
  <?php echo artxModules($document'syndicate'); ?>
  <div class="Footer-text">
  <?php if (artxCountModules($document'copyright') == 0): ?>
<p>Copyright &copy; 2009 ---.<br/>
All Rights Reserved.</p>

  <?php else: ?>
  <?php echo artxModules($document'copyright''xhtml'); ?>
  <?php endif; ?>
  </div>
 </div>
 <div class="Footer-background"></div>
</div>

    </div>
</div>
<div class="cleared"></div>
<p class="page-footer">Designed by <a href="http://www.joomloo.com">Joomla Design</a>.</p>
</div>

<table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
  <tr>
    <td height="55" bgcolor="#232E4A">&nbsp;</td>
  </tr>
</table>
</body>
</html>

Offline ophtalmos

  • Appassionato
  • ***
  • Post: 403
  • Sesso: Maschio
  • Guardo attentamente....negli occhi
    • Mostra profilo
Re:Aumentare le dimensioni del font
« Risposta #1 il: 04 Nov 2010, 20:35:17 »
Vai nel template.css al rigo 881 class .PostContent e ti cambi il valore di "font-size"comeVuoi

Codice: [Seleziona]
PostContent {
color:#F0F4F4;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-Serif;
font-size:19px;
font-style:normal;
font-weight:normal;
text-align:justify;
ciao
Non vale l'apparire ma l'essere

 



Web Design Bolzano Kreatif