wtnabe (owner)

Revisions

gist: 184233 Download_button fork
public
Public Clone URL: git://gist.github.com/184233.git
Embed All Files: show embed
popup-nifty-clip.css #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@-moz-document url-prefix("http://clip.nifty.com/create?url=") {
  #headLogo {
    display: none !important;
  }
  #headBanner {
    display: none !important;
  }
  #subContents {
    display: none !important;
  }
  .value .clipNum {
    display: none !important;
  }
  .tagList {
    display: none !important;
  }
  #createClipForm {
    margin-top: 0 !important;
  }
}