Difference between revisions of "User:Fbstj/~skin"

From The Coppermind
Jump to navigation Jump to search
m
m
Line 32: Line 32:
== Mobile ==
== Mobile ==
Left sidebar is hidden until swipe-right. Swap between middle and right during editing. Pull down for search?
Left sidebar is hidden until swipe-right. Swap between middle and right during editing. Pull down for search?

== auto-mobile CSS ==
add the stuff from m.coppermind.net, hopefully might reskin the wiki automatically.
<code>width: 100%;
position: absolute;
left: 0;
top: 0;
padding: 0;
margin: 0;
z-index: 100;</code>

Revision as of 15:11, 22 May 2013

iron
[search]
[user]
  • links
TITLE

items

and

more

items

<EDIT> <HISTORY> <DISCUSS>
[edit box]

Editing tab shows live preview in main box, and live diff underneath edit box. History tab updates magically.

Mobile

Left sidebar is hidden until swipe-right. Swap between middle and right during editing. Pull down for search?

auto-mobile CSS

add the stuff from m.coppermind.net, hopefully might reskin the wiki automatically. width: 100%; position: absolute; left: 0; top: 0; padding: 0; margin: 0; z-index: 100;