Advertisement
Maulle

Css code

Sep 18th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.76 KB | None | 0 0
  1. /* Highlight */ a.mw-userlink[href$=":USERNAME"], .subtle a[href$=":USERNAME"], .edited-by a[href$=":USERNAME"]
  2. /* Complex Highlight */
  3. /*================================= Evidenziamento utenti =================================*/ /* Lista completa a http://dev.wikia.com/wiki/Highlight/code.css * Log http://community.wikia.com/wiki/Special:Log/rights * Lista aggiornata al 25 giugno (log)/26 ottobre (fino a E dello staff) (code.css) 2013; helper/vstf al 28 giugno 2014 (code.css) * Aggiungi i nomi in ordine alfabetico */ /* Bots */   a.mw-userlink[href$=":1QAautomationBotAutomationAutomationAutomation"], .subtle a[href$=":1QAautomationBotAutomationAutomationAutomation"], .edited-by a[href$=":1QAautomationBotAutomationAutomationAutomation"], a.mw-userlink[href$=":ĄęśNonLatinQAautomationBot"], .subtle a[href$=":ĄęśNonLatinQAautomationBot"], .edited-by a[href$=":ĄęśNonLatinQAautomationBot"], a.mw-userlink[href$=":%C4%84%C4%99%C5%9BNonLatinQAautomationBot"], .subtle a[href$=":%C4%84%C4%99%C5%9BNonLatinQAautomationBot"], .edited-by a[href$=":%C4%84%C4%99%C5%9BNonLatinQAautomationBot"], /* per alcuni browser */
  4.  
  5.  
  6. a.mw-userlink[href$=":Levibot"], .subtle a[href$=":Levibot"], .edited-by a[href$=":Levibot"],
  7.     color: #FF7777 !important;
  8.     text-decoration: line-through !important;
  9.     font-weight: bold !important;
  10. }
  11.  
  12. /* UDC */
  13. a[href$="/wiki/User:Ultimate_Dark_Carnage"] {
  14.     color: aliceblue !important;
  15. }
  16.  
  17. a[href$="/wiki/User:Ultimate_Dark_Carnage"]:hover {
  18.     color: cadetblue !important;
  19. }
  20.  
  21. a[href$="/wiki/User:Ultimate_Dark_Carnage"]:active {
  22.     color: navy !important;
  23. }
  24. ---
  25. /* Affects all links, apply to wikia.css or global.css */ a {color: #006fd4;}
  26. /* Affects all chat links, apply to wikia.css or global.css */ .Chat a {color: #006fd4;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement