Created
November 17, 2011 04:41
-
-
Save hagiyaki/1372376 to your computer and use it in GitHub Desktop.
cityvilleで広告とかfooterとか消すstylishのやつ
This file contains hidden or 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 url-prefix("http://apps.facebook.com/cityville/"){ | |
| #rightCol,#contentCurve,#footerContainer { | |
| display:none !important; | |
| } | |
| } | |
| @-moz-document url-prefix("http://fb-0.cityville.zynga.com/"){ | |
| #zbar,.like_box,#ad,#zap-banner { | |
| display:none !important; | |
| } | |
| /* ディスプレイのサイズにあわせて変更してください */ | |
| #flashapp{ | |
| height:720px !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment