វិគីភីឌា:Link color៖ ភាពខុសគ្នារវាងកំណែនានា

ខ្លឹមសារដែលបានលុបចោល ខ្លឹមសារដែលបានសរសេរបន្ថែម
Bot: Migrating 1 langlinks, now provided by Wikidata on d:q8615570
Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
បន្ទាត់ទី៧៦៖
Colors are defined by hexadecimal characters: see [[web colors]].
 
<sourcesyntaxhighlight lang="css">
/* standard link colors */
a:link { color: #0000FF; } /* normal unvisited links */
បន្ទាត់ទី៩០៖
a:hover {color: #FF00FF}
a:active {color: #0000FF}
</syntaxhighlight>
</source>
 
Notes:
បន្ទាត់ទី១០០៖
 
Show redirects as green links:
<sourcesyntaxhighlight lang="css">
a.mw-redirect {color:#308050}
a.mw-redirect:visited {color:#3070A0}
</syntaxhighlight>
</source>
 
 
;External links
 
<sourcesyntaxhighlight lang="css">
#bodyContent a.external {color: #008000}
</syntaxhighlight>
</source>
 
=== Other changes ===
បន្ទាត់ទី១១៨៖
This allows formatting such as underlines. For example:
 
<sourcesyntaxhighlight lang="css">
a:link {color: #000000; text-decoration: underline; }
</syntaxhighlight>
</source>
 
Possible values are:
បន្ទាត់ទី១៣១៖
This will change the link font:
 
<sourcesyntaxhighlight lang="css">
a:link {font-family: monospace}
</syntaxhighlight>
</source>