move Style for topbar Invite-Page to style.css with same settings for later customizing

This commit is contained in:
JSuenram 2022-02-03 13:21:19 +01:00
parent 2e4288cda0
commit 9aec0c26f3
2 changed files with 7 additions and 1 deletions

View File

@ -116,6 +116,12 @@ body {
grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important; grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important;
} }
.AgentInviteMasthead {
background:url(logo.png) 0px 0px;
background-color:#036;
background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;
}
#masthead { #masthead {
width: auto; width: auto;
margin: 0; margin: 0;

View File

@ -49,7 +49,7 @@
<body id="body" onload="if (typeof(startup) !== 'undefined') startup();" style="display:none;overflow:hidden"> <body id="body" onload="if (typeof(startup) !== 'undefined') startup();" style="display:none;overflow:hidden">
<div id="container"> <div id="container">
<!-- Begin Masthead --> <!-- Begin Masthead -->
<div id="masthead" class=noselect style="background:url(logo.png) 0px 0px;background-color:#036;background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;"> <div id="masthead" class="noselect AgentInviteMasthead">
<div style="float:left;text-shadow: 1px 1px 2px #000">{{{titlehtml}}}</div> <div style="float:left;text-shadow: 1px 1px 2px #000">{{{titlehtml}}}</div>
<div style="float:left; height: 66px; color:#c8c8c8; padding-left:14px; padding-top:7px"> <div style="float:left; height: 66px; color:#c8c8c8; padding-left:14px; padding-top:7px">
<strong><font style="font-size:46px; font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 2px #000">{{{title1}}}</font></strong> <strong><font style="font-size:46px; font-family: Arial, Helvetica, sans-serif;text-shadow: 1px 1px 2px #000">{{{title1}}}</font></strong>