first commit

This commit is contained in:
2024-11-10 21:08:49 +01:00
commit 0d932ce5ee
14455 changed files with 2567501 additions and 0 deletions

View File

@@ -0,0 +1,544 @@
/*
* Admin styles
*/
.no-display {
display: none !important;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
background-color: transparent !important;
border: none !important;
border-bottom: 1px solid #9e9e9e !important;
border-radius: 0;
outline: none;
font-size: 1rem;
margin: 0 0 15px 0;
padding: 0;
box-shadow: none !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all .3s;
}
#postbox-container-1 {
display: none !important;
}
/*Style for tabs*/
.tabs {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
height: 48px;
background-color: #fff;
margin: 0 auto;
width: 100%;
white-space: nowrap;
}
.tabs .tab {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: block;
float: left;
text-align: center;
line-height: 48px;
height: 48px;
padding: 0;
margin: 0;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: .8px;
width: 35%;
min-width: 80px;
}
.tabs .tab a {
text-decoration: none;
color: #00bcd4;
display: block;
width: 100%;
height: 100%;
text-overflow: ellipsis;
overflow: hidden;
-webkit-transition: color 0.28s ease;
-moz-transition: color 0.28s ease;
-o-transition: color 0.28s ease;
-ms-transition: color 0.28s ease;
transition: color 0.28s ease;
}
.tabs .tab a:hover {
color: #3be9ff;
}
.tabs .tab.disabled a {
color: #3be9ff;
cursor: default;
}
.tabs .indicator {
position: absolute;
bottom: 0;
height: 3px;
background-color: #D54E21;
will-change: left, right;
}
.cyan {
background-color: #2196F3 !important;
}
.cyan.lighten-4 {
background-color: #ffffff !important;
}
.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.white-text {
color: #FFFFFF !important;
}
.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
vertical-align: middle;
z-index: 1;
will-change: opacity, transform;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
position: absolute;
border-radius: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
opacity: 0;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
background-color: rgba(255, 255, 255, 0.45);
}
/*button switch*/
.switch {
position: relative;
display: inline-block;
width: 52px;
height: 26px;
}
.switch input {
display:none;
}
.switch-btn {
display: inline-block;
margin-left: 66px;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
.extra-btn-label {
display: inline-block;
min-width: 230px;
font-size: 16px;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #00CC00;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
/*Style for toolbars*/
.toolbars-content h3 {
text-transform: uppercase;
}
.toolbars-content .toolbar-blocks {
min-height: 40px;
}
.toolbars-content .toolbars-holder {
background: #ffffff;
height: 35px;
margin: 5px;
border: 1px solid #2196f3;
}
/*Style for each toolbars*/
.toolbars-content .toolbar-rows {
margin: 5px;
padding: 3px 22px 3px 3px;
background: #f1f1f1;
min-height: 40px;
}
#unused-toolbars .toolbar-rows {
background: #dcdcdc;
}
/*Style for buttons*/
.toolbars-content .toolbar-rows > div {
display: inline-block;
border: 1px solid #fafafa;
line-height: 20px;
padding: 3px 3px;
margin: 3px;
vertical-align: top;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.toolbars-content .toolbar-rows > div:hover {
background: #ffffff;
border: 1px solid #2196F3;
cursor: move;
}
.toolbars-content .toolbar-rows .btns-holder {
background: #ffffff;
border: 1px solid #2196f3;
height: 20px;
width: 20px;
}
.toolbars-content .toolbar-rows:after {
font-family: dashicons;
content: "\f211";
float: right;
font-size: 20px;
line-height: 34px;
margin-right: -20px;
color: #999;
}
/*Style for Extra buttons*/
.extra-btns-block {
margin: 40px 5px;
}
.extra-btns-list > li {
margin: 10px 0px;
}
/*Style for User Access tab*/
#wpse-users-list thead tr th{
font-weight: bold;
}
#wpse-users-select-box {
width: 5%;
}
#wpse-users-select-box > input {
margin: 0;
}
#user-search-input {
width: 250px;
height: 28px;
line-height: 28px;
border: 1px solid #ddd !important;
padding: 0 5px;
}
#user-search-input:focus {
border-color: #5b9dd9 !important;
box-shadow: 0 0 2px rgba(30,140,190,.8) !important;
-moz-box-shadow: 0 0 2px rgba(30,140,190,.8) !important;
-webkit-box-shadow: 0 0 2px rgba(30,140,190,.8) !important;
}
#wpse-roles-filter {
vertical-align: top;
margin: auto 10px;
border: 1px solid #ddd;
}
.wpse-users-search-box {
height: 30px;
margin-bottom: 20px;
}
.wpse-groups-list {
margin-left: 15px;
}
.wpse-groups-list > li > label {
width: 100px;
}
#pagination {
text-align: right;
margin: 10px;
font-size: 16px;
}
#pagination strong, #pagination .switch-page, #pagination span {
padding: 4px 8px;
}
#pagination a {
cursor: pointer;
}
#pagination strong {
background: #2196F3;
color: #ffffff;
}
#pagination #first-page, #pagination #last-page {
line-height: 1.5rem;
margin: 0 5px;
}
#pagination i#first-page, #pagination i#last-page {
color: #999;
}
.save-profiles {
margin-top: 20px;
}
/*Style for Post types and Devices tab*/
#posttypes-tab ul {
margin: 20px;
}
#posttypes-tab .real-label {
min-width: 150px;
font-size: 16px;
}
/*Style for CustomStyle tab*/
span.editable {
background: #FFF;
border: 1px solid #AAA;
color: #000;
padding: 1px 3px;
cursor: text;
display: inline-block;
}
#wpse-customstyles-list {
padding: 0;
}
#wpse-customstyles-list a {
text-decoration: none;
color: #000;
cursor: pointer;
}
.wpse-customstyles-list {
margin-bottom: 20px;
}
.wpse-customstyles-items-class {
cursor: pointer;
margin: 0;
}
#wpse-customstyles-list li:hover a, #wpse-customstyles-list li:hover ul {
color: #08C;
}
#wpse-customstyles-list i {
font-size: 13px;
}
#wpse-customstyles-list .active a, #wpse-customstyles-list .active ul {
color: #08C;
}
.wpse-customstyles-items {
margin-bottom: 3px;
}
.wpse-customstyles-items a.copy,
.wpse-customstyles-items a.trash {
display: none;
float: right;
}
.wpse-customstyles-items a.copy:hover,
.wpse-customstyles-items a.trash:hover {
color: red !important;
}
.wpse-customstyles-items:hover a.trash,
.wpse-customstyles-items:hover a.copy {
display: inline;
}
#savedInfo {
color: blue;
}
#wpse-customstyles-info label {
display: block;
font-size: 16px;
}
#wpse-customstyles-info input {
border: 1px solid #ddd !important;
padding: 5px;
background: #fff !important;
}
#wpse-customstyles-info input:focus {
border: 1px solid #5b9dd9 !important;
box-shadow: 0 0 2px rgba(30,140,190,.8) !important;
-moz-box-shadow: 0 0 2px rgba(30,140,190,.8) !important;
-webkit-box-shadow: 0 0 2px rgba(30,140,190,.8) !important;
}
#wpse-customstyles-info input,
#wpse-customstyles-info textarea {
width: 100%;
}
#wpse-customstyles-title {
border: 1px solid black;
}
#wpse-customstyles-css {
resize: none;
}
.wpse-customstyles-css .CodeMirror {
height: 200px;
border: 1px solid #ccc;
}
/*Style for Configuration page*/
.tabs-content {
background: #fff;
}
#wpse-config-success {
padding: 10px;
margin: 20px 20px 20px 0;
background-color: #ffffff;
border-left: 5px solid #46b450;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
#wpse-config-close {
float: right;
color: #aaaaaa;
}
#wpse-config-close:hover {
color: #c00;
cursor: pointer;
}
.config-container .tabs-content {
padding: 10px;
}
.config-container .config-list li {
margin-bottom: 15px;
}
.config-container .config-label {
display: inline-block;
min-width: 200px;
font-size: 16px;
}
.config-container .save-config {
margin: 20px 0;
}
.save-btns input {
border: none;
padding: 10px 20px;
cursor: pointer;
color: #ffffff;
text-transform: uppercase;
}
#wpse-customstyles-info #save_custom_styles {
padding: 10px 20px;
background: #2196F3 !important;
}
.wpsetips_qtip {
background: #000000 !important;
color: #ffffff !important;
border: 1px solid #000000 !important;
}
.im_ex_wpse_settings {
border: 1px solid #ccc;
padding: 5px 10px;
margin: 1px;
font-size: 14px;
margin-left: 10px;
background: #f7f7f7;
cursor: pointer;
}
.im_ex_wpse_settings:hover {
background: #2196F3;
color: #fff
}
.tabs-content h3 {
margin: 20px 0;
}

