Module:Shortcut/styles.css: Difference between revisions

From Test Wiki
Content deleted Content added
float right here
from sandbox
Line 1: Line 1:
/* {{pp-template}} */
/* {{pp-template}} */
.module-shortcutboxplain {
.module-shortcutboxplain {
float: right;
border: 1px solid #aaa;
border: 1px solid #aaa;
background: #fff;
background: #fff;
margin: 0 0 0 1em;
padding: 0.3em 0.6em 0.2em 0.6em;
padding: 0.3em 0.6em 0.2em 0.6em;
text-align: center;
text-align: center;
font-size: 85%;
font-size: 85%;
font-weight: bold;
font-weight: bold;
}

.module-shortcutboxplain:not(.module-shortcutboxleft) {
float: right;
margin-left: 1em;
}

.module-shortcutboxleft {
float: left;
margin-right: 1em;
}
}