Ad placeholder

User:Nattern/vector.css: Difference between revisions

Jump to navigation Jump to search
Added margin to other elements
(Margin on the right to center middle)
(Added margin to other elements)
Line 1: Line 1:
/* Rounded corner or am boxes */
.ambox {
.ambox {
border-radius: 10px;
border-radius: 10px;
}
}
/* Center window by adding margin on the right */
#content {
#content {
margin-right:11em;
margin-right:11em;
}
}
#mw-head {
padding-right:10em;
width: calc(100% - 10em);
}
#p-personal {
margin-right:10em;
}
/* 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);
}*/
}*/

Navigation menu