Coder Social home page Coder Social logo

zoenglinghou / air-for-steam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moritanosuke/air-for-steam

0.0 1.0 0.0 1.82 MB

Air is visual redesign of the Steam platform that embraces Google's Material Design language to showcase consistent beauty through minimal design.

Home Page: http://airforsteam.com

License: Other

CSS 100.00%

air-for-steam's Introduction

Air for Steam

Embracing Google's Material Design language, Air is a skin for Steam that has been designed to be bold without compromise—showcasing consistent beauty through minimal design.

Preview Album

--

Installation, customization, tweaks (oh my!)

This handy-dandy FAQ should answer all of your burning questions. If you are the type who frequently has questions, we've frequently got answers!

--

Issues

When reporting an issue, please first read through the current topics to make sure that your issue hasn't already been reported.

Remember to include:

  • A brief description of the issue and steps to reproduce
  • A screenshot (pictures are worth a million words)
  • Are you opted in to the Steam Client beta?
  • Your operating system

--

Community

Stay up to date with Air on the Steam Community Group.

--

Contribute

If you're providing code to add to the project please adhere to these coding practices to make it easier on everyone to collaborate efficiently.

Branches
  • master should be stable at all times
  • develop is for new updates and fixes
Spacing

Indent all code via tabs rather than spaces.

Ordering

When including styles for a control keep them in the following order. The mantra is: "width before height, clockwise in position starting left." X then Y, Left Top Right Bottom

// Styling
bgcolor
selectedbgcolor
selectedtextcolor
shadowtextcolor
textcolor

// Fonts
font-family
font-outerglow-color
font-outerglow-filtersize
font-outerglow-offset
font-size
font-style
font-weight

// Positioning
inset
inset-left
inset-top
inset-right
inset-bottom
minimum-width
minimum-height
padding-left
padding-top
padding-right
padding-bottom

// Content
image

Here is an example style:

TestStyle [!$OSX] {
   bgcolor=none
   selectedbgcolor=blue
   textcolor=red
   font-family=basefont
   font-size=15
font-size=14 [$LINUX]
   font-weight=400
   image="graphics/test"
   inset="5 10 10 5" // Left, Top, Right, Bottom
   minimum-width=10
   
   render {}   
   render_bg {}
}

air-for-steam's People

Contributors

dave247 avatar deadmano avatar dirtdiglett avatar earmaster avatar jarlave avatar mirnovov avatar plata avatar runkly avatar sebie avatar snowtyler avatar weedz avatar

Watchers

 avatar

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.