User:Nattern/vector.css: Difference between revisions
Jump to navigation
Jump to search
m (test) |
m (test) |
||
Line 16: | Line 16: | ||
} | } | ||
* { | |||
--bg3wiki-box-label-bg:transparent}} | |||
} | |||
/* Old link colors */ | /* Old link colors */ | ||
/* a { | /* a { |
Revision as of 15:22, 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}}
}
/* Old link colors */
/* a {
--link: rgb(230 130 15);
--link-vis: rgb(185 85 0);
}*/