mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Version 0.9.67
This commit is contained in:
parent
c14aba06d4
commit
fea00dd970
118 changed files with 871 additions and 658 deletions
|
@ -11,11 +11,18 @@
|
|||
<title>{{{title}}}</title>
|
||||
<style nonce="{{{cspNonce}}}">
|
||||
body {
|
||||
overflow-y:hidden;max-width:100%;margin:0;padding:0;border:0;color:black;font-size:13px;font-family:\'Trebuchet MS\', Arial, Helvetica, sans-serif
|
||||
overflow-y: hidden;
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
color: black;
|
||||
font-size: 13px;
|
||||
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #036;
|
||||
color: #036;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -24,69 +31,107 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
#footer a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#masthead {
|
||||
background:url(logo.png) 0px 0px;background-size:341px 50px;background-color:#036;background-repeat:no-repeat;height:50px;width:100%;overflow:hidden
|
||||
background: url(logo.png) 0px 0px;
|
||||
background-size: 341px 50px;
|
||||
background-color: #036;
|
||||
background-repeat: no-repeat;
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#title1 {
|
||||
float:left;height:66px;color:#c8c8c8;padding-left:10px;padding-top:4px
|
||||
float: left;
|
||||
height: 66px;
|
||||
color: #c8c8c8;
|
||||
padding-left: 10px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#title1a {
|
||||
font-size:36px;font-family:Arial,Helvetica,sans-serif
|
||||
font-size: 36px;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
|
||||
#title2 {
|
||||
float:left;height:66px;color:#c8c8c8;padding-left:5px;padding-top:7px
|
||||
float: left;
|
||||
height: 66px;
|
||||
color: #c8c8c8;
|
||||
padding-left: 5px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
#title2a {
|
||||
font-size:12px;font-family:Arial,Helvetica,sans-serif
|
||||
font-size: 12px;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
#page_content {
|
||||
overflow-y:scroll;position:absolute;bottom:32px;top:50px;width:100%
|
||||
overflow-y: scroll;
|
||||
position: absolute;
|
||||
bottom: 32px;
|
||||
top: 50px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#column_l {
|
||||
padding-left:10px;padding-right:10px
|
||||
#column_l {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#text1 {
|
||||
text-align:center;padding-top:30px;font-size:100px;font-family:Arial;color:#bbb
|
||||
text-align: center;
|
||||
padding-top: 30px;
|
||||
font-size: 100px;
|
||||
font-family: Arial;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
#text2 {
|
||||
text-align:center;font-size:16px;font-family:Arial;color:#999
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-family: Arial;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#text3 {
|
||||
text-align:center;padding-top:16px;font-size:20px;font-family:Arial;color:#999
|
||||
text-align: center;
|
||||
padding-top: 16px;
|
||||
font-size: 20px;
|
||||
font-family: Arial;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#text3l {
|
||||
text-decoration:none
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#footer {
|
||||
height:32px;width:100%;text-align:center;background-color:#113962;position:absolute;bottom:0px
|
||||
height: 32px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: #113962;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
#footertable {
|
||||
width:100%
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#footerLeft {
|
||||
text-align:left;color:white
|
||||
text-align: left;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#footerRight {
|
||||
text-align:right
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -105,7 +150,7 @@
|
|||
<div id="column_l">
|
||||
<div id="text1"><b>404</b></div>
|
||||
<div id="text2">This page does not exist</div>
|
||||
<div id="text3"><a id="text3l "href="/"><b>Go to main site</b></a></div>
|
||||
<div id="text3"><a id="text3l " href="/"><b>Go to main site</b></a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id=footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue