User:Nattern/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Margin on the right to center middle)
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Rounded corner or am boxes */
.ambox {
.ambox {
border-radius: 10px;
border-radius: 10px;
}
}
#content {
 
margin-right:11em;
* {
--bg3wiki-box-label-bg:transparent;
--bg3wiki-wikitable-border:transparent;
--bdr-white:var(--bdr-color);
}
}
/* Old link colors */
/* a {
/* a {
--link:    rgb(230 130 15);
--link:    rgb(230 130 15);
--link-vis: rgb(185  85  0);
--link-vis: rgb(185  85  0);
}*/
/* Center window by adding margin on the right */
/* #content {
margin-right:11em;
}
#mw-head {
padding-right:10em;
width: calc(100% - 10em);
}
#p-personal {
margin-right:10em;
}*/
}*/

Latest revision as of 13:20, 26 February 2024

/* Rounded corner or am boxes */
.ambox {
	border-radius: 10px;
}

* {
	--bg3wiki-box-label-bg:transparent;
	--bg3wiki-wikitable-border:transparent;
	--bdr-white:var(--bdr-color);
}
/* Old link colors */
/* a {
	--link:     rgb(230 130 15);
	--link-vis: rgb(185  85  0);
}*/

/* Center window by adding margin on the right */
/* #content {
	margin-right:11em;
}
 #mw-head {
	padding-right:10em;
	width: calc(100% - 10em);
}
#p-personal {
	margin-right:10em;
}*/