No edit summary
No edit summary
 
(5 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 {
Line 17: Line 18:


/*
/*
=== Diff rendering ===
===Lite Form===
* The difference between DevmoLite and Devmo
<source lang="css"> */
<source lang="css"> */
table.diff, td.diff-otitle, td.diff-ntitle {
#sidebar {
background-color: white;
text-align: right;
width: 100%;
}
}
td.diff-addedline {
#sidebar ul li{
background: #cfc;
display: inline;
font-size: smaller;
margin: 0 2px 0 2px;
}
}
td.diff-deletedline {
#content {
background: #ffa;
margin: 0;
font-size: smaller;
}
}
td.diff-context {
#footer {
background: #eee;
margin: 10px 0 0 auto;
font-size: smaller;
}
.diffchange {
color: red;
font-weight: bold;
text-decoration: none;
} /*
} /*
</source> */
</source> */


/*
/*
=== Special:Version ===
===不顯示 Login===
<source lang="css"> */
<source lang="css"> */
table#sv-ext, table#sv-hooks {
#pt-login,
margin: 1em;
#pt-anontalk,
padding:0em;
#pt-anonlogin {
}
#sv-ext td, #sv-hooks td, #sv-ext th, #sv-hooks th {
border: 1px solid #A0A0A0;
padding: 0 0.15em 0 0.15em;
}
#sv-ext th, #sv-hooks th {
background-color: #F0F0F0;
color: black;
padding: 0 0.15em 0 0.15em;
}
tr.sv-space{
height: 0.8em;
border:none;
}
tr.sv-space td {
display: none;
display: none;
} /*
</source> */
/*
=== Allmessages table ===
<source lang="css"> */
table#allmessagestable {
border: 1px solid #A0A0A0;
border-collapse: collapse;
padding: 0 0.15em 0 0.15em;
}
table#allmessagestable th, table#allmessagestable td {
border: 1px solid #A0A0A0;
}
#allmessagestable th {
background-color: #b2b2ff;
}
#allmessagestable tr.orig {
background-color: #ffe2e2;
}
#allmessagestable tr.new {
background-color: #e2ffe2;
}
#allmessagestable tr.def {
background-color: #f0f0ff;
} /*
} /*
</source> */
</source> */

Latest revision as of 20:38, 26 March 2011

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

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

/*
===Lite Form===
* The difference between DevmoLite and Devmo
<source lang="css"> */
#sidebar {
	text-align: right;
	width: 100%;
}
#sidebar ul li{
	display: inline;
	margin: 0 2px 0 2px;
}
#content {
	margin: 0;
}
#footer {
	margin: 10px 0 0 auto;
} /*
</source> */

/*
===不顯示 Login===
<source lang="css"> */
#pt-login,
#pt-anontalk,
#pt-anonlogin {
	display: none;
} /*
</source> */