CONNEXION
  • RetourJeux
    • Tests
    • Soluces
    • Previews
    • Sorties
    • Hit Parade
    • Les + attendus
    • Tous les Jeux
  • RetourActu
    • Culture Geek
    • Astuces
    • Réalité Virtuelle
    • Rétrogaming
    • Toutes les actus
  • RetourHigh-Tech
    • Actus JVTECH
    • Bons plans
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTECH
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch
    • Xbox Series
    • Overwatch 2
    • FUT 23
    • League of Legends
    • Genshin Impact
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • PS4
  • One
  • Switch
  • Wii U
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Etoile Abonnement RSS

Sujet : [Stylish] Jeuxvideo.com - JVide v2 !

DébutPage précedente
123
Page suivantePage suivante
DictaNoob DictaNoob
MP
Niveau 13
11 mars 2020 à 22:15:29

vu qu'il y a pas de nouveau j'ai modifié ton thème sombre pour ajouter les cdv et corriger quelques problèmes au niveau des forums

pour les forums il y avait quelques choses à corriger notamment qu'on on zoom la page
avant :
https://www.noelshack.com/2020-11-3-1583960796-avant.png
après :
https://www.noelshack.com/2020-11-3-1583960808-apres.png

section 1 :

.video-footer-conainter, .external-links, .highlight, .container-welcome-home, a[target=\"__blank\"], .video-footer-container, .jv-nav-open, .jv-header-menu .jv-nav-harassment-warning {
	display: none !important;
}

remplacer par :

body {
    	background-color: #141516;
    }
    
    .video-footer-conainter, .external-links, #jv-footer .highlight, .container-welcome-home, a[target="__blank"], .video-footer-container, .jv-nav-open, .jv-header-menu .jv-nav-harassment-warning {
        display: none !important;
    }
    
	.jv-header-menu .jv-nav-account-mp .jv-nav-dropdown-container-content {
        bottom: 3.6rem;
    }

section 2 :

ajout de :

	div.bloc-rech-forum {
    	background: transparent;
    }
	div.forumAnchorWrapper {
        display: none;
    }

forumAnchorWrapper est un bloc inutile sur les forums de jeu

ajout d'une nouvelle section pour les cdv ( https://www.jeuxvideo.com/profil/ ) :

.bloc-default-profil, .info-value, .bloc-description-desc.txt-enrichi-desc-profil, .bloc-chev-pix span, .fiche-abonne, .alert-warning {
   	background: #313336;
	color: #C5C8C6 !important;
}


.content-img-avatar, .bloc-default-profil table.profil-display-tab tr:nth-child(odd) {
    background: #1d1f21 !important;
}

.menu-profil .list-menu-profil .actif:before {
    background-color: #E7E7E7;
}

a, .date-cell {
	color: #8F8F8F !important;
}
a:hover, a:focus, a:active, .actif {
    color: #E7E7E7 !important;
}

.bloc-default-profil:before {
    border-top-color: #1d1f21;
}

.content-img-avatar, .bloc-default-profil, .fiche-abonne, .alert-warning {
	border: none !important;
}
xrock xrock
MP
Niveau 11
29 juin 2020 à 14:52:45

:d) https://userstyles.org/styles/173737/jeuxvideo-com-jvide-v2-xrock

  • Changelog :

v.1.osef : Support du HTTPS, divers fix pour le thème sombre dont les CDV (merci VDD)

DictaNoob DictaNoob
MP
Niveau 13
28 octobre 2020 à 02:15:42

Correction pour les deux lignes au milieu qui sont de la même couleur sur la page de la liste des sujets
https://www.noelshack.com/2020-44-3-1603847403-screenshot-2.png

.btn, .bloc-liste-num-page .page-active, .panel-heading, .dropdown-menu, .pull-left, .topic-list .topic-head, .topic-list, .topic-list li:nth-of-type(2n), .jv-header-menu .jv-nav-dropdown-container, .list-msg .row-mp:nth-child(odd), .icon-arrow-right, .icon-arrow-left, #mp-menus, .account, .jv-header-menu .dropdown .jv-nav-dropdown-container-bottom .button, .form-control-tag, .fs-body, .forum-section, .fs-body h3:first-child, .fs-body h3 a {
    background-color: #313336 !important;
    border-color: #313336 !important;
    color: #C5C6C8 !important;
}

en
.btn, .bloc-liste-num-page .page-active, .panel-heading, .dropdown-menu, .pull-left, .topic-list .topic-head, .topic-list, .topic-list li:nth-of-type(2n), .topic-list li.dfp__atf~li:nth-of-type(odd), .jv-header-menu .jv-nav-dropdown-container, .list-msg .row-mp:nth-child(odd), .icon-arrow-right, .icon-arrow-left, #mp-menus, .account, .jv-header-menu .dropdown .jv-nav-dropdown-container-bottom .button, .form-control-tag, .fs-body, .forum-section, .fs-body h3:first-child, .fs-body h3 a { background-color: #313336 !important; border-color: #313336 !important; color: #C5C6C8 !important; }

et

.area-editor, .text-editor, .bloc-rech-forum .txt-search, .bloc-rech-forum .select-search, .topic-list li:nth-of-type(odd), .list-msg {
    background-color: #232528 !important;
    border: none !important;
    color: #C8C8C8 !important;
}

en

.area-editor, .text-editor, .bloc-rech-forum .txt-search, .bloc-rech-forum .select-search, .topic-list li:nth-of-type(odd), .topic-list li.dfp__atf~li:nth-of-type(2n), .list-msg {
    background-color: #232528 !important;
    border: none !important;
    color: #C8C8C8 !important;
}
xrock xrock
MP
Niveau 11
28 octobre 2020 à 09:16:49

:cimer: je mettrai à jour si ça bug pas

krankin krankin
MP
Niveau 13
28 octobre 2020 à 10:00:27

il hide tjrs les pubs ??

xrock xrock
MP
Niveau 11
28 octobre 2020 à 10:15:34

Le 28 octobre 2020 à 10:00:27 Krankin a écrit :
il hide tjrs les pubs ??

Je pense que oui, mais je l'utilise avec uBlock (enfin j'ai uBlock sur tous les sites) donc je peux pas vérifier mais normalement ouais

xrock xrock
MP
Niveau 11
28 octobre 2020 à 10:19:11

:d) https://userstyles.org/styles/173737/jeuxvideo-com-jvide-v2-xrock

  • Changelog :

v.1.2.2 : Correction d'un bug sur la liste des sujets, merci DictaNoob

Message édité le 28 octobre 2020 à 10:21:31 par xrock
xrock xrock
MP
Niveau 11
27 novembre 2020 à 18:40:27

Je ne fixerai pas le stylish, j'ai la flemme, pour le temps que je passe sur ce site ça ne vaut plus le coup, [j'aurais bien ajouté quelque chose mais je vais éviter] :(

DébutPage précedente
Page suivantePage suivante
Répondre
Prévisu
?
Victime de harcèlement en ligne : comment réagir ?
Infos 0 connecté(s)

Gestion du forum

Modérateurs : Jimm_54, Remysangfamy
Contacter les modérateurs - Règles du forum

Sujets à ne pas manquer

La vidéo du moment