Difference between revisions of "MediaWiki:Common.css"

From RimWorld Wiki
Jump to navigation Jump to search
(Temp edit to see what the byte limit issue here is)
(Almost full blank, something's up here)
Line 5: Line 5:
 
@font-face{font-family:'EasonPro';src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.eot');src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.svg#EasonProitalic') format('svg');font-weight:normal;font-style:italic}
 
@font-face{font-family:'EasonPro';src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.eot');src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.svg#EasonProitalic') format('svg');font-weight:normal;font-style:italic}
 
@font-face{font-family:'EasonPro';src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.eot');src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.svg#EasonProBold') format('svg');font-weight:bold;font-style:normal}
 
@font-face{font-family:'EasonPro';src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.eot');src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.svg#EasonProBold') format('svg');font-weight:bold;font-style:normal}
 
/**Spoiler**/
 
.spoiler-body { display: none; }
 
.opened { color: green; cursor: pointer; }
 
.closed { color: blue; cursor: pointer; }
 
 
/**Remove external link icon**/
 
#bodyContent a.external,
 
#bodyContent a[href ^="gopher://"] { background: none; padding-right: 0;}
 
 
/**Helper classes**/
 
.text-left { text-align: left; }
 
.text-right { text-align: right; }
 
.text-center { text-align: center; }
 
.text-top { vertical-align: top; }
 
.text-middle { vertical-align: middle; }
 
.text-bottom { vertical-align: bottom; }
 
 
.pull-left { float: left !important; }
 
.pull-right { float: right !important; }
 
.center-block { display: block; margin-left: auto; margin-right: auto; }
 
 
.padding-lr { padding: 0 .5em ; }
 
.padding-tb { padding: .5em 0; }
 
.margin-lr { margin: 0 1.5em; }
 
 
/**TABLE CLASSES**/
 
 
/* Using : lists within tables */
 
.table.fm dl, .table.craftvariants dl { margin-top: 0; } /* no top margin in these tables */
 
.table.c_20s dd, .table.fm dd, table.craftvariants dd { margin-left:0; } /* no left margin when used purely for structure within these tables */
 
.table.c_20s dl > dt ~ dd { margin-left:2em; }  /* restore margin if it's actually being used as a definition list */
 
 
/**INFOBOXES**/
 
div.infobox { float:right; position:relative; width:250px; background:#FFF; font-size:.923em; border:1px solid #aaa; margin:0 .5em 1em .5em; padding:0 }
 
div.infobox,div.nav .box { filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffeeeeee); background-image: linear-gradient(top, #fff 0%, #eee 100%); background-image: -o-linear-gradient(top, #fff 0%, #eee 100%); background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%); background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee)) }
 
div.infobox .custom { font-family:EasonPro, "Times New Roman", serif; font-size:1.25em!important; color:#fff!important; text-align:center; vertical-align: middle; line-height:1.333em; font-size-adjust:0.43; padding:.5em!important; }
 
div.infobox .custom { font-weight:700; background-color:#444; background-image:url('http://rimworldwiki.com/images/c/cc/Infobox_header_overlay.png')!important; border-left:1px solid rgba(0,0,0,0.25); border-right:1px solid rgba(0,0,0,0.25); line-height:100%; position:relative; margin:0 -1px!important; }
 
div.infobox .icon { float:right; position:relative; z-index:2; width:auto; margin:5px }
 
div.infobox .icon p { text-align:center; color:#444; font-size:9px!important; background-color:rgba(255,255,255,0.5); border-radius:.75em; line-height:1em; margin:.25em -.5em; padding:2px }
 
div.infobox .wrapper,div.version_nav .wrapper { clear:both; padding:0 }
 
div.infobox .statistics { text-align:center; margin:0 8px }
 
div.statistics span + span { margin-left: 5px; }
 
div.infobox .heading, div.nav .heading { z-index:0 !important; font-weight:700; background-image:url('http://rimworldwiki.com/images/c/cc/Infobox_header_overlay.png')!important; text-align:center; border:1px solid rgba(0,0,0,0.25); border-bottom-width:0; position:relative font-size-adjust:.52; margin:-1px -1px 5px!important }
 
div.infobox .heading { font-family:EasonPro, "Times New Roman", serif!important; font-size:1.417em!important; color:#fff!important; background-color:#444; text-shadow:rgba(0,0,0,0.75) 0 0 .25em; line-height:1.176em; font-size-adjust:.43; padding:.5em!important }
 
div.infobox .subheading,div.nav .subheading { font-weight:700; background-color:#888; background-image:url('http://rimworldwiki.com/images/c/cc/Infobox_header_overlay.png')!important; border-left:1px solid rgba(0,0,0,0.25); border-right:1px solid rgba(0,0,0,0.25); line-height:100%; text-align:center; position:relative; margin:0 -1px!important }
 
div.infobox .subheading { font-family:EasonPro, "Times New Roman", serif; font-size:1.25em!important; color:#fff!important; background-color:#444; text-shadow:rgba(0,0,0,0.75) 0 0 .25em; line-height:1.333em; font-size-adjust:0.43; padding:.567em!important }
 
div.nav dl,div.infobox dl,div.version_nav dl { margin:10px 0 }
 
div.infobox dt,div.version_nav dt { float:left; text-align:right; width:78px; line-height:1em; font-weight:700; clear:left; border-right:2px solid #999; margin:0 -2px 0 0; padding:2px 8px 2px 3px }
 
div.infobox dd,div.version_nav dd { float:left; width:145px; font-weight:400; border-left:2px solid #999; margin:0; padding:2px 7px }
 
div.infobox .image_wrapper { width:250px; height:250px; display:table-cell; vertical-align:middle; text-align:center; padding:0; margin:0; }
 
div.infobox::after,div.nav .box::after,div.infobox .heading::after,div.nav .heading::after,div.infobox .subheading::after,div.nav .subheading::after,.table::after { content:""; position:absolute; width:100%; left:0; height:3px; background-image:url(http://rimworldwiki.com/images/4/45/Shadow_after.png);background-size:100% 3px }
 
 
div.infobox::after,div.nav .box::after {bottom:-4px}
 
div.infobox .heading::after,div.nav .heading::after,div.infobox .subheading::after,div.nav .subheading::after,.table::after {bottom:-3px}
 
 
div.infobox table,div.nav table {background-color:transparent}
 
 
div.infobox.c_01 dd,div.infobox.c_01 dt { border-color:#39c!important }
 
div.infobox.c_01 .heading,div.infobox.c_01 .subheading { background-color:#39c!important }
 
div.infobox.c_02 dd,div.infobox.c_02 dt { border-color:#c60!important }
 
div.infobox.c_02 .heading,div.infobox.c_02 .subheading { background-color:#c60!important }
 
div.infobox.c_03 dd,div.infobox.c_03 dt { border-color:#630!important }
 
div.infobox.c_03 .heading,div.infobox.c_03 .subheading { background-color:#630!important }
 
div.infobox.c_04 dd,div.infobox.c_04 dt { border-color:#360!important }
 
div.infobox.c_04 .heading,div.infobox.c_04 .subheading { background-color:#360!important }
 
div.infobox.c_05 dd,div.infobox.c_05 dt { border-color:#933!important }
 
div.infobox.c_05 .heading,div.infobox.c_05 .subheading { background-color:#933!important }
 
div.infobox.c_06 dd,div.infobox.c_06 dt { border-color:#c00!important }
 
div.infobox.c_06 .heading,div.infobox.c_06 .subheading { background-color:#c00!important }
 
div.infobox.c_07 dd,div.infobox.c_07 dt { border-color:#606!important }
 
div.infobox.c_07 .heading,div.infobox.c_07 .subheading { background-color:#606!important }
 
div.infobox.c_08 dd,div.infobox.c_08 dt { border-color:#063!important }
 
div.infobox.c_08 .heading,div.infobox.c_08 .subheading { background-color:#063!important }
 
div.infobox.c_09 dd,div.infobox.c_09 dt { border-color:#63c!important }
 
div.infobox.c_09 .heading,div.infobox.c_09 .subheading { background-color:#63c!important }
 
div.infobox.c_10 dd,div.infobox.c_10 dt { border-color:#900!important }
 
div.infobox.c_10 .heading,div.infobox.c_10 .subheading { background-color:#900!important }
 
div.infobox.c_11 dd,div.infobox.c_11 dt { border-color:#c90!important }
 
div.infobox.c_11 .heading,div.infobox.c_11 .subheading { background-color:#c90!important }
 
div.infobox.c_12 dd,div.infobox.c_12 dt { border-color:#069!important }
 
div.infobox.c_12 .heading,div.infobox.c_12 .subheading { background-color:#069!important }
 
div.infobox.c_13 dd,div.infobox.c_13 dt { border-color:#060!important }
 
div.infobox.c_13 .heading,div.infobox.c_13 .subheading { background-color:#060!important }
 
div.infobox.c_14 dd,div.infobox.c_14 dt { border-color:#390!important }
 
div.infobox.c_14 .heading,div.infobox.c_14 .subheading { background:#390!important }
 
div.infobox.c_23 dd,div.infobox.c_23 dt { border-color:#399!important }
 
div.infobox.c_23 .heading,div.infobox.c_23 .subheading { background-color:#399!important }
 
div.infobox.c_24 dd,div.infobox.c_24 dt { border-color:#363!important }
 
div.infobox.c_24 .heading,div.infobox.c_24 .subheading { background-color:#363!important }
 
div.infobox.c_25 dd,div.infobox.c_25 dt { border-color:#533610!important }
 
div.infobox.c_25 .heading,div.infobox.c_25 .subheading { background-color:#533610!important }
 
 
/**NAV BARS (headings are done with infobox headings)**/
 
div.nav { position:relative; width:500px; margin:auto }
 
div.nav .box { position:relative; font-size:.9230769231em; border-spacing:0; overflow:visible; min-height:60px; border:1px solid #aaa; margin:5px; padding:0 }
 
div.nav .heading { font-weight:700; margin:-1px -1px 5px !important; background-image:url('http://rimworldwiki.com/images/c/cc/Infobox_header_overlay.png') !important; text-align:center; border:1px solid rgba(0,0,0,0.25); border-bottom-width:0; position:relative; z-index:1; font-size-adjust:.52; }
 
div.nav .heading { font-family:EasonPro, "Times New Roman", serif !important; font-size:1.417em !important; color:#fff !important; background-color:#888; /*font-size:1.083em;*/ line-height:100%; margin:-1px -1px 0; padding:.5em 0; text-shadow:rgba(0,0,0,0.75) 0 0 .25em; }
 
div.nav .heading a, div.nav .heading a:link, div.nav .heading a:active, div.nav .heading a:visited { color:#fff!important }
 
div.nav .heading a:hover { color:#F7941E !important }
 
div.nav .subheading { font-family:Arial, sans-serif; font-size:1em; font-size-adjust:.52; padding:.833em 0 }
 
div.nav dt,div.nav dd,div.infobox dt,div.infobox dd,div.nav table,div.version_nav dt,div.version_nav dd { line-height:1.667em }
 
div.nav .center { text-align:center; margin:10px 0 }
 
div.nav .box table { background-color:transparent; border-collapse:collapse; width:100%; margin:.667em 0 }
 
div.nav dt { float:left; text-align:right; width:125px; clear:left; border-right:2px solid #999; margin:0 -2px 0 0; padding:2px 8px }
 
div.nav dd { float:left; text-align:left; border-left:#888 solid 2px; width:325px; margin:0; padding:2px 8px }
 
div.nav table th { text-align:right; border-right:2px solid #888; vertical-align:top; padding:2px 8px }
 
div.nav table td { padding:2px 8px 5px }
 
div.nav table td  a{ white-space:nowrap; }
 
div.nav.thin .box { width:400px; margin-left:50px }
 
div.nav.thin dt { width:75px }
 
div.nav.thin dd { width:290px }
 
div.nav.wide .box { width:600px; margin-left:-50px }
 
div.nav.wide dt { width:150px }
 
div.nav.wide dd { width:400px }
 
div.nav.c_01 .heading,div.nav.c_01 .subheading { background-color:#39c }
 
div.nav.c_01 dd,div.nav.c_01 dt,div.nav.c_01 table th { border-color:#39c }
 
div.nav.c_02 .heading,div.nav.c_02 .subheading { background-color:#c60 }
 
div.nav.c_02 dd,div.nav.c_02 dt,div.nav.c_02 table th { border-color:#c60 }
 
div.nav.c_03 .heading,div.nav.c_03 .subheading { background-color:#963 }
 
div.nav.c_03 dd,div.nav.c_03 dt,div.nav.c_03 table th { border-color:#963 }
 
div.nav.c_04 .heading,div.nav.c_04 .subheading { background-color:#6c3 }
 
div.nav.c_04 dd,div.nav.c_04 dt,div.nav.c_04 table th { border-color:#6c3 }
 
div.nav.c_05 .heading,div.nav.c_05 .subheading { background-color:#c66 }
 
div.nav.c_05 dd,div.nav.c_05 dt,div.nav.c_05 table th { border-color:#c66 }
 
div.nav.c_06 .heading,div.nav.c_06 .subheading { background-color:#c00 }
 
div.nav.c_06 dd,div.nav.c_06 dt,div.nav.c_06 table th { border-color:#c00 }
 
div.nav.c_07 .heading,div.nav.c_07 .subheading { background-color:#939 }
 
div.nav.c_07 dd,div.nav.c_07 dt,div.nav.c_07 table th { border-color:#939 }
 
div.nav.c_08 .heading,div.nav.c_08 .subheading { background-color:#063 }
 
div.nav.c_08 dd,div.nav.c_08 dt,div.nav.c_08 table th { border-color:#063 }
 
div.nav.c_09 .heading,div.nav.c_09 .subheading { background-color:#96f }
 
div.nav.c_09 dd,div.nav.c_09 dt,div.nav.c_09 table th { border-color:#96f }
 
div.nav.c_10 .heading,div.nav.c_10 .subheading { background-color:#900 }
 
div.nav.c_10 dd,div.nav.c_10 dt,div.nav.c_10 table th { border-color:#900 }
 
div.nav.c_11 .heading,div.nav.c_11 .subheading { background-color:#c90 }
 
div.nav.c_11 dd,div.nav.c_11 dt,div.nav.c_11 table th { border-color:#c90 }
 
div.nav.c_12 .heading,div.nav.c_12 .subheading { background-color:#6cf }
 
div.nav.c_12 dd,div.nav.c_12 dt,div.nav.c_12 table th { border-color:#6cf }
 
div.nav.c_13 .heading,div.nav.c_13 .subheading { background-color:#3c3 }
 
div.nav.c_13 dd,div.nav.c_13 dt,div.nav.c_13 table th { border-color:#3c3 }
 
div.nav.c_14 .heading { background-color:#390 }
 
div.nav.c_14 dd,div.nav.c_14 dt,div.nav.c_14 table th { border-color:#390 }
 
div.nav.c_15 .heading { background-color:#fc6 }
 
div.nav.c_15 dd,div.nav.c_15 dt,div.nav.c_15 table th { border-color:#fc6 }
 
div.nav.c_16 .heading { background-color:#f96 }
 
div.nav.c_16 dd,div.nav.c_16 dt,div.nav.c_16 table th { border-color:#f96 }
 
div.nav.c_17 .heading { background-color:#69c }
 
div.nav.c_17 dd,div.nav.c_17 dt,div.nav.c_17 table th { border-color:#69c }
 
div.nav.c_18 .heading { background-color:#3cc }
 
div.nav.c_18 dd,div.nav.c_18 dt,div.nav.c_18 table th { border-color:#3cc }
 
div.nav.c_20 .heading { background-color:#96c }
 
div.nav.c_20 dd,div.nav.c_20 dt,div.nav.c_20 table th { border-color:#96c }
 
div.nav.c_19 .heading { background-color:#c6c }
 
div.nav.c_19 dd,div.nav.c_19 dt,div.nav.c_19 table th { border-color:#c6c }
 
div.nav.c_21 .heading { background-color:#9c3 }
 
div.nav.c_21 dd,div.nav.c_21 dt,div.nav.c_21 table th { border-color:#9c3 }
 
div.nav.c_22 .heading { background-color:#c96 }
 
div.nav.c_22 dd,div.nav.c_22 dt,div.nav.c_22 table th { border-color:#c96 }
 
div.nav.c_25 .heading,div.nav.recipe .heading { background-color:#533610 }
 
div.nav.c_25 dd,div.nav.c_22 dt,div.nav.c_25 table th,div.nav.recipe dd,div.nav.c_22 dt,div.nav.recipe table th { border-color:#533610 }
 
 
/**TOC**/
 
.noautonum .tocnumber { display: none; }
 
.tocnumber:after { content: '.' }
 
 
/**MainPage Logo**/
 
.rwlogo { background:url(http://rimworldwiki.com/rw3.jpg); background-size:contain; background-repeat:no-repeat; background-position:center bottom; }
 
 
/**Rounded corners**/
 
.br10tl {-webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px;}
 
.br10tr {-webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px;}
 
.br10bl {-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;}
 
.br10br {-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;}
 
.br15tl {-webkit-border-top-left-radius: 15px; -moz-border-radius-topleft: 15px; border-top-left-radius: 15px;}
 
.br15tr {-webkit-border-top-right-radius: 15px; -moz-border-radius-topright: 15px; border-top-right-radius: 15px;}
 
.br15bl {-webkit-border-bottom-left-radius: 15px; -moz-border-radius-bottomleft: 15px; border-bottom-left-radius: 15px;}
 
.br15br {-webkit-border-bottom-right-radius: 15px; -moz-border-radius-bottomright: 15px; border-bottom-right-radius: 15px;}
 
.br20tl {-webkit-border-top-left-radius: 20px; -moz-border-radius-topleft: 20px; border-top-left-radius: 20px;}
 
.br20tr {-webkit-border-top-right-radius: 20px; -moz-border-radius-topright: 20px; border-top-right-radius: 20px;}
 
.br20bl {-webkit-border-bottom-left-radius: 20px; -moz-border-radius-bottomleft: 20px; border-bottom-left-radius: 20px;}
 
.br20br {-webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px;}
 
 
/**AI**/
 
.ai_bg { background:url(http://rimworldwiki.com/images/ai_bg.png); background-repeat:repeat; }
 
.quote_lr {font-family:'Times New Roman',serif; font-weight:bold; font-size: large; color: gray; margin: 0 .2em;}
 
 
/**Links MainPage**/
 
.mp-links {padding: 5px 2px 0}
 
.mp-links a img {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 1px solid #fff; margin: 0 2px 4px;}
 
.mp-links a:hover img {border: 1px solid #F7941E !important; -webkit-box-shadow: 0 0 5px 1px #FF5B29; box-shadow: 0 0 5px 1px #FF5B29; }
 
 
.modicon {font-family:'Glyphicons Regular'; font-size: 1em; color:#000;}
 
.modicon_c:after{ color:green; content:"\E194"}
 
.modicon_u:after{ color:orange; content:"\E195"}
 
.modicon_n:after{ color:red; content:"\E193"}
 
.modicon_o:after{ color:navy; content:"\E197"}
 
.modicon_large{ font-size: 1.6em;}
 
  
 
/* </source> */
 
/* </source> */

Revision as of 23:20, 13 July 2019

/* <source lang="css"> */

/**Fonts**/
@font-face{font-family:'EasonPro';src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-regular-webfont.eot');src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-regular-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-regular-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-regular-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-regular-webfont.svg#EasonProregular') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'EasonPro';src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.eot');src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-italic-webfont.svg#EasonProitalic') format('svg');font-weight:normal;font-style:italic}
@font-face{font-family:'EasonPro';src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.eot');src:url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/eason/v1/easonpro-bold-webfont.svg#EasonProBold') format('svg');font-weight:bold;font-style:normal}

/* </source> */