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 /
less /
Delete
Unzip
Name
Size
Permission
Date
Action
bootstrap.less
3.04
KB
-rwxr-xr-x
2023-05-05 08:26
custom.less
2.62
KB
-rwxr-xr-x
2023-05-05 08:26
popup.less
603
B
-rwxr-xr-x
2023-05-05 08:26
style.less
17.17
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 */ @import "../../regularlabs/less/init.less"; /* Custom Style: mystyle1 */ .rl_tabs.top { > ul.nav { > li.mystyle1 { > a { .transition-duration(0s); font-size: 22px; #gradient > .vertical(#ff9999, #ffffff); background-color: #ffffff; &:hover { #gradient > .vertical(#9999ff, #ffffff); background-color: #ffffff; } } &.active { > a, > a:hover { #gradient > .vertical(#99ff99, #ffffff); background-color: #ffffff; } } } } > .tab-content { > .tab-pane.mystyle1 { #gradient > .vertical-three-colors(#ffffff, #ffffff, 25%, #ccffcc); } } } /* Custom Style: mystyle2 */ .rl_tabs.top { > ul.nav { > li.mystyle2 { > a { .transition-duration(1s); font-family: @monoFontFamily; .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; &:hover { background-color: #999999; border-color: #666666; } } &.active { > a, > a:hover { .border-radius(0 30px 0 0); background-color: #666666; border-color: #666666; } } } } > .tab-content { > .tab-pane.mystyle2 { font-family: @monoFontFamily; background-color: #666666; color: #ffffff; } } }