我らが Confluence をもっと見やすくしてやるぜというスタイルです。
ソースコードはこちら
https://gist.github.com/schktjm/0eecf946188027ec1a810f4b7fbf2e2d
Authorschktjm
LicenseNo License
Categoryconfluence
Created
Updated
Size1.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
我らが Confluence をもっと見やすくしてやるぜというスタイルです。
ソースコードはこちら
https://gist.github.com/schktjm/0eecf946188027ec1a810f4b7fbf2e2d
/* ==UserStyle==
@name Smart Confluence Style
@version 20210921.11.45
@namespace userstyles.world/user/schktjm
@description 我らが Confluence をもっと見やすくしてやるぜというスタイルです。
ソースコードはこちら
https://gist.github.com/schktjm/0eecf946188027ec1a810f4b7fbf2e2d
@author schktjm
@license No License
==/UserStyle== */
@-moz-document regexp(".*rickcloud\\.jp/wiki.*") {
h1 {
font-weight: bold;
}
body {
font-size: 14px;
color: #37352F;
line-height: 24px;
}
#main {
padding: 0px;
}
#main-header h1#title-text {
margin-left: calc((100% - 780px) / 2);
}
#content {
padding: 0;
max-width: 780px;
margin-left: auto;
margin-right: auto;
}
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4 {
font-weight: bold;
color: #37352F;
}
#main-content h1 {
margin-top: 40px;
}
#main-content h2 {
margin-top: 24px;
}
h1,
h2,
h3,
h4,
.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.pagetitle,
.steptitle,
.substeptitle,
.formtitle,
table.confluenceTable td.confluenceTd.highlight,
table.confluenceTable td.confluenceTd.highlight > p,
table.confluenceTable th.confluenceTh,
table.confluenceTable th.confluenceTh > p,
.wiki-content .tablesorter-header-inner,
table.admin th,
.form-element-large,
.form-element-small,
#toolbar #format-dropdown .format-h1 a,
#toolbar #format-dropdown .format-h2 a,
#toolbar #format-dropdown .format-h3 a,
#toolbar #format-dropdown .format-h4 a {
color: #37352F;
}
}