Created
August 30, 2012 13:24
-
-
Save abitgone/3528449 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
font-family: "Helvetica Neue", sans-serif; | |
} | |
.container { | |
border: 1px solid rgba(0,0,0,0.25); | |
border-radius: 0.375em; | |
} | |
.container > div { | |
padding: 0.75em 1.5em; | |
} | |
.filters-intro a { | |
float: right; | |
} | |
.filters, | |
.filters-collapse { | |
text-align: center; | |
} | |
.filters { | |
border-top: 1px solid rgba(0,0,0,0.25); | |
border-bottom: 1px solid rgba(0,0,0,0.25); | |
} | |
.collapsed .filters, | |
.collapsed .filters-collapse, | |
.expanded .filters-intro { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container collapsed" id="vehicle-search-filters"> | |
<div class="filters-intro"> | |
<p>Any Audi A5. <a href="#vehicle-search-filters" data-classtoggle-class="collapsed" data-classtoggle-altclass="expanded">Expand Filters</a></p> | |
</div> | |
<div class="filters"> | |
<p>Here be some filters.</p> | |
<p>Here be some filters.</p> | |
<p>Here be some filters.</p> | |
</div> | |
<div class="filters-collapse"> | |
<a href="#vehicle-search-filters" data-classtoggle-class="collapsed" data-classtoggle-altclass="expanded">Close Filters</a> | |
</div> | |
</div> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
<script src="http://raw.github.com/abitgone/jQuery-Plugins/master/ClassToggle/abitgone-classtoggle.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment