Module:Shortcut/styles.css: Difference between revisions

Jump to navigation Jump to search
m
1 revision imported
(turns out just the class name works fine if you don't load the same(ish) CSS twice)
m (1 revision imported)
Tags: Mobile edit Mobile web edit
 
(11 intermediate revisions by 5 users not shown)
Line 2: Line 2:
.module-shortcutboxplain {
.module-shortcutboxplain {
float: right;
float: right;
margin-left: 1em;
margin: 0 0 0 1em;
border: 1px solid #aaa;
border: 1px solid #aaa;
background: #fff;
background: #fff;
color: inherit; /* support dark mode */
padding: 0.3em 0.6em 0.2em 0.6em;
padding: 0.3em 0.6em 0.2em 0.6em;
text-align: center;
text-align: center;
Line 12: Line 13:
.module-shortcutboxleft {
.module-shortcutboxleft {
float: left;
float: left;
margin-right: 1em;
margin: 0 1em 0 0;
}
}


Line 21: Line 22:
}
}


.module-shortcutboxplain > ul {
.module-shortcutboxplain ul {
font-weight: bold;
font-weight: bold;
}
}
Line 37: Line 38:
padding: 0.4em 1em 0.4em 1em;
padding: 0.4em 1em 0.4em 1em;
line-height: 1.3;
line-height: 1.3;
margin: 0;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu