The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


MediaWiki:Common.css

From Mer Wiki
(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
 
   padding: 3px;
 
   padding: 3px;
 
}
 
}
 +
 +
 +
  
 
/* note, helpful tip and warning boxes */
 
/* note, helpful tip and warning boxes */
Line 20: Line 23:
 
.warningBox .bar,
 
.warningBox .bar,
 
.editDeviceTemplateBox .bar {
 
.editDeviceTemplateBox .bar {
position: absolute;
+
  position: absolute;
top: 0;
+
  top: 0;
left: 0;
+
  left: 0;
bottom: 0;
+
  bottom: 0;
width: 68px;
+
  width: 68px;
background: no-repeat center center;
+
  background: no-repeat center center;
 
}
 
}
 
.infoBox .bar {
 
.infoBox .bar {
/* background-color: #333; */
+
  /* background-color: #333; */
background-image: url(/images/b/b0/Mini-cid-logo-2.png);
+
  background-image: url(/images/b/b0/Mini-cid-logo-2.png);
 
}
 
}
 
.warningBox .bar {
 
.warningBox .bar {
background-color: #d22;
+
  background-color: #d22;
background-image: url(/images/e/e5/Mini-cid-logo-grey-2.png);
+
  background-image: url(/images/e/e5/Mini-cid-logo-grey-2.png);
 
}
 
}
 
.editDeviceTemplateBox .bar {
 
.editDeviceTemplateBox .bar {
/* background-color: #333; */
+
  /* background-color: #333; */
background-image: url(/images/6/66/Device_template.png);
+
  background-image: url(/images/6/66/Device_template.png);
 
}
 
}
 +
 
/* box with specs of each device */
 
/* box with specs of each device */
 
.deviceInfoBox td,
 
.deviceInfoBox td,
 
.deviceInfoBox th {
 
.deviceInfoBox th {
vertical-align: top;
+
  vertical-align: top;
text-align: left;
+
  text-align: left;
padding: 3px 8px;
+
  padding: 3px 8px;
 
}
 
}
 
.deviceInfoBox th {
 
.deviceInfoBox th {
white-space: nowrap;
+
    white-space: nowrap;
 
}
 
}
 +
 
/* main page modifications */
 
/* main page modifications */
 
body.page-Main_Page h1.firstHeading {
 
body.page-Main_Page h1.firstHeading {
display: none;
+
  display: none;
 
}
 
}
 
#mainPageHeader a {
 
#mainPageHeader a {
color: #27aae1;
+
  color: #27aae1;  
 
}
 
}
 +
 +
 +
  
  

Revision as of 11:48, 23 October 2014

/* general */
code {
  color: green;
}

table.singleborder {
  border: 1px solid #333;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0.4em 0;
}
table.singleborder td,
table.singleborder th {
  border: 1px solid #333;
  padding: 3px;
}




/* note, helpful tip and warning boxes */
.infoBox .bar,
.warningBox .bar,
.editDeviceTemplateBox .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 68px;
  background: no-repeat center center;
}
.infoBox .bar {
  /* background-color: #333; */
  background-image: url(/images/b/b0/Mini-cid-logo-2.png);
}
.warningBox .bar {
  background-color: #d22;
  background-image: url(/images/e/e5/Mini-cid-logo-grey-2.png);
}
.editDeviceTemplateBox .bar {
  /* background-color: #333; */
  background-image: url(/images/6/66/Device_template.png);
}

/* box with specs of each device */
.deviceInfoBox td,
.deviceInfoBox th {
  vertical-align: top;
  text-align: left;
  padding: 3px 8px;
}
.deviceInfoBox th {
    white-space: nowrap;
}

/* main page modifications */
body.page-Main_Page h1.firstHeading {
  display: none;
}
#mainPageHeader a {
  color: #27aae1; 
}





/**** start: DEVICE PAGE WITH FILTERS ****/

/** basic styling **/
#sfosFilter {
  position: relative;
  margin: 1ex 0 2ex;
  vertical-align: bottom;
}
#advancedButton {
  display: inline-block;
  text-decoration: none;
  margin: 15px 0;
  color: #888;
  padding: 0 0 0 18px;
  background: url(/images/6/6d/Expand.png) no-repeat left center;
}
#advancedButton.expanded {
  background-image: url(/images/a/ab/Collapse.png);
}
#advancedButton:hover,
#advancedButton:focus {
  text-decoration: underline;
}
#advancedFilters {
  position: relative;
  margin: 0 0 2ex;
}
#advancedFilters.collapsed {
  display: none;
}

