Last modified on 5 May 2015, at 11:40

Mobile.css

Revision as of 11:40, 5 May 2015 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 affect users of the mobile site */
 
/********************************************/
/* COMMON MOBILE CSS */
table, tbody, tr, th, td {
   border: none;
   /*display: block;*/
} 
 
/* COMMON MOBILE CSS */
/********************************************/
 
/********************************************/
/* MAIN PAGE */
 
div.mf-product {
    line-height:30px;
    background-color: #efefef;
    height:80px;
    vertical-align: center;
    width:100%;
    float:left;
    padding:5px; 
    text-align: center;
    border: 1px solid lightgrey;
}
 
div.mf-beginnersGuide {
    line-height:30px;
    background-color: #ffffff;
    width:100%;
    float:left;
margin-top: 100px;
    padding:5px;
    border: 1px solid #ab5d3e;
}
 
div.mf-title {
   font-family: inherit;
   font-size: 1.2em; /* IE doesn't like inherit here */
   font-weight: bold;
   color: #ab5d3e;
}
 
/* Link formatting */
span.mp-beginnersLink a {
   font-family: inherit;
   font-size: 1em; /* IE doesn't like inherit here */
   text-decoration:none; 
   color: #272e65;
}
 
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;
}
 
/* News & Announcement table */
table.newsTable
{
   width:100%;
   border:none;
}
 
table.newsTable tr
{
   border:none;
}
 
td.newsDate {
   font-weight: bold;
   width:100px;
   border: none;
}
 
td.newsIcon {
   width:30px
   border: none;
}
 
.newsList ul {
   list-style-image: url('images/f/fd/IC_MainPage-20.png');
   //list-style-type: square;
}
/* News & Announcement table */
 
/* 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*/
/********************************************/