aa6b3670 by root

blogクラスのスタイルをarchive-customクラスに反映

1 parent 243e9a02
...@@ -61,7 +61,8 @@ a.outlink { ...@@ -61,7 +61,8 @@ a.outlink {
61 color: #009fa8; 61 color: #009fa8;
62 } 62 }
63 .item-page h4 a, 63 .item-page h4 a,
64 .blog h4 a { 64 .blog h4 a,
65 .archive-custom h4 a {
65 background: url(../images/bg_arrow01.png) no-repeat left 4px; 66 background: url(../images/bg_arrow01.png) no-repeat left 4px;
66 min-height: 20px; 67 min-height: 20px;
67 padding-left: 25px; 68 padding-left: 25px;
...@@ -74,7 +75,11 @@ a.outlink { ...@@ -74,7 +75,11 @@ a.outlink {
74 .blog h4 a:link, 75 .blog h4 a:link,
75 .blog h4 a:active, 76 .blog h4 a:active,
76 .blog h4 a:hover, 77 .blog h4 a:hover,
77 .blog h4 a:visited { 78 .blog h4 a:visited,
79 .archive-custom h4 a:link,
80 .archive-custom h4 a:active,
81 .archive-custom h4 a:hover,
82 .archive-custom h4 a:visited {
78 color: #fff !important; 83 color: #fff !important;
79 } 84 }
80 .sp, .sp_gnavi { 85 .sp, .sp_gnavi {
...@@ -87,7 +92,8 @@ a.outlink { ...@@ -87,7 +92,8 @@ a.outlink {
87 display: none; 92 display: none;
88 } 93 }
89 .item-page .icons, 94 .item-page .icons,
90 .blog .icons { 95 .blog .icons,
96 .archive-custom .icons {
91 /*display: none;*/ 97 /*display: none;*/
92 } 98 }
93 table { 99 table {
...@@ -283,6 +289,11 @@ h1, h2, h3, h4, h5, h6, .site-title { ...@@ -283,6 +289,11 @@ h1, h2, h3, h4, h5, h6, .site-title {
283 .blog h4, 289 .blog h4,
284 .blog h5, 290 .blog h5,
285 291
292 .archive-custom h2,
293 .archive-custom h3,
294 .archive-custom h4,
295 .archive-custom h5,
296
286 #content h2, 297 #content h2,
287 #content h3, 298 #content h3,
288 #content h4, 299 #content h4,
...@@ -293,6 +304,7 @@ h1, h2, h3, h4, h5, h6, .site-title { ...@@ -293,6 +304,7 @@ h1, h2, h3, h4, h5, h6, .site-title {
293 body.com_monthlyarchive h2, 304 body.com_monthlyarchive h2,
294 .blog .page-header h2, 305 .blog .page-header h2,
295 .blog h2, 306 .blog h2,
307 .archive-custom .page-header h2,
296 .archive-custom h2 { 308 .archive-custom h2 {
297 font-size: 150%; 309 font-size: 150%;
298 color: #222; 310 color: #222;
...@@ -305,7 +317,7 @@ body.com_monthlyarchive h2, ...@@ -305,7 +317,7 @@ body.com_monthlyarchive h2,
305 .uk-scope .uk-margin-top { 317 .uk-scope .uk-margin-top {
306 margin-top: 9px !important; 318 margin-top: 9px !important;
307 } 319 }
308 #content h3, .item-page h3, .blog h3 { 320 #content h3, .item-page h3, .blog h3, .archive-custom h2 {
309 border-left: 5px solid #003894; 321 border-left: 5px solid #003894;
310 font-size: 130%; 322 font-size: 130%;
311 font-weight: normal; 323 font-weight: normal;
...@@ -314,7 +326,7 @@ body.com_monthlyarchive h2, ...@@ -314,7 +326,7 @@ body.com_monthlyarchive h2,
314 margin-top: 20px; 326 margin-top: 20px;
315 padding: 10px 0 10px 15px; 327 padding: 10px 0 10px 15px;
316 } 328 }
317 .item-page h4, .blog h4 { 329 .item-page h4, .blog h4, .archive-custom h4 {
318 background-color: #00857F; 330 background-color: #00857F;
319 color: #fff; 331 color: #fff;
320 font-size: 110%; 332 font-size: 110%;
...@@ -323,7 +335,7 @@ body.com_monthlyarchive h2, ...@@ -323,7 +335,7 @@ body.com_monthlyarchive h2,
323 margin-top: 50px; 335 margin-top: 50px;
324 padding: 7px 10px; 336 padding: 7px 10px;
325 } 337 }
326 .item-page h5, .blog h5 { 338 .item-page h5, .blog h5, .archive-custom h5 {
327 font-size: 120%; 339 font-size: 120%;
328 font-weight: normal; 340 font-weight: normal;
329 background: url(../images/bg_h5.png) no-repeat left center; 341 background: url(../images/bg_h5.png) no-repeat left center;
...@@ -540,14 +552,19 @@ div.search input.button { ...@@ -540,14 +552,19 @@ div.search input.button {
540 552
541 .blog .subnavi01 ol, 553 .blog .subnavi01 ol,
542 .blog .subnavi01 ul, 554 .blog .subnavi01 ul,
543 .blog .subnavi01 ul.style01 { 555 .blog .subnavi01 ul.style01,
556 .archive-custom .subnavi01 ol,
557 .archive-custom .subnavi01 ul,
558 .archive-custom .subnavi01 ul.style01 {
544 overflow: hidden; 559 overflow: hidden;
545 margin: 0; 560 margin: 0;
546 } 561 }
547 .item-page .subnavi01 ol li, 562 .item-page .subnavi01 ol li,
548 .item-page .subnavi01 ul li, 563 .item-page .subnavi01 ul li,
549 .blog .subnavi01 ol li, 564 .blog .subnavi01 ol li,
550 .blog .subnavi01 ul li { 565 .blog .subnavi01 ul li,
566 .archive-custom.subnavi01 ol li,
567 .archive-custom .subnavi01 ul li {
551 float: left; 568 float: left;
552 list-style-type: none; 569 list-style-type: none;
553 width: 33.3%; 570 width: 33.3%;
...@@ -559,24 +576,29 @@ div.search input.button { ...@@ -559,24 +576,29 @@ div.search input.button {
559 .item-page .subnavi01 ul.style01 li, 576 .item-page .subnavi01 ul.style01 li,
560 .item-page .subnavi01 ol.style01 li, 577 .item-page .subnavi01 ol.style01 li,
561 .blog .subnavi01 ul.style01 li, 578 .blog .subnavi01 ul.style01 li,
562 .blog .subnavi01 ol.style01 li { 579 .blog .subnavi01 ol.style01 li,
580 .archive-custom .subnavi01 ul.style01 li,
581 .archive-custom .subnavi01 ol.style01 li {
563 width: 50%; 582 width: 50%;
564 padding-right: 20px; 583 padding-right: 20px;
565 box-sizing: border-box; 584 box-sizing: border-box;
566 } 585 }
567 .item-page .subnavi01 ol.style01 li, 586 .item-page .subnavi01 ol.style01 li,
568 .blog .subnavi01 ol.style01 li { 587 .blog .subnavi01 ol.style01 li,
588 .archive-custom .subnavi01 ol.style01 li {
569 border: none; 589 border: none;
570 padding-bottom: inherit; 590 padding-bottom: inherit;
571 margin-bottom: 15px; 591 margin-bottom: 15px;
572 } 592 }
573 593
574 .item-page .subnavi01 ul.style02 li, 594 .item-page .subnavi01 ul.style02 li,
575 .blog .subnavi01 ul.style02 li { 595 .blog .subnavi01 ul.style02 li,
596 .archive-custom .subnavi01 ul.style02 li {
576 width: inherit; 597 width: inherit;
577 } 598 }
578 .item-page .subnavi01 ul.style03 li, 599 .item-page .subnavi01 ul.style03 li,
579 .blog .subnavi01 ul.style03 li { 600 .blog .subnavi01 ul.style03 li,
601 .archive-custom .subnavi01 ul.style03 li {
580 width: auto; 602 width: auto;
581 float: none; 603 float: none;
582 } 604 }
...@@ -1098,7 +1120,8 @@ div#n2-ss-64 .n2-ss-slide { ...@@ -1098,7 +1120,8 @@ div#n2-ss-64 .n2-ss-slide {
1098 overflow: hidden; 1120 overflow: hidden;
1099 } 1121 }
1100 .item-page #topinfo_twitarea h2, 1122 .item-page #topinfo_twitarea h2,
1101 .blog #topinfo_twitarea h2 { 1123 .blog #topinfo_twitarea h2,
1124 .archive-custom #topinfo_twitarea h2 {
1102 border: none; 1125 border: none;
1103 text-align: center; 1126 text-align: center;
1104 margin: 0 0 20px; 1127 margin: 0 0 20px;
...@@ -1476,7 +1499,8 @@ table.Cindex .ph { ...@@ -1476,7 +1499,8 @@ table.Cindex .ph {
1476 margin-bottom: 15px; 1499 margin-bottom: 15px;
1477 } 1500 }
1478 .item-page table.Cindex ul, 1501 .item-page table.Cindex ul,
1479 .blog table.Cindex ul{ 1502 .blog table.Cindex ul,
1503 .archive-custom table.Cindex ul {
1480 margin: 0; 1504 margin: 0;
1481 font-size: 90%; 1505 font-size: 90%;
1482 } 1506 }
...@@ -1529,7 +1553,8 @@ td.num01 { ...@@ -1529,7 +1553,8 @@ td.num01 {
1529 } 1553 }
1530 1554
1531 .item-page table ul, 1555 .item-page table ul,
1532 .blog table ul { 1556 .blog table ul,
1557 .archive-custom table ul {
1533 margin: 0 0 0 15px; 1558 margin: 0 0 0 15px;
1534 } 1559 }
1535 1560
...@@ -1576,16 +1601,19 @@ table.style01 th.group { ...@@ -1576,16 +1601,19 @@ table.style01 th.group {
1576 width: 12%; 1601 width: 12%;
1577 } 1602 }
1578 .item-page table.style01 ul li, 1603 .item-page table.style01 ul li,
1579 .blog table.style01 ul li { 1604 .blog table.style01 ul li,
1605 .archive-custom table.style01 ul li {
1580 list-style-type: none; 1606 list-style-type: none;
1581 margin: 0; 1607 margin: 0;
1582 } 1608 }
1583 .item-page table.style01 ul.mark, 1609 .item-page table.style01 ul.mark,
1584 .blog table.style01 ul.mark { 1610 .blog table.style01 ul.mark,
1611 .archive-custom table.style01 ul.mark {
1585 margin-left: 20px; 1612 margin-left: 20px;
1586 } 1613 }
1587 .item-page table.style01 ul.mark li, 1614 .item-page table.style01 ul.mark li,
1588 .blog table.style01 ul.mark li { 1615 .blog table.style01 ul.mark li,
1616 .archive-custom table.style01 ul.mark li {
1589 list-style-type: disc; 1617 list-style-type: disc;
1590 margin-bottom: 7px; 1618 margin-bottom: 7px;
1591 } 1619 }
...@@ -1696,33 +1724,40 @@ address .title { ...@@ -1696,33 +1724,40 @@ address .title {
1696 ul, ol { 1724 ul, ol {
1697 } 1725 }
1698 .item-page ul, .item-page ol, 1726 .item-page ul, .item-page ol,
1699 .blog ul, .blog ol { 1727 .blog ul, .blog ol,
1728 .archive-custom ul, .archive-custom ol {
1700 margin-bottom: 30px; 1729 margin-bottom: 30px;
1701 } 1730 }
1702 .item-page ul ul, .item-page ol ul, 1731 .item-page ul ul, .item-page ol ul,
1703 .item-page ul ol, .item-page ol ol, 1732 .item-page ul ol, .item-page ol ol,
1704 .blog ul ul, .blog ol ul, 1733 .blog ul ul, .blog ol ul,
1705 .blog ul ol, .blog ol ul { 1734 .blog ul ol, .blog ol ul,
1735 .archive-custom ul ul, .archive-custom ol ul,
1736 .archive-custom ul ol, .archive-custom ol ul {
1706 margin-left: 20px; 1737 margin-left: 20px;
1707 margin-top: 10px; 1738 margin-top: 10px;
1708 } 1739 }
1709 .item-page ul li, .item-page ol li, 1740 .item-page ul li, .item-page ol li,
1710 .blog ul li, .blog ol li { 1741 .blog ul li, .blog ol li,
1742 .archive-custom ul li, .archive-custom ol li {
1711 margin-bottom: 12px; 1743 margin-bottom: 12px;
1712 1744
1713 margin-bottom: 15px; 1745 margin-bottom: 15px;
1714 } 1746 }
1715 .item-page ul li, 1747 .item-page ul li,
1716 .blog ul li { 1748 .blog ul li,
1749 .archive-custom ul li {
1717 list-style-type: disc; 1750 list-style-type: disc;
1718 line-height: 1.5; 1751 line-height: 1.5;
1719 } 1752 }
1720 .item-page li ul 1753 .item-page li ul
1721 .blog li ul { 1754 .blog li ul,
1755 .archive-custom li ul {
1722 margin-top: 15px; 1756 margin-top: 15px;
1723 } 1757 }
1724 .item-page ul.kome, 1758 .item-page ul.kome,
1725 .blog ul.kome { 1759 .blog ul.kome,
1760 .archive-custom ul.kome {
1726 /*margin-left: 10px;*/ 1761 /*margin-left: 10px;*/
1727 } 1762 }
1728 .item-page ul.kome li, 1763 .item-page ul.kome li,
...@@ -1740,17 +1775,20 @@ ol li .title { ...@@ -1740,17 +1775,20 @@ ol li .title {
1740 padding-bottom: 5px; 1775 padding-bottom: 5px;
1741 } 1776 }
1742 .item-page ol.style01 li, 1777 .item-page ol.style01 li,
1743 .blog ol.style01 li { 1778 .blog ol.style01 li,
1779 .archive-custom ol.style01 li {
1744 border-bottom: 1px solid #b3caf0; 1780 border-bottom: 1px solid #b3caf0;
1745 padding-bottom: 10px; 1781 padding-bottom: 10px;
1746 margin-bottom: 20px; 1782 margin-bottom: 20px;
1747 } 1783 }
1748 .item-page ol.style01 li ul, 1784 .item-page ol.style01 li ul,
1749 .blog ol.style01 li ul { 1785 .blog ol.style01 li ul,
1786 .archive-custom ol.style01 li ul {
1750 margin-bottom: 0; 1787 margin-bottom: 0;
1751 } 1788 }
1752 .item-page ol.style01 li li, 1789 .item-page ol.style01 li li,
1753 .blog ol.style01 li li { 1790 .blog ol.style01 li li,
1791 .archive-custom ol.style01 li li {
1754 border: none; 1792 border: none;
1755 margin-bottom: 10px; 1793 margin-bottom: 10px;
1756 } 1794 }
...@@ -1921,7 +1959,8 @@ dl.article-info dd.create { ...@@ -1921,7 +1959,8 @@ dl.article-info dd.create {
1921 margin-bottom: 20px; 1959 margin-bottom: 20px;
1922 } 1960 }
1923 .item-page .bikoubox01 ul.kome, 1961 .item-page .bikoubox01 ul.kome,
1924 .blog .bikoubox01 ul.kome { 1962 .blog .bikoubox01 ul.kome,
1963 .archive-custom .bikoubox01 ul.kome {
1925 margin-left: 0; 1964 margin-left: 0;
1926 } 1965 }
1927 .bikoubox01 .title { 1966 .bikoubox01 .title {
...@@ -2103,7 +2142,13 @@ table.listimg td { ...@@ -2103,7 +2142,13 @@ table.listimg td {
2103 .blog .wrap_fac .subnavi02 ul li a:link, 2142 .blog .wrap_fac .subnavi02 ul li a:link,
2104 .blog .wrap_fac .subnavi02 ul li a:active, 2143 .blog .wrap_fac .subnavi02 ul li a:active,
2105 .blog .wrap_fac .subnavi02 ul li a:hover, 2144 .blog .wrap_fac .subnavi02 ul li a:hover,
2106 .blog .wrap_fac .subnavi02 ul li a:visited { 2145 .blog .wrap_fac .subnavi02 ul li a:visited,
2146
2147 .archive-custom .wrap_fac .subnavi02 ul li a,
2148 .archive-custom .wrap_fac .subnavi02 ul li a:link,
2149 .archive-custom .wrap_fac .subnavi02 ul li a:active,
2150 .archive-custom .wrap_fac .subnavi02 ul li a:hover,
2151 .archive-custom .wrap_fac .subnavi02 ul li a:visited {
2107 color: #333 !important; 2152 color: #333 !important;
2108 } 2153 }
2109 2154
...@@ -2211,7 +2256,8 @@ table.listimg td { ...@@ -2211,7 +2256,8 @@ table.listimg td {
2211 /*競技成績一覧ページ 2256 /*競技成績一覧ページ
2212 https://www.nifs-k.ac.jp/campus-life/activities/record.html 2257 https://www.nifs-k.ac.jp/campus-life/activities/record.html
2213 */ 2258 */
2214 body.itemid-795 .blog .cat-children { 2259 body.itemid-795 .blog .cat-children,
2260 body.itemid-795 .archive-custom .cat-children {
2215 display: none; 2261 display: none;
2216 } 2262 }
2217 2263
...@@ -2273,7 +2319,19 @@ body.itemid-795 .blog .cat-children { ...@@ -2273,7 +2319,19 @@ body.itemid-795 .blog .cat-children {
2273 .blog #wrap_sitemap a:link, 2319 .blog #wrap_sitemap a:link,
2274 .blog #wrap_sitemap a:active, 2320 .blog #wrap_sitemap a:active,
2275 .blog #wrap_sitemap a:hover, 2321 .blog #wrap_sitemap a:hover,
2276 .blog #wrap_sitemap a:visited { 2322 .blog #wrap_sitemap a:visited,
2323
2324 .archive-custom #wrap_sitemap ul li a,
2325 .archive-custom #wrap_sitemap ul li a:link,
2326 .archive-custom #wrap_sitemap ul li a:active,
2327 .archive-custom #wrap_sitemap ul li a:hover,
2328 .archive-custom #wrap_sitemap ul li a:visited,
2329
2330 .archive-custom #wrap_sitemap a,
2331 .archive-custom #wrap_sitemap a:link,
2332 .archive-custom #wrap_sitemap a:active,
2333 .archive-custom #wrap_sitemap a:hover,
2334 .archive-custom #wrap_sitemap a:visited {
2277 color: #003894; 2335 color: #003894;
2278 } 2336 }
2279 2337
...@@ -2351,7 +2409,8 @@ body.itemid-795 .blog .cat-children { ...@@ -2351,7 +2409,8 @@ body.itemid-795 .blog .cat-children {
2351 /* ------------------------------------------------------------------------- 2409 /* -------------------------------------------------------------------------
2352 ブログ系(information) 2410 ブログ系(information)
2353 ------------------------------------------------------------------------- */ 2411 ------------------------------------------------------------------------- */
2354 /*.blog .page-header h2 { 2412 /*.blog .page-header h2,
2413 .archive-custom .page-header h2 {
2355 margin-top: 30px; 2414 margin-top: 30px;
2356 font-size: 130%; 2415 font-size: 130%;
2357 padding-bottom: 17px; 2416 padding-bottom: 17px;
...@@ -2362,7 +2421,8 @@ body.itemid-795 .blog .cat-children { ...@@ -2362,7 +2421,8 @@ body.itemid-795 .blog .cat-children {
2362 color: #009fa8; 2421 color: #009fa8;
2363 } 2422 }
2364 2423
2365 body.itemid-792 .blog .cat-children { 2424 body.itemid-792 .blog .cat-children,
2425 body.itemid-792 .archive-custom .cat-children {
2366 display: none; 2426 display: none;
2367 } 2427 }
2368 2428
...@@ -3041,12 +3101,14 @@ body.itemid-132 table { ...@@ -3041,12 +3101,14 @@ body.itemid-132 table {
3041 } 3101 }
3042 3102
3043 .item-page .subnavi01 ol li, .item-page .subnavi01 ul li, 3103 .item-page .subnavi01 ol li, .item-page .subnavi01 ul li,
3044 .blog .subnavi01 ol li, .blog .subnavi01 ul li { 3104 .blog .subnavi01 ol li, .blog .subnavi01 ul li,
3105 .archive-custom .subnavi01 ol li, .archive-custom .subnavi01 ul li {
3045 width: auto; 3106 width: auto;
3046 margin-right: 30px; 3107 margin-right: 30px;
3047 } 3108 }
3048 .item-page .subnavi01 ul.style01 li, .item-page .subnavi01 ol.style01 li, 3109 .item-page .subnavi01 ul.style01 li, .item-page .subnavi01 ol.style01 li,
3049 .blog .subnavi01 ul.style01 li, .blog .subnavi01 ol.style01 li { 3110 .blog .subnavi01 ul.style01 li, .blog .subnavi01 ol.style01 li,
3111 .archive-custom .subnavi01 ul.style01 li, .archive-custom .subnavi01 ol.style01 li {
3050 width: 100%; 3112 width: 100%;
3051 float: none; 3113 float: none;
3052 } 3114 }
...@@ -3188,7 +3250,7 @@ body.itemid-132 table { ...@@ -3188,7 +3250,7 @@ body.itemid-132 table {
3188 } 3250 }
3189 3251
3190 /*見出し*/ 3252 /*見出し*/
3191 .item-page h2, body.com_monthlyarchive h2, .blog .page-header h2, .blog h2, .archive-custom h2 { 3253 .item-page h2, body.com_monthlyarchive h2, .blog .page-header h2, .blog h2, .archive-custom .page-header h2, .archive-custom h2 {
3192 font-size: 130%; 3254 font-size: 130%;
3193 padding-bottom: 20px; 3255 padding-bottom: 20px;
3194 padding-top: 20px; 3256 padding-top: 20px;
...@@ -3273,12 +3335,12 @@ body.itemid-132 table { ...@@ -3273,12 +3335,12 @@ body.itemid-132 table {
3273 } 3335 }
3274 3336
3275 @media (max-width: 400px) { 3337 @media (max-width: 400px) {
3276 .item-page h2, .blog h2 { 3338 .item-page h2, .blog h2, .archive-custom h2 {
3277 font-size: 140%; 3339 font-size: 140%;
3278 padding-top: 20px; 3340 padding-top: 20px;
3279 padding-bottom: 20px; 3341 padding-bottom: 20px;
3280 } 3342 }
3281 .item-page h3, .blog h3 { 3343 .item-page h3, .blog h3, .archive-custom h3 {
3282 margin-bottom: 15px; 3344 margin-bottom: 15px;
3283 padding-left: 10px; 3345 padding-left: 10px;
3284 font-size: 120%; 3346 font-size: 120%;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!