<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									詳細ボックスの折りたたみの文字が逆さまになる - CSSカスタマイズ相談				            </title>
            <link>https://wp-cocoon.com/community/customs/%e8%a9%b3%e7%b4%b0%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%81%ae%e6%8a%98%e3%82%8a%e3%81%9f%e3%81%9f%e3%81%bf%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%86%e3%81%95%e3%81%be%e3%81%ab%e3%81%aa%e3%82%8b/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Sun, 06 Sep 2026 18:37:58 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: 詳細ボックスの折りたたみの文字が逆さまになる</title>
                        <link>https://wp-cocoon.com/community/customs/%e8%a9%b3%e7%b4%b0%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%81%ae%e6%8a%98%e3%82%8a%e3%81%9f%e3%81%9f%e3%81%bf%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%86%e3%81%95%e3%81%be%e3%81%ab%e3%81%aa%e3%82%8b/#post-43726</link>
                        <pubDate>Tue, 05 Jan 2021 10:01:12 +0000</pubDate>
                        <description><![CDATA[ご回答ありがとうございます！
できました！どうもお手数おかけいたしました！
どうもありがとうございます！]]></description>
                        <content:encoded><![CDATA[<p>ご回答ありがとうございます！</p>
<p>できました！どうもお手数おかけいたしました！</p>
<p>どうもありがとうございます！</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>kouichi</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e8%a9%b3%e7%b4%b0%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%81%ae%e6%8a%98%e3%82%8a%e3%81%9f%e3%81%9f%e3%81%bf%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%86%e3%81%95%e3%81%be%e3%81%ab%e3%81%aa%e3%82%8b/#post-43726</guid>
                    </item>
				                    <item>
                        <title>RE: 詳細ボックスの折りたたみの文字が逆さまになる</title>
                        <link>https://wp-cocoon.com/community/customs/%e8%a9%b3%e7%b4%b0%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%81%ae%e6%8a%98%e3%82%8a%e3%81%9f%e3%81%9f%e3%81%bf%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%86%e3%81%95%e3%81%be%e3%81%ab%e3%81%aa%e3%82%8b/#post-43724</link>
                        <pubDate>Tue, 05 Jan 2021 07:20:42 +0000</pubDate>
                        <description><![CDATA[@kouichiさん
 
文字がさかさまになるのは
.details-checkbox:checked ~ .details-button:before {transform: rotate(180deg);}
の部分でさかさまになるように指定してあるからです。
なので、
.details-checkbox:checked ~ .details-button:bef...]]></description>
                        <content:encoded><![CDATA[<p>@kouichiさん</p>
<p> </p>
<p>文字がさかさまになるのは</p>
<pre><span>.details-checkbox:checked ~ .details-button:before {</span><br /><span>transform: rotate(180deg);</span><br /><span>}</span></pre>
<p>の部分でさかさまになるように指定してあるからです。</p>
<p>なので、</p>
<pre><span>.details-checkbox:checked ~ .details-button:before {</span><br /><span>content: '\f13a　閉じる';</span><br /><span>}</span></pre>
<p>にしてあげるといいと思います。</p>
<div id="gtx-trans">
<div class="gtx-trans-icon"> </div>
</div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>mofumofu</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e8%a9%b3%e7%b4%b0%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%81%ae%e6%8a%98%e3%82%8a%e3%81%9f%e3%81%9f%e3%81%bf%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%86%e3%81%95%e3%81%be%e3%81%ab%e3%81%aa%e3%82%8b/#post-43724</guid>
                    </item>
				                    <item>
                        <title>詳細ボックスの折りたたみの文字が逆さまになる</title>
                        <link>https://wp-cocoon.com/community/customs/%e8%a9%b3%e7%b4%b0%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%81%ae%e6%8a%98%e3%82%8a%e3%81%9f%e3%81%9f%e3%81%bf%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%86%e3%81%95%e3%81%be%e3%81%ab%e3%81%aa%e3%82%8b/#post-43723</link>
                        <pubDate>Tue, 05 Jan 2021 04:37:34 +0000</pubDate>
                        <description><![CDATA[先日は雑談での詳細ボックスの情報を頂きましてCSSを参考にして、Font Awesomeの読み込みとバージョン5から指定が変わりこちらも変更してアイコンも表示ができたのですが、詳細文字がクリックすると文字が逆さまになり、これを【閉じる】に変更と文字を通常状態にするにはどうしたらいいのでしょうか？
お手数ですがどうぞよろしくお願い致します。
URL
CSS
/* ====...]]></description>
                        <content:encoded><![CDATA[<p>先日は雑談での詳細ボックスの情報を頂きましてCSSを参考にして、<span>Font Awesomeの読み込みとバージョン5から指定が変わりこちらも変更してアイコンも表示ができたのですが、詳細文字がクリックすると文字が逆さまになり、</span><span>これを【閉じる】に変更と文字を通常状態にするにはどうしたらいいのでしょうか？</span></p>
<p>お手数ですがどうぞよろしくお願い致します。</p>
<p>URL</p>
<p>https://bodogeholiday.com/2021/01/05/65/?preview_id=65&amp;preview_nonce=47cb45660a&amp;_thumbnail_id=-1&amp;preview=true</p>
<p>CSS</p>
<p>/* ============================== *<br />* 詳細折りたたみボックス<br />* ============================== */<br />.details-wrap {<br />position: relative;<br />}<br />.details-content {<br />max-height: 150px;<br />overflow: hidden;<br />transition: 0.3s;<br />}<br />.details-content:after {<br />content: "";<br />background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);<br />width: 100%;<br />height: 100px;<br />display: block;<br />position: absolute;<br />bottom: 0;<br />left: 0;<br />pointer-events: none;<br />}<br />.details-checkbox {<br />display: none;<br />}<br />.details-button {<br />height: 45px;<br />width: 100%;<br />border-width: 4px;<br />border-style: none none double;<br />border-color: rgba(104, 166, 197, 0.5);<br />cursor: pointer;<br />position: absolute;<br />bottom: 0;<br />z-index: 1;<br />overflow: hidden;<br />text-align: center;<br />}<br />.details-button:before {<br />font-size: 30px;<br />height: 45px;<br />line-height: 1;<br />content: '\f139　詳細';<br />color: #68a6c5;<br />text-shadow: 0 0 10px #fff;<br />font-family: "Font Awesome 5 Free";<br />display: block;<br />margin: 0 0 1em;<br />opacity: 0.5;<br />font-weight: 900;<br />}<br />.details-button:hover:before {<br />opacity: 0.8;<br />}<br />.details-checkbox:checked ~ .details-content {<br />max-height: none;<br />padding-bottom: 40px;<br />}<br />.details-checkbox:checked ~ .details-button {<br />border-bottom: none;<br />border-top-style: double;<br />}</p>
<p>.details-checkbox:checked ~ .details-button:before {<br />transform: rotate(180deg);<br />}</p>
<p>.details-checkbox:checked ~ .details-content:after {<br />display: none;<br />}</p>
<p> </p>
<p>/* -------------------------------<br />* クラシックエディタを使っていて<br />* 勝手に段落が追加される(変な余白が出る)場合<br />* ------------------------------- */<br />.details-wrap p:empty {<br />display: none;<br />}</p>
<p> </p>
<p> </p>
<p> </p>
<div id="wpfa-20299" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1609821454-https-bodogeholiday-com-2021-01-05-65-preview_id-65-preview_nonce-47cb45660a-_thumbnail_id-1-preview-true.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;https-bodogeholiday-com-2021-01-05-65-preview_id-65-preview_nonce-47cb45660a-_thumbnail_id-1-preview-true.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/customs/">CSSカスタマイズ相談</category>                        <dc:creator>kouichi</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/customs/%e8%a9%b3%e7%b4%b0%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%81%ae%e6%8a%98%e3%82%8a%e3%81%9f%e3%81%9f%e3%81%bf%e3%81%ae%e6%96%87%e5%ad%97%e3%81%8c%e9%80%86%e3%81%95%e3%81%be%e3%81%ab%e3%81%aa%e3%82%8b/#post-43723</guid>
                    </item>
							        </channel>
        </rss>
		