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

出自耶穌台灣
 
第1行: 第1行:
 
/*
 
/*
__NOTOC__ __NOEDITSECTION__
+
__NOEDITSECTION__
 
===調整大小===
 
===調整大小===
 
<source lang="css"> */
 
<source lang="css"> */
#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 {
 
pre {
 
padding: 1em;
 
padding: 1em;
第27行: 第10行:
  
 
/*
 
/*
=== 連結底線 ===
+
===連結底線===
 
<source lang="css"> */
 
<source lang="css"> */
 
#content a {
 
#content a {
 
text-decoration: none;
 
text-decoration: none;
} /*
 
</source> */
 
 
/*
 
=== sidebar ===
 
<source lang="css"> */
 
#sidebar {
 
position: absolute;
 
top: auto;
 
margin-top: -1.5em;
 
line-height: 1.2em;
 
}
 
#sidebarslidebox {
 
margin-top: 0.3em;
 
 
} /*
 
} /*
 
</source> */
 
</source> */

於 2011年3月26日 (六) 20:39 的最新修訂

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

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