User:Sandungas/vector.css

From PS3 Developer wiki
< User:Sandungas
Revision as of 10:11, 15 June 2023 by Sandungas (talk | contribs) ([Test] class="compatibility-tag" improvements)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* To make images responsive
.res-img img {
	max-width:100%;
	height:auto;
}
*/


/* Experiments with the <pre> tag temporally disabled because i need to revert my wiki profile to the "common" settings to continue experimenting other stuffings
pre {
    padding: 0em; (default 1em)
}
*/


/* This experiment works, but the result is a bit weird when applyed to a whole table IF the table contains plain texts. Minimizes padding inside table header and data cells
table.wikitable > tr > th, table.wikitable > * > tr > th,
table.wikitable > tr > td, table.wikitable > * > tr > td {
    padding: 2px; (default 0.2em 0.4em)
}
*/

/* Im trying to add some properties common for all the compatibility tags, not sure if is made this way, just testing */
.compatibility-tag {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    padding: 0.2em 0em;
}