first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -0,0 +1,2 @@
<?php
// Silence is golden.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,191 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
*/
.ms-parent {
display: inline-block;
position: relative;
vertical-align: middle;
}
.ms-choice {
display: block;
width: 100%;
height: 26px;
padding: 0;
overflow: hidden;
cursor: pointer;
border: 1px solid #aaa;
text-align: left;
white-space: nowrap;
line-height: 26px;
color: #444;
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
}
.ms-choice.disabled {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.ms-choice > span {
position: absolute;
top: 0;
left: 0;
right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
padding-left: 8px;
}
.ms-choice > span.placeholder {
color: #999;
}
.ms-choice > div {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 25px;
background: url('multiple-select.png') left top no-repeat;
}
.ms-choice > div.open {
background: url('multiple-select.png') right top no-repeat;
}
.ms-drop {
width: 100%;
overflow: hidden;
display: none;
margin-top: -1px;
padding: 0;
position: absolute;
z-index: 1000;
background: #fff;
color: #000;
border: 1px solid #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ms-drop.bottom {
top: 100%;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.ms-drop.top {
bottom: 100%;
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.ms-search {
display: inline-block;
margin: 0;
min-height: 26px;
padding: 4px;
position: relative;
white-space: nowrap;
width: 100%;
z-index: 10000;
}
.ms-search input {
width: 100%;
height: auto !important;
min-height: 24px;
padding: 0 20px 0 5px;
margin: 0;
outline: 0;
font-family: sans-serif;
font-size: 1em;
border: 1px solid #aaa;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #fff url('multiple-select.png') no-repeat 100% -22px;
background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.ms-search, .ms-search input {
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ms-drop ul {
overflow: auto;
margin: 0;
padding: 5px 8px;
}
.ms-drop ul > li {
list-style: none;
display: list-item;
background-image: none;
position: static;
}
.ms-drop ul > li .disabled {
opacity: .35;
filter: Alpha(Opacity=35);
}
.ms-drop ul > li.multiple {
display: block;
float: left;
}
.ms-drop ul > li.group {
clear: both;
}
.ms-drop ul > li.multiple label {
width: 100%;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ms-drop ul > li label {
font-weight: normal;
display: block;
white-space: nowrap;
}
.ms-drop ul > li label.optgroup {
font-weight: bold;
}
.ms-drop input[type="checkbox"] {
vertical-align: middle;
}
.ms-drop .ms-no-results {
display: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,294 @@
/*
Document : ure_admin
Created on : 10.03.2010
Author : Vladimir Garagulya
Description:
User Role Editor plugin Admin Settings Page CSS
*/
/*
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.txt_left {
text-align: left;
}
.txt_center {
text-align: center;
}
.txt_right {
text-align: right;
}
.nowrap {
white-space: nowrap;
}
img.input_radio {
vertical-align: middle;
}
a.ure_rsb_link {
padding:4px;
display:block;
padding-left:25px;
background-repeat:no-repeat;
background-position:5px 50%;
text-decoration:none;
border:none;
}
a.ure_rsb_link:hover {
border-bottom-width:1px;
}
input.warning:hover, a.warning:hover {
color: red;
}
#ure_container {
display: table;
width: 100%;
}
.ure-table {
display: table;
}
.ure-table-cell {
display: table-cell;
margin: 0;
padding: 0;
vertical-align: top;
}
#ure-sidebar {
width: 270px;
padding-left: 20px;
}
.hidden {
display: none;
}
#user_role_editor {
}
#ure_form_controls {
}
#ure_role_selector {
padding: 10px 0 0 10px;
}
#ure_user_caps_header {
padding: 10px 0 0 10px;
font-size: 16px;
}
#ure_user_caps_title {
font-weight: bold;
}
#ure_role_select_label {
font-size: 16px;
font-weight: bold;
}
.ure-caps-option {
padding-left: 20px;
}
#ure_caps_container {
width: 100%;
}
#ure_toolbar {
margin-top: 10px;
border: 1px solid #dfdfdf;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #f5f5f5;
padding: 5px;
}
.ure_toolbar_button {
width: 100%;
margin-bottom: 3px;
}
#ure_update {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
#ure_service_tools {
margin-top: 10px;
}
.ure-modal-dialog {
display: none;
padding: 10px;
}
.ure-label {
clear: left;
float: left;
display: block;
width: 150px;
}
.ure-input {
float: left;
display: inline;
width: 200px;
margin-bottom: 5px;
}
#ure_user_roles {
vertical-align: text-top;
padding-right: 10px;
padding-top: 5px;
font-size: 1.1em;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
min-width: 200px;
width: 20%;
}
.ure-user-role-section-title {
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
}
/* Multipe select */
.countLabel {
color:Gray;
font-style:italic;
}
.storageBox {
display:none;
}
.copiedOption {
background-color:Yellow;
}
.ure-caps-cell {
vertical-align:top;
padding-top: 5px;
}
.ure-cap-div {
white-space: nowrap;
}
#other_default_roles {
display: block;
margin: 10px;
}
.ure-dialog {
display: none;
}
#ure_admin_menu_access_table td {
cursor: pointer;
}
#ure_admin_menu_access_table tr:hover {
background-color: #04a4cc;
color: #ffffff;
}
.ure_table_row_selected {
background-color: #04a4cc;
color: #ffffff;
}
#ure_caps_groups_td {
padding:0 10px 0 10px;
min-width:25%;
border-right: 1px solid #cccccc;
}
#ure_caps_td {
width:60%;
padding-left: 10px;
}
#ure_toolbar_td {
width: 15%;
min-width:200px;
padding-left: 10px;
}
#ure_editor_options {
margin-bottom: 10px;
}
#ure_caps_groups_title {
min-width: 250px;
vertical-align:middle;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
#ure_caps_select {
vertical-align:middle;
border-bottom: 1px solid #cccccc;
padding: 5px 5px 5px 10px;
}
#ure_toolbar_title {
border-bottom: 1px solid #cccccc;
}
#ure_caps_groups_list .ui-selecting {
background: #DDDDDD;
}
#ure_caps_groups_list .ui-selected {
background: #CCCCCC;
color: #444444;
}
#ure_caps_groups_list li {
min-height: 20px;
line-height: 20px;
cursor: pointer;
}
.plugins {
color: #444444;
}
#ure_caps_list_container {
float: left;
width: 100%;
overflow: auto;
min-height: 600px;
max-height: 720px;
}
#ure_caps_list {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
column-width: auto;
display: inline-block;
min-width: 100%;
}