Skip to content

Topics Compacts by infomase

Screenshot of Topics Compacts

Details

Authorinfomase

LicenseCC0

Categorymyhordes

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Compacte la liste des topics sur le forum de MyHordes pour se rapprocher du design de Hordes.fr

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Topics Compacts
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Compacte la liste des topics sur le forum de MyHordes pour se rapprocher du design de Hordes.fr
@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-note.thread-list-fa-scroll .row-flex:not(.inline):nth-of-type(2n){
		background:	#542c21;
	}*/
	.rw-5{
		& .forum-note .forum-thread.forum-thread-unread::before,
		& .forum-note .forum-thread.selected::before{
			top:2px;
		}
		& .row-flex:not(.inline) .cell.rw-1{
			flex-basis:0;
			display:flex;
		}
		& .row-flex:not(.inline) .cell.rw-1 img{
			position:static !important;
			height:16px;
		}
		& .row-flex:not(.inline) .cell.rw-8{
			flex:1;
			padding-left: 7px !important;
		}
		& .row-flex:not(.inline) .cell.rw-8 > div{
			display:flex;
			flex-direction:row-reverse;
			justify-content:flex-end;
			align-items:flex-start;
		}

		& .row-flex:not(.inline) .cell.rw-8 .float-right:not(:has(img)){
			margin-top:2px;
		}
		& .row-flex:not(.inline) .cell.rw-8 .float-right:first-of-type{
			margin-right:4px;
		}
		& .row-flex:not(.inline) .cell.rw-8 .float-right:last-of-type{
			margin-left:-3px;
		}
		& .row-flex:not(.inline) .cell.rw-3{
			width:25%;
			background:none;
			display: flex;
			flex-direction: row-reverse;
			justify-content: flex-start;
			& > .nbPost{
				flex:1;
			}
		}
	}
}

Reviews

No reviews yet.