Difference between revisions of Template:Shortcut/styles.css
Jump to navigation
Jump to search
(NottNott moved page Template:Shortcut/styles.css to Module:Shortcut/styles.css) Tag: New redirect |
(NottNott changed the content model of the page Template:Shortcut/styles.css from "CSS" to "Sanitized CSS") Tag: content model change |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* | /* {{pp-template}} */ | ||
.module-shortcutboxplain { | |||
float: right; | |||
border: 1px solid #aaa; | |||
background: #fff; | |||
margin: 0 0 0 1em; | |||
padding: 0.3em 0.6em 0.2em 0.6em; | |||
text-align: center; | |||
font-size: 85%; | |||
font-weight: bold; | |||
} | |||
.module-shortcutlist { | |||
display: inline-block; | |||
border-bottom: 1px solid #aaa; | |||
margin-bottom: 0.2em; | |||
font-weight: normal; | |||
} | |||
.module-shortcutanchordiv { | |||
position: relative; | |||
top: -3em; | |||
} | |||
li .module-shortcutanchordiv { | |||
float: right; /* IE/Edge in list items */ | |||
} | |||
Latest revision as of 13:44, 24 May 2020
/* {{pp-template}} */
.module-shortcutboxplain {
float: right;
border: 1px solid #aaa;
background: #fff;
margin: 0 0 0 1em;
padding: 0.3em 0.6em 0.2em 0.6em;
text-align: center;
font-size: 85%;
font-weight: bold;
}
.module-shortcutlist {
display: inline-block;
border-bottom: 1px solid #aaa;
margin-bottom: 0.2em;
font-weight: normal;
}
.module-shortcutanchordiv {
position: relative;
top: -3em;
}
li .module-shortcutanchordiv {
float: right; /* IE/Edge in list items */
}