|
|
| Line 471: |
Line 471: |
| clear: both; | | clear: both; |
| } | | } |
|
| |
| .video-div span {
| |
| -moz-border-radius:8px;
| |
| border-radius:8px;
| |
| -webkit-border-radius:8px;
| |
| /* background-image: -moz-linear-gradient(top, #3d96c0, #1a729b);/* Firefox 3.6 */
| |
| /* background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1a729b),color-stop(1, #3d96c0));/* Safari & Chrome */
| |
| padding: 5px 20px 6px 12px;
| |
| font-size:15px;
| |
| color: #FFF;
| |
| font-weight: normal;
| |
| display: block;
| |
| position: absolute;
| |
| /*box-shadow:inset 0 0 1px #FFF;
| |
| -moz-box-shadow:inset 0 1px 0 #6fb9db;*/
| |
| }
| |
|
| |
| </pre> | | </pre> |
|
| |
|