Module:Shortcut/styles.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
from sandbox |
m 1 revision imported |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
/* {{pp-template}} */ |
/* {{pp-template}} */ |
||
.module-shortcutboxplain { |
.module-shortcutboxplain { |
||
⚫ | |||
⚫ | |||
⚫ | |||
background: #fff; |
|||
⚫ | |||
background-color: var(--background-color-base, #fff); |
|||
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%; |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
.module-shortcutboxleft { |
.module-shortcutboxleft { |
||
float: left; |
float: left; |
||
margin |
margin: 0 1em 0 0; |
||
} |
} |
||
.module-shortcutlist { |
.module-shortcutlist { |
||
display: inline-block; |
display: inline-block; |
||
border-bottom: 1px solid # |
border-bottom: 1px solid #a2a9b1; |
||
margin-bottom: 0.2em; |
margin-bottom: 0.2em; |
||
⚫ | |||
font-weight: normal; |
|||
⚫ | |||
⚫ | |||
} |
} |
||
Line 33: | Line 32: | ||
li .module-shortcutanchordiv { |
li .module-shortcutanchordiv { |
||
float: right; /* IE/Edge in list items */ |
float: right; /* IE/Edge in list items */ |
||
} |
|||
.mbox-imageright .module-shortcutboxplain { |
|||
padding: 0.4em 1em 0.4em 1em; |
|||
line-height: 1.3; |
|||
margin: 0; |
|||
} |
} |
Latest revision as of 13:26, 12 September 2024
/* {{pp-template}} */
.module-shortcutboxplain {
float: right;
margin: 0 0 0 1em;
border: 1px solid #a2a9b1;
background-color: var(--background-color-base, #fff);
padding: 0.3em 0.6em 0.2em 0.6em;
text-align: center;
font-size: 85%;
}
.module-shortcutboxleft {
float: left;
margin: 0 1em 0 0;
}
.module-shortcutlist {
display: inline-block;
border-bottom: 1px solid #a2a9b1;
margin-bottom: 0.2em;
}
.module-shortcutboxplain ul {
font-weight: bold;
}
.module-shortcutanchordiv {
position: relative;
top: -3em;
}
li .module-shortcutanchordiv {
float: right; /* IE/Edge in list items */
}
.mbox-imageright .module-shortcutboxplain {
padding: 0.4em 1em 0.4em 1em;
line-height: 1.3;
margin: 0;
}