CSS Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.Anti-spam check. Do not fill this in! =====CSS priority scheme===== {| class="wikitable" |+ CSS priority scheme (highest to lowest) |- ! Priority !! CSS source type !! Description |- | 1 || Importance || The "{{code|lang=css|code=!important}}" annotation overwrites the previous priority types |- | 2 || Inline || A style applied to an HTML element via HTML "style" attribute |- | 3 || Media Type || A property definition applies to all media types unless a media-specific CSS is defined |- | 4 || User defined || Most browsers have the accessibility feature: a user-defined CSS |- | 5 || Selector specificity || A specific contextual selector ({{code|lang=css|code=#heading p}}) overwrites generic definition |- | 6 || Rule order || Last rule declaration has a higher priority |- | 7 || Parent inheritance || If a property is not specified, it is inherited from a parent element |- | 8 || CSS property definition in HTML document || CSS rule or CSS inline style overwrites a default browser value |- | 9 || Browser default || The lowest priority: browser default value is determined by W3C initial value specifications |} Summary: Please note that all contributions to Christianpedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Christianpedia:Copyrights for details). Do not submit copyrighted work without permission! Cancel Editing help (opens in new window) Discuss this page