No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
#content a { | #content a { | ||
text-decoration: none; | text-decoration: none; | ||
} /* | |||
</source> */ | |||
/* | |||
=== Special:Version === | |||
<source lang="css"> */ | |||
table#sv-ext, table#sv-hooks { | |||
margin: 1em; | |||
padding:0em; | |||
} | |||
#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; | |||
} /* | |||
</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> */ | ||
Revision as of 16:34, 11 September 2009
/*
__NOTOC__ __NOEDITSECTION__
=== 字體大小 ===
<source lang="css"> */
body {
font-size: 1.05em;
} /*
</source> */
/*
=== 連結底線 ===
<source lang="css"> */
#content a {
text-decoration: none;
} /*
</source> */
/*
=== Special:Version ===
<source lang="css"> */
table#sv-ext, table#sv-hooks {
margin: 1em;
padding:0em;
}
#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;
} /*
</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> */