Template:Divhide/styles.css

Revision as of 04:11, 26 April 2025 by Iritscen (talk | contribs) (Iritscen changed the content model of the page Template:Divhide/styles.css from "wikitext" to "Sanitized CSS")
.hidden-begin {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: none;
	font-size: 95%;
}

.hidden-title {
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}

.hidden-content {
	text-align: left;
}

@media all and ( max-width: 500px ) {
  .hidden-begin {
    width: auto !important;
    clear: none  !important;
    float: none !important;
  }
}