Showing
4 changed files
with
110 additions
and
0 deletions
source/forensic_tool/assets/css/menu1.css
0 → 100644
1 | +ul{ | ||
2 | + list-style: none; | ||
3 | +} | ||
4 | +.title{ | ||
5 | + font-family:"Born Ready Slanted"; | ||
6 | +} | ||
7 | +#grid{ | ||
8 | + display:grid; | ||
9 | + grid-template-columns: 175px 900px; | ||
10 | +} | ||
11 | +#content{ | ||
12 | + padding-left:40px; | ||
13 | + padding-right:40px; | ||
14 | + padding-top:20px; | ||
15 | +} | ||
16 | +#choiceul{ | ||
17 | + padding-right:200px; | ||
18 | + padding-left:200px; | ||
19 | + padding-bottom:10px; | ||
20 | + display:grid; | ||
21 | + grid-template-columns: repeat(4, 1fr); | ||
22 | +} | ||
23 | +#menu_bar{ | ||
24 | + padding-top:15px; | ||
25 | + padding-right:10px; | ||
26 | +} | ||
27 | +#menu{ | ||
28 | + padding-left:25px; | ||
29 | +} | ||
30 | +.menu1{ | ||
31 | + margin-top:14px; | ||
32 | + font:15px, bold; | ||
33 | +} | ||
34 | +.menu2{ | ||
35 | + margin-top:7px; | ||
36 | + margin-left:6px; | ||
37 | + font-size:12px; | ||
38 | +} | ||
39 | +.cr{ | ||
40 | + font-size:12px; | ||
41 | +} | ||
42 | +#dateForm{ | ||
43 | + display:grid; | ||
44 | + grid-template-columns: 130px 23px; | ||
45 | + margin-left:6px; | ||
46 | +} | ||
47 | +#between_date_start, #between_date_end,#between_list_date_start, #between_list_date_end, #between_rank_date_start, #between_rank_date_end, #between_timeline_date_start, #between_timeline_date_end{ | ||
48 | + font-size:10px; | ||
49 | + margin-top:2px; | ||
50 | + margin-right:3px; | ||
51 | +} | ||
52 | +#between_date_submit, #between_date_submit, #between_rank_submit, #between_timeline_submit{ | ||
53 | + font-size:8px; | ||
54 | +} | ||
55 | + | ||
56 | +#numberForm{ | ||
57 | + display:grid; | ||
58 | + grid-template-columns: 100px 1fr 1fr 1fr; | ||
59 | + margin-left:6px; | ||
60 | +} | ||
61 | +#number, #list_number, #timeline_number, #restime_number{ | ||
62 | + font-size:10px; | ||
63 | + margin-top:2px; | ||
64 | + margin-right:3px; | ||
65 | +} | ||
66 | +#number_push, #number_pop, #number_submit{ | ||
67 | + font-size:8px; | ||
68 | +} | ||
69 | +#analysis4_list, #list6_list, #more5_list, #more7_list{ | ||
70 | + font-size:10px; | ||
71 | +} | ||
72 | +.sort, .filterlabel{ | ||
73 | + font-size:12px; | ||
74 | + list-style: none; | ||
75 | +} | ||
76 | +#myList{ | ||
77 | + padding-right:160px; | ||
78 | + padding-left:160px; | ||
79 | + padding-bottom:10px; | ||
80 | + display:grid; | ||
81 | + grid-template-columns: 1fr; | ||
82 | +} | ||
83 | +#myList_in{ | ||
84 | + display:grid; | ||
85 | + grid-template-columns: repeat(5,1fr); | ||
86 | +} | ||
87 | +.search{ | ||
88 | + margin-right:20px; | ||
89 | + margin-bottom:10px; | ||
90 | +} | ||
91 | +#m2{ | ||
92 | + display:grid; | ||
93 | + grid-template-columns: 1fr 1fr; | ||
94 | +} | ||
95 | +#m3{ | ||
96 | + display:grid; | ||
97 | + grid-template-columns: 3fr 1fr; | ||
98 | +} | ||
99 | +ol li{ | ||
100 | + list-style: none; | ||
101 | + list-style-position:inside; | ||
102 | + border-top:1px solid gray; | ||
103 | + padding:10px; | ||
104 | + margin:5px; | ||
105 | +} | ||
106 | +#listrow_type, #listrow_number, #listrow_date, #listrow_body,#listrow_get_body, #listrow_get_date, #listrow_send_body, #listrow_send_date, #listrow_timediff{ | ||
107 | + margin:5px; | ||
108 | + font-size:14px; | ||
109 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment