1#siteexport__throbber { 2 visibility: hidden; 3} 4 5#siteexport { 6 margin: 1em auto 1em auto; 7 vertical-align: middle; 8 width: 80%; 9 text-align: left; 10} 11 12#siteexport fieldset { 13 text-align: left; 14} 15 16#siteexport fieldset label input, #siteexport fieldset label select { 17 float: right; 18 text-align: left; 19 width: 50%; 20} 21 22#siteexport fieldset label input[type=checkbox] { 23 width: auto; 24} 25 26#siteexport fieldset.hideOptions > * 27{ 28 display: none; 29} 30 31#siteexport fieldset legend, #siteexport fieldset.hideOptions .forceVisible 32{ 33 display: block !important; 34} 35 36#siteexport fieldset legend 37{ 38 cursor: pointer; 39} 40 41#siteexport fieldset legend:hover 42{ 43 color: __existing__; 44 text-decoration: underline; 45} 46 47#siteexport fieldset br { 48 clear: both; 49} 50 51#siteexport fieldset p { 52 margin-top: 0px; 53 color: #a9a9a9; 54} 55 56#siteexport__errorlog { 57 overflow: auto; 58 max-height: 200px; 59} 60 61#siteexport__errorlog p { 62 color: #a00; 63 margin: 0px; 64 padding: 0px 5px; 65 overflow: hidden; 66} 67 68#siteexport__errorlog p:nth-child(odd) { 69 background-color: #FFEDED; 70} 71 72#siteexport__errorlog p:nth-child(even) { 73 background-color: #FFD4D4; 74} 75 76#siteexport__cronList { 77 margin: 40px 0px 20px; 78} 79 80#siteexport__customActions { 81 margin: 0px; 82 padding: 0px; 83} 84 85#siteexport__cronList li, #siteexport__customActions li { 86 list-style: none; 87 88 border-bottom: 1px solid #ccc; 89 float: left; 90 clear: both; 91 92 width: 100%; 93 margin: 0px; 94 padding: 0px; 95} 96 97#siteexport__customActions li input { 98 margin: 2px 1%; 99 width: 45%; 100} 101 102#siteexport__cronList li:last-child, #siteexport__customActions li:last-child { 103 border-bottom: none; 104} 105 106#siteexport__cronList li:nth-child(odd), #siteexport__customActions li:nth-child(odd) { 107 background-color: #eee; 108} 109 110#siteexport__cronList li:nth-child(even), #siteexport__customActions li:nth-child(even) { 111 background-color: #f0f0f0; 112} 113 114#siteexport__cronList li button, siteexport__customActions li button { 115 float: right; 116} 117 118div.sitetoc ul li div.li > a 119{ 120 display: block; 121 margin-bottom: 5px !important; 122 margin-top: 15px !important; 123} 124 125#siteexport .siteexport__throbber, 126#siteexport .siteexport__throbber img { 127 display: block; 128 margin-left: auto; 129 margin-right: auto; 130} 131 132#dokuwiki__pagetools ul li a.siteexport_addpage::before { 133 content: url(images/pagetools.png); 134} 135 136#dokuwiki__pagetools:hover ul li a.siteexport_addpage, 137#dokuwiki__pagetools ul li a.siteexport_addpage:focus, 138#dokuwiki__pagetools ul li a.siteexport_addpage:active { 139 background-image: url(images/pagetools.png); 140} 141 142#dokuwiki__pagetools ul li a.siteexport_addpage:hover, 143#dokuwiki__pagetools ul li a.siteexport_addpage:active, 144#dokuwiki__pagetools ul li a.siteexport_addpage:focus { 145 background-position: right -32px; 146} 147 148 149// Setup VIM: ex: et ts=4 enc=utf-8 : 150