Ignore:
Timestamp:
05/10/07 11:51:20 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/celepar/app_print.css

    r21 r24  
     1/* Este documento é um css somente para impressão do calendário no papel! 
     2O seu efeito não aparece na tela  */ 
     3 
    14.calendar_print_main { 
    25        text-align:center; 
     
    811        margin: 5px; 
    912        padding: 5px; 
    10         height: 116px; 
    11         width: 480px; 
     13        height: 700px; 
     14        width: 600px; 
    1215} 
    1316.button { 
    14         font-family: Verdana, Arial, Helvetica, sans-serif; 
     17        display: none; 
     18} 
     19 
     20 
     21.to_continue 
     22{ 
     23        font-size: 9px; 
     24} 
     25 
     26A.minicalendar  
     27{  
     28        color: #000000;  
     29        font-size: 9px; 
     30         
     31} 
     32 
     33A.bminicalendar  
     34{  
     35        color: #336699;  
     36        font-style: italic; 
     37        font-weight: bold; 
     38        font-size: 9px;  
     39} 
     40 
     41A.minicalendargrey  
     42{  
     43        color: #999999;  
     44        font-size: 10px; 
     45        font-weight: bold; 
     46} 
     47 
     48A.bminicalendargrey  
     49{  
     50        color: #336699;  
     51        font-style: italic;  
     52        font-size:10px;  
     53} 
     54 
     55A.minicalhol 
     56{  
     57        padding-left:3px; 
     58        padding-right:3px; 
     59        background: #dab0b0; 
     60        color: #000000;  
     61        font-size: 10px;  
     62} 
     63 
     64A.bminicalhol 
     65{  
     66        padding-left:3px; 
     67        padding-right:3px; 
     68        background: #dab0b0; 
     69        color: #336699;  
     70        font-size: 10px;  
     71} 
     72 
     73A.minicalgreyhol 
     74{  
     75        padding-left:3px; 
     76        padding-right:3px; 
     77        background: #dab0b0; 
     78        color: #999999;  
     79        font-size: 10px;  
     80} 
     81 
     82A.bminicalgreyhol 
     83{  
     84        padding-left:3px; 
     85        padding-right:3px; 
     86        background: #dab0b0; 
     87        color: #999999;  
     88        font-size: 10px;  
     89} 
     90 
     91 
     92.event-on 
     93{  
     94        background: #D3DCE3; 
     95        border: #E8F0F0 1px solid; 
     96} 
     97 
     98.event-off 
     99{  
     100        background: #E8F0F0; 
     101        border: #D3DCE3 1px solid; 
     102} 
     103 
     104.event-holiday 
     105{ 
     106        font-size: 100%; 
     107        background: #dac0c0; 
     108        color:#000000; 
     109        vertical-align: middle; 
     110} 
     111 
     112.time 
     113{ 
     114        background: #D3DCE3; 
     115        color:#000000; 
     116        font-size: 10px; 
     117        font-weight: bold; 
     118        vertical-align: middle; 
     119        width: 5.2%; 
     120        text-align: right; 
     121        padding-right: 5px; 
     122        line-height: 11px; 
     123        border: #E8F0F0 1px solid; 
     124} 
     125 
     126 
     127.planner-cell 
     128{ 
     129        cursor: pointer; 
     130        cursor: hand; 
     131        border: thin solid black; 
     132} 
     133 
     134/* common */ 
     135.calendar_link_print 
     136{ 
     137        text-align: center; 
     138        font-size: 10px; 
     139} 
     140 
     141//Mini Calendar 
     142 
     143.calendar_minical_table 
     144{ 
     145        width: 180px; 
     146        font-weight: bold; 
     147} 
     148 
     149.calendar_minical_daytable 
     150{ 
     151        width: 100%; 
     152} 
     153 
     154.calendar_minical_dayname 
     155{ 
     156        font-size: 9px; 
     157        text-align: right; 
     158} 
     159 
     160.calendar_minical_hrule 
     161{ 
     162        width: 96%; 
     163} 
     164 
     165/* Header */ 
     166.calendar_dropbuttons 
     167{ 
     168        align: center; 
     169        text-align: center; 
     170        vertical-align: bottom; 
     171        font-weight: bold; 
     172        font-size: 8px; 
     173} 
     174 
     175.calendar-weekidentifier 
     176{ 
     177        font-size:16px; 
     178        font-weight: bold; 
     179        text-align: center; 
     180} 
     181 
     182.calendar_header 
     183{ 
     184        font-size: 16px; 
     185        font-weight: bold; 
     186        text-align: center; 
     187} 
     188 
     189.calendar_dayview_table_header 
     190{ 
     191        font-size: 13px; 
     192        font-weight: bold; 
     193        text-align: center; 
     194} 
     195 
     196.calendar_dayview_todo_header 
     197{ 
     198        margin: 0px;  
     199        padding: 2px; 
     200        font-weight: bold; 
     201} 
     202 
     203/* week view */ 
     204.calendar_week_identifier_table 
     205{ 
     206        border: 0px solid black; 
     207        width: 100%; 
     208} 
     209 
     210.calendar_week_identifier 
     211{ 
     212        font-size: 13px; 
     213        text-align: center; 
     214        font-weight: bold; 
     215} 
     216 
     217.calendar_weekview_daytitle 
     218{ 
     219        font-weight: bold; 
    15220        font-size: 12px; 
    16         color: 006699; 
    17         background-color: #D4D0C8; 
    18         border: 2px solid #666666; 
    19 } 
     221        background: #D3DCE3; 
     222} 
     223 
     224.calendar_m_w_table 
     225{ 
     226        table-layout:fixed; 
     227        overflow:hidden; 
     228        height: 95%; 
     229        width: 100%; 
     230        border: 0px #000000 solid; 
     231} 
     232 
     233.calendar_m_w_tablecell 
     234{ 
     235        overflow:hidden; 
     236        vertical-align: top; 
     237        padding-left: 4px; 
     238        padding-right: 4px; 
     239        padding-bottom: 6px; 
     240} 
     241 
     242.screen_only 
     243{ 
     244        display:none; 
     245} 
     246 
     247.calendar_m_w_table_daynumber 
     248{ 
     249        font-weight: bold; 
     250        font-family: Arial; 
     251        font-size: 13px; 
     252        vertical-align: top; 
     253        background-color: #778899; 
     254        border: 1px solid #000000; 
     255        margin: 1px; 
     256        padding: 1px; 
     257} 
     258 
     259A.event_entry 
     260{ 
     261        font-size:10px; 
     262} 
     263 
     264/* month view */ 
     265 
     266.calendar_month_identifier 
     267{ 
     268        font-size:18px; 
     269        font-weight: bold; 
     270} 
     271 
     272.calendar_user_identifier 
     273{ 
     274        font-size:12px; 
     275        color: #009999; 
     276        font-weight: bold; 
     277} 
     278 
     279.calendar_week_minical_table 
     280{ 
     281        width:100%; 
     282        border: 0px solid #000000 
     283} 
     284 
     285.calendar_weekinfo 
     286{ 
     287        color: #000000; 
     288        padding-left: 2px; 
     289        padding-right: 2px; 
     290        font-size: 10px; 
     291        font-weight: bold; 
     292        font-style: italic; 
     293} 
Note: See TracChangeset for help on using the changeset viewer.