-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
204 lines (195 loc) · 4.4 KB
/
styles.css
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
/*
//
// LMB^Box FilePress 'styles.css' File
//
LMB^Box FilePress
http://aboutme.lmbbox.com/lmbbox-plugins/lmbbox-filepress/
FilePress allows you to browse and upload files on the write tab of WordPress. There will be two new buttons in the quicktags toolbar, one 'Browse' and the other 'Upload'. They will enable you to upload new files, create thumbnails of images, link to files, link to images, include thumbnails / images / certain files, and also include thumbnails / images / certain files with links to the orginal file.
Version 1.0, 2005-08-31
By Thomas Montague
http://aboutme.lmbbox.com/
*/
/***************** BEGIN - Body Styles **************************/
body {
margin: 0;
padding: 0;
background: #F2F2F2;
color: #000000;
}
body, td {
font: 10pt Georgia, "Times New Roman", Times, serif;
}
/***************** END - Body Styles **************************/
/***************** BEGIN - Link Styles **************************/
a, a:visited {
margin: 1px;
padding: 2px;
/* color: #000000; */
text-decoration: none;
}
a:hover {
text-decoration: underline;
cursor: pointer !important;
}
a.button_link, a.button_link:visited {
margin: 1px;
padding: 2px;
border: 1px solid #D6D3CE;
background: #F4F4F4;
color: #000000;
text-decoration: none;
}
a.button_link:hover {
background: #FFFFFF;
cursor: pointer !important;
}
/***************** END - Link Styles **************************/
/***************** BEGIN - General Styles **************************/
h2 {
margin: 5px 10px;
border-bottom: 2px solid #69c;
color: #333;
font: normal 22px/18px serif;
}
p, li {
line-height: 130%;
}
li {
margin-bottom: 6px;
}
img {
border: 0;
}
img.button_link {
}
/***************** END - General Styles **************************/
/***************** BEGIN - Form Styles **************************/
form, label input {
/*
margin: 0;
padding: 0;
*/
}
label {
cursor: pointer !important;
}
input, textarea, select {
margin: 1px;
padding: 3px;
border: 1px solid #b2b2b2;
background: #f4f4f4;
color: #000;
font-family: Georgia, "Times New Roman", Times, serif;
}
input:focus, textarea:focus, label:focus {
border: 1px solid #686868;
background: #FFFFFF;
}
.checkbox {
margin: 0;
padding: 0;
border: none;
background: #FFFFFF;
}
/***************** END - Form Styles **************************/
/***************** BEGIN - IDs And Classes Styles **************************/
#top_menu {
padding: 10px;
border-bottom: 1px solid #CCCCCC;
background: #F0F8FF;
}
#top_menu .logo {
float: right;
text-align: right;
font-weight: bold;
}
#layout {
margin: 0;
padding: 0;
width: 100%;
}
#layout td.info_message {
padding: 5px 10px;
border: 1px solid #CCCCCC;
background: #FFFF00;
cursor: pointer !important;
}
#layout td.address_bar {
padding: 5px 10px;
border: 1px solid #CCCCCC;
background: #F0F8FF;
}
#layout td.left_panel {
padding: 10px;
border: 1px solid #CCCCCC;
width: 250px;
background: #FFFFFF;
vertical-align: top;
}
#layout td.left_panel div {
margin: 5px;
border: 1px solid #CCCCCC;
}
#layout td.left_panel div.title {
margin-bottom: 0;
padding: 5px 10px;
border: 1px solid #CCCCCC;
background: #F0F8FF;
}
#layout td.left_panel div.title a, #layout td.left_panel div.title a:visited {
margin: 0;
padding: 2px 5px;
float: right;
border: 0;
background: #F0F8FF;
}
#layout td.left_panel div.title a:hover {
border: 1px solid #CCCCCC;
background: #F0F8FF;
}
#layout td.left_panel div.panel {
margin-top: 0;
padding: 5px;
border-top: 0;
line-height: 150%;
background: #FFFFFF;
}
#layout td.left_panel div.panel img {
margin-right: 10px;
}
#layout td.left_panel div.panel form#add_post_form div {
padding: 3px;
border: 0
}
#layout td.right_panel {
padding: 10px;
border: 1px solid #CCCCCC;
width: auto;
background: #FFFFFF;
vertical-align: top;
}
#layout td.right_panel div {
text-align: center;
}
#browse_listing {
margin: 0;
padding: 0;
width: 100%;
}
#browse_listing td {
padding: 5px;
border: 1px solid #CCCCCC;
width: 50%;
background: #F2F2F2;
text-align: center;
vertical-align: middle;
cursor: pointer !important;
}
#browse_listing td.disabled {
cursor: default !important;
}
#browse_listing td.right {
}
#browse_listing td.left {
}
/***************** END - IDs And Classes Styles **************************/