無編輯摘要 |
無編輯摘要 |
||
| (未顯示同一使用者於中間所作的 2次修訂) | |||
| 第1行: | 第1行: | ||
/* | /* | ||
__NOEDITSECTION__ | |||
===調整大小=== | ===調整大小=== | ||
<source lang="css"> */ | <source lang="css"> */ | ||
pre { | pre { | ||
padding: 1em; | padding: 1em; | ||
| 第37行: | 第18行: | ||
/* | /* | ||
=== | ===Lite Form=== | ||
* The difference between DevmoLite and Devmo | |||
<source lang="css"> */ | <source lang="css"> */ | ||
#sidebar { | #sidebar { | ||
text-align: right; | text-align: right; | ||
width: 100%; | width: 100%; | ||
| 第64行: | 第28行: | ||
display: inline; | display: inline; | ||
margin: 0 2px 0 2px; | margin: 0 2px 0 2px; | ||
} | |||
#content { | |||
margin: 0; | |||
} | |||
#footer { | |||
margin: 10px 0 0 auto; | |||
} /* | } /* | ||
</source> */ | </source> */ | ||
2011年3月26日 (六) 20:40的最新修訂
/*
__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> */