Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
timetable
/
libraries
/
dompdf
/
lib
/
php-css-parser
/
tests
/
files
:
namespaces.css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* From the spec at http://www.w3.org/TR/css3-namespace/ */ @namespace toto "http://toto.example.org"; @namespace "http://example.com/foo"; /* From an introduction at http://www.blooberry.com/indexdot/css/syntax/atrules/namespace.htm */ @namespace foo url("http://www.example.com/"); @namespace foo url('http://www.example.com/'); foo|test { gaga: 1; } |test { gaga: 2; }