Created
October 26, 2013 15:53
-
-
Save yuuan/7171000 to your computer and use it in GitHub Desktop.
StylishでDODAの求人票を少しでも見やすく
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("doda.jp") { | |
* { | |
font-family: 'A-OTF 新ゴ Pro 標準' !important; | |
} | |
} | |
@-moz-document url-prefix("https://doda.jp/Front/ReferredJob/View/ReferredJobDetail.aspx") { | |
body *, .ptext { | |
font-family: 'A-OTF 新ゴ Pro 標準' !important; | |
line-height: 140% !important; | |
} | |
table { | |
border-collapse: collapse; | |
} | |
table[border="1"] > tbody > tr > th, table[border="1"] > tbody > tr > td { | |
border: 1px solid #000; | |
} | |
@media screen { | |
body *, .ptxt { | |
font-size: 12px !important; | |
line-height: 155% !important; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment