mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
32 lines
No EOL
808 B
PHP
32 lines
No EOL
808 B
PHP
<!-- users_id = <?php echo $user_id; ?> -->
|
|
<?php
|
|
include $global['systemRootPath'] . 'plugin/YouPHPFlix2/view/modeFlixHead.php';
|
|
?>
|
|
<link href="<?php echo getURL('plugin/YouPHPFlix2/view/css/style.css'); ?>" rel="stylesheet" type="text/css"/>
|
|
<link href="<?php echo getURL('plugin/Gallery/style.css'); ?>" rel="stylesheet" type="text/css"/>
|
|
<style>
|
|
.galleryVideo {
|
|
padding-bottom: 10px;
|
|
}
|
|
#bigVideoCarousel{
|
|
height: auto;
|
|
}
|
|
.posterDetails {
|
|
padding: 10px !important;
|
|
}
|
|
.modeFlixContainer{
|
|
padding: 0;
|
|
}
|
|
.topicRow{
|
|
margin: 0;
|
|
}
|
|
#loading{
|
|
display: none;
|
|
}
|
|
.topicRow h2{
|
|
display: none;
|
|
}
|
|
#channelHome #bigVideo{
|
|
margin-bottom: 0 !important;
|
|
}
|
|
</style>
|