Changeset 9

Show
Ignore:
Timestamp:
12/03/05 13:19:00 (7 years ago)
Author:
fabien
Message:

merged trunk changes r7:8 into release_day_3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/release_day_3/frontend/config/view.yml

    r2 r9  
    1010    language:     en 
    1111 
    12   stylesheets:    [main
     12  stylesheets:    [main, layout
    1313 
    1414  javascripts:    [] 
  • tags/release_day_3/web/css/main.css

    r2 r9  
    33a img,:link img,:visited img { border: none; } 
    44 
    5 a 
     5a:link, a:visited 
    66{ 
    77  text-decoration: none; 
     8  color:#6E3291; 
    89} 
    910 
     
    1718  margin: 0; 
    1819  padding: 0; 
    19   font-family: Arial, Verdana, sans-serif; 
    20   font-size: 11px; 
     20  font-family: Arial, sans-serif; 
     21  font-size: 12px; 
    2122  background-color: #fff; 
    2223} 
     
    2425body 
    2526{ 
    26   padding: 20px
     27  text-align: center
    2728} 
     29 
     30div#header 
     31{ 
     32  margin-left: auto; 
     33  margin-right: auto; 
     34  text-align: left; 
     35  width: 780px; 
     36  height: 46px; 
     37} 
     38 
     39div#header ul, div#footer ul 
     40{ 
     41  list-style: none; 
     42  display:inline; 
     43  float:right; 
     44} 
     45 
     46div#header li, div#footer li, div#header form 
     47{ 
     48  display: inline; 
     49  list-style: none; 
     50} 
     51 
     52div#header li 
     53{ 
     54  padding: 0 7px; 
     55  font-weight: bold; 
     56  border-right: solid 1px #0066CC; 
     57} 
     58 
     59div#header li.last 
     60{ 
     61  border-right: none; 
     62} 
     63 
     64div#header .last input 
     65{ 
     66  border: solid 1px gray; 
     67  width:70px; 
     68  background-color: #F4F4F4; 
     69  vertical-align:sub; 
     70  margin-top:7px; 
     71} 
     72 
     73div#header .last input:focus, div#header .last input:hover 
     74{ 
     75  background-color: white; 
     76} 
     77 
     78div#header li :link, div#header li :visited 
     79{ 
     80  color:#0066CC; 
     81} 
     82 
     83div#content_main 
     84{ 
     85  background-color:white; 
     86} 
     87 
     88div#content_main h1 
     89{ 
     90  padding: 5px; 
     91  font-size:14px; 
     92  margin-bottom:10px; 
     93  color: #B59D7A; 
     94  border-bottom: 1px solid #B59D7A; 
     95} 
     96 
     97div#content_main h2 
     98{ 
     99  font-size:14px; 
     100} 
     101 
     102div#content_main .interested_block 
     103{ 
     104  float:left; 
     105  padding:4px 10px 10px 0; 
     106  width:60px; 
     107} 
     108 
     109div#content_main .interested_mark 
     110{ 
     111  font-size: 2em;  
     112  font-weight: bold;  
     113  width: 30px;  
     114  height: 30px;  
     115  background-color: #FFE56F;  
     116  border: 1px solid #ddd;  
     117  text-align: center; 
     118  margin-left:10px; 
     119} 
     120 
     121div#content_main .question_body 
     122{ 
     123  margin-top:6px; 
     124} 
     125 
     126div#content_main hr 
     127{ 
     128  background-color:white; 
     129  border:none; 
     130  border-top:solid 1px #B59D7A; 
     131  clear:both; 
     132  margin-bottom:10px; 
     133} 
     134 
     135div#footer 
     136{ 
     137  padding-top: 5px; 
     138  margin-left: auto; 
     139  margin-right: auto; 
     140  text-align: left; 
     141  width: 780px; 
     142  background-color: #bbb; 
     143}