Changeset 559:d563772470a3


Ignore:
Timestamp:
24/04/12 17:44:46 (13 months ago)
Author:
sanhoerth <san@…>
Branch:
default
Message:

Add CSS/HTML Curiouslygreen Theme

Files:
7 added
3 deleted
4 edited
63 moved

Legend:

Unmodified
Added
Removed
  • cyclope/templates/cyclope/themes/curiouslygreen/4_elements.html

    r549 r559  
    77{% block page_content %} 
    88<div class="grid_19"> 
    9 <div id="fire"> 
     9<div id="fire" class="inner"> 
    1010  {% region 'before_fire' %} 
    1111  <div class="content_fire"> 
  • cyclope/templates/cyclope/themes/curiouslygreen/5_elements.html

    r549 r559  
    77{% block page_content %} 
    88<div class="grid_14"> 
    9 <div id="fire"> 
     9<div id="fire" class="main"> 
    1010    {% region 'before_fire' %} 
    1111    {% block content %}{% endblock %} 
  • cyclope/templates/cyclope/themes/curiouslygreen/base.html

    r549 r559  
    4848 
    4949  <body class="{% block body_class %}{%endblock%}"> 
    50  
     50        <div class="brand"> 
     51                <h1><a href="/">{{ CYCLOPE_SITE_SETTINGS.global_title }}</a></h1> 
     52                <h2><a href="/">http://{{ CYCLOPE_SITE_SETTINGS.site.domain }}</a></h2> 
     53        </div> 
     54                <div class="clear"></div> 
    5155    <div id="mascara" class="container_24"> 
    5256<!------------------------------------------------------------------------------------------------- 
     
    5458-------------------------------------------------------------------------------------------------> 
    5559{% region 'air' %} 
    56         <div class="brand"> 
    57                 <h1><a href="/">{{ CYCLOPE_SITE_SETTINGS.global_title }}</a></h1> 
    58                 <h2><a href="/">http://{{ CYCLOPE_SITE_SETTINGS.site.domain }}</a></h2> 
    59         </div> 
    60                 <div class="clear"></div> 
    6160 
    6261<!------------------------------------------------------------------------------------------------- 
     
    9998      <!-- /medianera --> 
    10099 
    101       <div id="footer_separator"></div> 
     100    </div> 
     101    <!-- /mascara --> 
     102 <div id="footer_separator"></div> 
    102103      <div class="footer_global">{% region 'earth' %}</div> 
    103104      <!-- /pie --> 
    104       
    105     </div> 
    106     <!-- /mascara --> 
    107  
    108105  </body> 
    109106</html> 
Note: See TracChangeset for help on using the changeset viewer.