#allDevicesButton {
  margin-left: 2ex;
}

/** filter input **/
#sfosFilter input {
  border: 1px solid #27aae1;
  border-width: 0 0 1px;
  padding: 3px 5px;
  margin: 0;
  background: none;
  vertical-align: bottom;
}
#sfosFilter .holoInput:before,
#sfosFilter .holoInput:after {
  border: 1px solid #27aae1;
  border-width: 0 1px 0 0;
  content: "";
  height: 5px;
  width: 0;
  display: inline-block;
  vertical-align: bottom;
}
#sfosFilter .holoInput:after {
  margin-right: 2ex;
}


/** dropdowns **/
#sfosFilter a.dropdown {
  margin: 0 1ex;
  padding: 4px;
  color: #888;
  text-decoration: none;
  font-size: 90%;
  vertical-align: bottom;
  background: #eee;
  border: 1px solid #dadada;
}
#sfosFilter a.dropdown:hover,
#sfosFilter a.dropdown:focus,
#sfosFilter a.dropdown[data-active] {
  background: #ddd;
  outline: 0;
}
#sfosFilter a.dropdown span.selected-0 {
  color: #d00;
}
#sfosFilter a.dropdown b {
  margin-right: 1ex;
  color: #444;
  font-size: 120%;
}
#sfosFilter a.dropdown * {
  vertical-align: bottom;
}
#sfosFilter a.dropdown:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border: 3px solid;
  border-color: transparent #444 #444 transparent;
  vertical-align: bottom;
  margin: 0 0 0 4px;
}
#sfosFilter ul.dropdownMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid #dadada;
  border-width: 1px 1px 0 1px;
  background: #eee;
  display: none;
  max-height: 300px;
  max-height: 50vh;
  overflow: auto;
  min-width: 150px;
  z-index: 10;
}
#sfosFilter ul.dropdownMenu li {
  border-bottom: 1px solid #dadada;
  color: #444;
  cursor: default;
  padding: 4px 6px 4px 30px;
  margin: 0;
  background: url(/images/d/de/Checkbox-unchecked.png) no-repeat 6px center;
  min-height: 1em;
}
#sfosFilter ul.dropdownMenu li.checked {
  background-color: #8cd;
  background-image: url(/images/9/9d/Checkbox-checked.png);
  border-color: #4ac;
}
#sfosFilter ul.dropdownMenu li.buttons {
  background: none;
  padding: 4px;
}
#sfosFilter ul.dropdownMenu li.buttons span {
  display: inline-block;
  width: 50%;
  text-align: center;
}
#sfosFilter ul.dropdownMenu li.buttons a {
  font-variant: small-caps;
  text-decoration: none;
  color: #888;
}
#sfosFilter ul.dropdownMenu li.buttons a:hover,
#sfosFilter ul.dropdownMenu li.buttons a:focus {
  text-decoration: underline;
}


/** device list **/
#sfosDeviceFilterList {
  margin: 1ex 0;
}
#sfosDeviceFilterList .device a {
  display: inline-block;
  width: 200px;
  text-align: center;
  background: #fafafa;
  overflow: hidden;
  margin: 10px 4px;
  vertical-align: top;
  text-decoration: none;
  color: #333;
  padding: 2px 2px 5px;
}
#sfosDeviceFilterList .device a:hover,
#sfosDeviceFilterList .device a:focus {
  background: #cef;
}
#sfosDeviceFilterList .device a:active {
  background: #27aae1;
}
#sfosDeviceFilterList .device .image {
  display: block;
  height: 150px;
  line-height: 150px;
  padding: 10px;
}
#sfosDeviceFilterList .device .image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#sfosDeviceFilterList .device .codename {
  display: block;
  font-size: 0.8em;
  color: #888;
}
#sfosDeviceFilterList .device[data-hidden] {
  display: none;
}

#sfosDeviceFilterEmptyNote {
  background: url(/images/2/2f/Cid-filter-empty-note.png) no-repeat 40px 0;
  padding: 42px 0 0 150px;
  min-height: 104px;
}
#sfosDeviceFilterEmptyNote[data-hidden] {
  display: none;
}
Personal tools