Skip to content

Instantly share code, notes, and snippets.

@didxga
Created April 9, 2012 03:24
Show Gist options
  • Save didxga/2341172 to your computer and use it in GitHub Desktop.
Save didxga/2341172 to your computer and use it in GitHub Desktop.
Untitled
.dish_block{
width:800px;
height:40px;
border:solid 1px #fbeed5;
background-color:#fcf8e3;
border-radius:3px 2px;
}
.close {
float:right;
position:relative;
top:-2px;
right:3px;
font-size:20px;
font-weight:bold;
line-height:18px;
text-shadow:0 1px 0 #ffffff;
color:#000000;
opacity:0.2;
filter: alpha(opacity=20);
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.close:hover {
cursor:pointer;
opacity:0.8;
filter: alpha(opacity=80);
}
<div class="dish_block"><a class="close">×</a></div>
{"view":"split-vertical","seethrough":"1","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment