This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04aa 112a3a ld de,$3a2a ; $3a2a possui mensagem "Ligue o gravador, digite ENTER" | |
04ad 211e00 ld hl,$001e ; $3a2a+$001e possui mensagem "Conecte grabador, digite ENTER" | |
04b0 1806 jr $04b8 | |
04b2 119113 ld de,$1391 ; $1391 possui mensagens de erro em portugues | |
04b5 21dc24 ld hl,$24dc ; $1391+$24dc possui mensagens de erro em espanhol | |
04b8 dbbf in a,($bf) | |
04ba 17 rla | |
04bb 00 nop ; valor 00(nop) para espanhol ou C9(ret) para portugues | |
04bc 19 add hl,de |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("trello.com") { | |
body.fixed-content #content{ | |
width:890px !important; | |
} | |
div.window { | |
width:890px !important; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic); | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("newrelic.com") { | |
body { | |
font-family: "Noto Sans", Arial, Helvetica, sans-serif!important; | |
} | |
body * { | |
font-family: inherit!important; | |
letter-spacing:normal!important; | |
} |