Difference between pages "Template:Get the hardware" and "MediaWiki:Common.css"

From Low cost, low power, android ARM system board by Mini-Box.com - pico WiKi
(Difference between pages)
Jump to navigation Jump to search
m
 
m
 
Line 1: Line 1:
* [https://www.mini-box.com/pico-SAM9G45-X pico-SAM9G45 board]
+
/* CSS placed here will be applied to all skins */
* [https://www.mini-box.com/60w-12v-5A-AC-DC-Power-Adapter 12V, 5A / 60 Watt Switching Power Adapter (110/220V)]
+
/* CSS placed here will be applied to all skins */
* [https://en.wikipedia.org/wiki/MicroSD#microSD microSD card] - minimum 256Mb in size for [[Releases|Android OS]] or [[Releases|Angstrom Linux]]
+
/* Gadget-ImageAnnotator needs */
 +
.image_annotation div p{
 +
  font-size:0.7em;
 +
}
 +
.tooltipContent div div p{
 +
  font-size:0.7em;
 +
}
  
''optionally:''
+
#tabs {
* a compatible [https://www.aliexpress.com/wholesale?catId=0&initiative_id=SB_20201019233910&SearchText=HannStar+4.3+inch 4.3" TFT LCD with touch screen]
+
  padding: 10px;
* an [https://en.wikipedia.org/wiki/Memory_card_reader USB SD Card reader] for writing OS images on the microSD card
+
}
* a [https://en.wikipedia.org/wiki/USB#Mini_and_Micro_connectors Micro-B Plug to Type A Plug] USB cable
+
* a TTL to RS232 converter and a serial cable for connecting the board using the [[J7 connector|J7]] or [[J9 connector|J9]] connector to the PC serial port
+
#tabs #nav {
 +
margin-bottom: 0px;
 +
margin-left: 8px;
 +
}
 +
 +
#tabs ul {
 +
  list-style: none;
 +
  margin: 0px;
 +
  padding: 0px;
 +
}
 +
 +
#tabs #nav ul li {
 +
  display: inline;
 +
  padding: 3px 7px;
 +
  cursor: default;
 +
  background-color: #eeeeee;
 +
  border: 1px solid #cccccc;
 +
  border-bottom: none;
 +
  margin-right: 2px;
 +
}
 +
 +
#tabs #nav ul li.active {
 +
  border: 1px solid #000066;
 +
  border-bottom: 1px solid white;
 +
  background-color: #ffffff;
 +
}
 +
 +
#tabs #nav ul li:hover {
 +
  background-color: #ffffff;
 +
}
 +
 +
#tabs #data {
 +
  margin-top: 3px;
 +
}
 +
 +
#tabs #data div {
 +
  display: no+ne;
 +
  border: 1px solid #000066;
 +
  padding: 10px;
 +
}
 +
 +
#tabs #data div.active {
 +
  display: block;
 +
}
 +
 
 +
#p-tb, #footer {
 +
  display:none
 +
}

Revision as of 07:40, 20 October 2020

/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Gadget-ImageAnnotator needs */
.image_annotation div p{
   font-size:0.7em;
}
.tooltipContent div div p{
   font-size:0.7em;
}

#tabs {
  padding: 10px;
}
 
#tabs #nav {
 margin-bottom: 0px;
 margin-left: 8px;
}
 
#tabs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
 
#tabs #nav ul li {
  display: inline;	
  padding: 3px 7px;
  cursor: default;
  background-color: #eeeeee;	
  border: 1px solid #cccccc;
  border-bottom: none;
  margin-right: 2px;
}
 
#tabs #nav ul li.active {
  border: 1px solid #000066;
  border-bottom: 1px solid white;
  background-color: #ffffff;	
}
 
#tabs #nav ul li:hover {
  background-color: #ffffff;
}
 
#tabs #data {
  margin-top: 3px;
}
 
#tabs #data div {
  display: no+ne;
  border: 1px solid #000066;
  padding: 10px;
}
 
#tabs #data div.active {
  display: block;
}

#p-tb, #footer {
  display:none
}