/*
* !!! WARNING !!!
* Editing this file may cause your instance to break for EVERYONE.
* Please know what you're doing and test it out with regular user custom CSS.
* With that said, GLHF!
* This may eventuallly be replaced with a function in the admin panel.
 */


/*Profile - no posts*/
div.main div.empty div._fullinfo div{
	text-indent: -9999px;
	line-height: 0 /* Collapse the original line */
}

div.main div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Nothing but silence.";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Lists - no lists*/
div.empty.lists._content div._fullinfo div{
	text-indent: -9999px;
	line-height: 0 /* Collapse the original line */
}

div.empty.lists._content div._fullinfo div::after {
	white-space: pre-line;
	content: "You haven't made any yet.";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Chat - no group DMs*/
div._content.yweeujhr.groups div.empty div._fullinfo div{
   text-indent: -9999px;
line-height: 0 /* Collapse the original line */
}

div._content.yweeujhr.groups div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Huh, where is everybody..?";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Chat - no DMs*/
div._content.yweeujhr.dms div.empty div._fullinfo div{
   text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}

div._content.yweeujhr.dms div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Quiet, huh? Let's make some noise...";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Clips - no clips*/
div._content_b6w6v_6 div.qtcaoidl div.empty.list div._fullinfo div{
	text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}

div._content_b6w6v_6 div.qtcaoidl div.empty.list div._fullinfo div::after {
	white-space: pre-line;
	content: "Clips are like bookmarks you can organize and share.\aGo on, try clipping today!";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}



/*Channels - Featured*/
div._content.grwlizim.featured div.empty div._fullinfo div{
	text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}
div._content.grwlizim.featured div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Nothing's hot at the moment.";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Channels - Owned*/
div._content.grwlizim.owned div.empty div._fullinfo div{
	text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}
div._content.grwlizim.owned div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Channels are like little niche communities within your already-niche community.\aGo ahead, make one about anything!";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Channels - Followed*/
div._content.grwlizim.following div.empty div._fullinfo div{
	text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}
div._content.grwlizim.following div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "You don't care about any channels yet.";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}



/*Pages - Featured*/
div.rknalgpo.popular div.empty div._fullinfo div{
	text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}
div.rknalgpo.popular div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Nothing's hot at the moment.";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Pages - Owned*/
div.rknalgpo.my div.empty div._fullinfo div{
	text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}
div.rknalgpo.my div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Want to write a story, or put up a bulletin? Make a Page!";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Pages - Liked*/
div.rknalgpo.liked div.empty div._fullinfo div{
	text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}

div.rknalgpo.liked div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "You haven't liked any pages yet.";
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}




/*Notifs - Empty*/
div.empty.notifications div._fullinfo div{
  text-indent: -9999px;
  line-height: 0 /* Collapse the original line */
}
div.empty.notifications div._fullinfo div::after {
	white-space: pre-line;
	content: "Inbox: 0. Nice." !important;
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*User search - no users*/
div.result div.empty span{
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
	visibility: hidden;
}

div.result div.empty span::before {
	visibility: visible;
	white-space: pre-line;
	content: "Couldn't sniff them out." !important;
	text-indent: 0;
	display: block;
	line-height: initial /* New content takes up original line height */
}

/*Antennas - No antennae*/
div._content_b6w6v_6 div.ieepwinx div div.empty div._fullinfo div{
	text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

div._content_b6w6v_6 div.ieepwinx div div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Antennas are like Twitter lists, but supercharged.\a They sift through the timelines and show you what you want to see.\a Try Antennas today!";
	text-indent: 0;
	display: block;
	line-height: initial 
}

/*Search - no posts*/
/* div._content_b6w6v_6 div.empty div._fullinfo div{
  text-indent: -9999px;
  line-height: 0
}

div._content_b6w6v_6 div.empty div._fullinfo div::after {
	white-space: pre-line;
	content: "Despite all our effort, nothing was found.";
	text-indent: 0;
	display: block;
	line-height: initial 
}*/
