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