私はこれを複製しようとしています: http://twitter.github.com/bootstrap/base-css.html#typography (タブがある上部のもの: | Typography | Code Tables | Forms | Buttons | Icons by Glyphicons |)。同じ速効性効果を再現したいと思います。
このdivに同じことをさせたい:
#panel {
margin: auto;
border-bottom: 1px solid rgba(0,0,0,.6);
border-top: 0;
box-shadow: 0 1px rgba(0,0,0,.1),
1px 0 rgba(0,0,0,.1),
-1px 0 rgba(0,0,0,.1),
0 -1px rgb(255,255,255) inset,
0 1px 2px rgba(0,0,0,.2) inset,
1px 0 rgb(255,255,255) inset,
-1px 0 rgb(255,255,255) inset;
background: #E8E8E8;
width: 75%;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
color: rgba(0,0,0,.7);
text-shadow: 0 1px white;
padding: 2px 0px 2px 8px;
margin-top: -149px;
text-align: left;
font-size: 11px;
}
私のウェブサイト: http://www.bobbaxtrade.com
ありがとう :)