Skip to content

Posts hordiens by infomase

Screenshot of Posts hordiens

Details

Authorinfomase

LicenseCC BY-NC-SA 4.0

Categorymyhordes

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Modifie le style des en-têtes des messages forum pour coller davantage au design de Hordes et perdre moins d’espace inutilement.

Notes

Nécessite pour fonctionner correctement d’activer l’option « Préférer l’affichage compressé pour les avatars » dans les réglages de la page d’âme.

Basé sur le CSS de Hordes.fr, créé par Motion-Twin.

Source code

/* ==UserStyle==
@name           Posts hordiens
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Modifie le style des en-têtes des messages forum pour coller davantage au design de Hordes et perdre moins de place inutilement.
@author         Morue
==/UserStyle== */

@-moz-document url-prefix("https://myhordes.eu"), url-prefix("https://myhordes.fr"), url-prefix("https://myhordes.de"), url-prefix("https://myhord.es") {
	/*.forum-post{
		display:flex;
		flex-direction:column;
	}
	
	.forum-post > .forum-post-header{
		order:1;
	}
	.forum-post > .forum-post-footer{
		order:2;
		margin-top:-36px;
		padding-right:50px;
	}
	.forum-post > .forum-post-content{
		order:3;
		border-top:none;
		margin:15px 0 10px 0;
	} */
	
	.forum-post > .forum-post-header{
		min-height:32px;
		padding:0 5px 0 5px;
		line-height:80%;
	}
	
	.forum-post > .forum-post-header > .avatar,
	.forum-post > .forum-post-header > .avatarcrow{
		margin:0 5px 0 0;
	}
	
	.forum-post > .forum-post-header i{
		padding-top:2px;
	}
	.forum-post > .forum-post-header span > i:first-child{
		margin-left:18.5px;
	}
	.forum-post > .forum-post-header span,
	.forum-post > .forum-post-header i{
		color:#f0d79e !important;
		opacity:1 !important;
		font-size:1.1rem;
		font-style:normal;
	}
	.forum-post > .forum-post-header span img{
		vertical-align:top;
		margin-top:-2px;
	}
	.forum-post > .forum-post-header div.float-right > img[src*="falsecity"]{
		width:0px;
		height:0px;
		background-image:url("https://en.mhwiki.org/images/b/b4/Item_map.gif");
		background-size:auto;
		padding:16px 16px 0 0;
		margin-right:-2px;
	}
	.forum-post > .forum-post-header span.pointer[x-ajax-href]{
		font-weight:900;
		text-decoration:underline;
	}
	.forum-post > .forum-post-header .username{
		color:#ddab76 !important;
		opacity:1 !important;
		font-size:1.2rem;
		font-weight:900;
		margin-left:18.5px;
		padding-top:2px;
	}
	.forum-post > .forum-post-header .mh-icon > img{
		margin-bottom:0;
		margin-top:-2px;
	}
	
	/* .forum-post > .forum-post-content{
		line-height:133%;
	} */
}

Reviews

No reviews yet.