blanktheme

Changeset 405

Show
Ignore:
Timestamp:
05/21/09 06:49:41 (9 months ago)
Author:
mateo
Message:

[blanktheme] Added some useful utility classes

Location:
trunk/themes/blanktheme
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/blanktheme/style/screen/content.css

    r394 r405  
    406406  } 
    407407 
     408  .text_left { 
     409    text-align: left; 
     410  } 
     411  .text_right { 
     412    text-align: right; 
     413  } 
     414 
    408415  .float_left { 
    409416    display: inline; 
     
    423430    text-align: center; 
    424431  } 
     432   
     433  .content_separator { 
     434    border-bottom: 1px solid #DDDDDD; 
     435    display: block; 
     436    margin: 22px 0 18px; 
     437  } 
     438  .text_separator { 
     439    color: #BBBBBB; 
     440    padding: 0 2px; 
     441  } 
     442   
    425443 
    426444 
  • trunk/themes/blanktheme/templates/footer.htm

    r402 r405  
    66         * http://www.yaml.de/en/license/license-conditions.html 
    77*]--> 
    8                 <a href="<!--[pnmodurl modname='News' type='user' func='view' theme='rss']-->" title="RSS"><img src="<!--[$imagepath]-->/icons/rss14x14.png" alt="RSS" width="14" height="14" /> RSS</a> | 
    9                 <a href="<!--[pnmodurl modname='News' type='user' func='view' theme='Atom']-->" title="Atom"><img src="<!--[$imagepath]-->/icons/atom.png" alt="Atom" width="14" height="14" /> Atom</a> | 
    10                 <a href="<!--[pnmodurl modname='Legal']-->" title="<!--[pnml name='_AB_TERMSOFUSE']-->"><!--[pnml name='_AB_TERMSOFUSE']--></a> |  
    11                 <a href="<!--[pnmodurl modname='Formicula']-->" title="<!--[pnml name='_AB_CONTACTUS']-->"><!--[pnml name='_AB_CONTACTUS']--></a> |  
     8                <a href="<!--[pnmodurl modname='News' type='user' func='view' theme='rss']-->" title="RSS"><img src="<!--[$imagepath]-->/icons/rss14x14.png" alt="RSS" width="14" height="14" /> RSS</a> 
     9                <span class="text_separator">|</span> 
     10                <a href="<!--[pnmodurl modname='News' type='user' func='view' theme='Atom']-->" title="Atom"><img src="<!--[$imagepath]-->/icons/atom.png" alt="Atom" width="14" height="14" /> Atom</a> 
     11                <span class="text_separator">|</span> 
     12                <a href="<!--[pnmodurl modname='Legal']-->" title="<!--[pnml name='_AB_TERMSOFUSE']-->"><!--[pnml name='_AB_TERMSOFUSE']--></a> 
     13                <span class="text_separator">|</span> 
     14                <a href="<!--[pnmodurl modname='Formicula']-->" title="<!--[pnml name='_AB_CONTACTUS']-->"><!--[pnml name='_AB_CONTACTUS']--></a> 
     15                <span class="text_separator">|</span> 
    1216                <a href="#header" title="<!--[pnml name='_AB_BACKTOTOP']-->"><!--[pnml name='_AB_BACKTOTOP']--></a> 
    1317                <br /> 
    1418                &copy; <!--['Y'|date]--> <a href="<!--[$baseurl]-->"><!--[sitename]--></a>.&nbsp;&nbsp;&nbsp; 
    15                 <a href="http://community.zikula.org/" title="<!--[pnml name='_AB_POWERED_BY_ZIKULA']-->">Zikula</a> |  
    16                 <a href="http://www.yaml.de/" title="<!--[pnml name='_AB_BASED_ON_YAML']-->">YAML</a> |  
    17                 <a href="http://jigsaw.w3.org/css-validator/check/referer" title="<!--[pnml name='_AB_VALIDCSS']-->">CSS</a> |  
     19                <a href="http://community.zikula.org/" title="<!--[pnml name='_AB_POWERED_BY_ZIKULA']-->">Zikula</a> 
     20                <span class="text_separator">|</span> 
     21                <a href="http://www.yaml.de/" title="<!--[pnml name='_AB_BASED_ON_YAML']-->">YAML</a> 
     22                <span class="text_separator">|</span> 
     23                <a href="http://jigsaw.w3.org/css-validator/check/referer" title="<!--[pnml name='_AB_VALIDCSS']-->">CSS</a> 
     24                <span class="text_separator">|</span> 
    1825                <a href="http://validator.w3.org/check?uri=referer" title="<!--[pnml name='_AB_VALIDXHTML']-->">XHTML</a> 
  • trunk/themes/blanktheme/templates/modules/News/news_user_index.htm

    r395 r405  
    1212        <!--[* <p class="diggers"><!--[diggers title=$info.title url=$url]--></p> *]--> 
    1313    <!--[if !empty($info.categories)]--> 
    14         <!--[pnml name='_NEWS_FILEDUNDER']-->: <!--[foreach from=$preformat.categories item='categorylink' name='articleCatsLoop']--><!--[$categorylink]--><!--[if $smarty.foreach.articleCatsLoop.last ne true]--> | <!--[/if]--><!--[/foreach]--> 
     14        <!--[pnml name='_NEWS_FILEDUNDER']-->: <!--[foreach from=$preformat.categories item='categorylink' name='articleCatsLoop']--><!--[$categorylink]--><!--[if $smarty.foreach.articleCatsLoop.last ne true]--><span class="text_separator">|</span><!--[/if]--><!--[/foreach]--> 
    1515    <!--[/if]--> 
    1616  </div> 
 
 
Powered by Trac
Design by Arcsin