buildframework/helium/sf/java/metadata/src/templates/macro/log3.css
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 629 541af5ee3ed9
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
     1 /* Main components */
       
     2 /*-------------------------------------------------------------------------------------------------------------------------*/
       
     3 BODY { font-family: "Nokia Sans Regular", Tahoma; font-size: x-small; margin: 0em; padding: 0em; background: #EEEEFF; }
       
     4 A { color: #000000; text-decoration: none; }
       
     5 #mb, #s_mb { margin: 5px; padding: 0px; background: #DADAEE; border: 1px solid #2161B5; }
       
     6 .mc, .s_mc { margin: 3px; padding: 3px 2px; background: #FFFFFF; border: 1px solid #2161B5; }
       
     7 .mc h1, .s_mc h1 { padding-left: 5px; margin: 3px 0px; font-weight: bold; color: #2161B5; font-size: x-small; border-bottom: 1px solid #2161B5; }
       
     8 .s_tag { font-size: x-small; font-weight: bold; padding: 0px 5px 3px 5px; }
       
     9 .s_val { font-size: x-small }
       
    10 
       
    11 /* Header */
       
    12 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    13 #h_wrapper { }
       
    14 .h_elmt { color: #0036CC; padding: 5px; margin: 10px; }
       
    15 .h_title { font-family: "Nokia Large", "Tahoma"; font-size: xx-large; font-weight: bold; }
       
    16 .h_subtitle { font-size: x-small; font-weight: normal; }
       
    17 
       
    18 /* Footer */
       
    19 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    20 #f_wrapper { }
       
    21 .f_elmt { font-weight: normal; color: #0036CC; padding: 5px; margin: 10px 15px; border-top: solid 1px #0036CC; }
       
    22 .f_title { font-size: x-small; padding: 0px; margin: 0px; }
       
    23 .f_subtitle { font-size: xx-small; padding: 0px; margin: 0px; }
       
    24 
       
    25 /* Color cross images */
       
    26 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    27 .cr_r, .cr_b, .cr_y { padding-left: 19px; padding-bottom: 2px; }
       
    28 .cr_r { background: url(../img/icons/delete_red.gif) no-repeat; }
       
    29 .cr_b { background: url(../img/icons/delete_blue.gif) no-repeat; }
       
    30 .cr_y { background: url(../img/icons/delete_yellow.gif) no-repeat; }
       
    31 
       
    32 /* Color check images */
       
    33 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    34 .ch_g, .ch_b { padding-left: 19px; padding-bottom: 2px; }
       
    35 .ch_g { background: url(../img/icons/check_green.gif) no-repeat; }
       
    36 .ch_b { background: url(../img/icons/check_blue.gif) no-repeat; }
       
    37 
       
    38 /* Element icons */
       
    39 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    40 .icn_dir, .icn_cpp, .icn_hpp, .icn_txt, .icn_inf, .icn_bin, .icn_xml, .icn_prj, .icn_mmp, .icn_iby, .icn_oby, .icn_spt, .icn_doc, .icn_xls, .icn_rss
       
    41 { padding-left: 23px; padding-bottom: 2px; }
       
    42 .icn_dir { background: url(../img/icons/dir.gif) no-repeat; }
       
    43 .icn_cpp { background: url(../img/icons/cpp.gif) no-repeat; }
       
    44 .icn_hpp { background: url(../img/icons/hpp.gif) no-repeat; }
       
    45 .icn_txt { background: url(../img/icons/txt.gif) no-repeat; }
       
    46 .icn_inf { background: url(../img/icons/inf.gif) no-repeat; }
       
    47 .icn_bin { background: url(../img/icons/bin.gif) no-repeat; }
       
    48 .icn_xml { background: url(../img/icons/xml.gif) no-repeat; }
       
    49 .icn_prj { background: url(../img/icons/prj.gif) no-repeat; }
       
    50 .icn_mmp { background: url(../img/icons/mmp.gif) no-repeat; }
       
    51 .icn_iby { background: url(../img/icons/iby.gif) no-repeat; }
       
    52 .icn_oby { background: url(../img/icons/oby.gif) no-repeat; }
       
    53 .icn_spt { background: url(../img/icons/spt.gif) no-repeat; }
       
    54 .icn_doc { background: url(../img/icons/doc.gif) no-repeat; }
       
    55 .icn_xls { background: url(../img/icons/xls.gif) no-repeat; }
       
    56 .icn_rss { background: url(../img/icons/rss.gif) no-repeat; }
       
    57 
       
    58 /* Message counts */
       
    59 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    60 .count_fatal_error, .count_error, .count_warning, .count_remark, .count_note, .count_default { text-align: center; padding: 0px 20px; width: 200px; }
       
    61 .gbl_count_fatal_error, .gbl_count_error, .gbl_count_warning, .gbl_count_remark, .gbl_count_note, .gbl_count_default, .count_critical, .gbl_count_critical , .count_info, .gbl_count_info{ text-align: center; padding: 0px 20px; margin: 0px 2px; }
       
    62 .count_fatal_error, .gbl_count_fatal_error { color: #EB320A; border: 1px solid #EB320A; background: #F5C2B9; }
       
    63 .count_error, .gbl_count_error { color: #EB320A; border: 1px solid #EB320A; background: #FFCC00; }
       
    64 .count_critical, .gbl_count_critical { color: #FF3200; border: 1px solid #FF3200; background: #FFF476; }
       
    65 .count_warning, .gbl_count_warning { color: #FFBA00; border: 1px solid #FFBA00; background: #FFF476; }
       
    66 .count_remark, .gbl_count_remark { color: #4EBE2C; border: 1px solid #4EBE2C; background: #EDEFFF; }
       
    67 .count_note, .gbl_count_note { color: #2161B5; border: 1px solid #2161B5; background: #EDEFFF; }
       
    68 .count_info, .gbl_count_info { color: #2161B5; border: 1px solid #2161B5; background: #EDEFFF; }
       
    69 .count_default, .gbl_count_default { color: #DADADA; border: 1px solid #DADADA; background: #FFFFFF; }
       
    70 
       
    71 /* Node components */
       
    72 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    73 .node_head { padding: 1px 0px 2px 0px; }
       
    74 .node_title { padding-left: 19px; }
       
    75 .node_info { float: right; margin-top: -18px; padding: 1px 0px; }
       
    76 .node_content { padding: 2px 0px 2px 3px; margin-bottom: 3px; border-top: 1px solid #EDEDED; border-bottom: 1px solid #EDEDED;border-left: 1px solid #EDEDED; }
       
    77 .node_action { font-size: xx-small; color: #999999; }
       
    78 
       
    79 /* C++ components */
       
    80 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    81 .code_sample { font-family: Anonymous, "Courier New"; font-size: x-small; padding: 3px 6px; border: 1px solid #BABABA; background: #EDEDED; }
       
    82 .code_kwd { color: #0000FF; }
       
    83 .code_smb { color: #AA11FF; }
       
    84 .code_pp  { color: #44AA11; }
       
    85 .code_cmt { color: #767676; }
       
    86 
       
    87 /* Error highlight */
       
    88 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    89 .code_fatal_error { background-color: #F5C2B9; }
       
    90 .code_error { background-color: #FFCC00; }
       
    91 .code_critical { background-color: #FFDD00; }
       
    92 .code_warning { background-color: #FFF476; }
       
    93 
       
    94 /* Formatting components */
       
    95 /*-------------------------------------------------------------------------------------------------------------------------*/
       
    96 .separator { margin-top: 5px; }
       
    97 .t_wrapper { width: 100%; }