Template:Related articles start/styles.css: Difference between revisions
Jump to navigation
Jump to search
Matrix>Sininenkissa Create page |
Matrix>Sininenkissa Try fixing CSS Here |
||
Line 1: | Line 1: | ||
div .wiki-template-meta-related-articles { | |||
float:initial; | |||
width:initial; | |||
border:1px solid #a2a9b1; | |||
background-color:#f8f9fa; | |||
padding:5px; | |||
margin:1em 0; | |||
margin-top:0; | |||
clear:both | |||
} | |||
div .wiki-template-meta-related-articles p { | |||
background:initial; | |||
color:initial; | |||
padding:0; | |||
border:none; | |||
text-align:left; | |||
font-weight:normal; | |||
display:inline | |||
} | |||
div .wiki-template-meta-related-articles p::after { | |||
content:":" | |||
} | |||
div .wiki-template-meta-related-articles ul { | |||
padding:0; | |||
display:inline | |||
} | |||
div .wiki-template-meta-related-articles ul li { | |||
line-height:initial; | |||
display:inline; | |||
white-space:nowrap; | |||
padding:0 0.5em; | |||
border-left:1px solid #a2a9b1 | |||
} | |||
div .wiki-template-meta-related-articles ul li:first-child { | |||
padding-left:0.25em; | |||
border-left:0 | |||
} | |||
div .wiki-template-meta-related-articles ul li a { | |||
font-weight:normal | |||
} | |||
Revision as of 14:35, 21 January 2024
div .wiki-template-meta-related-articles {
float:initial;
width:initial;
border:1px solid #a2a9b1;
background-color:#f8f9fa;
padding:5px;
margin:1em 0;
margin-top:0;
clear:both
}
div .wiki-template-meta-related-articles p {
background:initial;
color:initial;
padding:0;
border:none;
text-align:left;
font-weight:normal;
display:inline
}
div .wiki-template-meta-related-articles p::after {
content:":"
}
div .wiki-template-meta-related-articles ul {
padding:0;
display:inline
}
div .wiki-template-meta-related-articles ul li {
line-height:initial;
display:inline;
white-space:nowrap;
padding:0 0.5em;
border-left:1px solid #a2a9b1
}
div .wiki-template-meta-related-articles ul li:first-child {
padding-left:0.25em;
border-left:0
}
div .wiki-template-meta-related-articles ul li a {
font-weight:normal
}