「MediaWiki:Devmo.css」修訂間的差異

出自耶穌台灣
第22行: 第22行:
 
position: absolute;
 
position: absolute;
 
top: 134px;
 
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;
 
} /*
 
} /*
 
</source> */
 
</source> */

於 2009年9月13日 (日) 12:21 的修訂

/*
__NOTOC__ __NOEDITSECTION__
=== 字體大小 ===
<source lang="css"> */
body {
	font-size: 1.05em;
} /*
</source> */

/*
=== 連結底線 ===
<source lang="css"> */
#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;
} /*
</source> */