Changed style/theming

This commit is contained in:
djpbessems 2019-01-24 16:31:16 +01:00
parent 203536cfd5
commit 579403c127
6 changed files with 7 additions and 7 deletions

View File

@ -80,7 +80,7 @@ $contentLayout['login'] = <<<LOGIN
</li>
</ul>
</fieldset>
<img src="/images/tag_pvr.png" style="position: absolute; top: 135px; left: -10px; transform: scale(0.6, 0.6)" alt="PVR [Secure]" />
<img src="/images/tag_lock.png" style="position: absolute; top: 175px; left: 20px;" alt="Secure!" />
LOGIN;
$contentLayout['manage'] = <<<MANAGE

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 318 B

BIN
public/images/tag_lock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -115,7 +115,7 @@
background: rgba(255,255,255,0.4);
}
.bttn-simple.bttn-primary {
background: #550055;
background: #003399;
background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.25) 51%);
}
.bttn-simple.bttn-warning {

View File

@ -121,7 +121,7 @@ body {
content: ' ';
}
.main fieldset input {
border: 1px solid #550055;
border: 1px solid #003399;
padding: 2px;
width: 100px;
}
@ -135,7 +135,7 @@ body {
text-transform: uppercase;
}
.main fieldset select {
border: 1px solid #550055;
border: 1px solid #003399;
padding: 2px;
width: 375px;
}
@ -172,7 +172,7 @@ body {
margin-left: 10px;
}
.main a:link, .main a:visited {
color: #550055;
color: #003399;
text-decoration: none;
}
.main a:hover, .main a:active {
@ -188,7 +188,7 @@ body {
font-size: 12px;
}
.main span#user a:link, .main span#user a:visited {
color: #CC1111;
color: #001177;
text-decoration: none;
}
.main span#user a:hover, .main span#user a:active {
@ -218,7 +218,7 @@ body {
right: 10px;
height: 112px;
width: 250px;
border: 1px solid rgb(181, 0, 0);
border: 1px solid rgb(0, 51, 153);
box-shadow: black 0px 0px 20px;
box-sizing: border-box;
padding-top: 5px;