first commit

This commit is contained in:
2019-08-13 23:32:13 +02:00
commit 89ae9f3a3a
141 changed files with 168907 additions and 0 deletions

110
assets/css/custom.css Normal file
View File

@@ -0,0 +1,110 @@
#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;
}