mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-13 11:41:34 +01:00
Changed icon to use Font-Awesome
This commit is contained in:
parent
28fa9154c7
commit
f3ac5067b3
@ -13,7 +13,12 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<img class="right" src="https://puu.sh/tJZUb/c2e0ab220f.png" alt="Player Analytics | Analysis">
|
<p class="right fa-stack fa-lg" style="padding: 23px; margin:8px">
|
||||||
|
<i style="padding: 0px; color: #fff; font-size: 100px;" class="fa fa-square fa-stack-1x"></i>
|
||||||
|
<i style="padding: 0px; color: #348e0f; font-size: 95px;" class="fa fa-square fa-stack-1x"></i>
|
||||||
|
<i style="padding: 0px; color: #fff; font-size: 60px;" class="fa fa-circle fa-stack-1x"></i>
|
||||||
|
<i style="padding: : 0px; color: #348e0f; font-size: 30px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||||
|
</p>
|
||||||
<p class="right">Player Analytics v.${version}</p>
|
<p class="right">Player Analytics v.${version}</p>
|
||||||
<h1>${networkName} | Network</h1>
|
<h1>${networkName} | Network</h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -14,7 +14,12 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<img class="right" src="https://puu.sh/tJZUb/c2e0ab220f.png" alt="Player Analytics | Analysis">
|
<p class="right fa-stack fa-lg" style="padding: 23px; margin:8px">
|
||||||
|
<i style="padding: 0px; color: #fff; font-size: 100px;" class="fa fa-square fa-stack-1x"></i>
|
||||||
|
<i style="padding: 0px; color: #348e0f; font-size: 95px;" class="fa fa-square fa-stack-1x"></i>
|
||||||
|
<i style="padding: 0px; color: #fff; font-size: 60px;" class="fa fa-circle fa-stack-1x"></i>
|
||||||
|
<i style="padding: : 0px; color: #348e0f; font-size: 30px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||||
|
</p>
|
||||||
<p class="right">Player Analytics v.${version}</p>
|
<p class="right">Player Analytics v.${version}</p>
|
||||||
<h1>${serverName} | ${playerName}</h1>
|
<h1>${serverName} | ${playerName}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,7 +13,12 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<img class="right" src="https://puu.sh/tJZUb/c2e0ab220f.png" alt="Player Analytics | Analysis">
|
<p class="right fa-stack fa-lg" style="padding: 23px; margin:8px">
|
||||||
|
<i style="padding: 0px; color: #fff; font-size: 100px;" class="fa fa-square fa-stack-1x"></i>
|
||||||
|
<i style="padding: 0px; color: #348e0f; font-size: 95px;" class="fa fa-square fa-stack-1x"></i>
|
||||||
|
<i style="padding: 0px; color: #fff; font-size: 60px;" class="fa fa-circle fa-stack-1x"></i>
|
||||||
|
<i style="padding: : 0px; color: #348e0f; font-size: 30px;" class="fa fa-bar-chart fa-stack-1x"></i>
|
||||||
|
</p>
|
||||||
<p class="right">Player Analytics v.${version}</p>
|
<p class="right">Player Analytics v.${version}</p>
|
||||||
<h1>${serverName} | Server Analysis</h1>
|
<h1>${serverName} | Server Analysis</h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -67,7 +67,7 @@ header {
|
|||||||
}
|
}
|
||||||
header h1 {
|
header h1 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 55px;
|
font-size: 48px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user