[Tts-dev-commits] r57 - in zen-tts: css templates

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Sun May 29 23:48:38 CEST 2011


Author: vjrj_
Date: 2011-05-29 23:48:37 +0200 (Sun, 29 May 2011)
New Revision: 57

Modified:
   zen-tts/css/tts-style.css
   zen-tts/templates/page.tpl.php
Log:


Modified: zen-tts/css/tts-style.css
===================================================================
--- zen-tts/css/tts-style.css	2011-05-29 02:40:13 UTC (rev 56)
+++ zen-tts/css/tts-style.css	2011-05-29 21:48:37 UTC (rev 57)
@@ -158,3 +158,7 @@
     margin-top: 2.9em;
 }
 
+.quicktabs-style-nostyle { 
+  font-family: 'KomikaHandRegular';
+  font-size: 19px !important;
+}
\ No newline at end of file

Modified: zen-tts/templates/page.tpl.php
===================================================================
--- zen-tts/templates/page.tpl.php	2011-05-29 02:40:13 UTC (rev 56)
+++ zen-tts/templates/page.tpl.php	2011-05-29 21:48:37 UTC (rev 57)
@@ -107,6 +107,11 @@
  * @see zen_process()
  */
 ?>
+<?php
+$title-tts = '<span>Take </span><span style="font-size:55px">the</span><br><span>Squ</span><span style="font-size:70px">are </span><span style="font-size:80px">!</span>';
+$slogan-tts = '<span style="font-size:18px">Because gl</span><span style="font-size:21px">obal problems</span><br/><span style="font-size:17px">need g</span><span style="font-size:20px">lobal pro</span><span style="font-size:21px">tests<br/>and </span><span style="font-size:22px">global solutions...</span><br/><span style="font-size:23px">Join us!</span>';
+?>
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">
 
@@ -136,7 +141,7 @@
             <?php if ($title): ?>
               <div id="site-name"><strong>
                 <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home">
-		  <span>Take </span><span style="font-size:55px">the</span><br><span>Squ</span><span style="font-size:70px">are </span><span style="font-size:80px">!</span>
+		  <?php print $title-tts; ?>
               </strong></div>
             <?php else: /* Use h1 when the content title is empty */ ?>
               <h1 id="site-name">
@@ -147,7 +152,7 @@
 
           <?php if ($site_slogan): ?>
             <div id="site-slogan">
-	    <span style="font-size:18px">Because gl</span><span style="font-size:21px">obal problems</span><br/><span style="font-size:17px">need g</span><span style="font-size:20px">lobal pro</span><span style="font-size:21px">tests<br/>and </span><span style="font-size:22px">global solutions...</span><br/><span style="font-size:23px">Join us!</span>
+            <?php print $slogan-tts; ?>
             </div><!-- end slogan -->
           <?php endif; ?>
         </div><!-- /#name-and-slogan -->




More information about the Tts-dev-commits mailing list