mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-12-15 20:33:58 -06:00
Gem Viewer. General cleanup
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Copyright (C) 2021 Hash Borgir
|
||||
|
||||
This file is part of D2Modder
|
||||
This file is part of D2Modder
|
||||
|
||||
Redistribution and use in source and binary forms, with
|
||||
or without modification, are permitted provided that the
|
||||
@@ -17,12 +17,12 @@
|
||||
following disclaimer in the documentation and/or other
|
||||
materials provided with the distribution.
|
||||
|
||||
* This software must not be used for commercial purposes
|
||||
* This software must not be used for commercial purposes
|
||||
* without my consent. Any sales or commercial use are prohibited
|
||||
* without my express knowledge and consent.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY!
|
||||
but WITHOUT ANY WARRANTY!
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
|
||||
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
@@ -41,13 +41,13 @@
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'ExocetHeavy';
|
||||
src: url('/fonts/ExocetHeavy.eot');
|
||||
src: url('../fonts/ExocetHeavy.eot');
|
||||
src: local('Exocet Heavy'), local('ExocetHeavy'),
|
||||
url('/fonts/ExocetHeavy.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/ExocetHeavy.woff2') format('woff2'),
|
||||
url('/fonts/ExocetHeavy.woff') format('woff'),
|
||||
url('/fonts/ExocetHeavy.ttf') format('truetype'),
|
||||
url('/fonts/ExocetHeavy.svg#ExocetHeavy') format('svg');
|
||||
url('../fonts/ExocetHeavy.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ExocetHeavy.woff2') format('woff2'),
|
||||
url('../fonts/ExocetHeavy.woff') format('woff'),
|
||||
url('../fonts/ExocetHeavy.ttf') format('truetype'),
|
||||
url('../fonts/ExocetHeavy.svg#ExocetHeavy') format('svg');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -55,7 +55,7 @@
|
||||
@font-face {
|
||||
font-family: 'ExocetLight';
|
||||
src: local('Exocet Light'), local('ExocetLight'),
|
||||
url('/fonts/ExocetLight.ttf') format('truetype');
|
||||
url('../fonts/ExocetLight.ttf') format('truetype');
|
||||
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
@@ -63,7 +63,7 @@
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('/fonts/Lato-Regular.ttf') format('truetype');
|
||||
src: url('../fonts/Lato-Regular.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -190,10 +190,10 @@ option {
|
||||
width: 620px;
|
||||
position: absolute;
|
||||
left: -80px;
|
||||
top: -126px;
|
||||
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
top: -126px;
|
||||
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
text-transform: uppercase;
|
||||
|
||||
}
|
||||
@@ -206,7 +206,7 @@ option {
|
||||
}
|
||||
|
||||
.item_stats {
|
||||
background: #222;
|
||||
background: #222;
|
||||
min-height: 560px;
|
||||
max-width: 520px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user