MediaWiki:Common.css: Difference between revisions

From SEGGER Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 47: Line 47:




div.bar-bg {
.bar {
  width:25%;
}
 
.bar div.bar-bg {
   width: 100%;
   width: 100%;
   min-width:150px;
   min-width:150px;
Line 54: Line 58:
}
}


div.bar-bg .bar-val {
.bar div.bar-bg .bar-val {
   background-color: #425c9a;
   background-color: #425c9a;
}
}

Latest revision as of 18:00, 18 September 2024

/* CSS placed here will be applied to all skins */

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
  display: none;
}


#toc .toggleicon {
  cursor:pointer;
  margin-left:-20px;
}

#toc.toc {
  padding-left:30px;
  padding-right:30px;
  padding-bottom:20px;
}


/* SEGGER TABLES */

table.seggertable {
  border:1px solid #bfc3c6;
  border-collapse:collapse;
}

table.seggertable tr td {
  border:1px solid #bfc3c6;
  padding:5px;
}

table.seggertable tr th {
  background-color:#2c5b9c;
  border-right:1px solid #bfc3c6;
  color:#fff;
  padding:5px;
}

table.seggertable tr:nth-child(odd) td {
  background-color:#f1f1f1;
}


.bar {
  width:25%;
}

.bar div.bar-bg {
  width: 100%;
  min-width:150px;
  background-color: #cadeed;
  margin:5px 0;
}

.bar div.bar-bg .bar-val {
  background-color: #425c9a;
}