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