Szablon:TOC/styles.css

Z Wikibooks, biblioteki wolnych podręczników.
/*Style ramki ze spisem szablon [[Szablon:TOC/silnik]]*/
.toc_ogólnie_spis{
	text-align:left;
}
.toc_ogólnie_spis ul{
  list-style: none;
  padding:0;
  margin:0;
  margin-left:0px;
  margin-top:0px;
}
.toc_ogólnie_spis ul ul{
  padding:0;
  margin:0;
  margin-left:0.625rem;
  margin-top:0px;
}
.toc_ogólnie_spis ul li{
  text-indent:0px;
  padding:0;
  margin:0;
  margin-left:0px;
  margin-top:0px;
}

/*Dodaję ze względu na nową skórkę Vector-2022*/
.tocnumber{
  padding-left: 0;
  padding-right: 0.5em;
  color: #202122;
  padding-left: 0;
  padding-right: 0.5em;
}
.tocnumber, .toctext {
  display: table-cell;
  text-decoration: inherit;
}
/* Style szablonu [[Szablon:TOC/silnik]] do generowania responsywnego dopasowania do okna ekranu*/
div.kontener_spis_treści{
	height:auto;
	width:auto;
	display:inline-flex !important;
	flex-direction:column;
    box-sizing:border-box;
}
div.kontener_spis_treści > table.spis_treści > tbody > tr:first-child > th{
	width:100%;
	padding:0.125rem;
	padding-bottom:0;
	box-sizing:border-box;
}
div.kontener_spis_treści > table.spis_treści{
	height:100%;
	width:auto;
	display:flex !important;
	flex-direction:column;
    box-sizing:border-box;
    margin:0;
}
div.kontener_spis_treści > table.wikitable.spis_treści > tbody > tr > th{
	border:0;
}
div.kontener_spis_treści > table.wikitable.spis_treści > tbody > tr > td{
	border:0;
	border-top:1px solid #a2a9b1;
}
div.kontener_spis_treści > table:not(.wikitable).spis_treści{
	border: 1px solid rgb(170, 170, 170);
}
div.kontener_spis_treści > table:not(.wikitable).spis_treści > tbody > tr > th > div:last-child{
	border-bottom:0;
}
div.kontener_spis_treści > table:not(.wikitable).spis_treści > tbody > tr > td > div{
	border-top: 1px solid rgb(170, 170, 170);
}
div.kontener_spis_treści > table.spis_treści > tbody,
div.kontener_spis_treści > table.spis_treści > tbody > tr,
div.kontener_spis_treści > table.spis_treści > tbody > tr > td,
div.kontener_spis_treści > table.spis_treści > tbody > tr > td > div{
	display:flex;
	flex-direction:column;
}
div.kontener_spis_treści > table.spis_treści > tbody > tr:first-child{
	height:1.25rem;
}
div.kontener_spis_treści > table.spis_treści > tbody > tr:last-child{
	height: calc( 100% - 1.25rem );
}
div.kontener_spis_treści > table.spis_treści > tbody,
div.kontener_spis_treści > table.spis_treści > tbody > tr > td,
div.kontener_spis_treści > table.spis_treści > tbody > tr > td > div{
  height:100%;
  width:100%;
  box-sizing:border-box;
}
div.kontener_spis_treści > table.spis_treści > tbody > tr:last-child > td > div ul,
div.kontener_spis_treści > table.spis_treści > tbody > tr:last-child > td > div li{
	display:grid;
	height:100%;
	width:auto;
	box-sizing:border-box;
}
div.kontener_spis_treści > table.spis_treści > tbody > tr > td > div{
	padding:0.0625rem 0.1875rem;
	box-sizing:border-box;
}
div.kontener_spis_treści > table.spis_treści > tbody > tr > td > div/*.mw-scrollbar-overflow-y*/{
	height:100%  !important;
	max-height:100% !important;
	/*width:100%;*/
	max-width:25rem;
}
div.kontener_spis_treści > table.spis_treści a.zaznaczone,
div.pierwsza_strona_spis_treści > table.spis_treści a.zaznaczone,
div.strona_spisu_treści > .toc_wykaz a.zaznaczone{
	color:black;
	font-weight:bold;
}
p ~ div.kontener_spis_treści,
div.kontener_spis_treści:first-of-type{
	margin-top:0 !important;
}
@media all and (max-width:745px){
	.kontener_spis_treści,
	.opakowanie_kontenera_spis_treści{
		margin:0 !important;
		margin-bottom:0.3125rem !important;
		padding:0 !important;
		max-width:none !important;
	}
	.opakowanie_kontenera_spis_treści .kontener_spis_treści{
		margin-bottom:0 !important;
	} 
	.opakowanie_kontenera_spis_treści{
		float:none !important;
		clear:none !important;
	}
	.opakowanie_kontenera_spis_treści,
	.kontener_spis_treści,
	.kontener_spis_treści > table,
	.kontener_spis_treści > table tbody,
	.kontener_spis_treści > table tr,
	.kontener_spis_treści > table td,
	.kontener_spis_treści > table th{
		display:block;
		width:100% !important;
	}
	.kontener_spis_treści > table .toc_ogólnie_spis{
		width:100% !important;
		max-width:none !important;
	}
}

/*{{Kategoria|Szablony - arkusze stylów}}*/