Home
last modified time | relevance | path

Searched refs:rules (Results 126 – 129 of 129) sorted by last modified time

123456

/template/scanlines/user/
H A Dprint.css1 /* en: Place for user defined CSS rules (print media) - this file can safely be
H A D.htaccess3 # Apache rules are accessible.
/template/simple/
H A Dcsshover3.htc80 // interate the sheet's rules and send them to the parser
82 var rules = sheet.rules, l = rules.length;
84 this.parseCSSRule(rules[j], sheet);
87 // trycatch for various errors, most likely accessing the sheet's rules,
88 // don't see how individual rules would throw errors, but you never know.
95 // The sheet is used to insert new rules into, this must be the same sheet the rule
/template/battlehorse/js/
H A Deffects.js942 else if (styleSheet.rules) cssRules = styleSheet.rules;

123456