Changeset 963

Show
Ignore:
Timestamp:
11/03/08 18:11:33 (2 months ago)
Author:
clay
Message:

Lots of font changes. Changed TAM to bilumi where I found it in the code.

Location:
huginmunin/trunk/web/hm
Files:
1 added
47 modified

Legend:

Unmodified
Added
Removed
  • huginmunin/trunk/web/hm/app/media/css/blocks.css

    r779 r963  
    1515} 
    1616.block_title { 
    17   color: #302211; 
    18   font-weight:500; 
    19   font-size: 2em; 
     17  color: #120d07; 
     18  font-weight:normal; 
     19  font-size: 1.5em; 
    2020  padding: 6px; 
    2121} 
     
    2626.block_minmax { 
    2727  padding: 2px 0px 0px 3px; 
    28   color:#302211; 
     28  color:#120d07; 
    2929} 
    3030.block_content { 
  • huginmunin/trunk/web/hm/app/media/css/body.css

    r884 r963  
    4444.help { /*font-variant: small-caps;*/ font-size:.95em; color: #774411; } 
    4545 
    46 .center {  text-align: center;} 
    4746.right {  text-align: right;} 
    4847.left {  text-align: left;} 
  • huginmunin/trunk/web/hm/app/media/css/forms.css

    r941 r963  
    1414  color: #0055CC;*/ 
    1515  background: none; 
    16   color:#302211; 
     16  color:#120d07; 
    1717  text-decoration:none; 
    1818  border-width:0 0 1px 0; 
    19   border-bottom:1px dotted #302211; 
     19  border-bottom:1px dotted #120d07; 
    2020  font-size: 1em; 
    2121} 
  • huginmunin/trunk/web/hm/app/media/css/general.css

    r962 r963  
    1111/* colors:   
    1212dk green: #097A21 
    13 lt green: #52DE1B 
     13lt green: #52DE1B is this used? 
    1414bilumi_black_brown: #120d07 
     15true black: #000000 
     16true white: ffffff 
    1517blue: rgb(0,143,212): 008fd4 
    1618peachy: FFEFD6 
    1719gray: #D6D2D0 
     20light gray: #f1edeb not used yet 
    1821purple gray: #d0d0dd 
     22sunny highlight: fff9ce 
    1923*/ 
    2024 
     
    2529    padding: 0; 
    2630    border: 0; 
    27 } 
    28  
    29 h1 + h2 { 
    30    margin-top: -1em; 
    3131} 
    3232 
     
    8888 
    8989/*Links*/ 
    90 a, .link { color: #41a2e6; text-decoration: none; } 
     90a, .link { color: #008fd4; text-decoration: none; } 
    9191a:hover, .link:hover { color: #bac5ff; } 
    9292 
     
    175175 
    176176.wrapper{ 
    177         color:#120d07; 
     177        color:#000000; 
    178178        margin:1em auto; 
    179179        padding-left:0em; 
     
    185185        margin:0 auto; 
    186186} 
    187  
    188 h1 { 
    189 text-decoration: none; 
    190 margin-top: 0; 
    191 margin-bottom: 0; 
    192 }  
    193187 
    194188#left_general_column{ 
     
    299293} 
    300294 
     295/* h1 is used for content area headings */ 
     296h1{ 
     297        font-family: Geneva, "MS Sans Serif", sans-serif; 
     298        color:#097A21; 
     299        letter-spacing:0.05em; 
     300        clear: both; 
     301        border-bottom:.06em solid #D6D2D0; 
     302        padding: .8em .5em 0em .5em; 
     303} 
     304 
     305/* h2 is used for ? */ 
    301306h2{ 
    302 /*      font-family:Rockwell, serif;*/ 
    303         padding-top:1.1em; 
    304         padding-bottom:1.1em; 
     307        font-family: Geneva, "MS Sans Serif", sans-serif; 
     308        color:#097A21; 
     309        letter-spacing:0.08em; 
     310        clear: both; 
     311        border-bottom:.06em solid #D6D2D0; 
     312        padding: .8em .5em .33em .5em; 
     313} 
     314 
     315/* h3 is used for notes below h2 */ 
     316h3{ 
     317        font-family:"Lucida Grande",Tahoma;      
     318        padding: 0em .5em .1em 1.8em; 
     319        margin-top: .07em; 
     320        margin-bottom: .8em; 
    305321        color:#120d07; 
     322        font-weight:normal; 
     323        letter-spacing:0.05em; 
     324} 
     325 
     326/* h4 is used for spelling out details */ 
     327h4{ 
     328        font-family:"Lucida Grande",Tahoma;      
     329        padding: 0em .2em 0em .8em; 
     330        text-transform: uppercase; 
     331        color:#097A21; 
     332        font-weight:normal; 
     333        letter-spacing:0.12em; 
     334} 
     335 
     336.background_title_offset { 
     337        margin: -8.2em 0 0 16em; 
     338        float: left; 
     339        display: inline; 
    306340} 
    307341 
     
    309343        padding-bottom:.55em; 
    310344        padding-top:.275em; 
     345} 
     346 
     347.line_height_extra{ 
     348        line-height: 300%; 
    311349} 
    312350 
     
    579617} 
    580618 
    581 #behaviors{ 
    582         width:70em; 
    583 } 
    584  
    585619.label{ 
    586620        margin:0 auto; 
     
    604638        font-size:140%; 
    605639        font-weight:700; 
     640        clear: both; 
    606641        border-bottom:.06em solid #D6D2D0; 
    607642        padding: 1em .5em .33em .5em; 
    608         clear: both; /* ok? lucy added this because admin needed it and it seemed like good thing in general */ 
    609643} 
    610644 
  • huginmunin/trunk/web/hm/app/media/css/header.css

    r950 r963  
    4242 
    4343#header_logo{ 
    44         padding: 0em .5em 1em .8em; 
    45         margin: 0 0 0em 0; 
     44        padding: 0em .5em 0 .8em; 
    4645        width: 14%; 
    4746} 
     
    8584#linklist li{ 
    8685        display:inline; 
    87         padding-left:.55em; 
    88         padding-right:.55em; 
     86        padding-left:.6em; 
     87        padding-right:.6em; 
    8988        vertical-align: top;  
    9089} 
    9190 
    9291#linklist a{ 
     92        font-family:"Lucida Grande",Tahoma;      
    9393        color:#120d07; 
     94        font-weight:normal; 
     95        letter-spacing:0.08em; 
    9496        border:none; 
    9597} 
  • huginmunin/trunk/web/hm/app/media/css/menu.css

    r937 r963  
    1 #menu_border { 
     1.menu_border { 
    22        border:.11em solid #c0cdd1; 
    33        background-color:#f7fae9; 
     
    55} 
    66 
    7 #menu_overall ul { 
     7.menu_overall ul { 
    88        list-style-type:none; 
    9         /*border: "medium 009cbc"; value should be more like 1px solid #009cbc  right?*/ 
    109        list-style-position:inside; 
    1110        margin: 1em 0 1em 0; 
    1211        text-transform:uppercase; 
    13         font-weight: 500; 
    14  
     12        font-family:"Lucida Grande",Tahoma;      
     13        color:#120d07; 
     14        font-weight:normal; 
     15        letter-spacing:0.08em; 
    1516} 
    1617 
    17 #menu_overall a { 
     18.menu_overall a { 
    1819        color:#120d07; 
    1920} 
    2021 
    21 #menu_overall ul li { 
     22.menu_overall ul li { 
    2223        padding: .7em 1.5em; 
    2324} 
  • huginmunin/trunk/web/hm/app/media/js/jquery.rte.js

    r396 r963  
    66 * 
    77 * Functionality extended by Lucy Mendel 
    8  * ThoughtAndMemory.org 
     8 * bilumi.org 
    99 */ 
    1010 
  • huginmunin/trunk/web/hm/app/templates/account/confirmed.html

    r632 r963  
    1111 
    1212<p> 
    13   Welcome to ThoughtAndMemory.org! 
     13  Welcome to Buy It Like You Mean It! 
    1414  Thanks for validating your email address!  
    1515  You can now <a href="/Main/account/login/">Login!</a> 
  • huginmunin/trunk/web/hm/app/templates/account/login.html

    r931 r963  
    11 
    2 {# pane "login" "Log into ThoughtAndMemory.org" #} 
     2{# pane "login" "Log into bilumi.org" #} 
    33 
    44<h1 class="center">Log in</h1> 
  • huginmunin/trunk/web/hm/app/templates/account/page.html

    r779 r963  
    22 
    33{% block title %} 
    4                 ThoughtAndMemory.org {% if title %}- {{ title }}{% endif %} 
     4                bilumi.org {% if title %}- {{ title }}{% endif %} 
    55{% endblock %} 
    66 
  • huginmunin/trunk/web/hm/app/templates/account/register.html

    r781 r963  
    1818{% endform %} 
    1919 
    20  
    21 {% comment %} 
    22 <h1>what</h1> 
    23  
    24 <div id="account_register_form"> 
    25   <form method="post" action="/Main/account/register/"> 
    26     <table style="width:330px;margin:auto;"> 
    27                          
    28       {% for e in f.errors.base %} 
    29       <tr><td colspan="2">{{ e.message }}</td></tr> 
    30       {% endfor %} 
    31                          
    32       <tr> 
    33                                 <td style="vertical-align:top;">First Name</td> 
    34                                 <td> 
    35                                         {% errors f.errors.first_name %} 
    36                                         {% if f.errors.first_name %} 
    37                                         <ul class="errors"> 
    38                                                 {% for e in f.errors.first_name %} 
    39                                                 <li>{{ e }}</li> 
    40                                                 {% endfor %} 
    41                                         </ul> 
    42                                         {% endif %} 
    43                                         <input value="{{f.first_name}}" name="first_name" class='create_account_input' type='text' /> 
    44                                 </td> 
    45                         </tr> 
    46        
    47                         <tr> 
    48                                 <td>Last Name</td> 
    49                                 <td> 
    50                                         <ul class="errors"> 
    51                                                 {% for e in f.errors.last_name %} 
    52                                                 <li>{{ e }}</li> 
    53                                                 {% endfor %} 
    54                                         </ul> 
    55                                         <input value="{{f.last_name}}" name="last_name" class='create_account_input' type='text' /> 
    56                                 </td> 
    57                         </tr> 
    58                          
    59       {% for e in f.errors.username %} 
    60       <tr> 
    61                                 <td></td> 
    62                                 <td>{{e}}</td> 
    63                         </tr> 
    64       {% endfor %} 
    65                          
    66       <tr> 
    67                                 <td>Username</td> 
    68                                 <td><input value="{{f.username}}" name="username" class='create_account_input' type='text' /></td> 
    69                         </tr> 
    70                          
    71                         {% for e in f.errors.password %} 
    72                         <tr> 
    73                                 <td></td> 
    74                                 <td>{{e}}</td> 
    75                         </tr> 
    76       {% endfor %} 
    77                          
    78       <tr> 
    79                                 <td>Password</td> 
    80                                 <td><input value="" name="password" class='create_account_input' type='text' /></td> 
    81                         </tr> 
    82                          
    83       <tr> 
    84                                 <td>Confirm password</td> 
    85                                 <td><input value="" name="password_confirmation" class='create_account_input' type='text' /></td> 
    86                         </tr> 
    87                          
    88                         {% for e in f.errors.email %} 
    89                         <tr> 
    90                                 <td></td> 
    91                                 <td>{{e}}</td> 
    92                         </tr> 
    93       {% endfor %} 
    94                          
    95       <tr> 
    96                                 <td>Email</td> 
    97                                 <td><input value="{{f.email}}" name="email" class='create_account_input' type='text' /></td> 
    98                         </tr> 
    99                          
    100       <tr> 
    101                                 <td colspan="2"><input type="submit" value="Register"></td> 
    102                         </tr> 
    103                          
    104     </table> 
    105   </form> 
    106 </div> 
    107 {% endcomment %} 
    108  
    10920{# endpane #} 
  • huginmunin/trunk/web/hm/app/templates/avatar_frame.html

    r932 r963  
    11<div id="avatar_frame_border"> 
    22<div id="avatar_frame"> 
    3         <img src="{{avatar_frame_image}}" class="center_display" alt="User image."> 
     3        <img src="{{avatar_frame_image}}" class="center_display" alt="Avatar/Image Frame (coming soon)"> 
    44</div> 
    55</div> 
  • huginmunin/trunk/web/hm/app/templates/base.html

    r950 r963  
    9999<div> 
    100100        <a href="/Main"><img id="header_logo" alt="bilumi" src="/Main/media/img/LogoColors.png"></a> 
    101         Get started! 
    102101        <span id="login_header_area">   {% include 'login_menu.html' %} </span> 
    103102</div> 
     
    105104        <div class="clr"></div> 
    106105 
    107 <!--header--> 
     106<span class="background_title_offset"><h4>Buy It Like You Mean It - Tools for Responsible Shopping</h4> 
     107</span> 
    108108 
    109109<div class="Line_Highlight"> 
     
    120120                        <li><a href="http://www.surveymonkey.com/s.aspx?sm=pwAXDzy9ysZ3rQsWotZGYg_3d_3d">Feedback</a></li> 
    121121                </ul> 
    122         </div>  <!--linklist--> 
     122        </div>  
    123123</div><!--navigation--> 
    124124 
  • huginmunin/trunk/web/hm/app/templates/browse/browse_list.html

    r953 r963  
    33{% block big_box %} 
    44 
    5         <div class="box_top">Browse List</div> 
    6         <div class="small_spacer"></div> 
     5        <h1>Browse List</h1> 
     6        <h3> Click on an item to learn more or to add your own perspective.</h3> 
    77 
    88        {% comment %} 
  • huginmunin/trunk/web/hm/app/templates/browse_extension.html

    r953 r963  
    2121 
    2222{% block rightmenu %} 
    23 <div id="menu_border"> 
    24 <div id="menu_overall"> 
     23<div class="menu_border"> 
     24<div class="menu_overall"> 
    2525        <ul> 
    26                 <li> Browse List </li> 
    27                 <li> Keyword Search </li> 
    28                 <li> My Recently Viewed </li> 
    29                 <li> Add Listing </li> 
    30                 <li> Notepad</li> 
     26                <li> <a href="{% url coming_soon %}">Browse List</A> <span class="coming_soon">(coming soon)</span></li> 
     27                <li> <a href="{% url coming_soon %}">Keyword Search</A> <span class="coming_soon">(coming soon)</span></li> 
     28                <li> <a href="{% url coming_soon %}">My Recently Viewed</A> <span class="coming_soon">(coming soon)</span></li> 
     29                <li> <a href="{% url coming_soon %}">Add Listing</A> <span class="coming_soon">(coming soon)</span></li> 
     30                <li> <a href="{% url coming_soon %}">Notepad</A> <span class="coming_soon">(coming soon)</span></li> 
    3131        </ul> 
    3232</div> 
  • huginmunin/trunk/web/hm/app/templates/forms/login_form.html

    r924 r963  
    11 
    2 {% pane "login" "Log in to ThoughtAndMemory.org" %} 
     2{% pane "login" "Log in to bilumi.org" %} 
    33 
    44{% tableform "login_form" "account/login" &form %} 
  • huginmunin/trunk/web/hm/app/templates/forms/node_type.html

    r905 r963  
    33 
    44{% block title %} 
    5   ThoughtAndMemory.org - Model Admin 
     5  Buy It Like You Mean It - Model Admin 
    66{% endblock %} 
    77 
  • huginmunin/trunk/web/hm/app/templates/graph/nodes.html

    r779 r963  
    1  
    21{% pane "nodes" "Companies, Products and Groupings" %} 
    32 
  • huginmunin/trunk/web/hm/app/templates/intro/intro_choices.html

    r950 r963  
    33{% block big_box %} 
    44 
    5 <div id="first_intro_page"> 
     5<h1>Let's get started!  </h1>  
    66 
    7 <div id="Intro_flash_banner"> 
    8         <embed 
    9        src='/Main/media/flash/Raj_animation.swf' 
    10        type='application/x-shockwave-flash' 
    11        wmode='transparent' 
    12        width=\'670' 
    13        height=\'670'> 
    14         </embed> 
    15 </div>           
     7<div class="small_spacer">      </div> 
    168 
    17 <p><img src="/Main/media/img/spacer.gif" class="intro_banner_spacer"> 
    18 </img> 
     9<h3>Think of bilumi as <i><b>your</b> socially responsible information location.</i>    
     10        <br>Your <b>involvement</b> means everything to us.  
     11        So <i>jump right in.</i>  There is plenty to do:</h3> 
     12 
     13<div class="small_spacer">      </div> 
     14 
     15<ul class="line_height_extra"> 
     16<li> 
     17        <A HREF="{% url browse %}">Learn</A> about (and review) socially responsible products and companies. 
    1918</p> 
    20  
    21 <div class="intro_paragraph_area">       
    22         <div class="box_top">Your purchase, your values. 
    23         </div>  
    24         <div class="inner" > 
    25                         <p>Your everyday choices can make the world a better place.   
    26                         </p>     
    27                         <p>Imagine knowing exactly which products support your own unique values when you first walk into a store or shop online. 
    28                         </p> 
    29                         <p>How can you find peer reviewed socially responsible product information?  Click "next" to continue the tour. 
    30                         </p>