Me/et: Difference between revisions

From xat wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Tags: mobile edit mobile web edit
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{power-box
{{power-box
|power=me|heading= Laiendatud CSS-i kasutus profiilidele
|power=me|heading= Laiendatud CSS-i kasutus profiilidele
|info= {{img|image=http://i.imgur.com/3aMQE82.png|float=right|description=('''näide 1''') Võime lubamine.}}
|function=yes
|smiley=yes
|info= [[File:Me1.png|thumb| ('''näide 1''') Võime lubamine.]]
Antud võime:
Antud võime:


*lubab sul oma xat.me profiili välimust vabamalt muuta, eemaldades profiilist üleliigsed konteinerid ning lisades alla vasakusse nurka xat-i logo koos menüüga.
*lubab sul oma xat.me profiili välimust vabamalt muuta, eemaldades profiilist üleliigsed konteinerid ning lisades alla vasakusse nurka xat-i logo koos menüüga.


<div class="mw-translate-fuzzy">
*laiendab CSS-i lahtri lubatud väärtuse mahu 1024-lt 10240-le baidile.
*laiendab CSS-i lahtri lubatud väärtuse mahu 1024-lt 10240-le baidile.
</div>


*Expands the text box to a bigger text area.
<div class="mw-translate-fuzzy">
*'''EI''' eelda "Advanced mode" käivitamiseks ega profiilis muudatuste tegemiseks päevade olemasolu.
*'''EI''' eelda "Advanced mode" käivitamiseks ega profiilis muudatuste tegemiseks päevade olemasolu.
</div>


Ülaltoodud võimaluste lubamiseks tuleb [http://xat.com/web_gear/chat/editprofile.php profiili muutes] kaasata "Advanced mode" lahtrisse linnuke ('''näide 1''').
<div class="mw-translate-fuzzy">
{{img|image=http://i.imgur.com/8lQvuwC.png|width=150|float=right|description=('''näide 2''') xat-i menüü.}}
Ülaltoodud võimaluste lubamiseks tuleb [https://xat.com/web_gear/chat/editprofile.php profiili muutes] kaasata "Advanced mode" lahtrisse linnuke ('''näide 1''').
</div>
[[File:Me2.png|thumb| ('''näide 2''') xat-i menüü.]]
== Piirangud ==
== Piirangud ==


Palume mitte muuta xat-i menüü välimust ('''näide 2'''), reegli eiramisel võtame seda kui eksimist [http://xat.com/terms.html kasutustingimuste] vastu, mis võib lõppeda profiililehe kustumisega.
Palume mitte muuta xat-i menüü välimust ('''näide 2'''), reegli eiramisel võtame seda kui eksimist [http://xat.com/terms.html kasutustingimuste] vastu, mis võib lõppeda profiililehe kustumisega.


If the xat logo and menu on your profile are unintentionally displaced, check the end of your code. If it ends with '''};''' remove the '''}''' leaving only the property and the semi-colon. For example, if your code ends with '''{text-align:center};''', the xat logo will be displaced. If you remove the '''}''' and have '''{text-align:center;''' the xat logo should not be displaced. If the xat menu and logo are still displaced, visit a [[chats|help chat or graphics chat]] for assistance.
If the xat logo and menu on your profile are unintentionally displaced, it may be because the end of your code ends with '''};''' To fix this, remove the bracket, leaving only the semi-colon.  
 
For example, if your code ends with '''{text-align:center};''' then the xat logo may be displaced. To fix this, remove the bracket so that you will be left with '''{text-align:center;''' and the xat logo should not be displaced.  
 
If the xat menu and logo are still displaced, visit a [http://xat.com/help_ Help Chat] or [http://xat.com/graphics Graphics Chat] for assistance.


<div class="mw-translate-fuzzy">
'''[[css|Siit]] leiad tervikliku nimekirja xat.me profiilis lubatud CSS-i toimingutest.'''
'''[[css|Siit]] leiad tervikliku nimekirja xat.me profiilis lubatud CSS-i toimingutest.'''
</div>


== Tulevikus ==
== Tulevikus ==
Line 27: Line 43:
xat võib suurendada xat.me profiili võimekust
xat võib suurendada xat.me profiili võimekust


== Soovitused ==
== Avoid Breaking the Rules ==
 
*märgi "suurem kui" ja semikooloni lubamine CSS-is, et võimaldada laiendatud selektorite kasutus ning mitme stiilikirje kandmine ühe elemendi alla.


== Smailid ==__NOTOC__
*Instead of affecting the body, only target #xatstyme. This way, you don't change the logo by lowering the opacity or changing its color.
__NOTOC__
|smiley1=me
|smiley1=me
|smiley2=coding
|smiley2=coding
|smiley3=stylesheet
|smiley3=stylesheet
|smiley4=thisme
|smiley4=thisme
|s5=|s6=|s7=|s8=|s9=|s10=|s11=|s12=|s13=|s14=|s15=|s16=|s17=|s18=|s19=|s20=|s21=|s22=|s23=|s24=|s25=|s26=|s27=|s28=|s29=|s30=|pw3=|pw2=}}
}}

Revision as of 18:53, 26 June 2019

(näide 1) Võime lubamine.

Antud võime:

  • lubab sul oma xat.me profiili välimust vabamalt muuta, eemaldades profiilist üleliigsed konteinerid ning lisades alla vasakusse nurka xat-i logo koos menüüga.
  • laiendab CSS-i lahtri lubatud väärtuse mahu 1024-lt 10240-le baidile.
  • Expands the text box to a bigger text area.
  • EI eelda "Advanced mode" käivitamiseks ega profiilis muudatuste tegemiseks päevade olemasolu.

Ülaltoodud võimaluste lubamiseks tuleb profiili muutes kaasata "Advanced mode" lahtrisse linnuke (näide 1).

(näide 2) xat-i menüü.

Piirangud

Palume mitte muuta xat-i menüü välimust (näide 2), reegli eiramisel võtame seda kui eksimist kasutustingimuste vastu, mis võib lõppeda profiililehe kustumisega.

If the xat logo and menu on your profile are unintentionally displaced, it may be because the end of your code ends with }; To fix this, remove the bracket, leaving only the semi-colon.

For example, if your code ends with {text-align:center}; then the xat logo may be displaced. To fix this, remove the bracket so that you will be left with {text-align:center; and the xat logo should not be displaced.

If the xat menu and logo are still displaced, visit a Help Chat or Graphics Chat for assistance.

Siit leiad tervikliku nimekirja xat.me profiilis lubatud CSS-i toimingutest.

Tulevikus

xatil on õigus kaasata profiili reklaami

xat võib suurendada xat.me profiili võimekust

Avoid Breaking the Rules

  • Instead of affecting the body, only target #xatstyme. This way, you don't change the logo by lowering the opacity or changing its color.

Smailid

a_(me)_40?.png
a_(coding)_40?.png
a_(stylesheet)_40?.png
a_(thisme)_40?.png