Last modified on 15 June 2016, at 07:28

Common.css

Revision as of 07:28, 15 June 2016 by KNO (Talk | contribs)

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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
 
/********************************************/
/* MEDIAWIKI */
.container {
   width: 80%;
}
/* MEDIAWIKI */
/********************************************/
 
 
/********************************************/
/* EXTENSIONS */
 
/* Extension: MobileFrontend */
/* Hide mobile content from Desktop view */
 
div.nodesktop {
   display: none;
}
 
span.nodesktop {
   display: none;
}
 
h2.nodesktop {
   display: none;
}
/* MobileFrontend */
 
/* InputBox */
.bodySearchBtnGo {
   font-weight: bold;
   padding-left: .3em;
   padding-right: .3em;
   margin-left: .5em;
}
 
.searchboxSearchButton {
   font-weight: bold;
   padding: .3em;
   margin-left: .5em;
   background-color: #717b99;
   border-radius:5px;
   border: none;
   color: white;
   /*padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;*/
}
 
.searchboxSearchButton:hover {
   color: black;
}
 
.createboxButton {
   font-weight: bold;
   padding: .3em;
   margin-left: .5em;
   background-color: #717b99;
   border-radius:5px;
   border: none;
   color: white;
}
 
.searchboxInput {
display:inline;
   font-family: Arial,sans-serif;
   color: #000000;
/*   border: 1px solid #008030;*/
/*   background-color: #F4FFF4;*/
   height: 25px;
   width: 600px;
}
 
/* InputBox */
 
/* TagCloud */
div.tagcloud {
   padding: 5px;
   /*background-color: whitesmoke;*/
   /*border: solid thin #cccccc;*/
   /*border-radius:5px;*/
}
 
div.tagcloud a {
   font-family: inherit;
   font-size: 1.2em; /* IE doesn't like inherit here */
   font-weight: normal;
   text-decoration:none; 
   color: white;
   background: #717b99;
   border: solid whitesmoke 1px;
   border-radius:5px;
   padding: 2px;
}
 
div.tagcloud a:hover {
   background: grey;
}
/* TagCloud */
 
/* KNO 20160614 */
/* Key press */
kbd {
   color: #000000;
}
 
/* Key press */
/* KNO 20160614 */
 
/* EXTENSIONS */
/********************************************/
 
/********************************************/
/* MAIN PAGE */
 
/* Table-style formatting */
 
/** Common **/
div.mainPageDiv {
  width:100%;
  background-color:#ffffff;
  padding:1px;
  margin:0px;
  line-height: 1;
}
 
table.mainPageTable {
  width:100%;
  background-color:#ffffff;
  padding:1px;
  margin:0px;
  line-height: 1;
}
 
td.tableTitle {
  width:100%;
  margin:0px;
  padding:0px;
  font-size:1em;
}
 
td.mainPageSpacerRow {
  line-height: 0.3;
}
 
/** Search **/
div.searchDiv {
  border:1px solid lightgrey;
}
 
div.searchDivTitle {
  background-color:#dbdbe4;
  border:1px solid #717b99;
  color:#000000;
}
 
table.searchTable {
  border:1px solid lightgrey;
}
 
td.searchTableTitle {
  background-color:#dbdbe4;
  border:1px solid #717b99;
  color:#000000;
}
/** Search **/
 
/** Beginners table **/
table.beginnersTable {
}
 
td.beginnersTableTitle {
  background-color:#e8d4c8;
  border:1px solid #ab5d3e;
  color:#000000;
}
/** Beginners table **/
 
/** Version table **/
table.versionTable {
  line-height: 1.5;
}
 
td.versionTableTitle {
  background-color:lightgrey;
  border:1px solid grey;
  color:#000000;
  line-height: 1;
}
/** Version table **/
 
/** News & Announcement table **/
div.newsDate {
   font-weight: bold;
   width:80px
   background: #fff;
}
 
div.newsIcon {
   width:30px;
   background: #fff;
}
 
table.newsTable2 {
  line-height: 1.5;
}
 
td.newsTableTitle {
  background-color:#e8d4c8;
  border:1px solid #ab5d3e;
  color:#000000;
  line-height: 1;
}
 
table.newsTable
{
   width:100%;
}
 
td.newsDate {
   font-weight: bold;
   width:80px
}
 
td.newsIcon {
   width:30px
}
 
span.newsDate {
   font-weight: bold;
   width:80px
}
 
span.newsIcon {
   width:30px
}
/** News & Announcement table **/
 
/** Version table **/
div.versionDate {
   font-weight: bold;
   width:80px
   background: #fff;
}
 
span.versionDate {
   font-weight: bold;
   width:100px;
   margin-left:10px;
}
 
.newsList ul {
   list-style-image: url('images/f/fd/IC_MainPage-20.png');
   //list-style-type: square;
}
/** Version table **/
 
/** Link formatting **/
span.mp-beginnersLink a {
   font-family: inherit;
   font-size: 1.2em; /* IE doesn't like inherit here */
   font-weight: bold;
   text-decoration:none; 
   color: black;
}
 
span.mp-productsLink a {
   font-family: inherit;
   font-size: 1.5em; /* IE doesn't like inherit here */
   font-weight: bold;
   font-style: italic;
   text-decoration:none; 
   color: #272e65;
}
 
span.mp-productsLink2 a {
   font-family: inherit;
   font-size: 1.5em; /* IE doesn't like inherit here */
   font-weight: bold;
   font-style: italic;
   text-decoration:none; 
   color: black;
}
/** Link formatting **/
 
/* MAIN PAGE */
/********************************************/
 
/********************************************/
/* FEATURE TABLE */
 
td.featureName {
   font-weight: bold;
   text-align: left;
}
.featureList ul {
   list-style-image: url('images/f/fd/IC_MainPage-20.png');
   //list-style-type: square;
}
 
/* FEATURE TABLE*/
/********************************************/
 
/********************************************/
/* GENERAL */
 
 
/* Keep sidebar in a fixed position (do not scroll with page) */
div#mw-panel {position: fixed}
 
 
/* div */
div.centered {
   margin:auto;
   width:80%;
   text-align:center;
}
 
/* div */
 
/* div - backgrounds */
div.bgKNOWHOW
{
   background-image: url('images/4/43/KNOW-HOW_slide.jpg');
}
 
div.bgKNOWHOWa
{
   background-image: url('images/8/81/KNOW-HOW_slide_alpha.png');
}
 
div.bgUBIK
{
   background-image: url('images/a/a5/UBIK