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

出自耶穌台灣
第1行: 第1行:
 
/*
 
/*
 
__NOTOC__ __NOEDITSECTION__
 
__NOTOC__ __NOEDITSECTION__
=== 字體大小 ===
+
===調整大小===
 
<source lang="css"> */
 
<source lang="css"> */
 
body {
 
body {
 
font-size: 1.05em;
 
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> */
第21行: 第42行:
 
#sidebar {
 
#sidebar {
 
position: absolute;
 
position: absolute;
top: 134px;
+
top: 7.6em;
 
}
 
}
 
#content {
 
#content {
第28行: 第49行:
 
#footer {
 
#footer {
 
margin: 10px 0 0 auto;
 
margin: 10px 0 0 auto;
} /*
 
</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> */
 
 
/*
 
=== 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> */
 
 
/*
 
=== Other ===
 
<source lang="css"> */
 
#jump-to-nav {
 
display: none;
 
 
} /*
 
} /*
 
</source> */
 
</source> */

於 2010年6月4日 (五) 21:38 的修訂

/*
__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;
}
#content {
	margin: 0 0 0 0;
}
#footer {
	margin: 10px 0 0 auto;
} /*
</source> */