viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

default.edc (983B)


      1 collections {
      2 	group {
      3 		name: "viking/status_line";
      4 
      5 		parts {
      6 			part {
      7 				name: "backgrund";
      8 				type: RECT;
      9 				mouse_events: 0;
     10 
     11 				description {
     12 					state: "default" 0.0;
     13 					color: 0 0 0 255;
     14 
     15 					rel1 {
     16 						relative: 0.0 0.0;
     17 						offset: 0 0;
     18 					}
     19 					rel2 {
     20 						relative: 1.0 1.0;
     21 						offset: -1 -1;
     22 					}
     23 				}
     24 			}
     25 
     26 			part {
     27 				name: "status_buffer_num";
     28 				type: TEXT;
     29 
     30 				description {
     31 					state: "default" 0.0;
     32 					color: 255 255 255 255;
     33 					text {
     34 						size: 12;
     35 						font: "monospace";
     36 						min: 1 1;
     37 						align: 0.0 1.0;
     38 					}
     39 				}
     40 			}
     41 
     42 			part {
     43 				name: "status_favicon";
     44 				type: SWALLOW;
     45 
     46 				description {
     47 					state: "default" 0.0;
     48 					max: 32 32;
     49 					align: 0.0 1.0;
     50 				}
     51 			}
     52 
     53 			part {
     54 				name: "status_url";
     55 				type: TEXT;
     56 
     57 				description {
     58 					state: "default" 0.0;
     59 					color: 255 255 255 255;
     60 					text {
     61 						size: 12;
     62 						font: "monospace";
     63 						min: 1 1;
     64 						align: 0.0 1.0;
     65 					}
     66 				}
     67 			}
     68 
     69 		}
     70 	}
     71 }