Template:Shortcut/styles.css: Difference between revisions

From Structorica Wiki
Jump to navigation Jump to search
Created page with ": .shortcut-box { padding: 7px; min-width: 70px; max-width: 400px; } .shortcut-box-title { font-weight: bold; text-align: center; } .shortcut-box-row { margin: 0 1em; } [[Category:Template styles]] [[ru:Template:Shortcut]]: "
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/**/.shortcut-box {
.shortcut-box {
padding: 7px;
padding: 7px;
min-width: 70px;
min-width: 70px;
Line 13: Line 13:
/*
/*
[[Category:Template styles]]
[[Category:Template styles]]
[[ru:Template:Shortcut]]
*/
*/

Latest revision as of 16:47, 15 January 2026

.shortcut-box {
	padding: 7px;
	min-width: 70px;
	max-width: 400px;
}
.shortcut-box-title {
	font-weight: bold;
	text-align: center;
}
.shortcut-box-row {
	margin: 0 1em;
}
/*
[[Category:Template styles]]
*/