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: Difference between revisions

From Visual Physics Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
/* wikitable class for skinning normal tables | Added by GB -- Copied from main.css of Monobook skin of previous Wiki */
/* wikitable class for skinning normal tables | Added by GB -- Copied from main.css of Monobook skin of previous Wiki */


font-family { Georgia, Times New Roman; }
{ font-family: Georgia, Times New Roman; }


table.wikitable {
table.wikitable {

Revision as of 11:14, 12 October 2015

/* CSS placed here will be applied to all skins */

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

{ font-family: Georgia, Times New Roman; }

table.wikitable {
  width: 150px;
  font-family: Georgia, Times New Roman;
  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, code {
  display: block;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-bottom: 10px;
  margin-left: 30px;
  width: 85%; 
}