.copySuccess,
.copyError {
width: 300px;
height: 75px;
display: none;
padding: 0;
margin: auto;
position: fixed;
top: 25%;
right: 0;
left: 0;
line-height: 70px;
text-align: center;
color: white;
z-index: 9999;
font-family: 'HelveticaNeueLight', 'Helvetica', Arial, sans-serif;
font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.copySuccess { background-color: #9add3b; }
.copyError { background-color: #dd493b; }
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.