Giter Site home page Giter Site logo

microsoft-community / windows-theme Goto Github PK

View Code? Open in Web Editor NEW
38.0 5.0 14.0 12.43 MB

Repository for Windows 10 community subreddit stylesheet and its assets.

Home Page: https://windows10.reddit.com

License: MIT License

CSS 99.97% JavaScript 0.03%
reddit windows community microsoft subreddit night-theme insiders xbox reddit-theme sass

windows-theme's People

Contributors

corinneling avatar idmarjr avatar jasius avatar martskin avatar sylveon avatar thetimewalker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

windows-theme's Issues

Flairs redesign

.thing.linkflair>.entry>p.title .linkflairlabel {
    position: absolute;
    margin-left: -6px;
    margin-top: -12px;
    overflow: visible;
    height: auto;
    white-space: nowrap;
    color: black;
    z-index: 1;
}
.linkflair-bug .linkflairlabel {
    //remove bgs
    background-color: transparent;
    border-color: transparent;
    //
    color: #369!Important;
    font-weight: bold;
}
.link {
    padding: 15px 0 5px;
}

image

insider thread hover btn change

    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);

Header rework

#header .redditname a:after {
    content: "Windows 10";
}
#header .redditname a {
    background: url(//b.thumbs.redditmedia.com/nJfKNv7hNoJ9P3drfkjfrNCDdhbED5ErFCVPhga2pGU.png) -5px -5px **no-repeat**!important;
    width: 500px!important;
&:hover+no-repeat
}
//remove all !important

Dropdown animation for text posts expando

.self .expanded ~ .expando .usertext-body {
    -webkit-animation: 700ms expandy ease-in-out forwards;
    animation: 700ms expandy ease-in-out forwards;
}
@-webkit-keyframes expandy {
    0%   { -webkit-transform: translateY(-100px); opacity: 0; }
    50%  { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes expandy {
    0%   { transform: translateY(-100px); opacity: 0; }
    50%  { transform: translateY(0); }
    100% { transform: translateY(0); opacity: 1; }
}

Wrong color of text in comment boxes

from jcotton42 to /r/Windows10 sent 3 days ago
The color of text in comment boxes is a light gray, which is incredibly hard to read against the white of the comment box's background when the sub's CSS is on.

RES

ubeHzoD.png

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.