MediaWiki:Mobile.css

From Final Fantasy XV Wiki
Revision as of 02:10, 2 December 2016 by Admin (talk | contribs) (Created page with "p.white { color:#FFFFFF; } p.white a:link { color:#FFFFFF; } p.white a:visited { color:#FFFFFF; } p.white a:hover { color:#FFFFFF; } p.white a:active { c...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
p.white {
   color:#FFFFFF;
}

p.white a:link {
   color:#FFFFFF;
}

p.white a:visited {
    color:#FFFFFF;
}

p.white a:hover {
    color:#FFFFFF;
}

p.white a:active {
    color:#FFFFFF;
}

table {
  background: #FFFFFF;
  color: #000000;
  padding: 1px;
  margin: auto; 
  margin-bottom: 3px;
}

table td, table th {
    border: 1px solid #000000;
    padding: 0px;
}

.images1 {
  valign: top;
  align: left;
}

table.sweet1 {
  margin: 0 0 0 0;

}