Immersive Visualization / IQ-Station Wiki

This site hosts information on virtual reality systems that are geared toward scientific visualization, and as such often toward VR on Linux-based systems. Thus, pages here cover various software (and sometimes hardware) technologies that enable virtual reality operation on Linux.

The original IQ-station effort was to create low-cost (for the time) VR systems making use of 3DTV displays to produce CAVE/Fishtank-style VR displays. That effort pre-dated the rise of the consumer HMD VR systems, however, the realm of midrange-cost large-fishtank systems is still important, and has transitioned from 3DTV-based systems to short-throw projectors.

Difference between revisions of "MediaWiki:Common.css"

From IQ-Station Wiki
Jump to navigation Jump to search
m (more experiments)
(Adding a "zebra" stripping option for tables)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstheading {
/*
body.page-Main_page h1.firstheading {
  display:none !important;
  display:none !important;
}
body.ns-0 #bodyContent a {
text-decoration: none;
}
}
body.page-PatriotWireless {
body.page-PatriotWireless {
Line 12: Line 10:
   background-color: #c44
   background-color: #c44
}
}
body.ns-0 #toccolours {
body #toccolours {
   background: #c8f
   background: #c8f
} */
body #toc {
  background: #d4ebd4 /* light green */
}
code {
  background: #eaf0ea /* light green */
}
pre {
  white-space: pre-wrap;
}
}
table.zebra1 tr:nth-child(odd) {background: #E9E9E9;}

Latest revision as of 15:52, 16 January 2014

/* CSS placed here will be applied to all skins */
/* 
body.page-Main_page h1.firstheading {
 display:none !important;
}
body.page-PatriotWireless {
  background: #8cf
}
p.page-PatriotWireless {
  background-color: #c44
}
body #toccolours {
  background: #c8f
} */
body #toc {
  background: #d4ebd4 /* light green */
}
code {
  background: #eaf0ea /* light green */
}
pre {
  white-space: pre-wrap;
}
table.zebra1 tr:nth-child(odd) {background: #E9E9E9;}