Skip to content

Instantly share code, notes, and snippets.

@yuuan
Created October 26, 2013 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuuan/7171000 to your computer and use it in GitHub Desktop.
Save yuuan/7171000 to your computer and use it in GitHub Desktop.
StylishでDODAの求人票を少しでも見やすく
@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