This repository has been archived on 2023-05-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SYSDesk/assets/css/custom.css

178 lines
2.8 KiB
CSS

#logintoolbar {
height: 6.4rem;
position: relative;
cursor: pointer;
}
a.logintoolbar {
text-decoration: none;
font-weight: 425;
font-size: 14px;
}
p.texttoolbar {
font-weight: 700;
font-size: 18px;
margin-bottom: 0;
color: #2196f3;
}
button.req.btn.btn-secondary.fuse-ripple-ready {
height: 100px;
}
.req.title {
padding-bottom: 15px;
font-size: 20px !important;
font-weight: 450;
}
label.control-label {
color: black;
}
.thiccircle {
margin: auto;
width: 150px;
height: 150px;
border-radius: 50%;
font-size: 50px;
color: #fff;
line-height: 150px;
text-align: center;
background: #2196f3;
}
i.thiccircle {
/* color: green; */
color: limegreen;
font-size: 100px;
}
h4.thxmsg {
padding-top: 20px;
font-weight: 700;
}
h5.thxmsg {
padding-top: 10px;
}
.input-prepend.dropdown {
padding-left: 15px;
}
a.idlist{
text-decoration: none;
}
a.crud{
text-decoration: none;
padding-right: 5px;
}
label.crud {
color: black;
font-weight: 500;
}
.formbackend{
background: white;
padding: 15px;
width: 600px;
margin-left: 30%;
}
form.del.formbackend {
width: 510px;
}
.del.form-wrapper.md-elevation-8.p-4 {
padding-top: 50px !important;
}
a.sysIDticket{
text-decoration: none;
font-weight: 500;
}
a.sysIDticket:hover {
text-decoration: underline;
}
.pagebackend {
background: white;
}
h1.errorpage {
color: red;
}
div#nav-tabContent {
padding-top: 10px;
padding-bottom: 15px;
}
a#nav-tickets-tab {
color: black;
font-weight: 500;
}
a#nav-sysinfo-tab{
color: black;
font-weight: 500;
}
.form-wrapper {
background: white;
}
.viewer {
padding-top: 1.6rem;
margin-bottom: 0px;
}
@media only screen and (min-width:768px){
.thanks.form-wrapper.md-elevation-8.p-8 {
width: 49% !important;
max-width: 60% !important;
}
}
.button1 {
padding-bottom: 10px;
}
.meta {
padding: 0px;
}
th.meta {
padding-left: 0px;
}
.form-group>label {
color: black;
}
.split {
padding: 25px 16px;
}
.line.split {
padding: 0px;
border: 0px;
border-bottom: 1px;
border-bottom-color: #949494;
border-style: solid;
}
.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.form-inline label {
margin: 5px 10px 5px 0;
}
.form-inline input {
vertical-align: middle;
margin: 0px 10px 0px 0;
background-color: #fff;
border: 1px solid #ddd;
}
@media (max-width: 800px) {
.form-inline {
flex-direction: column;
align-items: stretch;
}
}
.headbnt {
rgba(255,255,255,0.87)!important;
font-size: 2.4rem;
height: 2.4rem;
line-height: 2.4rem;
color: rgba(255,255,255,0.87)!important;
}
input#SearchInput {
height: 3.6rem;
border-left: 11px solid white;
margin-left: -11px;
margin-top: 9px;
}