Skip to content

Instantly share code, notes, and snippets.

@lyshie
Last active October 30, 2017 01:12
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 lyshie/804b007cdd42386970cef841d5f84cdd to your computer and use it in GitHub Desktop.
Save lyshie/804b007cdd42386970cef841d5f84cdd to your computer and use it in GitHub Desktop.
Code.org 列印登入卡片,節省紙張使用與方便裁剪。
div.all_cards {
margin: 0px !important;
}
div.signin_card {
margin: 0px !important;
padding: 1px !important;
}
div.signin_card dl:nth-child(1) {
display: none;
}
div.signin_card dt {
display: none;
}
div.signin_card dl:nth-child(3) dd.ng-binding {
font-size: 5em;
float: left;
}
dd > img {
height: 150px;
float: right;
}
@lyshie
Copy link
Author

lyshie commented Oct 29, 2017

Code.org 列印登入卡片,節省紙張使用與方便裁剪。
請使用 Stylish 來修改 Code.org 網頁。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment