No edit summary
No edit summary
Line 1: Line 1:
/*
/*
__NOTOC__ __NOEDITSECTION__
__NOTOC__ __NOEDITSECTION__
=== 字體大小 ===
===調整大小===
<source lang="css"> */
<source lang="css"> */
body {
body {
font-size: 1.05em;
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 {
#page {
background: #cfc;
padding: 2.05em 0 0 0;
font-size: smaller;
}
}
td.diff-deletedline {
.article {
background: #ffa;
padding: 1.2em 0 1.2em;
font-size: smaller;
}
}
td.diff-context {
background: #eee;
font-size: smaller;
}
.diffchange {
color: red;
font-weight: bold;
text-decoration: none;
} /*
</source> */


/*
#navigation {
=== Special:Version ===
height: 2.4em;
<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 {
#navigation div#bar {
border: 1px solid #A0A0A0;
height: 2.4em;
padding: 0 0.15em 0 0.15em;
}
}
#sv-ext th, #sv-hooks th {
#navigation div#bar div {
background-color: #F0F0F0;
height: 2.4em;
color: black;
padding: 0 0.15em 0 0.15em;
}
}
tr.sv-space{
height: 0.8em;
pre {
border:none;
padding: 1em;
}
line-height: 1em;
tr.sv-space td {
display: none;
} /*
} /*
</source> */
</source> */


/*
/*
=== Allmessages table ===
=== 連結底線 ===
<source lang="css"> */
<source lang="css"> */
table#allmessagestable {
#content a {
border: 1px solid #A0A0A0;
text-decoration: none;
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> */


/*
/*
=== Other ===
=== sidebar ===
<source lang="css"> */
<source lang="css"> */
#jump-to-nav {
#sidebar {
display: none;
position: absolute;
top: 7.6em;
} /*
} /*
</source> */
</source> */

Revision as of 21:36, 4 June 2010

/*
__NOTOC__ __NOEDITSECTION__
===調整大小===
<source lang="css"> */
body {
	font-size: 1.05em;
}
#page {
	padding: 2.05em 0 0 0;
}
.article {
	padding: 1.2em 0 1.2em;
}

#navigation {
	height: 2.4em;
}
#navigation div#bar {
	height: 2.4em;
}
#navigation div#bar div {
	height: 2.4em;
}
 
pre {
	padding: 1em;
	line-height: 1em;
} /*
</source> */

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

/*
=== sidebar ===
<source lang="css"> */
#sidebar {
	position: absolute;
	top: 7.6em;
} /*
</source> */