20060205 Compare two pages: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 22: | Line 22: | ||
== todo == | == todo == | ||
* hide the TOC (automatic table of contents) | * hide the TOC (automatic table of contents) | ||
: alternative solution: increase the space of top-right | : alternative solution: increase the space of top-right of right column | ||
<pre>border-top: 40px dotted #E0EDEE;</pre> | <pre>border-top: 40px dotted #E0EDEE;</pre> | ||
Revision as of 22:17, 5 February 2006
usage
- compare two different language wiki pages
css layout
{| class="plainlinks" cellspacing="5" cellpadding="0"
|-valign="top"
| style="width:50%; border-right: 1px solid #cca; border-bottom: 1px solid #cca; padding: 10px; -moz-border-radius: 10px; color:black; background:#f9f9f9;" |
<!-- 左欄 -->
{{:頁面名稱1}}
|width="50%" style="padding:0;margin:0;"|
<div style="border-top: 40px dotted #E0EDEE; border-bottom:1px solid #CFD5D7; border-right: 1px solid #CFD5D7; padding: 10px; -moz-border-radius: 10px 10px 0 0; background:#E0EDEE">
<!-- 右欄 -->
{{:頁面名稱2}}
</div>
- CSS參考: Moztw
todo
- hide the TOC (automatic table of contents)
- alternative solution: increase the space of top-right of right column
border-top: 40px dotted #E0EDEE;
- the version cf:Oddmuse: Translation Extension (last visited: 2006-02-05)
- add the edit link via Templates
- add line number?