-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslists_i.css
More file actions
115 lines (101 loc) · 1.42 KB
/
Copy pathslists_i.css
File metadata and controls
115 lines (101 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#maincontainer
{
width: 300px;
}
#toolcontainer
{
width: 300px;
height: 30px;
margin-bottom: 15px;
float: left;
}
#textcont
{
width: 300px;
float: left;
margin-top: 15px;
}
#inputarea
{
width: 300px;
height: 400px;
overflow: scroll-y;
font-family: 'Garamond', sans-serif;
font-size: 22px;
}
#checklist_formatted
{
table-layout: fixed;
width: 100%;
display: none;
font-family: 'Garamond',
sans-serif;
line-height: 22px;
font-size: 16px;
}
#tablecont
{
width: 300px;
float: left;
margin-top: 15px;
}
.normalbutton
{
width: 50px;
}
.widebutton
{
width: 100px;
}
.appcommandbutton
{
color: #FFFFFF;
background: orange;
background-image: url('http://listje.com/orangegrad_sm.jpg');
background-repeat: repeat-x;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-right: 1px;
margin-left: 1px;
}
.appcommandtext
{
font-family: 'Garamond', sans-serif;
font-weight: bold;
font-size: 16px;
letter-spacing: -1px;
line-height: 40px;
}
.appinfobutton
{
background: #FFF;
background-repeat: repeat-x;
text-align: center;
border: 1px solid #BBB;
height: 40px;
vertical-align: center;
}
.appinfotext
{
font-family: 'Garamond', sans-serif;
font-weight: bold;
font-size: 16px;
letter-spacing: -1px;
vertical-align: center;
color: #666;
}
.check_on
{
background-image: url('http://listje.com/tick.png');
}
.check_image
{
height: 16px;
width: 16px;
margin-left: 10px;
}
.headerrow
{
font-weight: bold;
}