An aire: As dèidh dhut sàbhaladh, ’s mathaid gum bi agad tasgadan a’ bhrabhsair agad a chur air gleus mus fhaic thu na dh’atharraich thu.

  • Firefox / Safari: Cum shìos Shift is briog air Ath-luchdaich no brùth Ctrl-F5 no Ctrl-R (⌘-R air Mac)
  • Google Chrome: Brùth Ctrl-Shift-R (⌘-Shift-R air Mac)
  • Internet Explorer: Cum shìos Ctrl is briog air Ath-nuadhaich no brùth Ctrl-F5
  • Opera: Rach gu Clàr-taice → Roghainnean (Opera → Roghainnean air Mac) agus an uairsin gu Prìobhaideachd ⁊ tèarainteachd → Falamhaich an dàta brabhsaidh → Dealbhan is faidhlichean san tasgadan.
/**********************************************************************/
/* Floats for tables and divs                                         */
/**********************************************************************/

/* Float right, with distance to text */
.float-right {
  clear: right;
  float: right;
  margin-left: 1em;
  margin-right: 1em;
} 

/* Float left, with distance to text */
.float-left {
  clear: left;
  float: left;
  margin-right: 1em;
} 

/**********************************************************************/
/* Wiki/prettytable definitions, for generally nicer tables           */
/**********************************************************************/

.wikitable,
.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
}

.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
}

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

/* Highlighted background color #1 */
.highlight1 {
  background: #ace1af;
}

/* ********************************************************************/
/* Infoboxes                                                          */
/* ********************************************************************/

/* Left-top-align table cells; 95% font size */
table.infobox td, table.infobox th {
  font-size: 95%;
  text-align: left;
  vertical-align: top;
}