No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*
/*
__NOTOC__ __NOEDITSECTION__
__NOEDITSECTION__
=== 字體大小 ===
===調整大小===
<source lang="css"> */
<source lang="css"> */
body {
pre {
font-size: 1.05em;
padding: 1em;
line-height: 1em;
} /*
} /*
</source> */
</source> */


/*
/*
=== 連結底線 ===
===連結底線===
<source lang="css"> */
<source lang="css"> */
#content a {
#content a {
text-decoration: none;
} /*
</source> */
/*
=== sidebar ===
<source lang="css"> */
#sidebar {
position: absolute;
top: 134px;
} /*
</source> */
/*
=== Diff rendering ===
<source lang="css"> */
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: white;
}
td.diff-addedline {
background: #cfc;
font-size: smaller;
}
td.diff-deletedline {
background: #ffa;
font-size: smaller;
}
td.diff-context {
background: #eee;
font-size: smaller;
}
.diffchange {
color: red;
font-weight: bold;
text-decoration: none;
text-decoration: none;
} /*
} /*
</source> */
</source> */

Latest revision as of 20:39, 26 March 2011

/*
__NOEDITSECTION__
===調整大小===
<source lang="css"> */
pre {
	padding: 1em;
	line-height: 1em;
} /*
</source> */

/*
===連結底線===
<source lang="css"> */
#content a {
	text-decoration: none;
} /*
</source> */