1.dokuwiki div.section_highlight 2{ 3 border-color: __border_edit_highlight__; 4 background-color: __background_edit_highlight1__; 5 background-image: 6 -webkit-gradient(linear, 0 0, 100% 100%, 7 color-stop(.25, __background_edit_highlight2__), 8 color-stop(.25, transparent), 9 color-stop(.5, transparent), 10 color-stop(.5, __background_edit_highlight2__), 11 color-stop(.75, __background_edit_highlight2__), 12 color-stop(.75, transparent), 13 to(transparent) 14 ); 15 -webkit-background-size: 7px 7px; 16} 17 18div.error, div.info, div.success, div.notify 19{ 20 margin-bottom: 30px; 21} 22 23#pagefooter .tools h3 24{ 25 margin-bottom: .5em; 26} 27 28#pagefooter .tools li 29{ 30 margin-left: 0; 31} 32 33#acl_manager .footnotes 34{ 35 font-size: 75%; 36} 37 38#config__manager fieldset 39{ 40 margin: 0 0 3em 0; 41} 42 43#config__manager table, 44#config__manager table th, 45#config__manager table td 46{ 47 border: none; 48} 49 50#config__manager td input.edit 51{ 52 width: 100%; 53} 54 55#config__manager td.label span.outkey 56{ 57 background-color: transparent; 58 font-size: 80%; 59 font-weight: bold; 60} 61 62#config__manager td.label 63{ 64 padding-bottom: 2em; 65 overflow-wrap: anywhere; 66} 67 68#config__manager fieldset td.value 69{ 70 vertical-align: middle; 71 width: auto; 72} 73 74#config__manager td .input 75{ 76 width: auto; 77} 78 79.dokuwiki .secedit 80{ 81 float: none; 82 display: inline-block; 83 margin-top: 0; 84 text-align: right; 85 width: 100%; 86} 87 88.dokuwiki .secedit button 89{ 90 font-size: 75%; 91 font-weight: bold; 92 border: none; 93 background: transparent; 94 box-shadow: none; 95 color: gray; 96 cursor: pointer; 97} 98 99#config__manager .selection, 100#config__manager .selectiondefault 101{ 102 display: flex; 103 flex-direction: row-reverse; 104 align-items: center; 105 width: auto; 106 overflow-wrap: anywhere; 107} 108 109#config__manager .selection label, 110#config__manager .selectiondefault label 111{ 112 float: none; 113 width: auto; 114 margin-right: auto; 115 margin-left: 5px; 116} 117 118#config__manager td:first-child 119{ 120 width: 50%; 121} 122 123#config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault 124{ 125 width: 100%; 126} 127 128#config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select 129{ 130 width:100%; 131} 132 133#config__manager tr input[type="checkbox"] 134{ 135 width: auto; 136} 137 138#config__manager td 139{ 140 border-bottom: solid 1px lightgray; 141} 142 143 144#config__manager 145{ 146 overflow-x: auto; 147} 148 149#config__manager td.label img 150{ 151 padding: 0 0 0 5px; 152 float: none; 153 margin-top: -7px; 154} 155 156#config__manager tr:last-child td 157{ 158 border-bottom: none; 159} 160 161#config__manager td.label span.outkey 162{ 163 margin-top: 0px; 164 margin-bottom: .5em; 165} 166 167#config__manager select { 168 padding: 4px 0; 169} 170 171#config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select, 172#config__manager tr.default .input, #config__manager tr.default input, #config__manager tr.default textarea, #config__manager tr.default select, #config__manager .selectiondefault 173{ 174 border: solid 1px #ccc; 175} 176 177#config__manager input[type="checkbox"] 178{ 179 margin-top: 8px; 180 margin-bottom: 8px; 181} 182 183#config__manager td.label label 184{ 185 margin-left: -.7em; 186} 187 188#config__manager code 189{ 190 white-space: pre-wrap; 191 overflow-wrap: anywhere; 192} 193#config__manager form > p 194{ 195 text-align: right; 196} 197 198#popularity_feedback + div + form fieldset 199{ 200 border: none; 201 padding: 0; 202 text-align: right; 203 width: 100% !important; 204} 205 206#popularity_feedback + div + form fieldset > label 207{ 208 display: block; 209 text-align: left; 210} 211 212#acl_manager > div.clearer 213{ 214 margin: 20px 0; 215} 216 217#acl_manager #acl__user 218{ 219 display: flex; 220 align-items: center; 221 flex-wrap: wrap; 222} 223 224#acl_manager #acl__user input 225{ 226 flex: 1; 227 margin: 0 10px 0 0; 228} 229 230#acl_manager #acl__user button 231{ 232 margin-left: auto; 233} 234 235#acl_manager #acl__user select 236{ 237 height: 30px; 238 margin: 0 0 0 10px; 239} 240 241#acl_manager #acl__info fieldset 242{ 243 margin: 0; 244 width: 100%; 245} 246 247#acl_manager #acl__info fieldset button 248{ 249 margin-left: 10px; 250} 251 252#acl_manager table, 253#acl_manager table td 254{ 255 border: none; 256} 257 258#acl_manager table th 259{ 260 border: solid 1px __border__; 261} 262 263#acl_manager table > tbody > tr:last-child th 264{ 265 border: none; 266 border-bottom: none; 267} 268 269#acl_manager table td 270{ 271 border: solid 1px lightgray; 272 padding: 15px 10px; 273 vertical-align: middle; 274} 275 276#acl_manager table td > span 277{ 278 display: block; 279} 280 281#acl_manager table th.action 282{ 283 padding: 20px 0; 284} 285 286#acl_manager table th.action:hover 287{ 288 background-color: white; 289} 290 291#acl_manager table td input[type="radio"] 292{ 293 margin: 0 0 0 10px; 294} 295 296#acl_manager > h1 + div 297{ 298 display: flex; 299 justify-content: space-between; 300} 301 302#acl_manager #acl__tree 303{ 304 float: none; 305 height: auto; 306} 307 308#acl_manager #acl__tree ul 309{ 310 margin: 0; 311} 312 313#acl_manager #acl__tree ul li 314{ 315 padding-left: 0; 316} 317 318#acl_manager #acl__tree > ul > li 319{ 320 margin-left: 12px; 321} 322 323#acl_manager #acl__detail 324{ 325 float: none; 326 height: 100%; 327} 328 329 330#plugin__styling table 331{ 332 margin: 20px 0; 333 width: 100%; 334} 335 336#plugin__styling table td 337{ 338 border: solid 1px lightgray; 339 padding: 10px 10px; 340} 341 342#plugin__styling table td input 343{ 344 width: 100%; 345} 346 347#plugin__styling form p 348{ 349 text-align: right 350} 351 352#user__manager div 353{ 354 margin-bottom: 50px; 355} 356 357div#user__manager > div:nth-child(2) table > tbody:nth-child(3) 358{ 359 text-align: right; 360} 361 362#user__manager table 363{ 364 width: 100%; 365} 366 367#user__manager table, 368{ 369 border: none; 370} 371 372#user__manager table th 373{ 374 border: solid 1px __border__; 375} 376 377#user__manager table td 378{ 379 /* border: solid 1px lightgray; */ 380 padding: 10px 10px; 381} 382 383#user__manager table > tbody:last-child td 384{ 385 border: none; 386} 387 388#user__manager table input 389{ 390 width: 100%; 391} 392 393#user__manager .import_users form 394{ 395 align-items: center; 396 border: solid 1px lightgray; 397 display: flex; 398 padding: 10px ; 399 width: 100%; 400} 401 402#user__manager .import_users form > button 403{ 404 margin-left: auto; 405} 406 407#extension__manager form.install 408{ 409 text-align: right; 410 width: 100%; 411} 412 413#extension__manager form.install label.block 414{ 415 text-align: left; 416} 417 418#extension__manager form.install label.block:first-child 419{ 420 display: flex; 421 align-items: center; 422} 423 424#extension__manager form.install label.block:first-child input 425{ 426 flex: 1; 427 margin-left: 15px; 428} 429 430#extension__manager form.install label.block:nth-child(3) 431{ 432 border-bottom: solid 1px lightgray; 433 padding-bottom: 10px; 434} 435 436#extension__manager form.install label.block:nth-child(5) 437{ 438 display: inline-block; 439 margin: 0 0 30px 0; 440} 441 442#extension__manager form.search > div.no 443{ 444 align-items: center; 445 display: flex; 446 width: 100%; 447} 448 449#extension__manager form.search > div.no > label.edit 450{ 451 align-items: center; 452 display: flex; 453 flex: 1; 454} 455 456#extension__manager form.search > div.no > label.edit > input 457{ 458 flex: 1; 459 margin: 0 10px; 460 width: 100%; 461} 462 463#dw__editform div.editBar 464{ 465 display: flex; 466 flex-direction: column-reverse; 467 position: relative; 468} 469 470#dw__editform div.editBar #size__ctl 471{ 472 position: absolute; 473 top: 0; 474 right: 0; 475} 476 477#dw__editform div.editBar .summary 478{ 479 /* align-items: center; */ 480 /* display: flex; */ 481 margin-top: 30px; 482} 483 484#dw__editform div.editBar .summary label:first-child 485{ 486 align-items: center; 487 display: flex; 488} 489 490#dw__editform div.editBar .summary label:first-child input 491{ 492 flex: 1; 493 margin-left: 10px; 494 width: 100%; 495} 496 497#dw__editform div.editBar .summary label:last-child 498{ 499 display: block; 500 font-size: 90%; 501 text-align: right; 502} 503 504#dw__editform div.editBar .editButtons 505{ 506 margin-right: 0; 507 margin-top: 20px; 508 text-align: right; 509} 510