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

From The Coppermind
Jump to navigation Jump to search
(Created page with "{| width=100% class=infobox |- ! width=10% class=title | {{icon|iron|m|100px}} :[search] :[user] *links | width=55% | {| clas=infobox width=100% |- !TITLE |- | items and mor...")
 
m (Fbstj moved page User:Fbstj/scratch/skin to User:Fbstj/~skin without leaving a redirect: archive)
 
(3 intermediate revisions by the same user not shown)
Line 27: Line 27:
 
|}
 
|}
 
|}
 
|}
  +
  +
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.
  +
<code>width: 100%;
  +
position: absolute;
  +
left: 0;
  +
top: 0;
  +
padding: 0;
  +
margin: 0;
  +
z-index: 100;</code>

Latest revision as of 21:37, 23 November 2018

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[edit]

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

auto-mobile CSS[edit]

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;