font-size (相対単位をサポート) font-weight font color background-color (透明の例外を含む) background-image background-repeat background-position background text-decoration (点滅やオーバーラインの例外を含む) vertical-align (スーパークラスだけ) text-align (中央揃え) margi...
ここでは、@font-size-base変数を例に考えてみましょう。 これは、ブートストラップが通常の本文に割り当てるサイズを指定します。 ただし、ブートストラップはこの変数を、見出しや他の要素のフォント サイズを指定するの際に使用します。 要素 : H1 のサイズは、@font-size-baseのサイズ...
transition-property: background-color, font-size, transform, color; transition-timing-function: ease-in-out; transition-duration: 3s; } @@ -81,7 +84,7 @@ transition-delay: unset; background-color: blue; color: yellow; font-size: 12px; transition-property: background-color font-size tran...
font-family: Myriad Pro; font-size:12px; } .st0 { border-style: Solid; border-color:#FFFFFF; border-color: rgba(255,255,255,1); border-width:0px; } .GRADIENT_BOX { background: -webkit-linear-gradient(0deg, rgba(255,242,0,1)0%, rgba(254,236,1,1)10.31%, rgba(253,218,4,...
IncreaseFontSize IncreaseHorizontalSpacing IncreaseIndent IncreaseVerticalSpacing InferSharp 無限大 InfoTipInline InfraredDevice 継承 InheritedForm InheritedUserControl InitializeCorrelation InitializeGitRepository InitialNode InkCanvas InkPresenter インライン 入力 InputParameter InputPin InsertClause InsertLayer InsertMa...
#font-samplep{font-family:var(--font-family,serif);font-size:var(--font-size,16pt);} 【デモ】フォントの変更 CSS アニメーション カスタムプロパティの値を動的に変更できれば、animationを制御するのに使える。 animationの設定を変更するほか、@keyframesごと差し替えたり、要素別のカス...
p:first-letter { color:#990000; font-size:2em; font-weight:bold; } 図2 :first-letter 擬似要素では最初の文字にスタイルを設定する スクリプトで同じ処理を行うには、要素を選択し、複数のメソッド (getElementById、substr、addClass など) を呼び出して、実行時に要素を操作する必要があり...
("Hello @FontFace"); label.setStyle("-fx-font-family: sample; -fx-font-size: 80;"); Scene scene = new Scene(label); scene.getStylesheets().add("http://font.samples/web?family=samples"); primaryStage.setTitle("Hello @FontFace"); primaryStage.setScene(scene); primaryStage.show(); ...
CSS ルール、セレクター、継承など、CSS の基本的な概念について説明します。また、Dreamweaver で CSS を Web ページと関連付ける方法を説明します。
exports = { plugins: [ plugin(function({ addBase, config }) { addBase({ 'h1': { fontSize: config('theme.fontSize.2xl') }, 'h2': { fontSize: config('theme.fontSize.xl') }, 'h3': { fontSize: config('theme.fontSize.lg') }, }) }) ] } addBase を使用して追加したスタ...