2022-04-02 10:06:48 -07:00
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
--text-color-online: #0a0;
|
|
|
|
|
--text-color-offline: #aaa;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-14 23:31:47 +02:00
|
|
|
body {
|
2019-11-20 23:06:23 +01:00
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-09 11:35:26 +01:00
|
|
|
.hidden {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-20 23:06:23 +01:00
|
|
|
li.online {
|
2022-04-02 10:06:48 -07:00
|
|
|
color: var(--text-color-online);
|
2019-11-20 23:06:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li.offline {
|
2022-04-02 10:06:48 -07:00
|
|
|
color: var(--text-color-offline);
|
2018-10-14 23:31:47 +02:00
|
|
|
}
|
2017-04-08 11:33:15 +02:00
|
|
|
|
2022-03-24 02:47:58 -07:00
|
|
|
ul.uniform {
|
|
|
|
|
list-style-position: outside;
|
|
|
|
|
margin-left: -23px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-22 20:02:32 +02:00
|
|
|
#buddyList {
|
2019-11-20 23:06:23 +01:00
|
|
|
border: 1px solid black;
|
|
|
|
|
width: 128px;
|
2022-04-01 23:23:00 +02:00
|
|
|
height: 175px;
|
2019-11-20 23:06:23 +01:00
|
|
|
float: left;
|
2022-04-01 23:33:20 +02:00
|
|
|
overflow: auto;
|
2017-06-22 20:02:32 +02:00
|
|
|
}
|
2019-11-20 23:06:23 +01:00
|
|
|
|
2017-06-22 20:02:32 +02:00
|
|
|
#buddyList ul {
|
2019-11-20 23:06:23 +01:00
|
|
|
list-style-type: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0.1em;
|
2017-06-22 20:02:32 +02:00
|
|
|
}
|
2017-04-08 11:33:15 +02:00
|
|
|
|
2018-10-14 23:31:47 +02:00
|
|
|
#menubutton {
|
2019-11-20 23:06:23 +01:00
|
|
|
width: 75%;
|
2019-11-01 00:30:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#soundbutton {
|
2019-11-20 23:06:23 +01:00
|
|
|
width: 20%;
|
|
|
|
|
padding: 0;
|
2018-10-14 23:31:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-10-19 10:30:56 +02:00
|
|
|
div.itemSlot {
|
2019-11-20 23:06:23 +01:00
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
background-color: #CCC;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
margin: 2px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
2019-10-19 10:30:56 +02:00
|
|
|
}
|
2019-11-20 23:06:23 +01:00
|
|
|
|
2019-10-27 20:42:40 +01:00
|
|
|
div.quickPickup div.itemSlot {
|
2019-11-20 23:06:23 +01:00
|
|
|
cursor: url(/data/sprites/cursor/itempickupfromslot.png) 1 3, auto;
|
2019-10-27 20:42:40 +01:00
|
|
|
}
|
|
|
|
|
|
2020-01-30 19:42:42 -08:00
|
|
|
.equipment { position: relative; height: 200px; border: 1px solid black }
|
2019-11-20 23:06:23 +01:00
|
|
|
#head0 { position: absolute; top: 0px; left: 40px }
|
|
|
|
|
#lhand0 { position: absolute; top: 50px; left: 80px }
|
|
|
|
|
#rhand0 { position: absolute; top: 50px; left: 0px }
|
|
|
|
|
#finger0 { position: absolute; top: 90px; left: 0px }
|
|
|
|
|
#armor0 { position: absolute; top: 40px; left: 40px }
|
|
|
|
|
#cloak0 { position: absolute; top: 90px; left: 80px }
|
|
|
|
|
#legs0 { position: absolute; top: 80px; left: 40px }
|
|
|
|
|
#feet0 { position: absolute; top: 120px; left: 40px }
|
2020-01-30 19:42:42 -08:00
|
|
|
#pouch0 { position: absolute; top: 160px; left: 40px }
|
2017-04-08 11:33:15 +02:00
|
|
|
|
|
|
|
|
#chat {
|
2019-11-20 23:06:23 +01:00
|
|
|
height: 190px;
|
|
|
|
|
border: 1px solid #000;
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
display: block;
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #FFF;
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
2018-03-08 23:09:38 +01:00
|
|
|
#zoneinfo {
|
2019-11-20 23:06:23 +01:00
|
|
|
color: #FFF;
|
|
|
|
|
background-color: #000;
|
2018-03-08 23:09:38 +01:00
|
|
|
}
|
|
|
|
|
|
2017-04-08 11:33:15 +02:00
|
|
|
#stats {
|
2019-11-20 23:06:23 +01:00
|
|
|
border: 1px solid black;
|
|
|
|
|
width: 128px;
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
padding: 0.1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.logerror { color: #F00 }
|
|
|
|
|
div.logprivmsg { color: #444 }
|
|
|
|
|
div.logclient { color: #888}
|
|
|
|
|
div.logerror { color: #F00 }
|
|
|
|
|
div.loginformation { color: #ffc800}
|
|
|
|
|
div.lognegative { color: #f00}
|
|
|
|
|
div.lognormal { color: #000}
|
|
|
|
|
div.logpositive { color: #0f0}
|
|
|
|
|
div.loggroup { color: #633d8b }
|
|
|
|
|
div.logemote { color: #633d8b }
|
|
|
|
|
div.logresponse { color: #006400 }
|
|
|
|
|
div.logscene_setting { color: #572002 }
|
|
|
|
|
div.logsignificant_negative { color: #ff8f8f }
|
|
|
|
|
div.logsignificant_positive { color: #4169e1 }
|
|
|
|
|
div.logtutorial { color: #ac00ac }
|
|
|
|
|
div.logsupport { color: #ff7200 }
|
|
|
|
|
|
2022-03-25 11:59:32 -07:00
|
|
|
span.logtimestamp {
|
|
|
|
|
font-size: 8pt;
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-20 23:06:23 +01:00
|
|
|
span.logh {
|
|
|
|
|
color: #00F
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.logi {
|
|
|
|
|
text-decoration: underline
|
|
|
|
|
}
|
2017-04-08 11:33:15 +02:00
|
|
|
|
2022-03-28 02:17:35 -07:00
|
|
|
div.logcolL {
|
|
|
|
|
float: left;
|
|
|
|
|
min-width: 2.5em;
|
|
|
|
|
height: 100%;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.logcolR {
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-08 11:33:15 +02:00
|
|
|
.actionmenu {
|
|
|
|
|
}
|
2019-11-20 23:06:23 +01:00
|
|
|
|
2017-04-08 11:33:15 +02:00
|
|
|
.actionmenu button {
|
2019-11-20 23:06:23 +01:00
|
|
|
min-width: 5em;
|
|
|
|
|
width: 100%
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#leftColumn {
|
2019-11-20 23:06:23 +01:00
|
|
|
float: left;
|
|
|
|
|
width: 130px
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#minimap {
|
2019-11-20 23:06:23 +01:00
|
|
|
border: 1px solid black;
|
|
|
|
|
float: left
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#gamewindow {
|
2019-11-20 23:06:23 +01:00
|
|
|
float: left
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#rightColumn {
|
2019-11-20 23:06:23 +01:00
|
|
|
float: left;
|
|
|
|
|
width: 130px
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#equipmentborder {
|
2019-11-20 23:06:23 +01:00
|
|
|
float: left;
|
|
|
|
|
width: 130px
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
2019-11-20 23:06:23 +01:00
|
|
|
#bag { border: 1px solid black; width: 120px; padding: 2px; float: left }
|
|
|
|
|
#keyring { border: 1px solid black; width: 80px; padding: 2px; float: left }
|
|
|
|
|
#portfolio { border: 1px solid black; width: 80px; padding: 2px; float: left }
|
2017-04-08 11:33:15 +02:00
|
|
|
|
|
|
|
|
#chatinput {
|
2019-11-20 23:06:23 +01:00
|
|
|
width: 98%
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inventorypopup {
|
2019-11-20 23:06:23 +01:00
|
|
|
border: 1px solid black;
|
|
|
|
|
background-color: #FFF;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
float: left
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inventorypopup_2 {
|
2019-11-20 23:06:23 +01:00
|
|
|
width: 80px;
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
2022-01-15 02:21:59 +01:00
|
|
|
.inventorypopup_3 {
|
|
|
|
|
width: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-08 11:33:15 +02:00
|
|
|
.inventorypopup_5 {
|
2019-11-20 23:06:23 +01:00
|
|
|
width: 200px;
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
2022-01-09 11:35:26 +01:00
|
|
|
.popupdiv, .windowdiv {
|
2020-05-22 18:39:40 +02:00
|
|
|
x-border: 1px solid #000;
|
2019-11-20 23:06:23 +01:00
|
|
|
background-color: #FFF;
|
2020-05-22 18:39:40 +02:00
|
|
|
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
|
2018-10-07 00:39:38 +02:00
|
|
|
}
|
|
|
|
|
|
2022-01-09 11:35:26 +01:00
|
|
|
.popuptitle, .windowtitlebar {
|
2019-11-20 23:06:23 +01:00
|
|
|
padding: 3px;
|
2022-01-09 17:44:40 +01:00
|
|
|
border-bottom: 1px solid #777;
|
2022-04-01 01:03:02 -07:00
|
|
|
border: 1px solid #000000;
|
2017-04-08 11:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
2022-01-09 11:35:26 +01:00
|
|
|
.popuptitleclose, .windowtitleclose {
|
2022-03-31 15:33:21 -07:00
|
|
|
float: right;
|
2022-04-01 01:03:02 -07:00
|
|
|
border: 1px solid #000000;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 1.1em;
|
|
|
|
|
text-align: center;
|
2017-06-25 18:38:01 +02:00
|
|
|
}
|
|
|
|
|
|
2022-04-01 01:04:04 -07:00
|
|
|
.popuptitleclose:hover, .windowtitleclose:hover {
|
|
|
|
|
background-color: #ffffff2a;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-09 14:05:56 +01:00
|
|
|
.quantityselectorvalue {
|
2019-11-20 23:06:23 +01:00
|
|
|
width: 4em;
|
2018-03-08 21:40:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unselectable {
|
2019-11-20 23:06:23 +01:00
|
|
|
-ms-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
user-select: none;
|
2018-10-14 23:31:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.background {
|
2019-11-20 23:06:23 +01:00
|
|
|
background: url(/data/gui/panelwood003.jpg);
|
|
|
|
|
color: #FFF;
|
2018-10-14 23:31:47 +02:00
|
|
|
}
|
2018-11-11 20:19:14 +01:00
|
|
|
|
|
|
|
|
.inlineblock {
|
2019-11-20 23:06:23 +01:00
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
2018-11-11 20:19:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menugroup {
|
2019-11-20 23:06:23 +01:00
|
|
|
color: #000;
|
|
|
|
|
background: #FFF;
|
|
|
|
|
text-align: center;
|
2018-11-28 21:05:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.horizontalgroup {
|
2019-11-20 23:06:23 +01:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2018-11-28 21:05:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.verticalgroup {
|
2019-11-20 23:06:23 +01:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2019-10-08 00:38:52 +02:00
|
|
|
}
|
|
|
|
|
|
2022-03-24 02:47:58 -07:00
|
|
|
.tavellogtabpanel {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tlog_hlayout {
|
|
|
|
|
width: 40em;
|
|
|
|
|
height: 25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tlog_rpane {
|
|
|
|
|
float: top;
|
2022-03-31 12:47:36 -07:00
|
|
|
height: 100%;
|
2022-03-24 02:47:58 -07:00
|
|
|
margin-left: 15em;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-10 19:58:16 +01:00
|
|
|
.travellogitems {
|
2019-11-20 23:06:23 +01:00
|
|
|
float: left;
|
|
|
|
|
width: 15em;
|
2022-03-24 02:47:58 -07:00
|
|
|
margin-top: 1em;
|
2019-10-08 00:38:52 +02:00
|
|
|
}
|
|
|
|
|
|
2022-01-10 19:58:16 +01:00
|
|
|
.travellogdetails {
|
2022-03-24 02:47:58 -07:00
|
|
|
float: left;
|
2022-03-31 12:47:36 -07:00
|
|
|
margin-top: 1em;
|
2019-10-08 00:38:52 +02:00
|
|
|
}
|
|
|
|
|
|
2022-01-10 19:58:16 +01:00
|
|
|
.travellogdescription {
|
2022-03-31 12:47:36 -07:00
|
|
|
font-style: italic;
|
2019-11-20 23:06:23 +01:00
|
|
|
}
|
2019-12-31 14:30:46 +01:00
|
|
|
|
2022-01-09 17:44:40 +01:00
|
|
|
.imageviewer h3 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-31 14:30:46 +01:00
|
|
|
#portfolio {
|
|
|
|
|
display: none;
|
2020-01-30 19:42:42 -08:00
|
|
|
}
|
2020-05-22 18:39:40 +02:00
|
|
|
|
|
|
|
|
#client {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#loginpopup {
|
|
|
|
|
left: 15vw;
|
|
|
|
|
width: 70vw;
|
|
|
|
|
top: 30vh;
|
|
|
|
|
height: 20vh;
|
2020-05-22 20:23:28 +02:00
|
|
|
line-height: 10vh;
|
2020-05-22 18:39:40 +02:00
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1000000;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 1em
|
2020-05-22 20:23:28 +02:00
|
|
|
}
|
|
|
|
|
|
2022-03-30 06:07:08 -07:00
|
|
|
.shopsign {
|
|
|
|
|
min-width: 35em;
|
2022-03-31 15:33:21 -07:00
|
|
|
max-width: 40em;
|
2022-03-30 06:07:08 -07:00
|
|
|
height: 23em;
|
2022-03-31 15:33:21 -07:00
|
|
|
overflow-y: auto;
|
2022-03-30 06:07:08 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shopcaption {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shoplist {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: left;
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-31 15:33:21 -07:00
|
|
|
.shoprow {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shopcol {
|
|
|
|
|
float: left;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shopcolr {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-30 06:07:08 -07:00
|
|
|
.bestiary {
|
2022-03-30 03:21:53 -07:00
|
|
|
min-width: 35em;
|
|
|
|
|
height: 23em;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
2020-05-22 20:23:28 +02:00
|
|
|
.progressbar {
|
|
|
|
|
border: 1px solid #005;
|
|
|
|
|
line-height: 5Vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progressbarvalue {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #00A;
|
|
|
|
|
animation-duration: 600s;
|
|
|
|
|
animation-name: progressbar;
|
|
|
|
|
animation-timing-function: cubic-bezier(0, 0, 0.1, 1);
|
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes progressbar {
|
|
|
|
|
from {
|
2022-02-21 19:22:56 -08:00
|
|
|
width: 0
|
2020-05-22 20:23:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-03-13 03:08:01 -07:00
|
|
|
|
2022-03-31 12:47:36 -07:00
|
|
|
.dialogcontents {
|
2022-04-01 01:03:02 -07:00
|
|
|
padding: 9px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #000000;
|
2022-03-13 03:08:01 -07:00
|
|
|
}
|
|
|
|
|
|
2022-03-15 18:02:30 -07:00
|
|
|
.dialogbuttons {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checksetting {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
margin-right: auto;
|
2022-03-13 03:08:01 -07:00
|
|
|
}
|
2022-03-22 01:00:23 -07:00
|
|
|
|
|
|
|
|
.vgroupcol {
|
|
|
|
|
margin-bottom:auto;
|
|
|
|
|
margin-top:0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.vgroupcolr {
|
|
|
|
|
margin-bottom: auto;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnleft {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
2022-03-23 19:46:37 -07:00
|
|
|
|
2022-03-23 20:12:14 -07:00
|
|
|
.tally {
|
2022-03-26 15:18:15 -07:00
|
|
|
font-family: Tally;
|
2022-03-23 20:12:14 -07:00
|
|
|
}
|
|
|
|
|
|
2022-03-23 19:46:37 -07:00
|
|
|
@font-face {
|
2022-03-26 15:18:15 -07:00
|
|
|
font-family: Amaranth;
|
|
|
|
|
src: url("/data/font/Amaranth-Regular.ttf");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Amaranth;
|
|
|
|
|
src: url("/data/font/Amaranth-Italic.ttf");
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Amaranth;
|
|
|
|
|
src: url("/data/font/Amaranth-Bold.ttf");
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Amaranth;
|
|
|
|
|
src: url("/data/font/Amaranth-BoldItalic.ttf");
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: bold;
|
2022-03-23 19:46:37 -07:00
|
|
|
}
|
2022-03-23 20:13:59 -07:00
|
|
|
|
|
|
|
|
@font-face {
|
2022-03-26 15:42:23 -07:00
|
|
|
font-family: Black Chancery;
|
|
|
|
|
src: url("/data/font/BlackChancery.ttf");
|
2022-03-23 20:13:59 -07:00
|
|
|
}
|
2022-03-26 15:18:15 -07:00
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Carlito;
|
|
|
|
|
src: url("/data/font/Carlito-Regular.ttf");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Carlito;
|
|
|
|
|
src: url("/data/font/Carlito-Italic.ttf");
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Carlito;
|
|
|
|
|
src: url("/data/font/Carlito-Bold.ttf");
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Carlito;
|
|
|
|
|
src: url("/data/font/Carlito-BoldItalic.ttf");
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Tally;
|
2022-03-26 15:42:23 -07:00
|
|
|
src: url("/data/font/Tally.ttf");
|
2022-03-26 15:18:15 -07:00
|
|
|
}
|