|
7 | 7 | <table id="InsertHere" name="MainTable" style="margin-left: auto; margin-right: auto; border-spacing: 0 10px; padding: 0 10px;"> |
8 | 8 | <tr style="text-align: center;"> |
9 | 9 | <td colspan="2"> |
10 | | - <h1 id="Title" style="font-size:3.3em;margin:10px 0 0 0;"><a href="[YOUR.JELLYFIN.SERVER]" target="_blank" style="color:#E197BC;text-decoration: none;"><img src="https://static-00.iconduck.com/assets.00/jellyfin-icon-2048x2048-tf5ztk6m.png" style="height: 1.3em;margin-bottom:-12px;"> Jellyfin Newsletter</a></h1> |
| 10 | + <h1 id="Title" style="font-size:3.3em;margin:10px 0 0 0;"><a href="[YOUR.JELLYFIN.SERVER]" target="_blank" style="color:#E197BC;text-decoration: none;"><img src="https://cdn0.iconfinder.com/data/icons/google-material-design-3-0/48/ic_play_circle_filled_white_48px-512.png" style="height: 1.3em;margin-bottom:-12px;"> Jellyfin Newsletter</a></h1> |
11 | 11 | <h3 id="Date" style="color:#FFFFFF;margin:0px;">{Date}</h3> |
12 | 12 | </td> |
13 | 13 | </tr> |
14 | 14 | <!-- Fill this in from code --> |
15 | | - {EntryData} |
| 15 | + <tr class="boxed" style="outline: 1px solid #bf7df0;border-radius: 25px;"> |
| 16 | + <td> |
| 17 | + <table style="margin:0;padding:0;border:0;"> |
| 18 | + <tr style="margin:0;padding:0;border:0;"> |
| 19 | + <td rowspan="0" class="lefttable" style="padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 20px;"> |
| 20 | + <a href="{ServerURL}" target="_blank"><img style="width: 133px; height: 200px;" src="{ImageURL}"></a> |
| 21 | + </td> |
| 22 | + <td class="righttable" style="vertical-align: top; padding-right: 10px; padding-top: 10px;width:100%;"> |
| 23 | + <div id="SeriesTitle" class="text" style="color: #FFFFFF; text-align: center;"> |
| 24 | + <h2 style="margin-top:6px;margin-bottom:0px;"><a href="{ServerURL}" target="_blank" style="color:#87beff;text-decoration: none;"> |
| 25 | + {Title} |
| 26 | + </a></h2> |
| 27 | + </div> |
| 28 | + |
| 29 | + <!-- One time create, not loop for these elements--> |
| 30 | + <table> |
| 31 | + <td> |
| 32 | + <div id="runtime" style="color: #d190c5; font-size: small;"> |
| 33 | + <b>Duration:</b> <i>{RunTime} min.</i> | |
| 34 | + </div> |
| 35 | + </td> |
| 36 | + <td> |
| 37 | + <div id="communityrating" style="color: #d190c5; font-size: small;"> |
| 38 | + <img src="https://cdn-icons-png.flaticon.com/512/3418/3418886.png" style="height: 15px;"> |
| 39 | + </div> |
| 40 | + </td> |
| 41 | + <td> |
| 42 | + <div id="communityrating" style="color: #d190c5; font-size: small;"> |
| 43 | + {CommunityRating} | |
| 44 | + </div> |
| 45 | + </td> |
| 46 | + <td> |
| 47 | + <div id="officialrating" style="color: #d190c5; font-size: small;"> |
| 48 | + {OfficialRating} | |
| 49 | + </div> |
| 50 | + </td> |
| 51 | + <td> |
| 52 | + <div id="premiereyear" style="color: #d190c5; font-size: small;"> |
| 53 | + {PremiereYear} |
| 54 | + </div> |
| 55 | + </td> |
| 56 | + </table> |
| 57 | + |
| 58 | + <!-- --> |
| 59 | + |
| 60 | + <div class="text" style="color: #d190c5;"> |
| 61 | + {SeasonEpsInfo} |
| 62 | + </div> |
| 63 | + <hr style="border-color: #007fb1;margin-bottom:12px;width:80%;"/> |
| 64 | + <div id="Description" class="text" style="color: #FFFFFF;"> |
| 65 | + {SeriesOverview} |
| 66 | + </div> |
| 67 | + </td> |
| 68 | + </tr> |
| 69 | + </table> |
| 70 | + </td> |
| 71 | + </tr> |
16 | 72 | <!-- Fill that in from code --> |
17 | 73 | </table> |
18 | 74 | </td> |
|
0 commit comments