VISUAL PHYSICS
Unconventional Explorations into Uninhabited Areas of Physics
Through Thought Experiments in the Form of Simulations...


This is NOT an educational site. The views expressed here are not those of mainstream physics.
If you want to contribute to the wiki, email me at the address given in the Contact page.
Legend:  sim  : Article with simulation --  stb  : Article that needs development (stub).

MediaWiki:Common.css

From Visual Physics Wiki
Revision as of 00:37, 30 October 2021 by George Barouxis (talk | contribs)
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.
/* CSS placed here will be applied to all skins */

body {
  font-family: Georgia;
  font-size:110%;
}

/* pagetable class for the table that contains the page content, so that the text and the tables of links on the right will align properly | Added by GB -- Copied from main.css of Monobook skin of previous Wiki */

table.pagetable {
  border: 0;
  border-collapse: collapse;
}

table.pagetable td {
  vertical-align: top;
}




/* wikitable class for skinning normal tables | Added by GB -- Copied from main.css of Monobook skin of previous Wiki */

table.wikitable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 2px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td {
  border: 1px #aaaaaa solid;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

table.wikitable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* navtable class for skinning template navigation tables | Added by GB -- Copied from previous Wiki */

table.navtable {
  float: right;
  margin: 0 0 1em 1em;
  font-size: 85%;
  border: 1px solid #aaa;
  /*border: 1px solid #e0e0c0;*/
  width: 200px;
  clear: both;
}

table.navtable tr {
  /*background: #f2f2f2;*/
  background-color: #ffffe0;
  text-align: left;
}

table.navtable th {
  text-align: center;
  /*border-bottom: 2px solid #ccf;
  border: 1px solid #aaa;*/
  border: 1px solid #c0c0c0;
  font-weight: bold;
}

table.navtable td {
  /*border-bottom: 2px solid #ccf;
  border: 1px solid #aaa;
  border: 1px solid #e0e0c0;*/
  border: 1px solid #c0c0c0;
}

h3, h4, h5, h6 {
border-bottom: 1px solid #aaa;;
}

blockquote {
  display: block;
  padding: 20px 25px;
  border: 1px solid #ccc;
  background-color: #eee;
  margin: 20px auto;
  width: 90%;
  line-height: 160%;
}

#toc, .toc {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
}

.mw-content-ltr .thumbcaption {
  text-align: center;
  white-space: nowrap;
}

div#mw-panel div.portal div.body ul li {
  font-size: 1em;
}

a {
  color:dodgerblue;
}

a:visited {
  color:steelblue;
}

a.external:visited {
  color:steelblue;
}

.mw-body a.external:visited {
  color:steelblue;
}

div#mw-panel div.portal div.body ul li a {
 color:dodgerblue;
}

div#mw-panel div.portal div.body ul li a:visited {
 color:steelblue;
}

.vector-menu-portal .vector-menu-content ul li a {
 color:DeepSkyBlue;
}

.vector-menu-portal .vector-menu-content ul li a:visited  {
 color:dodgerblue;
}

.vector-menu-portal .vector-menu-content li  {
   font-size: 1.1em;
}

.vector-menu-portal .vector-menu-content li  {
   line-height: 0.7em;
}