Difference between revisions of "Desktop"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 6: | Line 6: | ||
</accesscontrol> | </accesscontrol> | ||
__NOTOC__ | __NOTOC__ | ||
| + | |||
| + | <html> | ||
| + | <div id="container-button-tap" style="margin-top:-9px;"> | ||
| + | <button id="button-pe" class="button izquierda tablink bottom-selected" onclick="openCity(event,'PE')" > <i class="fas fa-atom"> </i> </button> | ||
| + | <button id="button-menu" class="button izquierda tablink" onclick="openCity(event,'Menu')" > <i class="fas fa-ellipsis-v"></i> </button> | ||
| + | <button id="button-others" class="button izquierda tablink" onclick="openCity(event,'Others')"> <i class="fas fa-yin-yang"> </i> </button> | ||
| + | <button id="button-tools" class="button izquierda tablink" onclick="openCity(event,'Tools')" > <i class="fas fa-tools"></i> </button> | ||
| + | </div> | ||
| + | |||
| + | <div id="PE" class="area city"> | ||
| + | <p>Under construction...</p> | ||
| + | </div> | ||
| + | |||
| + | <div id="Menu" class="area city" style="display:none"> | ||
| + | <p>Under construction...</p> | ||
| + | </div> | ||
| + | |||
| + | <div id="Tools" class="area city" style="display:none"> | ||
| + | <p>Under construction...</p> | ||
| + | </div> | ||
| + | |||
| + | <div id="Others" class="area city" style="display:none"> | ||
| + | <p>Under construction...</p> | ||
| + | </div> | ||
| + | </div> | ||
| + | </html> | ||
<!-- Nice colors: #D8BFD8 #BDB76B--> | <!-- Nice colors: #D8BFD8 #BDB76B--> | ||
| Line 141: | Line 167: | ||
| − | <br /> <br /> <br /> <br /> | + | <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> |
| − | + | '''Aquí se explica una forma de incluir wiki code in the annonymous sidebar''': | |
| − | + | * https://www.mediawiki.org/wiki/Manual:Interface/Sidebar/Hacks | |
| − | + | * Los cambios se ingresan en esta página: http://wiki.sinfronteras.ws/view/MediaWiki:Anon_sidebar | |
<br /> | <br /> | ||
| − | + | '''BlueSpice''' | |
| − | + | https://www.mediawiki.org/wiki/BlueSpice | |
<br /> | <br /> | ||
| − | + | '''This is the way of including HTML, JavaScript and CSS:''' | |
| − | + | https://www.mediawiki.org/wiki/Manual:$wgRawHtml | |
<br /> | <br /> | ||
| − | + | '''Very nice tables:''' | |
| − | + | ||
| + | [[Página_de_pruebas_4]] | ||
| Line 165: | Line 192: | ||
<div style="padding-left: 5px"> | <div style="padding-left: 5px"> | ||
| − | + | '''Esto permite colocar el área de edición en Full screem:''' | |
| − | + | <syntaxhighlight lang="javascript"> | |
$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'}) | $("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'}) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 172: | Line 199: | ||
<br /> | <br /> | ||
| − | + | '''Pendiente con estas extensiones, podrían ser muy útil:''' | |
| − | + | * https://www.mediawiki.org/wiki/Extension:WikEd | |
| − | + | * https://www.mediawiki.org/wiki/Extension:SideBarMenu | |
<blockquote> | <blockquote> | ||
<sidebarmenu> | <sidebarmenu> | ||
Revision as of 13:57, 21 March 2021
This is a protected page.
Under construction...
|
Estudio actual |
Level1 |
Level1 |
|
|
|
Aquí se explica una forma de incluir wiki code in the annonymous sidebar:
- https://www.mediawiki.org/wiki/Manual:Interface/Sidebar/Hacks
- Los cambios se ingresan en esta página: http://wiki.sinfronteras.ws/view/MediaWiki:Anon_sidebar
BlueSpice
https://www.mediawiki.org/wiki/BlueSpice
This is the way of including HTML, JavaScript and CSS:
https://www.mediawiki.org/wiki/Manual:$wgRawHtml
Very nice tables:
Esto permite colocar el área de edición en Full screem:
$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'})
Pendiente con estas extensiones, podrían ser muy útil: