Last active
January 31, 2016 22:09
Revisions
-
meyerweb revised this gist
Dec 18, 2015 . 1 changed file with 17 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,27 +7,34 @@ ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia { display: none; } ol.stream-items > .expanding-stream-item .conversation-root > .has-content:before, ol.stream-items > .expanding-stream-item > .has-content:before, ol.stream-items > .js-pinned .user-pinned:before { display: block; position: absolute; bottom: .65em; right: 10px; color: #CCD6DD; font-size: 1.25rem; } ol.stream-items > .expanding-stream-item:hover > .has-content:before, ol.stream-items > .expanding-stream-item:focus > .has-content:before, ol.stream-items > .js-pinned:hover .user-pinned:before, ol.stream-items > .js-pinned:focus .user-pinned:before { color: #069; } ol.stream-items > .expanding-stream-item:not(.open) .conversation-root > .has-content:before, ol.stream-items > .expanding-stream-item:not(.open) > .has-content:before, ol.stream-items > .js-pinned .user-pinned:before { content: '\25BE'; } ol.stream-items > .expanding-stream-item.open .conversation-root > .has-content:before, ol.stream-items > .expanding-stream-item.open > .has-content:before, ol.stream-items > .js-pinned.open .user-pinned:before { content: '\25BE'; transform: rotate(180deg); } -
meyerweb revised this gist
Dec 15, 2015 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia { display: none; } ol.stream-items > .expanding-stream-item > .has-content:after, ol.stream-items > .js-pinned .user-pinned:after { display: block; position: absolute; @@ -16,17 +16,17 @@ color: #CCD6DD; font-size: 1.25rem; } ol.stream-items > .expanding-stream-item:hover > .has-content:after, ol.stream-items > .expanding-stream-item:focus > .has-content:after, ol.stream-items > .js-pinned:hover .user-pinned:after, ol.stream-items > .js-pinned:focus .user-pinned:after { color: #069; } ol.stream-items > .expanding-stream-item:not(.open) > .has-content:after, ol.stream-items > .js-pinned .user-pinned:after { content: '\25BE'; } ol.stream-items > .expanding-stream-item.open > .has-content:after, ol.stream-items > .js-pinned.open .user-pinned:after { content: '\25BE'; transform: rotate(180deg); -
meyerweb revised this gist
Dec 15, 2015 . 1 changed file with 9 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,8 @@ ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia { display: none; } ol.stream-items > .expanding-stream-item > .auto-expanded:after, ol.stream-items > .js-pinned .user-pinned:after { display: block; position: absolute; bottom: .65em; @@ -16,13 +17,17 @@ font-size: 1.25rem; } ol.stream-items > .expanding-stream-item:hover > .auto-expanded:after, ol.stream-items > .expanding-stream-item:focus > .auto-expanded:after, ol.stream-items > .js-pinned:hover .user-pinned:after, ol.stream-items > .js-pinned:focus .user-pinned:after { color: #069; } ol.stream-items > .expanding-stream-item:not(.open) > .auto-expanded:after, ol.stream-items > .js-pinned .user-pinned:after { content: '\25BE'; } ol.stream-items > .expanding-stream-item.open > .auto-expanded:after, ol.stream-items > .js-pinned.open .user-pinned:after { content: '\25BE'; transform: rotate(180deg); } -
meyerweb revised this gist
Dec 14, 2015 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia { display: none; } ol.stream-items > .expanding-stream-item > .auto-expanded:after { display: block; position: absolute; @@ -16,16 +15,13 @@ color: #CCD6DD; font-size: 1.25rem; } ol.stream-items > .expanding-stream-item:hover > .auto-expanded:after, ol.stream-items > .expanding-stream-item:focus > .auto-expanded:after { color: #069; } ol.stream-items > .expanding-stream-item:not(.open) > .auto-expanded:after { content: '\25BE'; } ol.stream-items > .expanding-stream-item.open > .auto-expanded:after { content: '\25BE'; transform: rotate(180deg); -
meyerweb revised this gist
Dec 14, 2015 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -32,10 +32,8 @@ } /* indents followup tweets in a conversation chain in the main timeline */ ol.conversation-module li:not(.conversation-root) {padding-left: 1.5em;} /* So long, Moments tab */ li.moments.js-moments-tab {display: none !important;} } -
meyerweb revised this gist
Dec 14, 2015 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("twitter.com") { /* styles for collapsing media in tweets and showing an arrow to indicate their existence but only at the top level */ ol.stream-items > .expanding-stream-item:not(.open) .OldMedia, ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia { display: none; @@ -29,7 +31,11 @@ transform: rotate(180deg); } /* indents followup tweets in a conversation chain in the main timeline */ ol.conversation-module li:not(.conversation-root) {padding-left: 1.5em;} /* So long, Moments tab */ li.moments.js-moments-tab {display: none !important;} } -
meyerweb created this gist
Dec 14, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,35 @@ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("twitter.com") { ol.stream-items > .expanding-stream-item:not(.open) .OldMedia, ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia { display: none; } ol.stream-items > .expanding-stream-item > .auto-expanded:after { display: block; position: absolute; bottom: .65em; right: 10px; color: #CCD6DD; font-size: 1.25rem; } ol.stream-items > .expanding-stream-item:hover > .auto-expanded:after, ol.stream-items > .expanding-stream-item:focus > .auto-expanded:after { color: #069; } ol.stream-items > .expanding-stream-item:not(.open) > .auto-expanded:after { content: '\25BE'; } ol.stream-items > .expanding-stream-item.open > .auto-expanded:after { content: '\25BE'; transform: rotate(180deg); } ol.conversation-module li:not(.conversation-root) {padding-left: 1.5em;} li.moments.js-moments-tab {display: none !important;} }