Skip to content

Commit

Permalink
Posts-view-dark-emoticons
Browse files Browse the repository at this point in the history
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
Ridilla committed Feb 25, 2014
1 parent cdf2947 commit e27693c
Show file tree
Hide file tree
Showing 8 changed files with 222 additions and 54 deletions.
52 changes: 52 additions & 0 deletions Source/Theming/posts-view-amberpos.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,58 @@ body {
.editedby .mention {
color: #dd89ff;
}
/*
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~=":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%);
}
.seen .postdate {
color: #675b1f;
}
2 changes: 1 addition & 1 deletion Source/Theming/posts-view-amberpos.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@bordercolor: #756826;
@clockimage: ~"url('clock.png')";
@import "yospos.less";

@import "posts-view-dark-emoticons.less";
.seen .postdate {
color:#675b1f;
}
53 changes: 53 additions & 0 deletions Source/Theming/posts-view-dark-emoticons.css
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%);
}
55 changes: 55 additions & 0 deletions Source/Theming/posts-view-dark-emoticons.less
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%);
}
6 changes: 6 additions & 0 deletions Source/Theming/posts-view-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,12 @@ footer {
color: #ffffff;
line-height: 3em;
}
/*
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:"],
Expand Down
53 changes: 1 addition & 52 deletions Source/Theming/posts-view-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,55 +70,4 @@ footer {
line-height: 3em;
}

[title~=":bustem:"],
[title~=":effort:"],
[title~=":dealwithit:"],
[title~=":filez:"],
[title~=":fireman:"],
[title~=":firstpost:"],
[title~=":frogon:"],
[title~=":FYH:"],
[title~=":gb2gbs:"],
[title~=":goof:"],
[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%);
}





@import "posts-view-dark-emoticons.less";
52 changes: 52 additions & 0 deletions Source/Theming/posts-view-yospos.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,55 @@ body {
.editedby .mention {
color: #dd89ff;
}
/*
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~=":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%);
}
3 changes: 2 additions & 1 deletion Source/Theming/posts-view-yospos.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
@seencolor: #0b2d0b;
@bordercolor: #226603;
@clockimage: ~"url('clock.png')";
@import "yospos.less";
@import "yospos.less";
@import "posts-view-dark-emoticons.less";

0 comments on commit e27693c

Please sign in to comment.