d2dc146a by TaishiTokudome

アーカイブページのスタイルを指定

1 parent e22b4d7a
......@@ -292,7 +292,8 @@ h1, h2, h3, h4, h5, h6, .site-title {
.item-page h2,
body.com_monthlyarchive h2,
.blog .page-header h2,
.blog h2 {
.blog h2,
.archive-custom h2 {
font-size: 150%;
color: #222;
font-weight: normal;
......@@ -2356,7 +2357,8 @@ body.itemid-795 .blog .cat-children {
padding-bottom: 17px;
padding-top: 17px;
}*/
.blog a:link, .blog a:active, .blog a:hover, .blog a:visited {
.blog a:link, .blog a:active, .blog a:hover, .blog a:visited,
.archive-custom a:link, .archive-custom a:active, .archive-custom a:hover, .archive-custom a:visited {
color: #009fa8;
}
......@@ -3186,7 +3188,7 @@ body.itemid-132 table {
}
/*見出し*/
.item-page h2, body.com_monthlyarchive h2, .blog .page-header h2, .blog h2 {
.item-page h2, body.com_monthlyarchive h2, .blog .page-header h2, .blog h2, .archive-custom h2 {
font-size: 130%;
padding-bottom: 20px;
padding-top: 20px;
......@@ -3361,5 +3363,10 @@ body.itemid-132 table {
}
}
/* -------------------------------------------------------------------------
 app/modules/mod_articles_archive_custom/tmpl/default.phpのスタイルを変更
------------------------------------------------------------------------- */
.archive-module-custom {
height: 300px;
overflow: auto;
}
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!