Template:Majorissues: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
([Table and Inline Mode] Shadow type moved to the end to recover 1 space each)
([Table and Inline Mode] Replaced white shadows color notation from RGBA to HSLA to reduce template size 3 characters each)
Line 14: Line 14:
       -->border-radius:0.4em;<!-- container radius, dependant of font size
       -->border-radius:0.4em;<!-- container radius, dependant of font size
       -->box-shadow:<!--
       -->box-shadow:<!--
         -->2px 4px 6px rgba(255,255,255,.5)inset,<!-- internal white shadow
         -->2px 4px 6px hsla(0,0%,99%,.5)inset,<!-- internal white shadow
         -->-2px -4px 6px rgba(0,0,0,.2)inset,<!-- internal black shadow
         -->-2px -4px 6px rgba(0,0,0,.2)inset,<!-- internal black shadow
         -->1px 1px 2px rgba(0,0,0,.4);<!-- external black shadow
         -->1px 1px 2px rgba(0,0,0,.4);<!-- external black shadow
Line 34: Line 34:
   -->box-shadow:<!--
   -->box-shadow:<!--
       -->2px 4px 6px rgba(0,0,0,.2)inset,<!-- internal black shadow
       -->2px 4px 6px rgba(0,0,0,.2)inset,<!-- internal black shadow
       -->-2px -4px 6px rgba(255,255,255,.3)inset<!-- internal white shadow
       -->-2px -4px 6px hsla(0,0%,99%,.3)inset<!-- internal white shadow
-->"<!--
-->"<!--
-->data-sort-value="3"<!--
-->data-sort-value="3"<!--

Revision as of 00:13, 11 June 2023

style="text-align:center;background:#e93;color:#722;cursor:help;box-shadow:2px 4px 6px rgba(0,0,0,.2)inset,-2px -4px 6px hsla(0,0%,99%,.3)inset"data-sort-value="3"title="Very low framerate, screen flickering, glitched graphics, or non-critical broken functions."|Major Issues

Examples

Compatibility tags colorset
  • GOOD compatibility Tags: PSone Classic  PS2 Classic  Playable  Minor Issues
    • Colors
      • The colors of {{ps1classic}} and {{ps2classic}} are inspired by the official style used in PSN store, PlayStation console boxes, etc..., white text/logo on top of a blue background
      • The font color of {{playable}} and {{minorissues}} is derived from the background color of {{ps1classic}} and {{ps2classic}}
    • 3D effects
      • Inline Mode: "bump", common for all tags
      • Table Mode: "bump"
  • BAD compatibility Tags: Major Issues  Unplayable
    • Colors
      • Backgrounds in orange/red tones
      • Shared font color in a red tone darker than the backgrounds
    • 3D effects
      • Inline Mode: "bump", common for all tags
      • Table Mode: "hollow"
  • UNDEFINED compatibility Tags: Available  Not Available
    • Colors
      • Backgrounds in gray tones, {{notavailable}} have the brighter background color because represents the worst compatibility
      • Shared font color in a gray tone darker than the backgrounds
    • 3D effects
      • Inline Mode: "bump", common for all tags
      • Table Mode: "flat"