NYPL Design Toolkit
Version: 0.1.36NYPL Design Toolkit
- About This Toolkit
- Buttons And Menus
- Color Accessibility Table
- Color Reference
- Forms
- Layout
- General Microformats
- SVG Index
- Tables And Data
- Visible Focus
Resources
- Landmark roles & Regions
- Skip Links
- Development Checklist
- Glossary
- NYPL User Experience & Visual Design Project Index
- Visible Focus
Examples
- Discovery home
- Discovery search results
- Discovery detail page
- Discovery request page
- Discovery request form
- Discovery request confirmation page
SVG Index
Usage
Available arguments attached to @mixin nypl-icon
: $background-color: $nypl-white,
$border-radius: 0,
$fill: $page-text-color,
$height: 1em,
$inverted-color: $inverted-link-color,
$width: 1em
NYPL Logos
The NYPL branding / logos have special use cases. You'll probably have no need to modify the logo other than changing its size. We can use either the logo mark or the logo type. This can be achieved by using css
to hide either of these two components.
.nypl-icon {
@include nypl-icon($height: 13em, $width: 20em);
}
.nypl-icon {
@include nypl-icon($height: 13em, $width: 20em);
}
3 Dots
We use these to indicate there is something else to discover
3 Dots Vertical
An alternate representation of the ”more“ signal
Add icon
Add icon with circle
Add icon with circle reverse
Apple icon
In cases where an icon and link to an Apple™ property is required
Applied icon
Where we have a state or button requiring a visual representation of “applied”
Arrow icon
An arrow icon. Use a custom class (in this case: nypl-arrow-icon) use the rotate
mixin to transform the direction as needed.
.nypl-arrow-icon {
@include rotate(90deg);
}
Audio icon
Disc disc icon
Where a CD-ROM or Music CD needs representing
Blueray disc icon
CD icon
Check icon
Check icon circle
Check icon reverse
Close
Close with circle
Close with circle reverse
Dash
Icon to represent an icomplete set of activated controls
Dash with circle
Dash with circle reverse
Disc
E-Reader
Envelope
Equal sign
could be used in other contexts, such as a handle for drag and drop UI elements
Exclaim
Could be used in other contexts, such as a handle for drag and drop UI elements
Where iconography and linkage to the social network is required
Fastforward
File
Filter
Grid
Hidden
Where iconography and linkage to the social network is required
Library card
List
Logged in
An icon representing a logged in state
Log in
An icon representing a logged out state
Log out
Marker
Marker empty
Marker small dot
Menu (Burger)
Library building (neoclassic)
Open book
Pencil
Play
Pushpin
Pyramid
This icon should be used as a directional indicator and transformed w/ css
to achieve desired position
Radio button active
Radio button inactive
Reset
Search
Search with circle
Settings
Sound Cloud
Where iconography and linkage to the service is required
Tag
Text
Trash
Tumblr
Where iconography and linkage to the social network is required
Where iconography and linkage to the social network is required
Typesize
Unapplied
Visible
Wedge
This icon should be used as a directional indicator and transformed w/ css
to achieve desired position
Wedge with circle
This icon should be used as a directional indicator and transformed w/ css
to achieve desired position
Wedge with circle reverse
This icon should be used as a directional indicator and transformed w/ css
to achieve desired position
Youtube
Where iconography and linkage to the video service is required