Template:Related articles start/styles.css: Difference between revisions

From IM Wiki
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 {
div .wiki-template-meta-related-articles {
    float:initial;
float:initial;
    clear:initial;
width:initial;
    width:initial;
border:1px solid #a2a9b1;
    border:1px solid #a2a9b1;
background-color:#f8f9fa;
    background-color:#f8f9fa;
padding:5px;
    padding:5px;
margin:1em 0;
    margin:1em 0;
margin-top:0;
    margin-top:0;
clear:both
    clear:both
}
  }
div .wiki-template-meta-related-articles p {
  div .wiki-template-meta-related-articles p {
background:initial;
    background:initial;
color:initial;
    color:initial;
padding:0;
    padding:0;
border:none;
    border:none;
text-align:left;
    margin:0;
font-weight:normal;
    text-align:left;
display:inline
    font-weight:normal;
}
    display:inline
div .wiki-template-meta-related-articles p::after {
  }
content:":"
  div .wiki-template-meta-related-articles p::after {
}
    content:":"
div .wiki-template-meta-related-articles ul {
  }
padding:0;
  div .wiki-template-meta-related-articles ul {
display:inline
    margin:0;
}
    padding:0;
div .wiki-template-meta-related-articles ul li {
    display:inline
line-height:initial;
  }
display:inline;
  div .wiki-template-meta-related-articles ul li {
white-space:nowrap;
    padding:0;
padding:0 0.5em;
    line-height:initial;
border-left:1px solid #a2a9b1
    display:inline;
}
    white-space:nowrap;
div .wiki-template-meta-related-articles ul li:first-child {
    padding:0 0.5em;
padding-left:0.25em;
    border-left:1px solid #a2a9b1
border-left:0
  }
}
  div .wiki-template-meta-related-articles ul li:first-child {
div .wiki-template-meta-related-articles ul li a {
    padding-left:0.25em;
font-weight:normal
    border-left:0
}
  }
  div .wiki-template-meta-related-articles ul li a {
    font-weight:normal !important
  }

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
}