d2dc146a by TaishiTokudome

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

1 parent e22b4d7a
...@@ -292,7 +292,8 @@ h1, h2, h3, h4, h5, h6, .site-title { ...@@ -292,7 +292,8 @@ h1, h2, h3, h4, h5, h6, .site-title {
292 .item-page h2, 292 .item-page h2,
293 body.com_monthlyarchive h2, 293 body.com_monthlyarchive h2,
294 .blog .page-header h2, 294 .blog .page-header h2,
295 .blog h2 { 295 .blog h2,
296 .archive-custom h2 {
296 font-size: 150%; 297 font-size: 150%;
297 color: #222; 298 color: #222;
298 font-weight: normal; 299 font-weight: normal;
...@@ -2356,7 +2357,8 @@ body.itemid-795 .blog .cat-children { ...@@ -2356,7 +2357,8 @@ body.itemid-795 .blog .cat-children {
2356 padding-bottom: 17px; 2357 padding-bottom: 17px;
2357 padding-top: 17px; 2358 padding-top: 17px;
2358 }*/ 2359 }*/
2359 .blog a:link, .blog a:active, .blog a:hover, .blog a:visited { 2360 .blog a:link, .blog a:active, .blog a:hover, .blog a:visited,
2361 .archive-custom a:link, .archive-custom a:active, .archive-custom a:hover, .archive-custom a:visited {
2360 color: #009fa8; 2362 color: #009fa8;
2361 } 2363 }
2362 2364
...@@ -3186,7 +3188,7 @@ body.itemid-132 table { ...@@ -3186,7 +3188,7 @@ body.itemid-132 table {
3186 } 3188 }
3187 3189
3188 /*見出し*/ 3190 /*見出し*/
3189 .item-page h2, body.com_monthlyarchive h2, .blog .page-header h2, .blog h2 { 3191 .item-page h2, body.com_monthlyarchive h2, .blog .page-header h2, .blog h2, .archive-custom h2 {
3190 font-size: 130%; 3192 font-size: 130%;
3191 padding-bottom: 20px; 3193 padding-bottom: 20px;
3192 padding-top: 20px; 3194 padding-top: 20px;
...@@ -3361,5 +3363,10 @@ body.itemid-132 table { ...@@ -3361,5 +3363,10 @@ body.itemid-132 table {
3361 } 3363 }
3362 } 3364 }
3363 3365
3364 3366 /* -------------------------------------------------------------------------
3365 3367  app/modules/mod_articles_archive_custom/tmpl/default.phpのスタイルを変更
3368 ------------------------------------------------------------------------- */
3369 .archive-module-custom {
3370 height: 300px;
3371 overflow: auto;
3372 }
...\ No newline at end of file ...\ 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!