Add script 'get-openssl-version.sh'.
This commit is contained in:
135
snippets/dokuwiki-2023-04-04/lib/plugins/acl/style.css
Normal file
135
snippets/dokuwiki-2023-04-04/lib/plugins/acl/style.css
Normal file
@@ -0,0 +1,135 @@
|
||||
#acl__tree {
|
||||
font-size: 90%;
|
||||
width: 25%;
|
||||
height: 300px;
|
||||
float: left;
|
||||
overflow: auto;
|
||||
border: 1px solid __border__;
|
||||
text-align: left;
|
||||
}
|
||||
[dir=rtl] #acl__tree {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#acl__tree a.cur {
|
||||
background-color: __highlight__;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#acl__tree ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#acl__tree li {
|
||||
padding-left: 1em;
|
||||
list-style-image: none;
|
||||
}
|
||||
[dir=rtl] #acl__tree li {
|
||||
padding-left: 0em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
#acl__tree ul img {
|
||||
margin-right: 0.25em;
|
||||
cursor: pointer;
|
||||
}
|
||||
[dir=rtl] #acl__tree ul img {
|
||||
margin-left: 0.25em;
|
||||
margin-right: 0em;
|
||||
}
|
||||
|
||||
#acl__detail {
|
||||
width: 73%;
|
||||
height: 300px;
|
||||
float: right;
|
||||
overflow: auto;
|
||||
}
|
||||
[dir=rtl] #acl__detail {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#acl__detail fieldset {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#acl__detail div#acl__user {
|
||||
border: 1px solid __border__;
|
||||
padding: 0.5em;
|
||||
margin-bottom: 0.6em;
|
||||
}
|
||||
|
||||
#acl_manager table.inline {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#acl_manager table .check {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#acl_manager table .action {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#acl_manager .aclgroup {
|
||||
background: transparent url(pix/group.png) 0px 1px no-repeat;
|
||||
padding: 1px 0px 1px 18px;
|
||||
}
|
||||
[dir=rtl] #acl_manager .aclgroup {
|
||||
background: transparent url(pix/group.png) right 1px no-repeat;
|
||||
padding: 1px 18px 1px 0px;
|
||||
}
|
||||
|
||||
#acl_manager .acluser {
|
||||
background: transparent url(pix/user.png) 0px 1px no-repeat;
|
||||
padding: 1px 0px 1px 18px;
|
||||
}
|
||||
[dir=rtl] #acl_manager .acluser {
|
||||
background: transparent url(pix/user.png) right 1px no-repeat;
|
||||
padding: 1px 18px 1px 0px;
|
||||
}
|
||||
|
||||
#acl_manager .aclpage {
|
||||
background: transparent url(pix/page.png) 0px 1px no-repeat;
|
||||
padding: 1px 0px 1px 18px;
|
||||
}
|
||||
[dir=rtl] #acl_manager .aclpage {
|
||||
background: transparent url(pix/page.png) right 1px no-repeat;
|
||||
padding: 1px 18px 1px 0px;
|
||||
}
|
||||
|
||||
#acl_manager .aclns {
|
||||
background: transparent url(pix/ns.png) 0px 1px no-repeat;
|
||||
padding: 1px 0px 1px 18px;
|
||||
}
|
||||
[dir=rtl] #acl_manager .aclns {
|
||||
background: transparent url(pix/ns.png) right 1px no-repeat;
|
||||
padding: 1px 18px 1px 0px;
|
||||
}
|
||||
|
||||
#acl_manager label.disabled {
|
||||
opacity: .5;
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
#acl_manager label {
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#acl_manager table {
|
||||
margin-left: 10%;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#acl_manager table tr {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
#acl_manager table tr:hover {
|
||||
background-color: __background_alt__;
|
||||
}
|
||||
Reference in New Issue
Block a user