Created
June 8, 2012 12:02
-
-
Save Pfenya/2895286 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
| .entry-meta {width:100%;height:40px;background:#d8d8d8;position:relative;z-index:1;} | |
| .entry-meta span {margin-top:5px;} | |
| .meta-info {margin-left:20px;} | |
| .entry-meta .meta-prep {background:url(images/blog-icons.png)top left no-repeat;width:32px;height:32px;margin-left:30px;display:inline-block} | |
| .entry-meta .meta-sep { | |
| background:url(images/blog-icons.png) -48px top no-repeat; | |
| width:32px; | |
| height:32px;display:inline-block} | |
| .arrow-left { | |
| display:inline-block; | |
| margin-top:0!important; | |
| width: 0px; | |
| height: 0px; | |
| border-style: solid; | |
| border-width: 20px 20px 20px 0; | |
| border-color: transparent #f7f7f7 transparent transparent ; | |
| border-style: inset; | |
| -webkit-transform:rotate(360deg); | |
| position:absolute; | |
| right:0; | |
| top:0;} | |
| .arrow-right { | |
| display:inline-block; | |
| margin-top:0!important; | |
| width: 0px; | |
| height: 0px; | |
| border-style: solid; | |
| border-width: 20px 0 20px 20px; | |
| border-color: transparent transparent transparent #f7f7f7; | |
| border-style: inset; | |
| -webkit-transform:rotate(360deg); | |
| position:absolute; | |
| left:0; | |
| top:0;} | |
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="entry-meta"> | |
| <span class="arrow-right"></span><span class="meta-info"><span class="meta-prep meta-prep-author"></span> <a href="http://localhost.sites/blog/2012/05/24/social-networks-warum-der-erfolg-in-der-nische-grer-sein-kann/" title="%H:%M" rel="bookmark"><span class="entry-date">%A, 24UTCThu, 24 May 2012 13:48:48 +0000 %e. %B %Y</span></a> <span class="meta-sep"></span> <span class="author vcard"><a class="url fn n" href="http://localhost.sites/blog/author/admin/" title="Zeige alle Posts von admin">admin</a></span></span><span class="arrow-left"></span> </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","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