Skip to content

Instantly share code, notes, and snippets.

View methodik's full-sized avatar

Mat Griffiths methodik

View GitHub Profile
@methodik
methodik / football-widgets-vars.md
Last active December 30, 2015 00:39
Football Widgets (Vars & Selectors)

Football Widget Vars and Selectors

Var Key

@font : arial, sans-serif;

@bg : white;

@bg-dark: #e8e8e8;

@methodik
methodik / gist:7709293
Created November 29, 2013 17:39
Event Day Vars & Selectors
### Event Day Vars & Selectors
`@bg-dark:`
.pa-widget.pa-event-day div.search select { background }
.pa-widget.pa-event-day div.search input[type=submit]:hover { background }
.pa-widget.pa-event-day div.search span:before { background }
.pa-widget.pa-event-day menu.results { background }
.pa-widget.pa-event-day menu button.selected { background }
.pa-widget.pa-event-day menu button.selected:after { background }
@methodik
methodik / gist:7486930
Created November 15, 2013 16:13
Config selectors for the Event Day Widget
@min-width
.pa-event-day : min-width
@max-width
.pa-event-day : max-width
@height
.pa-event-day section.table-container : height
@bg-dark
@methodik
methodik / gist:7289072
Last active December 27, 2015 07:29
Final Vars for Medal Table & Schedule Widgets

Medal Table Widget

Font-family

.pa-widget {
  font-family: helvetica neue, helvetica, arial, sans-serif;
}

Colours