initial commit of file from CVS for smeserver-manager-AdminLTE on Sat Sep 7 20:36:37 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:36:37 +10:00
parent 7b0740d2d5
commit 0000afe782
2076 changed files with 789628 additions and 2 deletions

View File

@@ -0,0 +1,147 @@
.sme-border {
border:0.07em solid lightgrey;
padding:5px;
}
table.sme-border {
margin-top:2.5em;
}
.table-striped>tr:nth-child(odd){
background-color:#c2e8a8;
}
.action {
background-color:#bee6a2;
border-width:1px;
border-radius:11px;
color:black;
}
.label {
display:inline-block;
width:50%;
filter:opacity(70%);
background-color:#bee6a2;
margin-bottom:4px;
}
.data {
display:inline-block;
margin-left:2px;
font-weight:normal!important;
float: left;
width: 49%;
height:80%;
}
.input {
width:auto;
margin-bottom:5px;
max-width:100%;
}
.wrapper {
background:#ecf0f5;
}
h1 {
font-size:2.5em;
}
h2 {
font-size:1.5em;
}
.card-subtitle {
margin-top: 0.625rem;
float:left;
margin-bottom:0.625rem;
}
h3 {
font-size:1.5em;
}
h4,h5 {
font-size:1em;
color:inherit;
}
.success {
color:green;
}
.sme-warning {
color:amber;
}
.sme-error {
color:red;
}
.active {
background-color:#c2e8a8;
color:black;
}
.button {
display: block;
width: 115px;
height: 25px;
background: darkgreen;
padding: 0.1rem;
text-align: center;
border-radius: 5px;
color: white;
font-weight: bold;
line-height: auto;
}
a.button:hover {
color:lightgrey;
}
form p {
padding : 0;
margin : 0;
}
.login-box {
margin: 0 auto;
}
.review-panel td.label{
width:100%;
}
.review-panel p{
margin-bottom:0.3em;
}
.review-panel span.label {
margin-right:1%;
width:52%;
padding-left:0.75rem;
padding-top:0;
}
.review-panel td,th {
border-top:none;
}
.review-panel table {
width:109%
}
.review-panel.table th,td {
width:52.3%;
}
.card-header {
margin-bottom:0.625rem;
}
.module span.label {
margin-right:0.3em;
}
h2,h3,h4,h5 {
margin-top:1.5em;
}
.datetime-panel span.label {
float:none !important;
}
.card.sme-error {
margin-top:1rem;
}
.datetime-set-ntp {
margin-left:1.9rem;
}
.action {
margin-top:1rem;
}
.dark-mode .label {
color:black;
background-color:lightgrey;
}

View File

@@ -0,0 +1,60 @@
div#swt_theme select {
width: 55%;
}
.main-header {
position: relative;
padding-right: 7.5px;
padding-left: 7.5px;
}
hr.sme-copyrightbar {
display: none;
}
.layout-boxed {
background: url("/smanager/dist/img/boxed-bg.jpg") repeat fixed;
}
#h2e11 img {
width: 100%;
}
#h2l1, #h2l2 {
margin-left: 2px;
}
#h2l2 {
height: 4px;
}
#swttheme {
padding-left: 0.5rem;
padding-top: 0.3rem;
}
#swtsize {
padding-left: 0.5rem;
padding-top: 0.5rem;
}
#darkmodeswt {
padding-left: 0.5rem;
padding-top: 0.5rem;
}
.sm2-footer {
width:100%;
}
.dark-mode container-fluid {
background-color:lightblue;
}
.dark-mode div .mb-2 {
background-color:#454d55;
}
.dark-mode .navbar-white {
background-image: linear-gradient(to right, lightgrey,#454d55);
}
.dark-mode .active {
background-color:lightgrey;
}
.dark-mode .button {
background:darkgrey;
}

View File

@@ -0,0 +1,98 @@
.navbar-white {
background-image: linear-gradient(to right, #edf9e5,#bee6a2);
}
div.section {
color:blue;
}
div.mb-2 {
background-color:#98d36e;
}
.sidebar a.accent {
color: brown;
}
#h2e12 img {
width:100%;
}
#h2e11 img {
display:none;
}
#h2l2 {
height:34px;
}
p.menu-title {
margin-top:0;
margin-bottom:0;
}
.menu-title {
color:green!important;
font-weight:bold;
}
.section-title {
color:blue!important;
}
a#toguser.menu-title {
color:blue!important;
font-weight:normal;
}
.brand-image {
margin-bottom:1.75rem!important;
}
div.menu-cell a {
font-size:inherit!important;
margin-top:0.1em!important;
margin-bottom:0.1em!important;
line-height:1em!important;
padding-top:0.1rem;
padding-bottom:0.1rem;
margin-left:0.2rem;
padding-right:0.05rem;
width: calc(250px - 0.5rem * 3)!important;
}
.nav {
margin-bottom:0.7rem;
}
.brand-link {
margin-bottom:4rem;
}
td a:link, td a:visited {
color:blue;
}
td a:hover {
color:red;
}
.dark-mode .main-sidebar {
background-color:#343a40;
}
.dark-mode [class*="sidebar-light-"] .sidebar a {
color:inherit;
}
.dark-mode .login-page input[type="text"] {
background-color:#343a40;
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill:focus {
-webkit-text-fill-color:#343a40;
}
.text-sm .nav-link {
padding: 0;
padding-left:10px;
}