One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ojs-nosc
/
plugins
/
themes
/
material
/
View File Name :
tailwind.config.js
const defaultTheme = require('tailwindcss/defaultTheme') /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./templates/**/*.{tpl,html,js}","*.php"], darkMode: 'class', theme: { fontSize: { xs: ['0.75rem', { lineHeight: '1rem' }], sm: ['0.875rem', { lineHeight: '1.5rem' }], base: ['1rem', { lineHeight: '2rem' }], lg: ['1.125rem', { lineHeight: '1.75rem' }], xl: ['1.25rem', { lineHeight: '2rem' }], '2xl': ['1.5rem', { lineHeight: '2.5rem' }], '3xl': ['2rem', { lineHeight: '2.5rem' }], '4xl': ['2.5rem', { lineHeight: '3rem' }], '5xl': ['3rem', { lineHeight: '3.5rem' }], '6xl': ['3.75rem', { lineHeight: '1' }], '7xl': ['4.5rem', { lineHeight: '1' }], '8xl': ['6rem', { lineHeight: '1' }], '9xl': ['8rem', { lineHeight: '1' }], }, extend: { fontFamily: { 'comic-sans': ['Comic Sans', ...defaultTheme.fontFamily.sans], 'comic-neue': ['Comic Neue', ...defaultTheme.fontFamily.sans], 'cardo': ['Cardo', ...defaultTheme.fontFamily.sans], 'cormorant': ['Cormorant', ...defaultTheme.fontFamily.sans], 'old-standard-tt': ['Old Standard TT', ...defaultTheme.fontFamily.sans], 'roboto-serif': ['Roboto Serif', ...defaultTheme.fontFamily.sans], }, maxWidth: { '8xl': '88rem', }, }, }, plugins: [ require('@tailwindcss/typography'), require('@tailwindcss/forms'), require('@tailwindcss/line-clamp'), require('tailwind-scrollbar') ], }