⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
nano
/
View File Name :
css.nanorc
## Syntax highlighting for CSS files. ## Original author: Simon Rupf syntax css "\.css$" comment "/*|*/" # First make everything red: color brightred "." # Then everything between braces yellow: color brightyellow start="\{" end="\}" # Then everything after a colon white: color brightwhite start=":" end="([;^{]|$)" # Pseudo-classes: color brightcyan ":(active|checked|focus|hover|link|visited|after|before)\>" # Comments: color brightblue start="/\*" end="\*/" # Syntactic characters: color green ";|:|\{|\}"