Remove inline style from email template
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
2606f89e95
commit
e5495736fc
@ -6,27 +6,51 @@
|
|||||||
html {
|
html {
|
||||||
background-color:#404c55;
|
background-color:#404c55;
|
||||||
background-image:radial-gradient(#2b343c,#404c55);
|
background-image:radial-gradient(#2b343c,#404c55);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
color: white;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
#title {
|
||||||
|
height: 100px;
|
||||||
|
padding-top: 0px;
|
||||||
|
margin-top: 0px
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: #00b7b7;
|
||||||
|
}
|
||||||
|
#button {
|
||||||
|
color: azure;
|
||||||
|
font-size: larger;
|
||||||
|
background-color: #007979;
|
||||||
|
padding: 8px;
|
||||||
|
padding-left: 12px;
|
||||||
|
padding-right: 12px;
|
||||||
|
text-decoration: none;
|
||||||
|
border-radius: 14px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<br><br>
|
<br><br>
|
||||||
<table style="width:100%;text-align:center;color:azure;font-family:sans-serif;">
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<img src="https://owlboard.info/images/logo/wide_logo.svg" style="height:100px;padding-top:0px;margin-top:0px">
|
<img src="https://owlboard.info/images/logo/wide_logo.svg" id="title">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<h1 style="color:#00b7b7">Register for OwlBoard</h1>
|
<h1>Register for OwlBoard</h1>
|
||||||
<br>
|
<br>
|
||||||
<p>Use the link below to register for OwlBoard (Staff Version)</p>
|
<p>Use the link below to register for OwlBoard (Staff Version)</p>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://owlboard.info/auth.html?key=>>ACCESSCODE<<" style="color:azure;font-size:larger;background-color:#007979;padding:8px;padding-left:12px;padding-right:12px;text-decoration:none;border-radius:14px;">Register</a>
|
<a href="https://owlboard.info/auth.html?key=>>ACCESSCODE<<" id="button">Register</a>
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
<p>Alternatively copy and paste the link "https://owlboard.info/auth.html?key=>>ACCESSCODE<<</p>
|
<p>Alternatively copy and paste the link "https://owlboard.info/auth.html?key=>>ACCESSCODE<<</p>
|
||||||
<p>This registration is for one device only, you can register again using the
|
<p>This registration is for one device only, you can register again using the
|
||||||
|
Loading…
Reference in New Issue
Block a user