Difference between revisions of "Desktop"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 28: | Line 28: | ||
<div id="Others" class="area city" style="display:none"> | <div id="Others" class="area city" style="display:none"> | ||
| − | + | ||
| − | |||
| − | |||
</div> | </div> | ||
</div> | </div> | ||
| + | |||
| + | <script> | ||
| + | function openCity(evt, cityName) { | ||
| + | var i, x, tablinks; | ||
| + | x = document.getElementsByClassName("city"); | ||
| + | for (i = 0; i < x.length; i++) { | ||
| + | x[i].style.display = "none"; | ||
| + | } | ||
| + | tablinks = document.getElementsByClassName("tablink"); | ||
| + | for (i = 0; i < x.length; i++) { | ||
| + | tablinks[i].className = tablinks[i].className.replace(" bottom-selected", ""); | ||
| + | } | ||
| + | document.getElementById(cityName).style.display = "block"; | ||
| + | evt.currentTarget.className += " bottom-selected"; | ||
| + | |||
| + | if (cityName == "PE") { | ||
| + | $(".fa-atom").css('font-size', '21px') | ||
| + | $(".fa-ellipsis-v").css('font-size','18px') | ||
| + | $(".fa-yin-yang").css('font-size', '19px') | ||
| + | $(".fa-tools").css('font-size', '17px') | ||
| + | }else if (cityName == "Menu") { | ||
| + | $(".fa-atom").css('font-size', '19px') | ||
| + | $(".fa-ellipsis-v").css('font-size','20px') | ||
| + | $(".fa-yin-yang").css('font-size', '19px') | ||
| + | $(".fa-tools").css('font-size', '17px') | ||
| + | }else if (cityName == "Others") { | ||
| + | $(".fa-atom").css('font-size', '19px') | ||
| + | $(".fa-ellipsis-v").css('font-size','18px') | ||
| + | $(".fa-yin-yang").css('font-size', '21px') | ||
| + | $(".fa-tools").css('font-size', '17px') | ||
| + | }else { | ||
| + | $(".fa-atom").css('font-size', '19px') | ||
| + | $(".fa-ellipsis-v").css('font-size','18px') | ||
| + | $(".fa-yin-yang").css('font-size', '19px') | ||
| + | $(".fa-tools").css('font-size', '19px') | ||
| + | |||
| + | $(".invisible").css('visibility','visible') | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </script> | ||
</html> | </html> | ||
Revision as of 14:08, 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: