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
@-moz-document domain("craigslist.org"), domain("craigslist.ca"), domain("craigslist.com.au"), domain("craigslist.com.ph"), domain("craigslist.co.in"), domain("craigslist.com.cn"), domain("craigslist.hk"), domain("craigslist.jp"), domain("craigslist.co.kr"), domain("craigslist.com.sg"), domain("craigslist.com.tw"), domain("craigslist.co.th"), domain("craigslist.com.tr"), domain("craigslist.at"), domain("craigslist.cz"), domain("craigslist.dk"), domain("craigslist.fi"), domain("craigslist.fr"), domain("craigslist.de"), domain("craigslist.gr"), domain("craigslist.it"), domain("craigslist.pl"), domain("craigslist.pt"), domain("craigslist.es"), domain("craigslist.se"), domain("craigslist.ch"), domain("craigslist.co.uk"), domain("craigslist.co.za") { | |
*{ | |
transition: .3s ease all | |
} | |
a{ | |
text-decoration: none; | |
color: black; | |
} | |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, s |
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
*{ | |
transition: .3s ease all | |
} | |
h1 { | |
font-family: "Helvetica Neue Regular", Helvetica, Arial, sans-serif; | |
font-size: 24px; | |
font-style: normal; | |
font-variant: normal; | |
font-weight: 500; | |
line-height: 26.4px; |
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
/*colours | |
。replace the default value (blue) with what you want from this list (ios human guidelines) | |
---default--- | |
blue 1170E2 | |
(this one is custom but fits better) | |
------------- | |
---pallette--- | |
red FF3B30 |
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
/*transition top is kinda redundant*/ | |
.AdaptiveMedia-singlePhoto img { | |
transition: all 1s ease; | |
} | |
.AdaptiveMedia.is-square, | |
.AdaptiveMedia.is-square .AdaptiveMedia-videoPreview, | |
img { | |
transition: all 1s ease; | |
transition: top 1s e1ase!important; |