You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
/**
|
|
* This file provides styles for the Administration overview
|
|
* (?do=admin).
|
|
*/
|
|
|
|
.dokuwiki ul.admin_tasks {
|
|
float: left;
|
|
width: 40%;
|
|
list-style-type: none;
|
|
font-size: 1.125em;
|
|
}
|
|
|
|
.dokuwiki ul.admin_tasks li {
|
|
padding-left: 35px;
|
|
margin: 0 0 1em 0;
|
|
font-weight: bold;
|
|
list-style-type: none;
|
|
background: transparent none no-repeat scroll 0 0;
|
|
color: inherit;
|
|
}
|
|
|
|
.dokuwiki ul.admin_tasks li.admin_acl {
|
|
background-image: url(../../images/admin/acl.png);
|
|
}
|
|
.dokuwiki ul.admin_tasks li.admin_usermanager {
|
|
background-image: url(../../images/admin/usermanager.png);
|
|
}
|
|
.dokuwiki ul.admin_tasks li.admin_plugin {
|
|
background-image: url(../../images/admin/plugin.png);
|
|
}
|
|
.dokuwiki ul.admin_tasks li.admin_config {
|
|
background-image: url(../../images/admin/config.png);
|
|
}
|
|
.dokuwiki ul.admin_tasks li.admin_revert {
|
|
background-image: url(../../images/admin/revert.png);
|
|
}
|
|
.dokuwiki ul.admin_tasks li.admin_popularity {
|
|
background-image: url(../../images/admin/popularity.png);
|
|
}
|
|
|
|
/* DokuWiki version below */
|
|
.dokuwiki #admin__version {
|
|
clear: left;
|
|
float: right;
|
|
color: __text_neu__;
|
|
background-color: inherit;
|
|
}
|