View File

@@ -0,0 +1,129 @@
/*Style for bullets*/
.wpse-bullet {
list-style: none
}
[class^="wpsebul-"] > li:before, [class*=" wpsebul-"] > li:before{
font-family: 'dashicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpsebul-pushpin li:before {
content: "\f109"
}
.wpsebul-cofg li:before {
content: "\f111"
}
.wpsebul-flag li:before {
content: "\f227"
}
.wpsebul-star li:before {
content: "\f155"
}
.wpsebul-checkmark li:before {
content: "\f147"
}
.wpsebul-minus li:before {
content: "\f460"
}
.wpsebul-plus li:before {
content: "\f132"
}
.wpsebul-play li:before {
content: "\f522"
}
.wpsebul-arrow li:before {
content: "\f344"
}
.wpsebul-cross li:before {
content: "\f153"
}
.wpsebul-warning li:before {
content: "\f534"
}
.wpsebul-circle li:before {
content: "\f159"
}
.wpsebul-help li:before {
content: "\f223"
}
.wpsebul-info li:before {
content: "\f348"
}
.wpsebtn {
text-decoration: none;
box-shadow: none;
}
.wpsebtn:hover {
box-shadow: none;
}
/*Styles for Columns*/
.csColumn, .csColumnGap {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.csColumn {
border: 4px dashed #f1f1f1;
}
.csColumn_text {
background: #ffffff;
}
.csColumnGap img {
width: auto;
}
/*Summary*/
div ul.tableOfContent {
font-family: Arial;
background-color: #f7f7f7;
padding: 10px;
}
ul.tableOfContent li.toc-level1 ul.tableOfContent {
padding-top: 0;
padding-bottom: 0;
}
ul.tableOfContent li {
list-style-type: none;
padding: 3px;
}
ul.tableOfContent a {
color: #2089c0;
text-decoration: none;
box-shadow: none;
border-bottom: none;
}
ul.tableOfContent a:hover {
color: #196a94;
text-decoration: none;
box-shadow: none;
}
ul.tableOfContent li.toc-level1 a {
font-size: 18px;
font-weight: bold;
}
ul.tableOfContent li.toc-level2 a {
font-size: 16px;
font-weight: bold;
}
ul.tableOfContent li.toc-level3 a {
font-size: 14px;
font-weight: normal;
}
ul.tableOfContent li.toc-level4 a {
font-size: 12px;
font-weight: normal;
}
span.wpsetooltips[data-mce-selected='1'] {
background: yellow;
}

View File

@@ -0,0 +1,66 @@
.blue-message {
background: none repeat scroll 0 0 #3399ff;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
}
.green-message {
background: none repeat scroll 0 0 #8cc14c;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
}
.orange-message {
background: none repeat scroll 0 0 #faa732;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
}
.red-message {
background: none repeat scroll 0 0 #da4d31;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
}
.grey-message {
background: none repeat scroll 0 0 #53555c;
color: #ffffff;
text-shadow: none;
font-size: 14px;
line-height: 24px;
padding: 10px;
}
.left-block {
background: none repeat scroll 0 0px, radial-gradient(ellipse at center center, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #8b8e97;
padding: 10px;
margin: 10px;
float: left;
}
.right-block {
background: none repeat scroll 0 0px, radial-gradient(ellipse at center center, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #8b8e97;
padding: 10px;
margin: 10px;
float: right;
}
.blockquotes {
background: none;
border-left: 5px solid #f1f1f1;
color: #8B8E97;
font-size: 14px;
font-style: italic;
line-height: 22px;
padding-left: 15px;
padding: 10px;
width: 60%;
float: left;
}

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="edit" horiz-adv-x="928" d="M272.142 376.71l-82.776-212.468 208.796 86.448-126.018 126.018zM878.218 830.498l-26.492 26.492c-29.228 29.266-76.706 29.266-105.972 0l-52.986-52.986 132.464-132.502 52.986 52.986c29.304 29.266 29.304 76.744 0 106.008zM276.34 387.538l18.96 18.96 132.464-132.464 370.974 370.974-132.464 132.464 26.492 26.53-416.428-416.466zM733.912 84.538l-638.002-0.224 0.112 638.002 446.706 0.15 69.998 74.194h-554.776c-20.684 0-37.472-16.75-37.472-37.472v-711.972c0-20.722 16.788-37.472 37.472-37.472h711.972c20.722 0 37.472 16.75 37.472 37.472v526.784l-75.506-74.082 2.024-415.38z" />
<glyph unicode="&#xe901;" glyph-name="plus" d="M512-32c-265.108 0-480 214.892-480 480s214.892 480 480 480 480-214.892 480-480-214.892-480-480-480zM749.712 468.752c0 20.382-16.542 36.924-36.924 36.924h-147.692v147.692c0 20.382-16.504 36.924-36.924 36.924h-36.924c-20.418 0-36.924-16.542-36.924-36.924v-147.692h-147.692c-20.418 0-36.924-16.542-36.924-36.924v-36.924c0-20.418 16.504-36.924 36.924-36.924h147.692v-147.692c0-20.418 16.504-36.924 36.924-36.924h36.924c20.418 0 36.924 16.504 36.924 36.924v147.692h147.692c20.382 0 36.924 16.504 36.924 36.924v36.924z" />
<glyph unicode="&#xe907;" glyph-name="quill" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" />
<glyph unicode="&#xe92c;" glyph-name="copy" d="M640 704v256h-448l-192-192v-576h384v-256h640v768h-384zM192 869.49v-101.49h-101.49l101.49 101.49zM64 256v448h192v192h320v-192l-192-192v-256h-320zM576 613.49v-101.49h-101.49l101.49 101.49zM960 0h-512v448h192v192h320v-640z" />
<glyph unicode="&#xe954;" glyph-name="printer" d="M256 896h512v-128h-512v128zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.794-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM128 512c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.652-64-64-64zM704 64h-384v320h384v-320z" />
<glyph unicode="&#xe964;" glyph-name="database" d="M512 960c-282.77 0-512-71.634-512-160v-128c0-88.366 229.23-160 512-160s512 71.634 512 160v128c0 88.366-229.23 160-512 160zM512 416c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160zM512 128c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160z" />
<glyph unicode="&#xe985;" glyph-name="binoculars" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
<glyph unicode="&#xe9ac;" glyph-name="trash" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" />
<glyph unicode="&#xe9cc;" glyph-name="flag" d="M0 960h128v-1024h-128v1024zM832 316.998c82.624 0 154.57 19.984 192 49.5v512c-37.43-29.518-109.376-49.502-192-49.502s-154.57 19.984-192 49.502v-512c37.43-29.516 109.376-49.5 192-49.5zM608 927.472c-46.906 19.94-115.52 32.528-192 32.528-96.396 0-180.334-19.984-224-49.502v-512c43.666 29.518 127.604 49.502 224 49.502 76.48 0 145.094-12.588 192-32.528v512z" />
<glyph unicode="&#xea69;" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="&#xea6a;" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="&#xea73;" glyph-name="pilcrow" d="M384 960h512v-128h-128v-896h-128v896h-128v-896h-128v512c-141.384 0-256 114.616-256 256s114.616 256 256 256z" />
<glyph unicode="&#xea74;" glyph-name="ltr" d="M512 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM0 256l256 256-256 256z" />
<glyph unicode="&#xea75;" glyph-name="rtl" d="M256 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM1024 768l-256-256 256-256z" />
<glyph unicode="" glyph-name="rtl" d="M256 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM1024 768l-256-256 256-256z" />
<glyph unicode="wysiwyg23" glyph-name="rtl" d="M256 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM1024 768l-256-256 256-256z" />
<glyph unicode="wysiwyg22" glyph-name="ltr" d="M512 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM0 256l256 256-256 256z" />
<glyph unicode="wysiwyg21" glyph-name="pilcrow" d="M384 960h512v-128h-128v-896h-128v896h-128v-896h-128v512c-141.384 0-256 114.616-256 256s114.616 256 256 256z" />
<glyph unicode="wysiwyg12" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="wysiwyg11" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="trashcan" glyph-name="trash" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" />
<glyph unicode="superscript" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="subscript" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
<glyph unicode="rtl" glyph-name="rtl" d="M256 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM1024 768l-256-256 256-256z" />
<glyph unicode="report" glyph-name="flag" d="M0 960h128v-1024h-128v1024zM832 316.998c82.624 0 154.57 19.984 192 49.5v512c-37.43-29.518-109.376-49.502-192-49.502s-154.57 19.984-192 49.502v-512c37.43-29.516 109.376-49.5 192-49.5zM608 927.472c-46.906 19.94-115.52 32.528-192 32.528-96.396 0-180.334-19.984-224-49.502v-512c43.666 29.518 127.604 49.502 224 49.502 76.48 0 145.094-12.588 192-32.528v512z" />
<glyph unicode="quill" glyph-name="quill" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" />
<glyph unicode="printer" glyph-name="printer" d="M256 896h512v-128h-512v128zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.794-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM128 512c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.652-64-64-64zM704 64h-384v320h384v-320z" />
<glyph unicode="print" glyph-name="printer" d="M256 896h512v-128h-512v128zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.794-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM128 512c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.652-64-64-64zM704 64h-384v320h384v-320z" />
<glyph unicode="pilcrow" glyph-name="pilcrow" d="M384 960h512v-128h-128v-896h-128v896h-128v-896h-128v512c-141.384 0-256 114.616-256 256s114.616 256 256 256z" />
<glyph unicode="ltr" glyph-name="ltr" d="M512 960c-141.384 0-256-114.616-256-256s114.616-256 256-256v-512h128v896h128v-896h128v896h128v128h-512zM0 256l256 256-256 256z" />
<glyph unicode="lookup" glyph-name="binoculars" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
<glyph unicode="flag" glyph-name="flag" d="M0 960h128v-1024h-128v1024zM832 316.998c82.624 0 154.57 19.984 192 49.5v512c-37.43-29.518-109.376-49.502-192-49.502s-154.57 19.984-192 49.502v-512c37.43-29.516 109.376-49.5 192-49.5zM608 927.472c-46.906 19.94-115.52 32.528-192 32.528-96.396 0-180.334-19.984-224-49.502v-512c43.666 29.518 127.604 49.502 224 49.502 76.48 0 145.094-12.588 192-32.528v512z" />
<glyph unicode="feather" glyph-name="quill" d="M0-64c128 384 463 1024 1024 1024-263-211-384-704-576-704s-192 0-192 0l-192-320h-64z" />
<glyph unicode="duplicate" glyph-name="copy" d="M640 704v256h-448l-192-192v-576h384v-256h640v768h-384zM192 869.49v-101.49h-101.49l101.49 101.49zM64 256v448h192v192h320v-192l-192-192v-256h-320zM576 613.49v-101.49h-101.49l101.49 101.49zM960 0h-512v448h192v192h320v-640z" />
<glyph unicode="db" glyph-name="database" d="M512 960c-282.77 0-512-71.634-512-160v-128c0-88.366 229.23-160 512-160s512 71.634 512 160v128c0 88.366-229.23 160-512 160zM512 416c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160zM512 128c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160z" />
<glyph unicode="database" glyph-name="database" d="M512 960c-282.77 0-512-71.634-512-160v-128c0-88.366 229.23-160 512-160s512 71.634 512 160v128c0 88.366-229.23 160-512 160zM512 416c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160zM512 128c-282.77 0-512 71.634-512 160v-192c0-88.366 229.23-160 512-160s512 71.634 512 160v192c0-88.366-229.23-160-512-160z" />
<glyph unicode="copy" glyph-name="copy" d="M640 704v256h-448l-192-192v-576h384v-256h640v768h-384zM192 869.49v-101.49h-101.49l101.49 101.49zM64 256v448h192v192h320v-192l-192-192v-256h-320zM576 613.49v-101.49h-101.49l101.49 101.49zM960 0h-512v448h192v192h320v-640z" />
<glyph unicode="binoculars" glyph-name="binoculars" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
<glyph unicode="bin" glyph-name="trash" d="M128 640v-640c0-35.2 28.8-64 64-64h576c35.2 0 64 28.8 64 64v640h-704zM320 64h-64v448h64v-448zM448 64h-64v448h64v-448zM576 64h-64v448h64v-448zM704 64h-64v448h64v-448zM848 832h-208v80c0 26.4-21.6 48-48 48h-224c-26.4 0-48-21.6-48-48v-80h-208c-26.4 0-48-21.6-48-48v-80h832v80c0 26.4-21.6 48-48 48zM576 832h-192v63.198h192v-63.198z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,122 @@
/*Style for bullets*/
.wpse-bullet {
list-style: none !important;
}
[class^="wpsebul-"] > li:before, [class*=" wpsebul-"] > li:before{
font-family: 'dashicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpsebul-pushpin li:before {
content: "\f109"
}
.wpsebul-cofg li:before {
content: "\f111"
}
.wpsebul-flag li:before {
content: "\f227"
}
.wpsebul-star li:before {
content: "\f155"
}
.wpsebul-checkmark li:before {
content: "\f147"
}
.wpsebul-minus li:before {
content: "\f460"
}
.wpsebul-plus li:before {
content: "\f132"
}
.wpsebul-play li:before {
content: "\f522"
}
.wpsebul-arrow li:before {
content: "\f344"
}
.wpsebul-cross li:before {
content: "\f153"
}
.wpsebul-warning li:before {
content: "\f534"
}
.wpsebul-circle li:before {
content: "\f159"
}
.wpsebul-help li:before {
content: "\f223"
}
.wpsebul-info li:before {
content: "\f348"
}
.entry-content a.wpsebtn {
text-decoration: none;
-webkit-appearance: inherit !important;
box-shadow: none;
}
.wpsebtn:hover {
box-shadow: none;
}
.csColumn, .csColumnGap {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
/*Summary*/
div ul.tableOfContent {
font-family: Arial;
background-color: #f7f7f7;
padding: 10px;
}
ul.tableOfContent li.toc-level1 ul.tableOfContent {
padding-top: 0;
padding-bottom: 0;
}
ul.tableOfContent li {
list-style-type: none;
padding: 3px;
}
ul.tableOfContent a {
color: #2089c0;
text-decoration: none;
box-shadow: none;
border-bottom: none;
}
ul.tableOfContent a:hover {
color: #196a94;
text-decoration: none;
box-shadow: none;
}
ul.tableOfContent li.toc-level1 a {
font-size: 18px;
font-weight: bold;
}
ul.tableOfContent li.toc-level2 a {
font-size: 16px;
font-weight: bold;
}
ul.tableOfContent li.toc-level3 a {
font-size: 14px;
font-weight: normal;
}
ul.tableOfContent li.toc-level4 a {
font-size: 12px;
font-weight: normal;
}
.wpsetips_qtip {
background: #000000 !important;
color: #ffffff !important;
border: 1px solid #000000 !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -0,0 +1,114 @@
* {
margin: 0;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
}
.clearfix:after {
content: '';
display: table;
clear: both;
}
.notice {
border-left: 3px solid #46b450;
margin: 5px;
box-shadow: 0 0 1px 1px #ccc;
}
.notice p {
padding: 10px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
background-color: transparent !important;
border: none !important;
border-bottom: 1px solid #9e9e9e !important;
border-radius: 0;
outline: none;
font-size: 1rem;
margin: 0 0 15px 0;
padding: 0;
box-shadow: none !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all .3s;
}
label {
cursor: pointer;
}
.container {
margin: 5px;
}
.action-block {
padding: 10px;
border-bottom: 1px solid #ccc;
}
.action-title {
margin-bottom: 10px;
font-size: 16px;
}
.action-desc {
font-size: small;
margin-bottom: 5px;
}
.action-content form {
margin: 10px 0;
}
.controls {
margin: 10px 0;
}
.controls * {
vertical-align: middle;
}
#export-block {
border-bottom: none;
}
.wpse-button {
display: block;
float: right;
text-align: center;
color: #fff;
background-color: #2196f3;
text-transform: uppercase;
cursor: pointer;
margin: 10px 0;
padding: 5px 25px;
border: none;
font-size: 13px;
font-weight: bold;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wpse-button:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#wpfooter {
display: none;
}

View File

@@ -0,0 +1,568 @@
/*
* qTip2 - Pretty powerful tooltips - v2.2.1
* http://qtip2.com
*
* Copyright (c) 2014
* Released under the MIT licenses
* http://jquery.org/license
*
* Date: Sat Sep 6 2014 11:12 GMT+0100+0100
* Plugins: tips modal viewport svg imagemap ie6
* Styles: core basic css3
*/
.qtip {
display: none;
position: absolute;
top: -28000px;
left: -28000px;
min-width: 50px;
max-width: 280px;
padding: 0;
box-shadow: none;
font-size: 10.5px;
line-height: 18px;
direction: ltr;
}
.qtip-content {
overflow: hidden;
position: relative;
padding: 5px 9px;
text-align: left;
word-wrap: break-word;
font-size: 15px;
}
.qtip-titlebar {
overflow: hidden;
position: relative;
padding: 5px 35px 5px 10px;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content {
border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
position: absolute;
z-index: 11;
top: -9px;
right: -9px;
border: 1px solid transparent;
outline: medium none;
/* Overlap .qtip-tip */
cursor: pointer;
}
.qtip-titlebar .qtip-close {
top: 50%;
right: 4px;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon {
width: 18px;
height: 14px;
color: inherit;
background: transparent none no-repeat -100em -100em;
font: normal bold 10px/13px Tahoma,sans-serif;
line-height: 14px;
text-align: center;
text-indent: 0;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
border: 1px solid #f1d031;
color: #555;
background-color: #ffffa3;
}
.qtip-default .qtip-titlebar {
background-color: #ffef93;
}
.qtip-default .qtip-icon {
border-color: #ccc;
color: #777;
background: #f1f1f1;
}
.qtip-default .qtip-titlebar .qtip-close {
border-color: #aaa;
color: #111;
}
/*! Light tooltip style */
.qtip-light {
border-color: #e2e2e2;
color: #454545;
background-color: white;
}
.qtip-light .qtip-titlebar {
background-color: #f1f1f1;
}
/*! Dark tooltip style */
.qtip-dark {
border-color: #303030;
color: #f3f3f3;
background-color: #505050;
}
.qtip-dark .qtip-titlebar {
background-color: #404040;
}
.qtip-dark .qtip-icon {
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
border-color: #303030;
}
/*! Cream tooltip style */
.qtip-cream {
border-color: #f9e98e;
color: #a27d35;
background-color: #fbf7aa;
}
.qtip-cream .qtip-titlebar {
background-color: #f0de7d;
}
.qtip-cream .qtip-close .qtip-icon {
background-position: -82px 0;
}
/*! Red tooltip style */
.qtip-red {
border-color: #d95252;
color: #912323;
background-color: #f78b83;
}
.qtip-red .qtip-titlebar {
background-color: #f06d65;
}
.qtip-red .qtip-close .qtip-icon {
background-position: -102px 0;
}
.qtip-red .qtip-icon {
border-color: #d95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
border-color: #d95252;
}
/*! Green tooltip style */
.qtip-green {
border-color: #90d93f;
color: #3f6219;
background-color: #caed9e;
}
.qtip-green .qtip-titlebar {
background-color: #b0de78;
}
.qtip-green .qtip-close .qtip-icon {
background-position: -42px 0;
}
/*! Blue tooltip style */
.speedoflight-qtip {
border: none;
color: #fafafa !important;
border-color : #23282D !important;
background-color: #23282D !important;
}
.speedoflight-qtip-000{
border: none;
color: #000 !important;
background-color: #fff !important;
}
.qtip-blue .qtip-titlebar {
background-color: #d0e9f5;
}
.qtip-blue .qtip-close .qtip-icon {
background-position: -2px 0;
}
.qtip-shadow {
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
border-radius: 0;
}
.qtip-rounded .qtip-titlebar {
border-radius: 4px 4px 0 0;
}
/* Youtube tooltip style */
.qtip-youtube {
border: 0 solid transparent;
border-radius: 2px;
color: white;
background: #4a4a4a;
box-shadow: 0 0 3px #333;
}
.qtip-youtube .qtip-titlebar {
background-color: #4a4a4a;
background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content {
padding: 0.75em;
font: 12px arial,sans-serif;
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
}
.qtip-youtube .qtip-icon {
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
border-color: #303030;
}
/* jQuery TOOLS Tooltip style */
.qtip-jtools {
border: 2px solid #ddd;
border: 2px solid rgba(241,241,241,1);
border-radius: 2px;
background: #232323;
background: rgba(0, 0, 0, 0.7);
box-shadow: 0 0 12px #333;
}
/* IE Specific */
.qtip-jtools .qtip-titlebar {
background-color: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
}
.qtip-jtools .qtip-content {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
border: 0 dashed transparent;
color: white;
background: transparent;
}
.qtip-jtools .qtip-icon {
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
border-color: #333;
}
/* Cluetip style */
.qtip-cluetip {
border: 0 dashed transparent;
color: #111;
background-color: #d9d9c2;
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}
.qtip-cluetip .qtip-titlebar {
border: 0 dashed transparent;
color: white;
background-color: #87876a;
}
.qtip-cluetip .qtip-icon {
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
border-color: #696952;
color: #696952;
}
/* Tipsy style */
.qtip-tipsy {
border: 0 solid transparent;
color: white;
background: black;
background: rgba(0, 0, 0, 0.87);
text-shadow: 0 1px black;
font-family: "Lucida Grande", sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 16px;
}
.qtip-tipsy .qtip-titlebar {
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content {
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
border-color: #303030;
}
/* Tipped style */
.qtip-tipped {
border: 3px solid #959fa9;
border-radius: 3px;
color: #454545;
background-color: #f9f9f9;
font-family: serif;
font-weight: normal;
}
.qtip-tipped .qtip-titlebar {
border-bottom-width: 0;
color: white;
background: #3a79b8;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
}
.qtip-tipped .qtip-icon {
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
color: #555;
background-color: #fbfbfb;
}
/**
* Twitter Bootstrap style.
*
* Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
* Does not work with IE 7.
*/
.qtip-bootstrap {
/** Taken from Bootstrap .popover */
padding: 1px;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
color: #333;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/** Taken from Bootstrap body */
font-size: 14px;
line-height: 20px;
}
.qtip-bootstrap .qtip-titlebar {
margin: 0;
/** Taken from Bootstrap .popover-title */
padding: 8px 14px;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
background-color: #f7f7f7;
font-size: 14px;
font-weight: normal;
line-height: 18px;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
top: 45%;
/**
* Overrides qTip2:
* .qtip-titlebar .qtip-close{
* [...]
* right: 4px;
* top: 50%;
* [...]
* border-style: solid;
* }
*/
right: 11px;
border-style: none;
}
.qtip-bootstrap .qtip-content {
/** Taken from Bootstrap .popover-content */
padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
/**
* Overrides qTip2:
* .qtip-default .qtip-icon {
* border-color: #CCC;
* background: #F1F1F1;
* color: #777;
* }
*/
background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
/* Taken from Bootstrap .close */
float: right;
/**
* Overrides qTip2:
* .qtip-icon .ui-icon{
* width: 18px;
* height: 14px;
* }
*/
width: auto;
height: auto;
opacity: 0.2;
color: #000;
text-shadow: 0 1px 0 #fff;
font-size: 20px;
font-weight: bold;
line-height: 18px;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
opacity: 0.4;
/* Taken from Bootstrap .close:hover */
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=40);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
-webkit-filter: none;
-ms-filter: none;
filter: none;
}
.qtip .qtip-tip {
overflow: hidden;
z-index: 10;
margin: 0 auto;
}
/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
position: absolute;
border: 0 dashed transparent;
color: #123456;
background: transparent;
}
.qtip .qtip-tip canvas {
top: 0;
left: 0;
}
.qtip .qtip-tip .qtip-vml {
display: inline-block;
visibility: visible;
behavior: url(#default#VML);
}
#qtip-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.7;
background-color: black;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
}
.qtipmodal-ie6fix {
position: absolute !important;
}
.speedoflight-dashboard .qtip-tip{
display: none !important;
}

View File

@@ -0,0 +1,166 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot');
src: url('fonts/icomoon.eot#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wpseicon-"], [class*=" wpseicon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
box-sizing: border-box;
speak: none;
font-size: 18px;
padding: 0 2px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: inline-block;
vertical-align: top;
text-align: center;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpseicon-plus:before {
content: "\e901";
}
.wpseicon-edit:before {
content: "\e900";
}
.wpseicon-copy:before {
content: "\e92c";
}
.wpseicon-quill:before {
content: "\e907";
}
.wpseicon-printer:before {
content: "\e954";
}
.wpseicon-database:before {
content: "\e964";
}
.wpseicon-binoculars:before {
content: "\e985";
}
.wpseicon-trash:before {
content: "\e9ac";
}
.wpseicon-flag:before {
content: "\e9cc";
}
.wpseicon-superscript:before {
content: "\ea69";
}
.wpseicon-subscript:before {
content: "\ea6a";
}
.wpseicon-pilcrow:before {
content: "\ea73";
}
.wpseicon-ltr:before {
content: "\ea74";
}
.wpseicon-rtl:before {
content: "\ea75";
}
.menu-icon-wpse_profiles .wp-submenu li:nth-child(3){
display: none;
}
.mce-i-myicon {
font-family: 'dashicons' !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px !important;
}
#wp-content-editor-container .mce-mytext {
border: 1px solid #ffffff;
}
#wp-content-editor-container .mce-mytext:hover {
border: 1px solid #555d66;
}
.mce-mytext span {
line-height: 20px !important;
}
#wp-content-editor-container .mce-menubtn.mce-btn-has-text:not(.mce-listbox) {
background: #fff;
vertical-align: middle;
border: 1px solid #ccc;
}
#wp-content-editor-container .mce-menubtn.mce-btn-has-text:not(.mce-listbox) button {
line-height: 24px;
padding: 0 3px;
}
#wp-content-editor-container .mce-menubtn.mce-btn-has-text:not(.mce-listbox):hover {
border: 1px solid #b4b9be;
}
.wpsetips_qtip {
background: #000000 !important;
color: #ffffff !important;
border: 1px solid #000000 !important;
}
.mce-pull-left {
left: 10px !important;
}
/*Style for tooltip quick edit*/
.wpsetooltip-qe-block div {
display: inline-block;
}
.mce-container.wpsetooltip-qe-block p {
margin: 0;
}
.wpsetooltip-qe-block .wpsetooltip-qe-preview p {
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
line-height: 19px;
}
.wpsetooltip-qe-block .wpsetooltip-qe-preview input {
width: 300px;
overflow: hidden;
text-overflow: ellipsis;
padding: 3px 5px;
}
.wpsetooltip-qe-block .wpsetooltip-qe-container .wpsetooltip-qe-preview, .wpsetooltip-qe-block .wpsetooltip-qe-btn div {
padding: 3px;
margin-left: 3px;
border: 1px solid transparent;
}
.wpsetooltip-qe-block .wpsetooltip-qe-btn div {
cursor: pointer;
color: #555d66;
}
.wpsetooltip-qe-block .wpsetooltip-qe-btn button {
line-height: 19px;
}
.wpsetooltip-qe-block .wpsetooltip-qe-btn div:hover {
border-color: #555d66;
border-radius: 2px;
-webkit-border-radius: 2px;
}
.wpsetooltip-qe-block .wpsetooltip-qe-btn .wpsetooltip-qe-apply {
background: #2d8ac7;
padding: 3px 5px;
margin-top: 4px;
}
.wpsetooltip-qe-block .wpsetooltip-qe-apply i {
color: #fff;
}

File diff suppressed because it is too large Load Diff