links.seigler.net
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged styles  ✕
U.S. Web Design Standards https://playbook.cio.gov/designstandards/
Tue Sep 29 11:32:23 2015
QRCode

The USA federal government has a (very good!) website style guide. It's officially the future.

webdesign government standards styles styleguide usa design
(Ab)using CSS3's :nth-child selector to invent new ones | grack https://grack.com/blog/2015/01/09/abusing-css3-selectors/
Mon Jan 12 11:23:56 2015
QRCode
css css3 selectors styles webdev
Introducing AM - Attribute Modules for CSS: Moving beyond class-based styling http://glenmaddern.com/articles/introducing-am-css
Sat Sep 6 12:00:56 2014
QRCode

Attribute Modules, or AM, at its core is about defining namespaces for your styles to live in.
<div am-Row>
<div am-Column="12">Full</div>
</div>
<div am-Row>
<div am-Column="4">Thirds</div>
<div am-Column="4">Thirds</div>
<div am-Column="4">Thirds</div>
</div>

[am-Row] { / max-width, clearfixes / }
[am-Column~="1"] { / 1/12th width, floated / }
[am-Column~="2"] { / 1/6th width, floated / }
[am-Column~="3"] { / 1/4th width, floated / }
[am-Column~="4"] { / 1/3rd width, floated / }
[am-Column~="5"] { / 5/12th width, floated / }
/ etc /
[am-Column~="12"] { / 100% width, floated / }

design html css styles
Interaction Styles - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Interaction_Styles
Mon Sep 27 10:08:23 2010
QRCode

One of my favorite pages on Wikipedia -- this describes a way to look at MBTI types that highlights interaction styles and temperaments. Has strong parallels to the Insights Discovery evaluation.

mbti insights interaction styles personality temperament
3048 links, including 336 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn