Add local CSS to install.php

This commit is contained in:
FusionPBX 2022-10-22 13:19:13 -06:00 committed by GitHub
parent d345542098
commit b44a4da6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 63 additions and 1 deletions

View File

@ -5,9 +5,71 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/themes/default/css.php">
<link rel='icon' href='/themes/default/favicon.ico'>
<title>FusionPBX</title>
<style>
html {
height: 100%;
width: 100%;
}
body {
z-index: 1;
position: absolute;
margin: 0;
padding: 0;
overflow: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
background-image: url('/themes/default/images/backgrounds/yellowstone_4.jpg');
background-size: 100% 100%;
background-position: top;
/*
background: #ffffff;
background: -ms-linear-gradient(top, #ffffff 0%, #71d733 100%);
background: -moz-linear-gradient(top, #ffffff 0%, #71d733 100%);
background: -o-linear-gradient(top, #ffffff 0%, #71d733 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71d733), color-stop(1, #71d733));
background: -webkit-linear-gradient(top, #ffffff 0%, #71d733 100%);
background: linear-gradient(to bottom, #ffffff 0%, #71d733 100%);
*/
background-repeat: no-repeat;
background-attachment: fixed;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
#main_content {
display: inline-block;
width: 100%;
/*background: #ffffff;*/
background: rgba(255,255,255,0.8);
background-attachment: fixed;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,0);
box-shadow: 0 1px 4px rgba(0,0,0,0);
padding: 20px;
margin-top: 65px;
text-align: left;
color: #5f5f5f;
font-size: 12px;
font-family: arial;
}
pre {
white-space: pre-wrap;
color: #5f5f5f;
}
</style>
</head>
<body onload="">
<div id="body" align="center">