Worldpedia:Main Page/styles.css: Difference between revisions

and move the rest of the colors to @media screen
add styles for articlecount, code by User:Sohom Datta
Line 46: Line 46:
font-size: 85%;
font-size: 85%;
}
}
#articlecount > ul {
margin: 0;
padding: 0;
}
#articlecount > ul > li {
margin: 0;
display: inline;
}
#articlecount > ul > li::after {
content: " · ";
font-weight: bold;
}
#articlecount > ul > li:last-child::after {
content: "";
}


/* clear fix */
/* clear fix */
Line 70: Line 90:
display: table;
display: table;
margin: 0 auto;
margin: 0 auto;
}
#articlecount > ul > li::after {
content: "";
font-weight: normal;
}
#articlecount > ul > li {
display: block;
}
}
}
}