Main Page

Difference between revisions of "User:SynthSy/tweeki-white-theme.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 2: Line 2:
 
   display:block;
 
   display:block;
 
}
 
}
 +
/* Table of Contents */
 +
.toc {
 +
border: 1px solid #e7e7e7;
 +
margin: 15px 20px;
 +
border-radius: 4px;
 +
border-width: 0 1px 4px 1px;
 +
padding: 0 !important;
 +
}
 +
 +
.toc ul {
 +
padding-left: 1.3em !important;
 +
    padding-right: 0.3em !important;
 +
}
 +
 +
#toctitle {
 +
padding: 10px 15px;
 +
border-bottom: 1px solid transparent;
 +
border-top-right-radius: 3px;
 +
border-top-left-radius: 3px;
 +
}
 +
#toctitle h2 {
 +
display: inline;
 +
font-size: 14px !important;
 +
font-weight: normal;
 +
margin-bottom: 0;
 +
}
 +
.toctoggle {
 +
float: right;
 +
}
 +
.toc ul { list-style-type: none; }

Revision as of 02:53, 15 December 2017

#toc {
  display:block;
}
/* Table of Contents */
.toc {
	border: 1px solid #e7e7e7;
	margin: 15px 20px;
	border-radius: 4px;
	border-width: 0 1px 4px 1px;
	padding: 0 !important;
}

.toc ul {
	padding-left: 1.3em !important;
    padding-right: 0.3em !important;
}

#toctitle {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#toctitle h2 {
	display: inline;
	font-size: 14px !important;
	font-weight: normal;
	margin-bottom: 0;
}
.toctoggle {
	float: right;
}
.toc ul { list-style-type: none; }