Updated Pure to 0.6, added pagination, don't think I broke anything...
This commit is contained in:
57
lib/pure/menus-skin.css
Executable file
57
lib/pure/menus-skin.css
Executable file
@@ -0,0 +1,57 @@
|
||||
/*!
|
||||
Pure v0.6.0
|
||||
Copyright 2014 Yahoo! Inc. All rights reserved.
|
||||
Licensed under the BSD License.
|
||||
https://github.com/yahoo/pure/blob/master/LICENSE.md
|
||||
*/
|
||||
/* misc default styling */
|
||||
|
||||
.pure-menu-separator {
|
||||
background-color: #ccc;
|
||||
height: 1px;
|
||||
margin: .3em 0;
|
||||
}
|
||||
|
||||
.pure-menu-horizontal .pure-menu-separator {
|
||||
width: 1px;
|
||||
height: 1.3em;
|
||||
margin: 0 .3em ;
|
||||
}
|
||||
|
||||
.pure-menu-heading {
|
||||
text-transform: uppercase;
|
||||
color: #565d64;
|
||||
}
|
||||
|
||||
.pure-menu-link {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.pure-menu-children {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.pure-menu-link,
|
||||
.pure-menu-disabled,
|
||||
.pure-menu-heading {
|
||||
padding: .5em 1em;
|
||||
}
|
||||
|
||||
.pure-menu-disabled {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.pure-menu-disabled .pure-menu-link:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.pure-menu-active > .pure-menu-link,
|
||||
.pure-menu-link:hover,
|
||||
.pure-menu-link:focus {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.pure-menu-selected .pure-menu-link,
|
||||
.pure-menu-selected .pure-menu-link:visited {
|
||||
color: #000;
|
||||
}
|
||||
Reference in New Issue
Block a user