スタイルシート

@import url(<$mt:SupportDirectoryURL$>theme_static/eiger/css/base.css);
@import url(<$mt:SupportDirectoryURL$>theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(<$mt:SupportDirectoryURL$>theme_static/eiger/css/feedback.css);


/*
/ サンプルスタイル
*/

/* Body
body {
font-size: 16px;
font-family: sans-serif;
}
*/

/* カテゴリラベルカラー
.label {
border-radius: 3px;
}

.label.category_basename {
background-color: green;
}
*/

/* Responsive (Media Query)
body {
background-color: lightgrey;
}

@media (min-width: 700px) {
background-color: whitesmoke;
}

@media (min-width: 930px) {
background-color: white;
}
*/

CSSを追加する場合は、パスを記載

追加したかわかるように。

/* CSS 20210629 大塚塚 */
@import url(/setouchi_research-center/common_shiwaku.css);

@import url(/setouchi_research-center/base_shiwaku.css);

;