less than 1 minute read

LABEL metadata


###LABEL###
LABEL JA

関連ラベルはありません。

book




hobby


label


CSS

Also https://wiki.sickhack.net/spaces/viewstylesheet.action?key=~sugarsun for in Confluence looks.

###CSS###
.wiki-content h1 {  
    border-bottom: grey solid 2px;  
    border-left: darkgrey solid 4px;  
    padding: 0.4ex 1.5ex;  
    padding-right: 1.5ex;  
    width: fit-content;  
    font-size: xx-large;  
}  
  
.wiki-content h2 {  
  border: red solid 1px;  
  font-size: x-large;  
}  
  
.wiki-content h3 {  
  border: red solid 1px;  
  font-size: x-large;  
}  
  
.wiki-content h4 {  
  border: red solid 1px;  
  font-size: large;  
}  
  
.wiki-content h5 {  
  border: red solid 1px;  
  font-size: large;  
} 

Updated: