Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
media /
tabs /
css /
Delete
Unzip
Name
Size
Permission
Date
Action
custom.css
4.28
KB
-rwxr-xr-x
2023-05-05 08:26
custom.min.css
2.94
KB
-rwxr-xr-x
2023-05-05 08:26
popup.css
569
B
-rwxr-xr-x
2023-05-05 08:26
popup.min.css
221
B
-rwxr-xr-x
2023-05-05 08:26
style.css
49.19
KB
-rwxr-xr-x
2023-05-05 08:26
style.min.css
40.06
KB
-rwxr-xr-x
2023-05-05 08:26
Save
Rename
/** * @package Tabs * @version 8.3.1 * * @author Peter van Westen <info@regularlabs.com> * @link http://regularlabs.com * @copyright Copyright © 2023 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ /* * This is an example of how you can create custom styles * Do not edit this file, as it will not be loaded by default and will get overwritten if you update Tabs * Place your own custom styles in your templates stylesheet * or copy the style.css file to /templates/[YOUR TEMPLATE]/css/tabs/style.min.css and customise that */ /* Custom Style: mystyle1 */ .rl_tabs.top > ul.nav > li.mystyle1 > a { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; font-size: 22px; background-color: #ffc2c2; background-image: -moz-linear-gradient(top, #ff9999, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9999), to(#ffffff)); background-image: -webkit-linear-gradient(top, #ff9999, #ffffff); background-image: -o-linear-gradient(top, #ff9999, #ffffff); background-image: linear-gradient(to bottom, #ff9999, #ffffff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9999', endColorstr='#ffffffff', GradientType=0); background-color: #ffffff; } .rl_tabs.top > ul.nav > li.mystyle1 > a:hover { background-color: #c2c2ff; background-image: -moz-linear-gradient(top, #9999ff, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9999ff), to(#ffffff)); background-image: -webkit-linear-gradient(top, #9999ff, #ffffff); background-image: -o-linear-gradient(top, #9999ff, #ffffff); background-image: linear-gradient(to bottom, #9999ff, #ffffff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9999ff', endColorstr='#ffffffff', GradientType=0); background-color: #ffffff; } .rl_tabs.top > ul.nav > li.mystyle1.active > a, .rl_tabs.top > ul.nav > li.mystyle1.active > a:hover { background-color: #c2ffc2; background-image: -moz-linear-gradient(top, #99ff99, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99ff99), to(#ffffff)); background-image: -webkit-linear-gradient(top, #99ff99, #ffffff); background-image: -o-linear-gradient(top, #99ff99, #ffffff); background-image: linear-gradient(to bottom, #99ff99, #ffffff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99ff99', endColorstr='#ffffffff', GradientType=0); background-color: #ffffff; } .rl_tabs.top > .tab-content > .tab-pane.mystyle1 { background-color: #f5fff5; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#ccffcc)); background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #ccffcc); background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #ccffcc); background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #ccffcc); background-image: linear-gradient(#ffffff, #ffffff 25%, #ccffcc); background-repeat: no-repeat; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffccffcc', GradientType=0); } /* Custom Style: mystyle2 */ .rl_tabs.top > ul.nav > li.mystyle2 > a { -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; margin-left: 10px; margin-right: 10px; padding: 8px 20px; background-color: #aaaaaa; color: #ffffff; border-color: #666666; border-bottom-color: #dddddd; } .rl_tabs.top > ul.nav > li.mystyle2 > a:hover { background-color: #999999; border-color: #666666; } .rl_tabs.top > ul.nav > li.mystyle2.active > a, .rl_tabs.top > ul.nav > li.mystyle2.active > a:hover { -webkit-border-radius: 0 30px 0 0; -moz-border-radius: 0 30px 0 0; border-radius: 0 30px 0 0; background-color: #666666; border-color: #666666; } .rl_tabs.top > .tab-content > .tab-pane.mystyle2 { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; background-color: #666666; color: #ffffff; }