|
|
Line 248: |
Line 248: |
| font-size: 11px; | | font-size: 11px; |
| -webkit-font-smoothing:antialiased; | | -webkit-font-smoothing:antialiased; |
- | box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
| |
- | -webkit-transition: all 0.2s linear;
| |
- | -moz-transition: all 0.2s linear;
| |
- | -o-transition: all 0.2s linear;
| |
- | -ms-transition: all 0.2s linear;
| |
- | transition: all 0.2s linear;
| |
| } | | } |
| .demos a:hover{ | | .demos a:hover{ |
Line 371: |
Line 365: |
| padding-right: 2%; | | padding-right: 2%; |
| } | | } |
- | .ss-circle{
| + | |
- | border-radius: 50%;
| + | |
- | overflow: hidden;
| + | |
- | display: block;
| + | |
- | text-indent: -9000px;
| + | |
- | text-align: left;
| + | |
- | -webkit-box-shadow:
| + | |
- | 0px 2px 5px rgba(0,0,0,0.7) inset,
| + | |
- | 0px 0px 0px 12px rgba(61,64,85,0.3);
| + | |
- | -moz-box-shadow:
| + | |
- | 0px 2px 5px rgba(0,0,0,0.7) inset,
| + | |
- | 0px 0px 0px 12px rgba(61,64,85,0.3);
| + | |
- | box-shadow:
| + | |
- | 0px 2px 5px rgba(0,0,0,0.7) inset,
| + | |
- | 0px 0px 0px 12px rgba(61,64,85,0.3);
| + | |
- | background-size: cover;
| + | |
- | background-color: #f0f0f0;
| + | |
- | background-repeat: no-repeat;
| + | |
- | background-position: center center;
| + | |
- | position: static;
| + | |
- | }
| + | |
- | .ss-small .ss-circle{
| + | |
- | width: 100px;
| + | |
- | height: 100px;
| + | |
- | }
| + | |
- | .ss-medium .ss-circle{
| + | |
- | width: 200px;
| + | |
- | height: 200px;
| + | |
- | }
| + | |
- | .ss-large .ss-circle{
| + | |
- | width: 300px;
| + | |
- | height: 300px;
| + | |
- | }
| + | |
- | .ss-circle-deco:before{
| + | |
- | width: 29%;
| + | |
- | height: 0px;
| + | |
- | border-bottom: 5px dotted #ddd;
| + | |
- | border-bottom: 5px dotted rgba(17, 17, 22, 0.3);
| + | |
- | -webkit-box-shadow: 0px 1px 1px #fff;
| + | |
- | -moz-box-shadow: 0px 1px 1px #fff;
| + | |
- | box-shadow: 0px 1px 1px #fff;
| + | |
- | position: absolute;
| + | |
- | top: 50%;
| + | |
- | content: '';
| + | |
- | margin-top: -3px;
| + | |
- | }
| + | |
- | .ss-circle-deco:after{
| + | |
- | width: 0px;
| + | |
- | height: 0px;
| + | |
- | border-top: 10px solid transparent;
| + | |
- | border-bottom: 10px solid transparent;
| + | |
- | content: '';
| + | |
- | position: absolute;
| + | |
- | top: 50%;
| + | |
- | margin-top: -10px;
| + | |
- | }
| + | |
- | .ss-left .ss-circle-deco:before{
| + | |
- | right: 2%;
| + | |
- | }
| + | |
- | .ss-right .ss-circle-deco:before{
| + | |
- | left: 2%;
| + | |
- | }
| + | |
- | .ss-left .ss-circle-deco:after{
| + | |
- | right: 0;
| + | |
- | border-right: 10px solid rgba(17,17,22,0.8);
| + | |
- | }
| + | |
- | .ss-right .ss-circle-deco:after{
| + | |
- | left: 0;
| + | |
- | border-left: 10px solid rgba(17,17,22,0.8);
| + | |
- | }
| + | |
- | .ss-left .ss-circle{
| + | |
- | float: right;
| + | |
- | margin-right: 30%;
| + | |
- | }
| + | |
- | .ss-right .ss-circle{
| + | |
- | float: left;
| + | |
- | margin-left: 30%;
| + | |
- | }
| + | |
| .ss-container h3{ | | .ss-container h3{ |
| margin-top: 34px; | | margin-top: 34px; |