nodebb-plugin-import
Version:
Import your forum data to nodebb
89 lines • 1.66 kB
CSS
.import-overflow-hidden {
overflow: hidden;
}
.import-hand {
cursor: hand;
cursor: pointer;
}
.import-hand[data-target=".import-config"],
.import-hand[data-target=".import-tools"] {
font-size: 20px;
}
.import-hand[data-target=".import-config"]:hover,
.import-hand[data-target=".import-tools"]:hover {
color: rgb(107, 107, 107);
}
.import-panel-toggle {
z-index: -1000 ;
}
.import-config,
.import-config-wrapper,
[data-end-result="hidden"] + .import-config-panel-toggle {
background: rgba(226, 228, 246, 0.9);
}
.import-settings select.form-control,
.import-settings input.form-control {
background-color: white;
padding: 3px;
}
.import-tools,
.import-tools-wrapper,
[data-end-result="hidden"] + .import-tools-panel-toggle {
background: rgba(220, 247, 200, 0.9);
}
.import-config-wrapper,
.import-tools-wrapper {
border: 1px solid gray;
padding: 0;
}
.import-config,
.import-tools {
max-height: 600px;
overflow: auto;
}
.import-logs {
width: 100%;
padding: 5px;
background: #f2ffbe;
min-width: 750px;
height: 500px;
border: 1px dashed black;
overflow: auto;
}
.import-logs-line {
font-size: 12px;
padding: 1px;
margin: 0;
}
.import-toolbar {
margin: 10px 0;
}
.import-wrapper code {
color: white;
background: gray;
border: 1px solid white;
}
.import-download-btn {
margin-left: 5px;
}
.import-log-success {
color: #00910b;
}
.import-log-info {
color: #000091;
}
.import-log-warn {
color: #977000;
}
.import-log-error {
color: #970002;
}
.import-darker-on-hover {
}
.import-darker-on-hover:hover {}
#content-convert-parse-before,
#content-convert-parse-after {
width: 100%;
color: white;
background-color: black;
}