Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/uploads/pp_projects/3726/css/
Upload File :
Current File : /home/ereika83/www/wp-content/uploads/pp_projects/3726/css/_skins.scss

.skin--default {
    height: 557px;
    width: 960px;

    .video-holder {
        width: 920px;
        height: 517px;
    }
}

.skin--no-skin {
  height: 557px;
  width: 960px;

  .video-holder {
    width: 920px;
    height: 537px;
  }
}

/*

Ipad

*/
.skin--ipad-large {
    height: 570px;
    width: 960px;
    background-image: url(../images/ipad_large.png);
    background-repeat: no-repeat;
    background-position: -10px -10px;

    .coreVideo {
        margin-top: 41px;
        margin-left: 6px;
    }

    .video-holder {
        width: 814px;
        height: 443px;
        margin: 0 0 0 53px;
    }
}

.skin--ipad-small {
    .coreVideo {
        height: 465px;
        width: 720px;
        background-image: url(../images/ipad_small.png);
        background-repeat: no-repeat;
    }

    .video-holder {
        width: 680px;
        height: 423px;
    }
}

/*

Blackboard

*/

.skin--blackboard-large {
    border-radius: 10px;
    height: 570px;
    width: 960px;
    background-image: url(../images/blackboard_large.png);
    background-repeat: no-repeat;
    background-position: -10px -10px;

    .coreVideo {
        margin-top: 15px;
        margin-left: 0px;
        padding: 20px 35px 0px 35px;
    }

    .video-holder {
        width: 889px;
        height: 487px;
    }
}

.skin--blackboard-small {
    .coreVideo {
        border-radius: 10px;
        height: 465px;
        width: 720px;
        background-image: url(../images/blackboard_small.png);
        background-repeat: no-repeat;
    }
    .video-holder {
        width: 680px;
        height: 423px;
    }
}

/*

Blackboard

*/

.skin--whiteboard-large {
    border-radius: 10px;
    height: 570px;
    width: 960px;
    background-image: url(../images/whiteboard_large.png);
    background-repeat: no-repeat;
    background-position: -10px -10px;

    .coreVideo {
        margin-top: -4px;
        margin-left: 0px;
    }

    .video-holder {
        width: 920px;
        height: 518px;
    }
}

.skin--whiteboard-small {
    .coreVideo {
        padding: 13px 13px 0px 13px;
        border-radius: 10px;
        height: 465px;
        width: 720px;
        background-image: url(../images/whiteboard_small.png);
        background-repeat: no-repeat;
    }
    .video-holder {
        width: 694px;
        height: 429px;
    }
}

/*

IMac

*/
.skin--imac-large {
    height: 570px;
    width: 960px;
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    .video-holder {
        width: 920px;
        height: 518px;
    }
}

.imacstand {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.skin--imac-small {
    .coreVideo {
        background-color: #000;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .video-holder {
        width: 680px;
        height: 423px;
    }
}

.imacstand_small {
    width: 722px;
    margin-left: auto;
    margin-right: auto;
}

.skin--arrows {
    .video-holder {
        width: 680px;
        height: 423px;
    }
}

.skin--optin-right {
    .video-holder {
        width: 600px;
        height: 338px;
    }
}

.skin--optin-left {
    .video-holder {
        width: 600px;
        height: 338px;
    }
}
.wideVideoWrapper.removeBorder {
    & , & .coreVideo{
        background-image: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }
}