操作

MediaWiki

「Tweeki.css」の版間の差分

(ページの作成:「→‎CSS placed here will affect users of the Tweeki skin: →‎blockquoteのデザイン: blockquote { max-width: 600px !important; padding: 0.5625rem 1.0rem 1.0rem 1.…」)
 
 
1行目: 1行目:
 
/* CSS placed here will affect users of the Tweeki skin */
 
/* CSS placed here will affect users of the Tweeki skin */
 +
 
/* blockquoteのデザイン */
 
/* blockquoteのデザイン */
 
blockquote {
 
blockquote {
 +
font-size: 1em !important;
 
  max-width: 600px !important;
 
  max-width: 600px !important;
 
  padding: 0.5625rem 1.0rem 1.0rem 1.1875rem !important;
 
  padding: 0.5625rem 1.0rem 1.0rem 1.1875rem !important;
 
  background-color:#CCFFFF !important;
 
  background-color:#CCFFFF !important;
 
}
 
}

2021年9月20日 (月) 09:47時点における最新版

/* CSS placed here will affect users of the Tweeki skin */

/* blockquoteのデザイン */
blockquote {
 font-size: 1em !important;
 max-width: 600px !important;
 padding: 0.5625rem 1.0rem 1.0rem 1.1875rem !important;
 background-color:#CCFFFF !important;
}