-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pulls out dark emoticons into their own .less file so they can selectively be imported (since YOSPOS mac and win9x wouldn’t use inverted icons).
- Loading branch information
Showing
8 changed files
with
222 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
/* | ||
posts-view-dark-emoticons.css | ||
Awful | ||
Copyright 2013 Awful Contributors. CC BY-NC-SA 3.0 US https://github.com/Awful/Awful.app | ||
*/ | ||
[title~=":bustem:"], | ||
[title~=":effort:"], | ||
[title~=":dealwithit:"], | ||
[title~=":filez:"], | ||
[title~=":fireman:"], | ||
[title~=":firstpost:"], | ||
[title~=":frogon:"], | ||
[title~=":FYH:"], | ||
[title~=":gb2gbs:"], | ||
[title~=":goof:"], | ||
[title~=":qq:"], | ||
[title~=":regd04:"], | ||
[title~=":regd05:"], | ||
[title~=":regd06:"], | ||
[title~=":regd07:"], | ||
[title~=":rice:"], | ||
[title~=":sicknasty:"], | ||
[title~=":vick:"], | ||
[title~=":woop:"], | ||
[title~=":words:"], | ||
[title~=":wtc:"], | ||
[title~=":zerg:"] { | ||
background: #fff; | ||
} | ||
[title~=":byobear:"], | ||
[title~=":chiyo:"], | ||
[title~=":coal:"], | ||
[title~=":derp:"], | ||
[title~=":dice:"], | ||
[title~=":edi:"], | ||
[title~=":fedora:"], | ||
[title~=":iia:"], | ||
[title~=":iiam:"], | ||
[title~=":iiapa:"], | ||
[title~=":laffo:"], | ||
[title~=":lol:"], | ||
[title~=":ms:"], | ||
[title~=":nms:"], | ||
[title~=":nws:"], | ||
[title~=":tbear:"], | ||
[title~=":their:"], | ||
[title~=":whoptc:"], | ||
[title~=":wom:"], | ||
[title~=":wtf:"], | ||
[title~=":yohoho:"] { | ||
-webkit-filter: invert(100%); | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
/* | ||
posts-view-dark-emoticons.css | ||
Awful | ||
Copyright 2013 Awful Contributors. CC BY-NC-SA 3.0 US https://github.com/Awful/Awful.app | ||
*/ | ||
|
||
[title~=":bustem:"], | ||
[title~=":effort:"], | ||
[title~=":dealwithit:"], | ||
[title~=":filez:"], | ||
[title~=":fireman:"], | ||
[title~=":firstpost:"], | ||
[title~=":frogon:"], | ||
[title~=":FYH:"], | ||
[title~=":gb2gbs:"], | ||
[title~=":goof:"], | ||
[title~=":qq:"], | ||
[title~=":regd04:"], | ||
[title~=":regd05:"], | ||
[title~=":regd06:"], | ||
[title~=":regd07:"], | ||
[title~=":rice:"], | ||
[title~=":sicknasty:"], | ||
[title~=":vick:"], | ||
[title~=":woop:"], | ||
[title~=":words:"], | ||
[title~=":wtc:"], | ||
[title~=":zerg:"] { | ||
background: #fff; | ||
} | ||
|
||
[title~=":byobear:"], | ||
[title~=":chiyo:"], | ||
[title~=":coal:"], | ||
[title~=":derp:"], | ||
[title~=":dice:"], | ||
[title~=":edi:"], | ||
[title~=":fedora:"], | ||
[title~=":iia:"], | ||
[title~=":iiam:"], | ||
[title~=":iiapa:"], | ||
[title~=":laffo:"], | ||
[title~=":lol:"], | ||
[title~=":ms:"], | ||
[title~=":nms:"], | ||
[title~=":nws:"], | ||
[title~=":tbear:"], | ||
[title~=":their:"], | ||
[title~=":whoptc:"], | ||
[title~=":wom:"], | ||
[title~=":wtf:"], | ||
[title~=":yohoho:"]{ | ||
-webkit-filter: invert(100%); | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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