Created
November 2, 2012 23:19
-
-
Save jasondavis/4004971 to your computer and use it in GitHub Desktop.
Sidebar Portfolio Ad Widget
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
| /* Sidebar Portfolio Ad Widget */ | |
| body { | |
| font-size: 14px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: normal;line-height: 22px;margin: 0 10px 10px 0;padding: 0;text-align: left;width: 100%;color: #404040;background: #EDECE8 url("http://www.codedevelopr.com/assets/images/bg.png") repeat; | |
| } | |
| @font-face { | |
| font-family: 'Oswald'; | |
| src: url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.eot'); | |
| src: url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.eot?#iefix') format('embedded-opentype'), | |
| url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.woff') format('woff'), | |
| url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.ttf') format('truetype'), | |
| url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.svg#OswaldRegular') format('svg'); | |
| font-weight: normal; | |
| font-style: normal; | |
| } | |
| a {color: #984428;text-decoration: none; | |
| } | |
| a:hover, a:active, a:visited {outline: none;border: none; | |
| } | |
| #sidebar-wrap {margin-left: 500px;width: 280px; -webkit-user-select: none;-moz-user-select: none;user-select: none;margin-left: 0; | |
| } | |
| h1, h2, h3, h4, h5, h6, p, pre {margin-top: 0; | |
| } | |
| /* Sidebar Portfolio Ad Widget */ | |
| #sidebar-wrap .callout.portfolio { | |
| background: url("http://codedevelopr.dev/assets/images/layout/portfolio_ad.jpg")white; | |
| text-align: center; | |
| padding-top: 20px; | |
| padding-bottom: 20px; | |
| margin-bottom: 60px; | |
| height:145px; | |
| } | |
| #sidebar-wrap .callout { | |
| box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20); | |
| clear: both; | |
| } | |
| #sidebar-wrap .callout.portfolio p { | |
| text-transform: uppercase; | |
| font: 14px futura-pt, Verdana, sans-serif; | |
| letter-spacing: 4px; | |
| color: #4E6D7D; | |
| margin-bottom: 0px; | |
| } | |
| #sidebar-wrap .callout.portfolio h4 { | |
| text-transform: uppercase; | |
| font: normal normal 58px oswald, "Helvetica Neue", Arial, sans-serif; | |
| margin-bottom: 18px; | |
| letter-spacing: -2px; | |
| color: #4D4D4D; | |
| margin-top: 0; | |
| } | |
| #sidebar-wrap .callout.portfolio h4 a { | |
| color: #4D4D4D; | |
| } | |
| #sidebar-wrap .callout.portfolio a.more{ | |
| font: italic 23px sans-serif, Verdana, sans-serif; | |
| color: #A89E72; | |
| border-top: 1px solid #CFC080; | |
| padding-right: 20px; | |
| padding-top: 10px; | |
| } | |
| #sidebar-wrap .callout.portfolio:hover h4 a { | |
| color: #4B7297; | |
| transition: all 0.25s ease-in-out; | |
| } | |
| /* END Sidebar Portfolio Ad Widget */ | |
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
| <br><br> | |
| <div style="padding-left: 200px"><div id="sidebar-wrap"> | |
| <section class="callout portfolio"> | |
| <p>Behold our amazing</p> | |
| <h4><a href="http://www.codedevelopr.com/portfolio">Portfolio</a></h4> | |
| <a class="more" href="http://www.codedevelopr.com/portfolio">It's kick awesome! =></a> | |
| </section> | |
| </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