Created
May 23, 2012 22:21
-
-
Save neduma/2778200 to your computer and use it in GitHub Desktop.
inset 0 -1px 1px rgba(0,0,0,0.5),
This file contains 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
body { | |
padding: 40px; | |
background-color: #1E6B9F; | |
} | |
ul li { | |
list-stlye-type: none; | |
display: inline-block; | |
line-height: 26px; | |
padding: 0 9px; | |
color: white; | |
/* font settings */ | |
font-weight: bold; | |
font-size:12px; | |
/* Radious */ | |
-webkit-border-radius: 4px; | |
-moz-border-radius: 4px; | |
border-radius: 4px; | |
/* Gradient */ | |
background: -moz-linear-gradient(top, #1E6B9F 0%, #0E3149 100%); /* firefox */ | |
background: -webkit-gradient(linear, left top, left bottom, | |
color-stop(0%,#1E6B9F), color-stop(100%,#0E3149)); | |
/* box-shadow */ | |
box-shadow: | |
/*0 1px 2px #fff;*/ | |
0 -1px 1px #666; | |
/* inset 0 -1px 1px rgba(0,0,0,0.5), | |
inset 0 1px 1px rgba(255,255,255,0.8);*/ | |
/* -moz-box-shadow: | |
0 1px 2px #fff, | |
0 -1px 1px #666, | |
inset 0 -1px 1px rgba(0,0,0,0.5), | |
inset 0 1px 1px rgba(255,255,255,0.8); | |
-webkit-box-shadow: | |
0 1px 2px #fff, | |
0 -1px 1px #666, | |
inset 0 -1px 1px rgba(0,0,0,0.5), | |
inset 0 1px 1px rgba(255,255,255,0.8);*/ | |
} | |
This file contains 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
<ul> | |
<li> <a> Home</a> </li> | |
<li> <a> Dashboard</a> </li> | |
<ul> |
This file contains 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":"110","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment