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
|
@ -12,67 +12,97 @@
|
|||
<title>{{{title}}}</title>
|
||||
<style nonce="{{{cspNonce}}}">
|
||||
#xbody {
|
||||
overflow:hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#masthead {
|
||||
background:url(logo.png) 0px 0px;background-color:#036;background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;
|
||||
background: url(logo.png) 0px 0px;
|
||||
background-color: #036;
|
||||
background-repeat: no-repeat;
|
||||
height: 66px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#title1 {
|
||||
float:left;text-shadow: 1px 1px 2px #000
|
||||
float: left;
|
||||
text-shadow: 1px 1px 2px #000;
|
||||
}
|
||||
|
||||
#title2 {
|
||||
float:left; height: 66px; color:#c8c8c8; padding-left:16px; padding-top:7px
|
||||
float: left;
|
||||
height: 66px;
|
||||
color: #c8c8c8;
|
||||
padding-left: 16px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
#title2a {
|
||||
font-size:46px; font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 2px #000
|
||||
font-size: 46px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-shadow: 1px 1px 2px #000;
|
||||
}
|
||||
|
||||
#title3 {
|
||||
float:left; height: 66px; color:#c8c8c8; padding-left:5px; padding-top:14px
|
||||
float: left;
|
||||
height: 66px;
|
||||
color: #c8c8c8;
|
||||
padding-left: 5px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
|
||||
#title3a {
|
||||
font-size:14px; font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 2px #000
|
||||
font-size: 14px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-shadow: 1px 1px 2px #000;
|
||||
}
|
||||
|
||||
#footerLeft {
|
||||
text-align:left
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#footerRight {
|
||||
text-align:right
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#topbar {
|
||||
height:24px;position:relative
|
||||
height: 24px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#page_leftbar_div {
|
||||
height:16px
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#uiMenu {
|
||||
|
||||
}
|
||||
|
||||
#text1 {
|
||||
text-align:center;padding-top:30px;font-size:200px;font-family:Arial;color:#bbb
|
||||
text-align: center;
|
||||
padding-top: 30px;
|
||||
font-size: 200px;
|
||||
font-family: Arial;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
|
||||
#text2 {
|
||||
text-align:center;font-size:20px;font-family:Arial;color:#999
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-family: Arial;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
#text3 {
|
||||
text-align:center;padding-top:20px;font-size:20px;font-family:Arial;color:#999
|
||||
text-align: center;
|
||||
padding-top: 20px;
|
||||
font-size: 20px;
|
||||
font-family: Arial;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#column_l {
|
||||
max-height:calc(100vh - 135px);overflow-y:auto
|
||||
max-height: calc(100vh - 135px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue