Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

namespaces.css 379B

123456789101112131415161718
  1. /* From the spec at http://www.w3.org/TR/css3-namespace/ */
  2. @namespace toto "http://toto.example.org";
  3. @namespace "http://example.com/foo";
  4. /* From an introduction at http://www.blooberry.com/indexdot/css/syntax/atrules/namespace.htm */
  5. @namespace foo url("http://www.example.com/");
  6. @namespace foo url('http://www.example.com/');
  7. foo|test {
  8. gaga: 1;
  9. }
  10. |test {
  11. gaga: 2;
  12. }