GithubHelp home page GithubHelp logo

seanharrs / flipboard-dark Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 42 KB

A Stylus dark theme for Flipboard

License: GNU General Public License v3.0

CSS 100.00%
userstyle userstyles userstyles-dark-theme userstyles-themes userstyles-dark night-mode dark-theme

flipboard-dark's People

Contributors

seanharrs avatar

Stargazers

 avatar

Watchers

 avatar  avatar

flipboard-dark's Issues

RSS example code not dark

The example RSS code still has light colouring and a light background.

Current:
example

Expected: The code and background should be dark. This should be possible by altering the color and backgroundcolor properties of various classes.

Magazine editor analytics graph null state text is black

The "No Activity" text in each of the analytics graphs when they're in a null state is black, when it should be styled to be a brighter colour so it is more visible against the background.

Current:
current

Expected: The "No Activity" text should be brighter, most likely #DDD like almost all other text elements.

I have already attempted to style the text directly, with:

.stats-dashboard .chart-null-state {
    color: #DDD !important;
    opacity: 1 !important;
}

The opacity was to ensure no parent element was changing its opacity and making it look darker, but I have since checked and found to parent element adjusting the opacity anyway. My Firefox browser shows that the element does indeed have the text color #DDD, but the text still appears black.

Some background-image underlines are too close

Some of the underlined elements on about.flipboard.com URLs have their underlines set too close to the text.

For example, these appear identically with or without the theme enabled:
acceptable
But these appear too close:
tooclose

This can be resolved by moving them out to their own separate rules, with different pixel measurements for each corner of the linear-gradient. For example:

a {
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0) 0px, #D22 0px, #D22 1px, rgba(0,0,0,0) 1px) !important;
  /* versus */
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0) 2px, #D22 2px, #D22 3px, rgba(0,0,0,0) 3px) !important;
}

The correct pixel values for each unique selector that is incorrect should be in Flipboard's CSS files.

Magazine editor active tab not highlighted

The secondary column's active editor-tabs list item is showing as a brighter colour, it only works on hover.

Current behaviour is that the tab title and the image for the active tab both appear as the same colour as all the others:
current

Expected behaviour is that the tab title and the image for the active tab both appear as a brighter colour to signify which is currently selected:
expected

Note, the expected behaviour image above is what shows on hover, I have been unable to get it to remain like that once the hover is lost. The :active and :focused and :visited selectors do not appear to help resolve this issue. I have already attempted the following:

.editor-tabs .tab-title:active span { /* and .tab-title:focused and .tab-title:visited */
    color: #F7F7F7 !important;
}
.editor-tabs .tab-title span:active { /* and span:focused and span:active */
    color: #F7F7F7 !important;
}
.editor-tabs:active .tab-title span { /* and .editor-tabs:focused and .editor-tabs:active */
    color: #F7F7F7 !important;
}

There seems to be some javascript affecting the elements and changing their colour.

Phone gif background is white

The mobile phone gif on the Publishers and For Brands pages of about.flipboard.com have a white background around the edges that contrasts with the dark background provided by this extension.

Current:
background

Expected: The background around the gif should be the same colour as the background of the page, that is, #222.

I have already attempted to resolve this by setting the background-color and background-image properties, but as expected, the white seems to be in the gif itself.

Social menu buttons have unexpected borders

There are blue lines to the right of the first three menu items. There also seems to be a white line at the bottom of the first three items, but only on the Brand Guidelines page.

Current:
socialbuttons

Expected: There should be no white line at the bottom and no blue line to the right of the first three menu items.

I have already tried setting the border, box-shadow and background-image properties to remove any possible borders, but it appears that there are no borders there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.