User:Nattern/vector.css: Difference between revisions
Jump to navigation
Jump to search
m (test) |
m (test) |
||
Line 17: | Line 17: | ||
* { | * { | ||
--bg3wiki-box-label-bg:transparent | --bg3wiki-box-label-bg:transparent | ||
--bg3wiki-wikitable-border:transparent | |||
} | } | ||
/* Old link colors */ | /* Old link colors */ |
Revision as of 15:26, 11 January 2024
/* Rounded corner or am boxes */
.ambox {
border-radius: 10px;
}
/* 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;
}
* {
--bg3wiki-box-label-bg:transparent
--bg3wiki-wikitable-border:transparent
}
/* Old link colors */
/* a {
--link: rgb(230 130 15);
--link-vis: rgb(185 85 0);
}*/