Structorica Wiki/styles.css

From Structorica Wiki
Revision as of 16:44, 16 January 2026 by Ivan (talk | contribs)
Jump to navigation Jump to search
/* This stylesheet applies to the main page and its associated template pages */


/* MainPageButton */
.mp-button {
	gap: 6px;
	width: 100%;
	position: relative;
	
	background-color: #f8f9fa;
	color: #202122;
	border: 1px solid #202122;
	font-size: 1em;
	font-weight: bold;
	
	padding: 1em 1em 1.5em 1em;
    
	
	text-align: center;
	
	cursor: pointer;
	user-select: none;
	
	transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin;
	transition-duration: .1s;
}
body.stw-theme-dark .mp-button {
	background-color: #202122;
	color: #ffff;
	border: 1px solid #a2a9b1;
}

.mp-button.mp-button-progressive {
	background-color: #36c;
	border: 1px solid #36c;
	color: #fff;
}


/* [[Category:Template styles]] */
/* [[ru:Structorica_Wiki/styles.css]] */