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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
|
/**
* Style for Admiistration pages
*
* Use this stylesheet to customize the display of your site.
* To learn more about CSS visit http://www.w3.org/TR/REC-CSS2/
*
* webtrees:Web based Family History software
* Copyright (C) 2011 webtrees development team.
*
* Derived from PhpGedView
* Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @package webtrees
* @subpackage Administration
* @version $Id:admin_style.css 9851 2010-11-15 21:16:14Z nigel $
*/
/* general styles */
body { font-size:12px; margin:10px;}
input.ui-button { padding:1px 3px;}
input, textarea { color:black; padding-left:3px; padding-right:3px;}
fieldset {margin:8px 8px 4px 8px;}
legend {font-style:italic; font-weight:bold; padding:0 5px 5px; align:top;}
img {border:none;}
h3 {margin:0}
h4 {margin: 5px 3px; font-weight:normal; font-style:italic;}
.icon {border:none; padding-left:0pt;padding-right:5pt;}
.warning, .error, .red { font-weight:bold; color:red;}
.accepted {font-weight:bold; color:green;}
.center {text-align:center;}
.ltr {text-align:left;}
.rtl {text-align:right;}
.nowrap {white-space:nowrap;}
.indent {padding-left:15px;}
.ui-widget-content a {text-decoration:none;}
.ui-widget-content a.current {color:#E17009; font-weight:bold;}
.ui-widget-content a:hover {color:red; cursor:hand; cursor:pointer;}
.ui-widget-header {padding:5px;}
.css_right {float:right;}
/* Drag-n-drop sorting for modules, etc. */
.sortme {cursor: move;}
/* Page Help links */
#page_help{text-align:right;}
#page_help img{ height: 24px; margin: -5px; padding: 0; width: 24px;}
/* HEADER */
#admin_head {position:relative; height:70px; margin-bottom:10px; background-image: url("images/header.png"); background-repeat:no-repeat; background-position:top left;}
#title {position:absolute; left:47%; top: 20px; font-size:18px; font-weight:bold;}
#info {position:absolute; right:10px; bottom:0;text-align:right;}
#links {position:absolute; left:10px; bottom:0; display:inline;margin-bottom:5px;}
#links li {display:inline;position:relative;white-space:nowrap;}
#links li ul {display:none; position:absolute;left:0px;top:1.5em; background: url("images/ui-bg_fine-grain_10_eceadf_60x60.png") repeat scroll 50% 50% #ECEADF; border: 1px solid #D9D6C4;z-index:999;}
#links li ul li {display:block; padding: 0 5px;text-align:left;}
#links, #links li ul {list-style:none;margin:0; padding:1px;}
#links li:hover > ul {display:block;}
/* SIDE and CONTENT panels */
#admin_menu, #admin_content {min-height:720px;}
/* SIDE MENU */
#admin_menu {padding:10px 0 10px 5px; width:200px; float:left; position:absolute; color:#2E6E9E;}
#admin_menu ul {list-style: none outside none; margin:0 0 0 -30px;}
#admin_menu li ul {list-style: none outside none; margin:0 0 0 -20px;}
#admin_menu li ul span {font-style: italic; font-weight:bold;}
/* CONTENT */
#admin_content {margin-left:220px; padding:10px;}
/* FOOTER */
#admin_footer {float:left; text-align:center; width:100%; margin-top:30px;}
/* INDEX */
#admin_index {}
/* All DASHBOARD BLOCKS */
#about, #block1 , #block2, #block3{background:OldLace; padding:5px; border:1px inset #D9D6C4;}
#about h2, #block1 h2, #block2 h2, #block3 h2 {margin:0;}
#tree_stats h3, #changes h3 {text-align:left;}
#block1, #block2, #block3 {height:540px; overflow:auto; width:31%;}
#block1 {float:left;}
#block2 {margin: 0 auto;}
#block3 {float:right;}
#about {margin-bottom:10px;}
#tree_stats th, #changes th {padding: 0 10px 0 0; text-align:left; white-space:nowrap; font-weight:normal;}
#tree_stats td, #changes td {padding-right:10px; width:30px; text-align:right; white-space:nowrap;}
#tree_stats .ui-accordion-content, #changes .ui-accordion-content {padding: 1em 0;}
#tree_stats.ui-widget, #changes.ui-widget {font-size: 100% !important;}
.ui-accordion .ui-accordion-content-active {display: block;}
/*SITE CONFIG */
.editable {width:100%; display:block}
.editable:hover {color:red; cursor:pointer; cursor:hand;} /* both cursors needed for cross-browser support */
.editable input, select {padding:0;}
table.site_config {background:OldLace; border-collapse: separate; border-spacing: 0; border:1px inset #D9D6C4; padding:10px; margin: 0 10px;}
.site_config th {text-align:left; padding:0 0 1px 3px;font-size:105%;} /* sub-headings, both cols */
.site_config th+th { font-style:italic;font-size:95%;} /* sub-headings, right col */
.site_config td {white-space:normal;padding:3px 3px 3px 30px;} /* left-col */
.site_config td+td {background-color:#dcdcdc; border-bottom: 1px solid OldLace; width:250px; padding:3px;} /* right/col */
/*SITE LOGS */
table.site_logs {background:OldLace; border-collapse: separate; border-spacing: 0; border:1px inset #D9D6C4; margin:10px;}
.site_logs td {width:250px; padding:5px; text-align:center;}
table#log_list {width:100%}
#log_list_length {float:left;}
#log_list_filter {float:right;}
#log_list_info {float:left;}
#log_list_paginate {float:right;}
#log_list th {min-width: 90px;}
/* USER List */
table#list {width:100%}
/*#list th {text-align:left;white-space:nowrap;}*/
#list img {padding-left:15px; width:25px; vertical-align:middle;}
#list img.open {width:16px; vertical-align:middle;}
#list .yes_no img {width:16px; vertical-align:middle;}
#list .name {padding-right:5px;}
#list .description {font-size:10px; color:#666666; width:35%;}
.dataTables_paginate {float:right;text-align:right;}
.paging_full_numbers .fg-button {cursor:pointer;padding:2px 6px;}
td.details {background-color:#D1CFD0;border:2px solid #A19B9E;}
.edit_link {white-space:nowrap;}
.edit_link:after {content:" " url("../images/edit.png");}
.details td {vertical-align:top; border-right:1px solid #808080; padding-right:20px;}
.details th {font-weight:bold; vertical-align:top; padding-left:20px;}
.details ul {margin:0; padding:0 0 0 20px;}
.odd {background-color:#dfd;}
.even {background-color:#efe;}
#list_length {float:left;}
#list_filter {float:right;}
#list_info {float:left;}
#list_paginate {float:right;}
#user-list_length {float:left;}
#user-list_filter {float:right;}
#user-list_info {float:left;}
#user-list_paginate {float:right;}
/* USER add */
table#adduser {width:100%;}
#adduser th {text-align:left; padding:30px 0 1px 3px;font-size:105%;}
#adduser td, #adduser td+td+td {background-color:#eceadf;white-space:normal;padding:3px 3px 3px 10px;width:25%;} /* left-cols */
#adduser td+td, #adduser td+td+td+td {background-color:#dcdcdc; width:250px; padding:3px;} /* right-cols */
table#adduser2 {margin-left:30px; margin-bottom:20px; width:80%;}
#adduser2 th {background-color:#dcdcdc; text-align:left; padding:0;font-size:100%;white-space:nowrap;}
#adduser2 td, #adduser2 td+td, #adduser2 td+td+td, #adduser2 td+td+td+td {background-color:#eceadf; padding:0;width:auto;}
#adduser2 td+td+td+td {text-align:center;}
/* GEDCOM config tables */
.facts_table {text-align:left;width:100%;}
.config {}
.descriptionbox {border-bottom:solid #81a9cb 1px;vertical-align:top;white-space:nowrap;padding:3px;background-color:#DFEFFC;}
.optionbox { border-bottom:solid #81a9cb 1px;vertical-align:top;white-space:nowrap;padding:3px;}
.subbar {background-color:#d1d9ef;border:solid #81a9cb 1px;font-size:11px;font-weight:bold;vertical-align:top;white-space:nowrap;padding:3px;}
/* README */
#readme {font-size:12px; padding:10px 20px;}
#readme h1 {font-size:16px; font-weight:bold; margin-top:0;}
#readme h2 {font-size:14px; font-weight:bold; margin-top:0;}
#readme h3 {font-size:14px; font-weight:bold; margin:14px 0;}
#readme li {line-height:150%;}
#readme .back {float:right;}
/* PHP INFO */
div.php_info {padding:10px; text-align:center; width:100%;}
table.php_info {border-collapse: separate; border-spacing: 0; text-align:left; width:98%}
.php_info td {border-bottom:1px solid LightGrey; border-right:0;}
.php_info td+td {border-left:0; padding-left:20px;}
/* MANAGE GEDCOMS */
table.gedcom_table {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; padding:5px; width:98%;}
.gedcom_table th {font-weight:bold; font-size:105%; text-align:left; width:15%}
.gedcom_table th+th {font-weight:normal; width: 80%}
table.gedcom_table2 {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:20px 0; width:98%;}
.gedcom_table2 th {font-weight:bold; font-size:105%; padding:5px; text-align:center;}
.gedcom_table2 td {text-align:center;}
/* MANAGE MODULES */
#installed_table_length {float:left;}
#installed_table_filter {float:right;}
#installed_table_info {float:left;}
#installed_table_paginate {float:right;}
#installed_table th {min-width: 60px;}
/* MANAGE MENUS */
table.modules_table {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; padding:5px; margin-bottom:10px;}
.modules_table th {border-bottom:2px solid LightGrey; font-weight:bold; font-size:105%;}
.modules_table td {border-bottom:2px solid LightGrey; padding:3px;}
.modules_table .modules_table2 td {border:0;}
/* MANAGE MEDIA */
table#media_table {width:100%;}
#media_table_length {float:left;}
#media_table_filter {float:right;}
#media_table_info {float:left;}
#media_table_paginate {float:right;}
#media_table th {min-width: 60px;}
#media_table td {vertical-align:top; padding:5px;}
.media_items {width:100%; margin:0;}
.media_items td {background:OldLace; border:1px inset #D9D6C4;}
/* UPLOAD MEDIA */
table.upload_media {border-collapse: separate; border-spacing: 0; margin:10px 0;}
.upload_media th {font-size:105%; font-weight:bold; text-align: left;}
.upload_media td {background:OldLace; border:1px inset #D9D6C4; border-right:0; padding:5px;}
.upload_media td+td {border-left:0; padding-left:20px;}
/* MANAGE SITES*/
table.sites {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0;}
.sites th {font-size:105%; font-weight:bold; text-align: left;}
.sites td {padding:5px;}
/* CONFIG ALBUM MODULE */
table#album_config {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0;}
#album_config td {border-bottom:1px solid LightGrey; padding:5px;}
#album_config td+td {padding-left:20px;}
#album_config p {font-size: 95%; font-style: italic; font-weight:normal; margin:0 20px;}
/* BATCH UPDATE MODULE */
table#batch_update {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0; padding:5px;}
#batch_update th {border-bottom:1px solid LightGrey; font-weight:bold; padding:5px; text-align: left;}
#batch_update td {border-bottom:1px solid LightGrey; margin-left:20px;}
table#batch_update2 {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0 0 0; width:98%;}
#batch_update2 th {font-size:115%; font-weight:bold; padding:5px; text-align: left; width:100%}
#batch_update2 td {text-align:center;}
#batch_update2 td+td {text-align:left; border:2px inset LightGrey;}
#batch_update2 pre {margin:0; padding:5px;}
/* FAQ MODULE */
table#faq_module, table#faq_module2 {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:0 0 10px 0; padding:5px; width:918px;}
#faq_module th {font-size:105%; font-weight:bold; text-align: left; vertical-align:top;}
#faq_module2 th, #faq_module2 td {vertical-align:top; text-align:left;}
/* GOOGLEMAP MODULE*/
table#gm_config {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:0 auto 10px; width:100%;}
#gm_config th {font-size:105%; font-weight:bold; padding:5px; text-align: left;}
table#gm_edit_config {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0; width:98%;}
#gm_edit_config th {border-bottom:1px solid LightGrey; font-weight:bold; padding:5px; text-align: left; vertical-align:top;}
#gm_edit_config td {border-bottom:1px solid LightGrey; margin-left:20px;}
#gm_breadcrumb, #gm_breadcrumb a { color:green; font-weight:bold; font=size:105%; margin-bottom:5px; padding:5px;}
#gm_active {padding: 5px; vertical-align:top;}
table#gm_plac_edit {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0; padding: 0 5px; width:98%;}
#gm_plac_edit th {border-bottom:2px solid LightGrey; font-size:105%; font-weight:bold; padding:5px; text-align: left;}
#gm_plac_edit td {border-bottom:1px solid LightGrey;}
table#gm_manage {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0; padding: 0 5px; width:98%;}
#gm_manage td {border-bottom:1px solid LightGrey;}
table.gm_check_outer {border-collapse: separate; border-spacing: 0; height:100px; overflow:auto; width:98%}
.gm_check_top {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:0; padding: 0;}
.gm_check_top th {border-bottom:2px solid LightGrey; font-size:105%; font-weight:bold; padding:5px; text-align: center; white-space:nowrap;}
.gm_check_top td {border-bottom:1px solid LightGrey; padding:3px; white-space:nowrap;}
.gm_check_top .check_comment {font-size:75%; white-space:normal;}
.gm_check_top a, .gm_check_top a:hover {color:blue;}
div.gm_check_top {padding:5px;}
#gm_check_title {padding: 5px;}
#gm_check_title span {font-weight:bold;}
div.gm_check_details {width:98%; max-height:420px; overflow:auto;}
table.gm_check_details {background:OldLace; border:1px inset #D9D6C4; border-collapse: separate; border-spacing: 0; margin:10px 0; width:100%;}
.gm_check_details th {border-right:1px solid LightGrey; border-left:1px solid LightGrey; border-bottom:2px solid LightGrey; border-top:0; font-size:95%; font-weight:bold; padding:2px; text-align: center;}
.gm_check_details td {border:1px solid LightGrey; border-top:0; font-size:95%;}
|