<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "/api/code/scrasobox/チェックボックスになるタグ_2/style.css";

 .image {
   	border-radius: 7px;
  }       
 /* ＃で始まるタグをラベル風にする */
 a[type="hashTag"], a.page-link[type="hashTag"]{
	 display: inline-block;
   	 padding: 0px 8px;
     margin: 0 6px 8px 0;
     color: #00c286;
     font-size: 0.8em;
     border: 1px solid #00c286;
     border-radius: 15px;
     transition: .3s;
     -webkit-transform: scale(1);
     transform: scale(1);
 }
 a[type="hashTag"]:hover{
 	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
 }
 
 /* 二重括弧による強調を[[マーカー]]っぽくする */
  .line strong:not([class]) { 
   	background: linear-gradient(transparent 60%, #ffeb36 60%);
   }</pre></body></html>