Giter VIP home page Giter VIP logo

loleventvods's People

Contributors

aeurielesn avatar clammier avatar throwaway-idea avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

loleventvods's Issues

Make tournament images in header clickable

I'm not even sure if this is possible, but I assume it is, so I'll leave it up to you guys to figure it out. Basically, idea behind current header is to feature those events and make them clickable. They would redirect people to events in progress (or latest tournament).

Move logo more to the right

Header is too close to Reddit alien logo right now, it would be great if it'd be possible to move it more to the right.

Remove URL color change for visited links from self.SUBREDDIT & usernames

At the moment, self.VODSBETA (soon self.loleventvods) is shown as purple and IMO it shouldn't be. Same goes for usernames, not sure if that's actually possible though? At least removing clam- -daniel loleventvods pokemonconspiracies lokenx and celtica311 names would be good enough if all /u/names aren't possible.

Header - make it scale with screen resolution

I assume that's possible. Current header width is too big for my 17" laptop - it even doesn't fit 24" screen. Any way to make it scale somehow, to fit 100% of screen width? Also, any chance to scale height as well? It seems a bit too big on smaller screen like my 17" one - I imagine it would be even worse on something like 13" or 15".

Lessify

It's almost time to start lessifying the code.

Hide link IDs

I suggest hiding all elements with class="keyNavAnnotation". (RES Feature)
Example: link id showing after non-link (team icons, flags) links too, and can mess up some table formatting.
Picture example: http://puu.sh/6jW2D.png

New icons/thumbnails on /r/loleventvods

  • Teams

    .icons-nip2{ background-position: 0 0; width: 38px; height: 16px; } 
    .icons-shc{ background-position: 0 -66px; width: 38px; height: 16px; }
    a[href="#nip2"]:nth-of-type(n):after, a[href="#shc"]:nth-of-type(n):after{
        content:"";
        width: 36px;
        height: 20px;
        background: url(%%nip-shc%%) no-repeat scroll 36px 20px transparent;
        display: inline-block;
        vertical-align: middle;
        cursor: default !important;
    }
    a[href="#nip2"]:nth-of-type(n):after{
        background-position: 0px 0px
    }
    a[href="#shc"]:nth-of-type(n):after{
        background-position: 0px -66px
    }
    .lcs2-all{ background-position: 0 0; width: 38px; height: 16px; } 
    .lcs2-roc{ background-position: 0 -66px; width: 38px; height: 16px; } 
    
    a[href="#all"]:nth-of-type(n):after, a[href="#roc"]:nth-of-type(n):after{
        content:"";
        width: 36px;
        height: 20px;
        background: url(%%roc-all%%) no-repeat scroll 36px 20px transparent;
        display: inline-block;
        vertical-align: middle;
        cursor: default !important;
    }
    a[href="#all"]:nth-of-type(n):after{
        background-position: 0px 0px
    }
    a[href="#roc"]:nth-of-type(n):after{
        background-position: 0px -66px
    }
    
  • Thumbnails

    .thing .thumbnail[href*="lcs_europe"] {
      background: url(%%lcseu%%) no-repeat scroll 2px 0 transparent!important;
      padding: 0;
    }
    
    .thing .thumbnail[href*="eu_chall"] {
      background: url(%%cs%%) no-repeat scroll 4px 0 transparent!important;
      padding: 0;
    }
    
    .thing .thumbnail[href*="na_chall"] {
      background: url(%%csna%%) no-repeat scroll 4px 0 transparent!important;
      padding: 0;
    }
    
    .thing .thumbnail[href*="ogn_champ"], .thing .thumbnail[href*="ogn_hot"] {
      background: url(%%ogn%%) no-repeat scroll transparent;
      background-position: 0px;
      padding: 0px 0 0 0px
    }
    
    .thing .thumbnail[href*="android"] {
      background: url(%%android%%) no-repeat scroll 2px 0 transparent!important;
      padding: 0;
    }
    

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.