Created
March 1, 2013 00:50
-
-
Save ultim8k/5061544 to your computer and use it in GitHub Desktop.
Selected elements :after
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
/** | |
* Selected elements :after | |
*/ | |
pre{ | |
position: relative; | |
padding: 10px 50px 10px 10px; | |
border-radius:10px; | |
background-color: #2f2d2a; | |
border: 2px solid #333; | |
font-size: 12px; | |
color: white; | |
} | |
pre::selection:after{ | |
display: block; | |
content: "\2318 + C"; | |
position: absolute; | |
top:50%; right: 10px; | |
margin-top: -6px; | |
width: 40px; | |
height: 12px; | |
color: white; | |
} |
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
<pre>Some code to select</pre> | |
<p>Unfortunatelly it doesen't work as expected</p> |
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
// alert('Hello world!'); |
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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment