Changeset 1144 for trunk/workflow


Ignore:
Timestamp:
07/16/09 18:17:06 (15 years ago)
Author:
viani
Message:

Ticket #580 - Unificacao do arquivo default.css dos templates Celepar e Default - workflow

Location:
trunk/workflow/templates
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/templates/default/processes/default.css

    r795 r1144  
    5858        color: #000000 !important; 
    5959        #width:99%; 
    60          
     60 
    6161} 
    6262#conteudo_corpo { 
     
    7171        line-height:150%; 
    7272        _width:100%; 
     73        -moz-border-radius-topright: 9px; 
     74        -moz-border-radius-topleft: 9px; 
     75        -moz-border-radius-bottomright: 9px; 
     76        -moz-border-radius-bottomleft: 9px; 
    7377 
    7478} 
     
    194198} 
    195199 
    196 .form_opcoes { 
    197         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    198         font-size: 10px; 
    199         color: #FFFFFF; 
    200         text-align:center; 
    201         margin-top:10px; 
    202 } 
    203 .form_opcoes a { 
    204         color: #FFFFFF; 
    205 } 
    206 .form_opcoes a:hover { 
    207         color: #0067CE; 
    208 } 
    209 #cabecalho { 
    210         display:block; 
    211         background-color:#0099FF; 
    212         height:43px; 
    213         padding:0px; 
    214         margin:0px; 
    215         border-top:3px solid #5EB0FF; 
    216 } 
    217  
    218 #menu ul { 
    219         padding:0px; 
    220         margin:0px; 
    221         float: left; 
    222         width: 100%; 
    223         background-color:#F7F3EF; 
    224         list-style:none; 
    225         font:80% Tahoma; 
    226 } 
    227  
    228 #menu ul li { display: inline; } 
    229  
    230 #menu ul li a { 
    231         background-color:#F7F3EF; 
    232         color: #333 !important; 
    233         text-decoration: none !important; 
    234         border-bottom:3px solid #8B7D6B; 
    235         padding: 2px 10px; 
    236         float:left; 
    237         margin-right:2px; 
    238 } 
    239  
    240 #menu ul li a:hover { 
    241 /*      background-color:#D6D6D6; */ 
    242         color: #5EB0FF !important; 
    243         border-bottom:3px solid #5EB0FF; 
    244         text-decoration: none !important; 
    245 /*      font-weight:bold; 
    246 */} 
    247  
    248 #rodape { 
    249         width:668px; 
    250         height:53px; 
    251         display:block; 
    252         background-color:#F6C491; 
    253         position: absolute; 
    254         top: 324px; 
    255         left:50%; 
    256         margin-left:-334px; 
    257 } 
    258 #rodape table { 
    259         width:100%; 
    260 } 
    261 .text_rodape { 
    262         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    263         font-size: 10px !important; 
    264         color: #87470E !important; 
    265         text-align:left; 
    266         padding-left:10px; 
    267         padding-right:10px; 
    268         line-height:150%; 
    269 } 
    270 h1 { 
    271         font-family:Arial, Helvetica, sans-serif !important; 
    272         font-size:14px !important; 
    273         font-weight:bold; 
    274         color:#000000 !important; 
    275         text-align:left; 
    276         margin: 0px 0px 2px 0px; 
    277         border-bottom:1px solid #8B7D6B; 
    278         #font-size:12px; 
    279 } 
    280 h2 { 
    281         display:block; 
    282         font-family:Verdana, Arial, Helvetica, sans-serif !important; 
    283         font-size:11px !important; 
    284         font-weight:bold; 
    285         color:#FFFFFF !important; 
    286         height:18px; 
    287         background-color:#333333; 
    288         padding: 1px 1px 1px 3px; 
    289         margin:3px 0px 3px 0px; 
    290 } 
    291  
    292 hr { 
    293         border-top:1px dashed #CDC0B0; 
    294         border-right:none; 
    295         border-bottom:none; 
    296         border-left:none; 
    297         height:1px; 
    298         margin:3px 0px 3px 0px; 
    299 } 
    300  
    301 .form_tabela { 
    302         text-align:left !important; 
    303         background-color:#FBFAF8 !important; 
    304         width:100%; 
    305         padding:10px !important; 
    306         #border: 10px solid #FBFAF8; 
    307  
    308 } 
    309 .form_tabela td { 
    310         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    311         font-size: 11px !important; 
    312         color:#000000 !important; 
    313         padding: 3px; 
    314          
    315 } 
    316 form { 
    317         margin: 0px; 
    318         padding: 0px; 
    319 } 
    320 input { 
    321         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    322         font-size: 12px !important; 
    323         color: #000559 !important; 
    324         padding: 1px 0px 1px 4px !important; 
    325         border-top: 1px solid #808281 !important; 
    326         border-left: 1px solid #808281 !important; 
    327         border-right: 1px solid white !important; 
    328         border-bottom: 1px solid white !important; 
    329         vertical-align: middle !important; 
    330  
    331 } 
    332 .input_like_label { 
    333         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    334         font-size: 12px !important; 
    335         color: #000559 !important; 
    336         padding: 1px 0px 1px 4px !important; 
    337         vertical-align: middle !important; 
    338         border-width: 0px !important; 
    339         background-color: transparent !important; 
    340 } 
    341 input.checkbox { 
    342         border: 0px !important; 
    343 } 
    344 select { 
    345         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    346         font-size: 12px !important; 
    347         border-top: 1px solid #808281 !important; 
    348         border-left: 1px solid #808281 !important; 
    349         border-right: 1px solid white !important; 
    350         border-bottom: 1px solid white !important; 
    351  
    352 } 
    353 textarea { 
    354         font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    355         font-size: 12px !important; 
    356         color: #000559 !important; 
    357         padding: 1px 0px 1px 4px !important; 
    358         border-top: 1px solid #808281 !important; 
    359         border-left: 1px solid #808281 !important; 
    360         border-right: 1px solid white !important; 
    361         border-bottom: 1px solid white !important; 
    362  
    363 } 
    364 .form_label { 
     200fieldset { 
     201        border: 0 none; 
     202} 
     203.div_form_linha { 
     204        margin-top:7px; 
     205        margin-bottom:8px; 
     206        clear: left; 
     207} 
     208.form_label, .div_form_label { 
    365209        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    366210        font-size: 11px !important; 
     
    370214        text-align:left; 
    371215        font-weight:bold; 
     216} 
     217.div_form_label { 
     218        clear: left; 
     219        float: left; 
     220        padding-left: 10px; 
     221        width: 163px; 
     222} 
     223.obrigatorio{ 
     224        padding-left: 0px !important; 
     225        width: 173px; 
    372226} 
    373227.form_botao { 
     
    387241        border-top: 2px solid white !important; 
    388242        border-left: 2px solid white !important; 
    389  
    390  
    391 } 
     243} 
     244 
     245.form_opcoes { 
     246        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     247        font-size: 10px; 
     248        color: #FFFFFF; 
     249        text-align:center; 
     250        margin-top:10px; 
     251} 
     252.form_opcoes a { 
     253        color: #FFFFFF; 
     254} 
     255.form_opcoes a:hover { 
     256        color: #0067CE; 
     257} 
     258#cabecalho { 
     259        display:block; 
     260        background-color:#0099FF; 
     261        height:43px; 
     262        padding:0px; 
     263        margin:0px; 
     264        border-top:3px solid #5EB0FF; 
     265} 
     266 
     267#menu ul { 
     268        padding:0px; 
     269        margin:0px; 
     270        float: left; 
     271        width: 100%; 
     272        background-color:#F7F3EF; 
     273        list-style:none; 
     274        font:80% Tahoma; 
     275} 
     276 
     277#menu ul li { display: inline; } 
     278 
     279#menu ul li a { 
     280        background-color:#F7F3EF; 
     281        color: #333 !important; 
     282        text-decoration: none !important; 
     283        border-bottom:3px solid #8B7D6B; 
     284        padding: 2px 10px; 
     285        float:left; 
     286        margin-right:2px; 
     287} 
     288 
     289#menu ul li a:hover { 
     290/*      background-color:#D6D6D6; */ 
     291        color: #5EB0FF !important; 
     292        border-bottom:3px solid #5EB0FF; 
     293        text-decoration: none !important; 
     294/*      font-weight:bold; 
     295*/} 
     296 
     297#rodape { 
     298        width:668px; 
     299        height:53px; 
     300        display:block; 
     301        background-color:#F6C491; 
     302        position: absolute; 
     303        top: 324px; 
     304        left:50%; 
     305        margin-left:-334px; 
     306} 
     307#rodape table { 
     308        width:100%; 
     309} 
     310.text_rodape { 
     311        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     312        font-size: 10px !important; 
     313        color: #87470E !important; 
     314        text-align:left; 
     315        padding-left:10px; 
     316        padding-right:10px; 
     317        line-height:150%; 
     318} 
     319h1 { 
     320        font-family:Arial, Helvetica, sans-serif !important; 
     321        font-size:14px !important; 
     322        font-weight:bold; 
     323        color:#000000 !important; 
     324        text-align:left; 
     325        margin: 0px 0px 2px 0px; 
     326        border-bottom:1px solid #8B7D6B; 
     327        #font-size:12px; 
     328} 
     329h2 { 
     330        display:block; 
     331        font-family:Verdana, Arial, Helvetica, sans-serif !important; 
     332        font-size:11px !important; 
     333        font-weight:bold; 
     334        color:#FFFFFF !important; 
     335        height:18px; 
     336        background-color:#333333; 
     337        padding: 4px 1px 1px 10px; 
     338        margin:3px 0px 0px 0px; 
     339        -moz-border-radius-topright: 9px; 
     340        -moz-border-radius-topleft: 9px; 
     341} 
     342 
     343hr { 
     344        border-top:1px dashed #CDC0B0; 
     345        border-right:none; 
     346        border-bottom:none; 
     347        border-left:none; 
     348        height:1px; 
     349        margin:3px 0px 3px 0px; 
     350} 
     351 
     352.form_tabela, .div_form { 
     353        text-align:left !important; 
     354        background-color:#FBFAF8 !important; 
     355        padding:10px !important; 
     356        #border: 10px solid #FBFAF8; 
     357} 
     358.div_form { 
     359        padding: 4px !important; 
     360} 
     361.dark_table  { 
     362        background-color: #EFEFEF !important; 
     363        border: 0px !important!; 
     364} 
     365 
     366 
     367.form_tabela td { 
     368        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     369        font-size: 11px !important; 
     370        color:#000000 !important; 
     371        padding: 3px; 
     372 
     373} 
     374form { 
     375        margin: 0px; 
     376        padding: 0px; 
     377} 
     378input { 
     379        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     380        font-size: 12px !important; 
     381        color: #000559 !important; 
     382        padding: 1px 0px 1px 4px !important; 
     383        border-top: 1px solid #808281 !important; 
     384        border-left: 1px solid #808281 !important; 
     385        border-right: 1px solid white !important; 
     386        border-bottom: 1px solid white !important; 
     387        vertical-align: middle !important; 
     388 
     389} 
     390.input_like_label { 
     391        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     392        font-size: 12px !important; 
     393        color: #000559 !important; 
     394        padding: 1px 0px 1px 4px !important; 
     395        vertical-align: middle !important; 
     396        border-width: 0px !important; 
     397        background-color: transparent !important; 
     398} 
     399input.checkbox { 
     400        border: 0px !important; 
     401} 
     402select { 
     403        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     404        font-size: 12px !important; 
     405        border-top: 1px solid #808281 !important; 
     406        border-left: 1px solid #808281 !important; 
     407        border-right: 1px solid white !important; 
     408        border-bottom: 1px solid white !important; 
     409 
     410} 
     411textarea { 
     412        font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     413        font-size: 12px !important; 
     414        color: #000559 !important; 
     415        padding: 1px 0px 1px 4px !important; 
     416        border-top: 1px solid #808281 !important; 
     417        border-left: 1px solid #808281 !important; 
     418        border-right: 1px solid white !important; 
     419        border-bottom: 1px solid white !important; 
     420 
     421} 
     422 
    392423#barra_acao_top { 
    393424        display:block; 
     
    465496} 
    466497#destacado, .destaque { 
    467         border: 1px solid #333333; 
    468         background-color: #CDC0B0; 
     498        border: 0px solid #333333; 
     499        background-color: #E1DFD2; 
    469500        font-size: 12px !important; 
    470501        #font-size: 11px !important; 
    471502        padding: 10px; 
    472         color: #000000; 
     503        color: #403c31 !important; 
     504        -moz-border-radius-topright: 9px; 
     505        -moz-border-radius-topleft: 9px; 
     506        -moz-border-radius-bottomright: 9px; 
     507        -moz-border-radius-bottomleft: 9px; 
    473508} 
    474509 
     
    500535        background-color:#333333; 
    501536        height:18px; 
    502         padding:1px 1px 1px 0px; 
     537        padding:4px 1px 1px 10px; 
    503538        margin:0px 0px 0px 0px; 
     539        -moz-border-radius-topright: 9px; 
     540        -moz-border-radius-topleft: 9px; 
    504541} 
    505542 
     
    552589        text-align:left !important; 
    553590} 
    554 <<<<<<< .mine 
    555 <<<<<<< .mine 
    556 <<<<<<< .mine 
    557  
    558  
    559  
    560591 
    561592ul.horizontalMenu 
     
    605636        vertical-align: middle; 
    606637} 
    607 ======= 
    608638 
    609639ul.horizontalMenu 
     
    652682{ 
    653683    vertical-align: middle; 
    654 }>>>>>>> .r859 
    655 ======= 
    656 >>>>>>> .r853 
    657 ======= 
     684} 
    658685 
    659686ul.horizontalMenu 
     
    702729{ 
    703730    vertical-align: middle; 
    704 }>>>>>>> .r859 
     731} 
Note: See TracChangeset for help on using the changeset viewer.