Date: | Category:WordPressテーマのカスタマイズ方法【HTML・CSSの基礎も】
※景品表示法に基づく表記:本記事には商品の広告が含まれています
さあ、今すぐルールを作ろう!
CSSプロパティの記述順序に、厳格なルールはありません。
ですが、ある程度ガイドラインを決めておいた方が、共有やメンテナンスがしやすくなります。
今日は、私が日々のタスクで使用している、ガイドライン(※CSS3は除く)を紹介しますので、ご参考ください。
参照ガイドライン1:mozilla.org Base Styles
有名なCSSコーディングガイドライン「mozilla.org Base Styles」に示されている、プロパティ記述順は以下のとおりです。
- display
- list-style
- position
- float
- clear
- width
- height
- margin
- padding
- border
- background
- color
- font
- text-decoration
- text-align
- vertical-align
- white-space
- other text
- content
参照ガイドライン2:CSS2 Specification
W3CのCSSコーディングガイドラインあるCSS2 Specificationも、参考にされている方が多いです。
CSS2 Specificationにおける、記述順ルールは下記となっています。
- Media types(メディアタイプ)
- Box model(ボックスモデル)
- Visual formatting model(視覚整形モデル)
- Visual formatting model details(視覚整形モデル詳細)
- Visual effects(視覚効果)
- Generated content, automatic numbering, and lists(生成されたコンテンツ、自動採番、およびリスト)
- Paged media(ページ媒体)
- Colors and Backgrounds(色と背景)
- Fonts(フォント)
- Text(テキスト)
- Tables(テーブル)
- User interface(ユーザー·インターフェース)
- Aural style sheets(聴覚スタイルシート)
私が日々のコーディングで使用しているガイドライン
上記2つをもとにした、私が仕事で使用しているプロパティ記述順のガイドラインを紹介しますので、ぜひお役立ていただければと思います。
視覚フォーマットモデル
- display
- position
- top
- right
- bottom
- left
- z-index
- float
- clear
- direction
- unicode-bidi
- min-width
- width
- max-width
- min-height
- height
- max-height
- line-height
- vertical-align
視覚効果
- overflow
- clip
- visibility
ボックスモデル
- margin
- margin-top
- margin-right
- margin-bottom
- margin-left
- padding
- padding-top
- padding-right
- padding-bottom
- padding-left
- border
- border-width
- border-color
- border-style
- border-top
- border-right
- border-bottom
- border-left
- border-top-width
- border-right-width
- border-bottom-width
- border-left-width
- border-top-color
- border-right-color
- border-bottom-color
- border-left-color
- border-top-style
- border-right-style
- border-bottom-style
- border-left-style
生成内容,自動番号付け及びリスト
- content
- quotes
- counter-reset
- counter-increment
- marker-offset
- list-style
- list-style-type
- list-style-image
- list-style-position
カラー
- color
フォント
- font
- font-family
- font-style
- font-variant
- font-weight
- font-stretch
- font-size
- font-size-adjust
テキスト
- text-indent
- text-align
- text-decoration
- text-shadow
- letter-spacing
- word-spacing
- text-transform
- white-space
バックグラウンド
- background
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
テーブル
- caption-side
- table-layout
- border-collapse
- border-spacing
- empty-cells
- speak-header
UI
- cursor
- outline
- outline-width
- outline-style
- outline-color
聴覚スタイルシート
- volume
- speak
- pause
- pause-before
- pause-after
- cue
- cue-before
- cue-after
- play-during
- azimuth
- elevation
- speech-rate
- voice-family
- pitch
- pitch-range
- stress
- richness
- speak-punctuation
- speak-numeral
超多機能でSEOに強い!ブロガー・アフィリエイターを虜にするWPテーマDIVER
国内最速のサイト表示スピード!最新技術が詰め込まれたWPテーマTHE THOR