{"id":15582,"date":"2025-01-16T12:08:07","date_gmt":"2025-01-16T03:08:07","guid":{"rendered":"https:\/\/tcd-manual.net\/?p=15582"},"modified":"2025-01-16T12:09:35","modified_gmt":"2025-01-16T03:09:35","slug":"__trashed-3-56","status":"publish","type":"post","link":"https:\/\/tcd-manual.net\/?p=15582","title":{"rendered":"TCD\u30c6\u30fc\u30deSOLARIS\uff1a\u56fa\u5b9a\u30da\u30fc\u30b8\u306e\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u30fc\u3067\u3082\u898b\u51fa\u3057\u3092\u8868\u793a\u3055\u305b\u308b\u65b9\u6cd5"},"content":{"rendered":"<h2 class=\"styled_h2\">Q.\u8cea\u554f\u5185\u5bb9<\/h2>\n<p>\u30fb\u30a2\u30fc\u30ab\u30a4\u30d6\u30da\u30fc\u30b8\u3067\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u898b\u51fa\u3057\u3092\u3001\u56fa\u5b9a\u30da\u30fc\u30b8\u3067\u3082\u8868\u793a\u3055\u305b\u305f\u3044\u3067\u3059\u3002<br \/>\n\u30fb\u30da\u30fc\u30b8\u306b\u3088\u3063\u3066\u306f\u3001\u30da\u30fc\u30b8\u306e\u30d8\u30c3\u30c0\u30fc\u306e\u4e0b\u90e8\u306b\u6b63\u65b9\u5f62\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u304c\u3001\u56fa\u5b9a\u30da\u30fc\u30b8\u3067\u3082\u540c\u3058\u8868\u793a\u3092\u3055\u305b\u305f\u3044\u3067\u3059\u3002<\/p>\n<p>\u25bc\u5909\u66f4\u7b87\u6240\u30a4\u30e1\u30fc\u30b8<br \/>\n<img decoding=\"async\" class=\"frame\" src=\"https:\/\/tcd-manual.net\/wp-content\/uploads\/2025\/01\/solaris-page.jpg\" alt=\"\u5909\u66f4\u7b87\u6240\u30a4\u30e1\u30fc\u30b8\" \/><\/p>\n<p class=\"styled_h2\">A.\u4e0b\u8a18\u306e\u65b9\u6cd5\u3067\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<p>\u5404\u8a18\u4e8b\u5185\u300c\u30ab\u30b9\u30bf\u30e0CSS\u300d\u306e\u5165\u529b\u67a0\u306b\u4e0b\u8a18\u306eCSS\u3092\u8ffd\u8a18\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n#page_header{\r\n    overflow: unset;\r\n    margin-bottom: 60px;\r\n}\r\n\r\n#page_header:before{\r\n    content: &#039;PAGE&#039;;\/**** \u4efb\u610f\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 ****\/\r\n    background: #00729f;\/**** \u4efb\u610f\u306e\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9\u306b\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002 ****\/\r\n    line-height: 165px;\/**** \u5c0f\u898b\u51fa\u3057\u304c\u306a\u3044\u5834\u5408\u306f200px\u306b\u3057\u3066\u304f\u3060\u3055\u3044 ****\/\r\n    width: 200px;\r\n    height: 200px;\r\n    bottom: -100px;\r\n    position: absolute;\r\n    z-index: 999999;\r\n    right: 0;\r\n    left: 0;\r\n    margin: auto;\r\n    color: #fff;\r\n    text-align: center;\r\n    font-weight: 600;\r\n    font-size: 24px;\r\n}\r\n\r\n\/**** \u5c0f\u898b\u51fa\u3057\u304c\u3042\u308b\u5834\u5408\u306e\u307f\u8ffd\u8a18 ****\/\r\n#page_header:after{\r\n    content: &#039;\u56fa\u5b9a\u30da\u30fc\u30b8&#039;;\/**** \u4efb\u610f\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 ****\/\r\n    bottom: -115px;\r\n    line-height: 200px;\r\n    position: absolute;\r\n    z-index: 999999;\r\n    right: 0;\r\n    left: 0;\r\n    margin: auto;\r\n    color: #fff;\r\n    text-align: center;\r\n    font-size: 14px;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n    #page_header:before{\r\n        line-height: 95px;\/**** \u5c0f\u898b\u51fa\u3057\u304c\u306a\u3044\u5834\u5408\u306f120px ****\/\r\n        width: 120px;\r\n        height: 120px;\r\n        bottom: -60px;\r\n        font-size: 18px;\r\n    }\r\n    \/**** \u5c0f\u898b\u51fa\u3057\u304c\u3042\u308b\u5834\u5408\u306e\u307f\u8ffd\u8a18 ****\/\r\n    #page_header:after{\r\n        font-size: 12px;\r\n        bottom: -115px;\r\n    }\r\n}\r\n<\/pre>\n<p>\u88dc\u8db3\uff09<br \/>\n\u30fb\u5c0f\u898b\u51fa\u3057\u306e\u6539\u884c\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u3001\u30c6\u30fc\u30de\uff08page.php\uff09\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059\u3002<br \/>\n\u30fb\u30b5\u30a4\u30c8\u306e\u8a2d\u5b9a\u72b6\u6cc1\u306b\u3088\u308a\u3001font-family\u306a\u3069\u306e\u6307\u5b9a\u304c\u5225\u9014\u5fc5\u8981\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Q.\u8cea\u554f\u5185\u5bb9 \u30fb\u30a2\u30fc\u30ab\u30a4\u30d6\u30da\u30fc\u30b8\u3067\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u898b\u51fa\u3057\u3092\u3001\u56fa\u5b9a\u30da\u30fc\u30b8\u3067\u3082\u8868\u793a\u3055\u305b\u305f\u3044\u3067\u3059\u3002 \u30fb\u30da\u30fc\u30b8\u306b\u3088\u3063\u3066\u306f\u3001\u30da\u30fc\u30b8\u306e\u30d8\u30c3\u30c0\u30fc\u306e\u4e0b\u90e8\u306b\u6b63\u65b9\u5f62\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u304c\u3001\u56fa\u5b9a\u30da\u30fc\u30b8\u3067\u3082\u540c\u3058\u8868\u793a\u3092\u3055\u305b\u305f\u3044\u3067\u3059\u3002 \u25bc\u5909\u66f4\u7b87\u6240 [&hellip;]","protected":false},"author":21,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[832],"tags":[666,67],"class_list":["post-15582","post","type-post","status-publish","format-standard","hentry","category-tcd088","tag-666","tag-page"],"_links":{"self":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/15582","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15582"}],"version-history":[{"count":5,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/15582\/revisions"}],"predecessor-version":[{"id":15589,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=\/wp\/v2\/posts\/15582\/revisions\/15589"}],"wp:attachment":[{"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15582"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=15582"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tcd-manual.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=15582"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}