Server : LiteSpeed System : Linux server 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : alsaif ( 1057) PHP Version : 7.4.33 Disable Function : show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/alsaif/public_html/administrator/components/com_allvideoshare/assets/css/ |
/*
* @version $Id: allvideoshare.css 3.5.0 2020-01-25 $
* @package All Video Share
* @copyright Copyright (C) 2012-2020 MrVinoth
* @license GNU/GPL http://www.gnu.org/licenses/gpl-2.0.html
*/
/*----------------------------------------------------------------------------------------------
*
* Global
*
*--------------------------------------------------------------------------------------------*/
body .page-title {
padding-left: 5px;
}
.com_allvideoshare .alert-error {
display: none;
}
.avs {
margin-top: 10px;
}
.avs .form-horizontal .control-label {
width: 160px;
}
.avs fieldset {
margin-bottom: 20px;
}
.avs fieldset legend {
font-size: 16px;
}
.avs .radio input[type="radio"],
.avs .checkbox input[type="checkbox"] {
margin: 2px 4px 2px -20px;
}
/*----------------------------------------------------------------------------------------------
*
* Dashboard Icons
*
*--------------------------------------------------------------------------------------------*/
.avs .cpanel .icon {
float: left;
margin-right: 12px;
margin-bottom: 12px;
text-align: center;
}
.avs .cpanel .icon a {
background-color: #fff;
background-position: -30px;
display: block;
float: left;
height: 97px;
width: 108px;
color: #565656;
vertical-align: middle;
text-decoration: none;
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition-property: background-position,-webkit-border-bottom-left-radius,-webkit-box-shadow;
-moz-transition-property: background-position,-moz-border-radius-bottomleft,-moz-box-shadow;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
}
.avs .cpanel .icon a:hover,
.avs .cpanel .icon a:focus,
.avs .cpanel .icon a:active {
background-position: 0;
-webkit-border-bottom-left-radius: 50% 20px;
-moz-border-radius-bottomleft: 50% 20px;
border-bottom-left-radius: 50% 20px;
-webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
-moz-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
position: relative;
z-index: 10;
}
.avs .cpanel img {
margin: 0 auto;
padding: 10px 0;
}
.avs .cpanel span {
display: block;
text-align: center;
}