Created
April 12, 2012 21:05
-
-
Save jasondavis/2370990 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
| body{ | |
| background: #EDECE8 url("http://www.codedevelopr.com/assets/images/bg.png") repeat; | |
| } | |
| #sidebar { | |
| width: 290px; | |
| margin-left: 40px; | |
| font-size: .85em; | |
| } | |
| #sidebar h3, #sidebar h4 { | |
| margin-top: 1.5em; | |
| } | |
| #sidebar h3 { | |
| font-size: 1.5em; | |
| } | |
| h2, #sidebar h3 { | |
| font-weight: 200; | |
| } | |
| h2, .description, #sidebar h3,{ | |
| font-family: "Verlag Condensed","Abadi MT Condensed","Futura Std Light Condensed","Futura Condensed","Gill Sans","Arial Narrow",Calibri,"Trebuchet MS",Georgia,sans-serif; | |
| } | |
| h3 { | |
| font-size: 1.3em; | |
| background: transparent url(http://www.learningjquery.com/wp-content/themes/ljq/images/hr.png) repeat-x 0 100%; | |
| padding-bottom: 3px; | |
| margin-bottom: .5em; | |
| } | |
| media="screen, projection" h3, h4, h5 { | |
| font-family: Helvetica,Arial,sans-serif; | |
| line-height: 1.4em; | |
| } | |
| #sidebar ul { | |
| list-style-type: none; | |
| margin-left: 0; | |
| padding-left: 0; | |
| } | |
| #sidebar-authors li{ | |
| overflow: hidden; | |
| } | |
| #sidebar li { | |
| border-bottom: 1px solid #DFDBCE; | |
| } | |
| #sidebar #sidebar-authors .menu li a { | |
| padding: 6px 0; | |
| line-height: 36px; | |
| } | |
| #sidebar-links li, | |
| #sidebar .menu li a:hover, | |
| #sidebar .linkcat li a:hover, | |
| #sidebar a.firehost:hover { | |
| border-bottom-width: 0; | |
| } | |
| #sidebar a:hover { | |
| text-decoration: none; | |
| background-color: #e6e4de; | |
| border-bottom: 1px solid #F0C193; | |
| } | |
| #sidebar-authors li img { | |
| float: left; | |
| margin-right: 10px; | |
| width: 36px; | |
| height: 36px; | |
| } | |
| a img { | |
| border: none; | |
| } | |
| #sidebar-authors a span { | |
| float: right; | |
| padding-right: 6px; | |
| } | |
| #sidebar li, | |
| #sidebar li a span, | |
| #sidebar .netdna, | |
| small { | |
| color: #86837A; | |
| } | |
| #sidebar #sidebar-authors .menu li a { | |
| line-height: 36px; | |
| } | |
| #sidebar-links li, | |
| #sidebar .menu li a:hover, | |
| #sidebar .linkcat li a:hover, | |
| #sidebar a.firehost:hover { | |
| border-bottom-width: 0; | |
| } | |
| a { | |
| color: #3A5875; | |
| text-decoration: none; | |
| } | |
| .menu li a{ | |
| display:block | |
| } |
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 id="sidebar"> | |
| <div id="sidebar-authors"> | |
| <h3>Authors</h3> | |
| <ul class="menu"> | |
| <li><a href="/author/karl" title="Posts by Jason Davis"><img alt="" src="http://www.gravatar.com/avatar/7ab1baf18a91ab4055923c5fd01d68a2?s=48&d=identicon&r=PG" class="avatar avatar-36" height="36" width="36"><span>70 posts</span> | |
| Jason Davis</a></li> | |
| <li><a href="/author/brandon" title="Posts by Brandon Aaron"><img alt="" src="http://learningjquery.kswedberg.netdna-cdn.com/wp-content/uploads/baaron.jpg"><span>5 posts</span> | |
| Brandon Aaron</a></li> | |
| <li><a href="/author/seasoup" title="Posts by Josh Powell"><img alt="" src="http://learningjquery.kswedberg.netdna-cdn.com/wp-content/uploads/jpowell.jpg"><span>3 posts</span> | |
| Josh Powell</a></li> | |
| <li><a href="/author/malsup" title="Posts by Mike Alsup"><img alt="" src="http://learningjquery.kswedberg.netdna-cdn.com/wp-content/uploads/malsup.png"><span>3 posts</span> | |
| Mike Alsup</a></li> | |
| <li><a href="/author/jboesch" title="Posts by Jordan Boesch"><img alt="" src="http://www.gravatar.com/avatar/f8fc60d4fbf1454f037c2750660a84d0?s=36&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D36&r=G" class="avatar avatar-36" height="36" width="36"><span>2 posts</span> | |
| Jordan Boesch</a></li> | |
| <li><a href="/author/joern" title="Posts by Jörn Zaefferer"><img alt="" src="http://www.gravatar.com/avatar/a9d4d2558b560b0ef168ced0f6c5198c?s=36&d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D36&r=G" class="avatar avatar-36" height="36" width="36"><span>2 posts</span> | |
| Jörn Zaefferer</a></li> | |
| <li><a href="/author/grabanski" title="Posts by Marc Grabanski"><img alt="" src="http://learningjquery.kswedberg.netdna-cdn.com/wp-content/uploads/mgrabanski.jpg"><span>2 posts</span> | |
| Marc Grabanski</a></li> | |
| <li><a href="/author/dmethvin" title="Posts by Dave Methvin"><img alt="" src="https://secure.gravatar.com/avatar/161a4cc619398bea1e1714036ed122cf"><span>1 post</span> | |
| Dave Methvin</a></li> | |
| </ul> | |
| </div> | |
| </div> |
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-vertical","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