MediaWiki:Gadget-site-styles.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 29: Line 29:
   src: url('https://wiki.parallelmc.org/w/resources/assets/fonts/MinecraftiaRegular.ttf') format('truetype');
   src: url('https://wiki.parallelmc.org/w/resources/assets/fonts/MinecraftiaRegular.ttf') format('truetype');
}
}


/** Template stylings **/
/** Template stylings **/
Line 141: Line 142:
display: none;
display: none;
}
}


/** Template stylings **/
/** Template stylings **/
Line 1,139: Line 1,142:
   background-image: url(https://wiki.parallelmc.org/w/images/4/4e/Book_arrow_right_selected.png);
   background-image: url(https://wiki.parallelmc.org/w/images/4/4e/Book_arrow_right_selected.png);
}
}
/* Horizontal list */
#mw-content-text .hlist ul {
display: inline;
margin: 0;
padding: 0;
}
#mw-content-text .hlist li {
display: inline;
}
#mw-content-text .hlist li:not(:last-child) {
padding-right: 0.286em;
}
#mw-content-text .hlist li:not(:last-child)::after {
content: "";
display: inline-block;
position: relative;
left: 0.286em;
bottom: 0.214em;
background-color: #000;
height: 3px;
width: 3px;
}
#mw-content-text .hlist li li:first-child::before {
content: "(";
font-weight: normal;
}
#mw-content-text .hlist li li:last-child::after {
content: ")";
font-weight: normal;
}
#mw-content-text .hlist li li li {
font-size: x-small;
}