Trait au dessus de tous les liens de mon forum

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Trait au dessus de tous les liens de mon forum

Message par Herox_44 Sam 4 Mai 2019 - 17:31

Bonjour , sur la totalité des liens de mon forum il y'a toujours un petit trait au dessus , regardez bien : https://www.aquariophiliefacile.com

j'aimerais bien le retirer car c'est vraiment désagréable a voir

voici ma feuille  CSS :
Code:
.lo1pruf {
  width: 25%!important;
  bottom: 10px!important;
  left: 10px!important;
  border-radius: 4px;
  box-shadow: 0px 2px 4px #000;
}
.lo1pruf li > a {
  background: #4973b1;
  display: block;
  border: 0!important;
  box-shadow: 0px 2px 4px #00000055;
  border-radius: 2px!important;
}
.lo1pruf li {
  display: block!important;
}
.lo1pruf li:first-child > a {
  background: #1f8f48!important;
  display: block;
  margin: 5px 0!important;
}
#close_rgpd {
  background: #831919;
}
/* Hauteur de la chatbox */
        #chatbox_top, #chatbox_bottom {
          height: 410px !important; }

#page-header a.mainmenu[href="/buy-credits"]{color:#fff;background-color: #74CE2C;}
#nep-publi div.article-infos {
      display: block !important;
      margin: 2px 1px 0;
      padding: 2px 5px 5px 30px;
      border: 1px solid #B1BFC0;
      border-radius: 5px;
      background: #F3F9F9 url('https://i.servimg.com/u/f44/16/54/26/99/old-ve10.png') no-repeat 5px center;
      text-decoration: none !important;
      }
    #nep-publi div.article-infos:hover {
      background-color: #D8DEDE;
      color: #708090 !important;
      text-shadow: #fff 1px 1px 0px;
      }
    #nep-publi ul.inline li {
      display: inline-block;
      margin-left: 5px;
      }
#chatbox.recently-connected:after {
  font-family: "trebuchet ms", serif;
  font-size: 1.5em; line-height:1.5em; font-weight: bold; color: #8BC34A;
  box-shadow:0 0 5px #AED581; display:block; background: #F1F8E9; margin:auto;
  width:80%; margin:1.5% auto; padding:1%; white-space: pre;
  content: "Bienvenue sur la chatbox  =D ";
}

#logout{color:#fff;background-color: #AA0000;}
#page-header a.mainmenu[href="/login"]{color:#fff;background-color: #74CE2C;}
#page-header a.mainmenu[href="/register"]{color:#fff;background-color: #74CE2C;}
#page-header a.mainmenu:hover[href="/register"]{color:#000;background-color:#fff;} /* Mise en relief du bouton s'enregistrer plus sympa que la couleur orange */


form.connexion-rapide > input[type="submit"]{padding:9px 10px;}
/* Marge interne bouton du formulaire */
#fa_thanks_message img { vertical-align:middle }
#fa_thanks_message {
  color:#280;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  background-color:#DFD;
  border:1px solid #BDB;
  border-radius:6px;
  padding:6px;
  margin:6px;
}
/* image du bouton hashtag */
.sceditor-button-hashtag div { background-image:url(https://i.servimg.com/u/f19/19/06/98/92/scehas11.png) !important }
 
/* menu déroulant des hashtags */
#fa-hashtag {
  background:url(https://i.servimg.com/u/f19/19/06/98/92/scehas11.png) no-repeat 3px 50% #FFF;
  padding-left:22px;
}
/* options du menu des hashtags */
.fa-hashtag-options {
  color:#666;
  font-size:11px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  line-height:14px;
  background:#EEE;
  border:1px solid #CCC;
  border-radius:3px;
  box-shadow:0 3px 6px rgba(0, 0, 0, 0.175);
  margin-top:20px;
  padding:3px;
  position:absolute;
  z-index:100;
}
 
/* options du titre */
.fa-hashtag-title {
  font-size:12px;
  border-bottom:1px solid #CCC;
  padding-bottom:3px;
  margin-bottom:3px;
}
 
/* options des liens */
.fa-hashtag-options a {
  color:#333;
  text-decoration:none;
  display:inline-block;
  padding:2px 6px 2px 0;
}
 
.fa-hashtag-options a:hover {
  color:#666;
  text-decoration:underline;
}
 
/* options des mots gras */
.fa-hashtag-options b {
  color:#333;
  padding-left:6px;
}
 
/* options des tags */
.fa-hashtag-tag {
  color:#000;
  font-weight:bold;
}
a.sceditor-button.M14_ResetEDITOR:after {
    content: "\f021";
    font-family: FontAwesome;
}

.statistics-item {
    display:none;
}    
#chatbox_members .cb-avatar > img {
  height:20px;width:20px;
  vertical-align: middle;
}
#chatbox .cb-avatar > img{ border-radius: 50% !important; }
.postprofile-avatar img {margin-top: 40px;}
div.post.online .postprofile:before {
    content: url(https://i.imgur.com/5GA6Vs0.png);
}
div.post .postprofile:before {
    content: url(https://i.imgur.com/bb8qOaK.png);
    left: 0;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 2;
}
div.post .postprofile:after {
    background: #2E3133;
    border-bottom: 4px solid #868686;
    content: ".";
    font-size: 0;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
}
.postprofile {
    background: url(https://i.servimg.com/u/f18/18/45/41/65/row10.png) repeat-x 0 0;
    margin-bottom: 10px;
    margin-top: 8px;
    margin-right: 4px;
    border: 1px solid #DDD;
    position: relative;
    text-align: center;
}
div.post.online .postprofile:after {
    border-color: #84C754;
}

@media only screen and (min-width: 50px) {...}
@media only screen and (max-width: 1000px) {
a{color: #000 !important;}
}
.sceditor-container textarea{font-family:Roboto,arial,sans-serif,FontAwesome!important}
.sceditor-button-fontawesome div{background:url(https://i.servimg.com/u/f19/19/06/98/92/fa-f10.png)!important}
.sceditor-fontawesome{width:220px;height:250px;overflow-y:auto}
.sceditor-fontawesome .fa{color:#333;font-size:20px;text-align:center;cursor:pointer;padding:3px 0;width:20%}
.sceditor-fontawesome .fa:hover{color:#666}
.forum-description {
      color: black;
}
body {
    font-family: 'Aldrich', sans-serif;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center top;
}

.M14_Scroll
{
width:48px; /*largeur de l image*/
height:48px;/*hauteur de l image*/
position:fixed;/*on fixe le bouton */
bottom:100px;/*on le place a 100px du bas*/
right:40px;/*on le place a 40px de la droite*/
display:none;/*on cache le bouton*/
  /*l image du bouton */
background: url('https://i.servimg.com/u/f62/11/26/21/37/arrow-10.png') no-repeat ;
}

#notif_unread.M14_NotiF_blink
{
color:darkred !important;
}

.emotiuser_icon
{
border:1px solid black;
padding:3px;
border-radius: 30px;
}


.M14_ProfilPlus{text-align:center;}
.M14_ProfilPlus a{margin:0px 2px 0px 2px;}

/*Apparence MP sur la barre de navigation*/
    a.mainmenu.M14_newMp{color:red !important;}
    /*Apparence MP sur la Toolbar*/
    a.M14_alertMp
    {
    color: white !important;
    font-size: 12px !important;
    text-decoration: none !important;
    position: absolute;
     width: 200px;
    margin-left: -200px;
    line-height: 30px;
    background-color: red;
    padding: 0 5px;
    }


.M14_ModerDiv
{
position:absolute;
margin-left:250px;
}
.M14_ModerDiv  ul
{
z-index:999;
background:#666666;
padding:2px 0px 2px 5px;
border:2px solid #E54732;
display:none;
position:absolute;
width:200px;
margin-left: -50px;
margin-top:-100px;
}

.M14_ModerDiv
{
opacity:0;
position:absolute;
margin-left:250px;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.M14_ModerDiv  ul
{
z-index:999;
background:#666666;
padding:2px 0px 2px 5px;
border:2px solid #E54732;
display:none;
position:absolute;
width:200px;
margin-left: -50px;
margin-top:-100px;
}

dl.icon:hover dd.lastpost .M14_ModerDiv {opacity:1}


/*Avatar citation*/
img.M14_Img_Citation
{
height: 18px;/*hauteur de l avatar*/
width: 18px;/*largeur de l avatar*/
vertical-align: middle;/*on aligne l avatar*/
margin-right:8px;/*on decale de la moitie de la largeur de l avatar*/
border-radius: 16px;/*on arrondi l avatar*/
  /*LES TRANSITIONS AU SURVOL*/
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/*au survol de l avatar des citation on augmente la taille*/
img.M14_Img_Citation:hover
{
height:48px;
width:48px;
}
a.imgur-button div {
  background:url(https://i.imgur.com/rFzEjxZ.png);
}
/*CUSTOMISATION DU MODULE DE CONNEXION RAPIDE PAR AWFUL*/
/*Import de la police*/
 @import url('https://fonts.googleapis.com/css?family=Roboto|Montserrat:900');
 form.connexion-rapide {
     width: 500px;
     background: #f7f7f7;
     margin: 10px auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     padding: 20px 0;
     font-family: "Roboto", sans-serif;
     border: 1px solid #ccc;
}
 form.connexion-rapide h2 {
     margin: 0 0 25px;
     text-align: center;
     text-transform: uppercase;
     font-family: "Montserrat", sans-serif;
     font-size: 12px;
     letter-spacing: 1px;
}
 form.connexion-rapide div,
 form.connexion-rapide > input{
     position: relative;
     width: 60%;
     margin: auto;
}
 form.connexion-rapide .input-connexion {
     margin-bottom: 15px;
}
 form.connexion-rapide input.post {
     height: 30px;
     box-sizing: border-box;
     -webkit-transition: all 0.3s cubic-bezier(0.5, 0.1, 0.08, 1);
     transition: all 0.3s cubic-bezier(0.5, 0.1, 0.08, 1);
     font-family: "Roboto", sans-serif;
     border: 0;
     background: transparent;
     border-bottom: 1px solid #cb79e0;
     background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #cb79e0 4%);
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #cb79e0 4%);
     background-position: -300px 0;
     background-size: 100%;
     background-repeat: no-repeat;
     font-size: 12px;
     width: 100%;
}
 form.connexion-rapide input.post:focus {
     outline: none;
     background-position: 0 0;
}
 form.connexion-rapide .input-connexion label {
     position: absolute;
     transition: all 0.3s cubic-bezier(0.5, 0.1, 0.08, 1);
     font-size: 12px;
     color: #999;
     line-height: 30px;
     pointer-events: none;
}
form.connexion-rapide input.post:focus + label,
form.connexion-rapide input.post.rempli + label{
     color: #cb79e0;
     font-size: 11px;
     -webkit-transform: translateY(-20px);
     transform: translateY(-20px);
     visibility: visible !important;
}
 form.connexion-rapide input.post::-webkit-input-placeholder {
     -webkit-transition: all 0.3s cubic-bezier(0.5, 0.1, 0.08, 1);
     transition: all 0.3s cubic-bezier(0.5, 0.1, 0.08, 1);
     font-size: 12px;
}
 form.connexion-rapide input.post:focus::-webkit-input-placeholder {
     color: #cb79e0;
     font-size: 11px;
     -webkit-transform: translateY(-20px);
     transform: translateY(-20px);
     visibility: visible !important;
}
 form.connexion-rapide div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 form.connexion-rapide div input {
     margin: 0px 10px 0px 0px;
}
 form.connexion-rapide div span {
     text-transform: uppercase;
     font-size: 9px;
     letter-spacing: 1px;
}
 form.connexion-rapide > input[type="submit"] {
     margin-top: 10px;
     font-family: "Montserrat", sans-serif;
     text-transform: uppercase;
     padding: 5px 0;
     border: 1px solid #ccc;
     cursor: pointer;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 form.connexion-rapide > input[type="submit"]:hover {
     border: 1px solid #cb79e0;
}
.fa_avatar {
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border-radius: 3px;
  margin-bottom: -10px;
}
a {
  color: #fff;
  transition: all 150ms ease-in;
  padding-bottom: 5px;
  background-image: url(https://i.servimg.com/u/f37/19/58/79/45/ca-lin10.png);
  background-repeat: no-repeat;
  background-position: -2px calc(100%+3px);
}

#quickloginform_overlay {
   background-color:#333;
   height:100%;
   left:0;
   opacity:0.7;
   position:fixed;
   top:0;
   width:100%;
}
#quickloginform {
   height:100%;
   position:fixed;
   top:20%;
   width:100%;
}
#quickloginform>form {
   background-color:#fff;
   box-sizing:border-box;
   margin:auto;
   padding:20px 30px;
   width:360px;
   border-radius:3px;
}
#quickloginform input[type="password"],#quickloginform input[type="text"] {
   background:#f2f2f2 none repeat scroll 0 0;
   border:0 none;
   box-sizing:border-box;
   font-family:"Helvetica";
   font-size:14px;
   margin:0 0 15px;
   outline:0 none;
   padding:15px;
   width:100%;
}
#quickloginform button {
   background-color:#369fcf;
   border:0 none;
   color:#ffffff;
   cursor:pointer;
   font-family:"Helvetica";
   font-size:14px;
   outline:0 none;
   padding:15px;
   text-transform:uppercase;
   width:100%;
}
#quickloginform p:nth-child(n) {
   margin-bottom:0;
   margin-top:20px;
   text-align:center;
}
#quickloginform form p {
   color:#b3b3b3;
   font-size:11px;
}
#quickloginform form a {
   color:#2b86b3;
   text-decoration: none;
}
.sceditor-button-embed-flash div {
  background-image:url(https://i.servimg.com/u/f64/12/69/24/33/arrow10.png) !important;
}


.fa_vote, .fa_voted, .fa_count {
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, Sans-serif;
  display:inline-block !important;
  width:auto !important;
  float:none !important;
  transition:300ms;
}
 
.fa_voted, .fa_vote:hover { opacity:0.4 }
.fa_voted { cursor:default }
 
.fa_count {
  font-weight:bold;
  margin:0 3px;
  cursor:default;
}
 
.fa_positive { color:#4A0 }
.fa_negative { color:#A44 }
 
.fa_votebar, .fa_votebar_inner {
  background:#C44;
  height:3px;
}
 
.fa_votebar_inner {
  background:#4A0;
  transition:300ms;
}
 
.fa_reputation a {
  float: none;
}
/* Ajoute Font Awesome aux polices de la textarea pour que les icônes soient visibles */
.sceditor-container textarea { font-family:Verdana, Arial, Helvetica, sans-serif, FontAwesome !important }
/* Image du bouton */
.sceditor-button-fontawesome div { background:url(https://i.servimg.com/u/f19/19/06/98/92/fa-f10.png) !important }
 
/* Popup */
.sceditor-fontawesome {
  width:220px;
  height:250px;
  overflow-y:auto;
}
 
/* Icônes */
.sceditor-fontawesome i {
  color:#333;
  font-size:20px;
  text-align:center;
  cursor:pointer;
  padding:3px 0;
  width:25%;
}
.sceditor-fontawesome i:hover { color:#666 }
/* image du bouton mentionner */
.sceditor-button-mention div { background-image:url(https://i.servimg.com/u/f19/18/21/60/73/scemen10.png) !important }
 
/* menu déroulant du bouton mentionner */
#fa-mention {
  background:url(https://i.servimg.com/u/f19/18/21/60/73/scemen10.png) no-repeat 3px 50% #FFF;
  padding-left:22px;
}

 span.rank_2 {
    color: #00B000;
}

span.rank_3 {
    color: #00AA00;
}
span.rank_1 {
    color: #FF0000;
}
/* FA7UP_8b67f095: Latex - MathJax */
.sceditor-button-mathjax div{
    background:url(https://i.servimg.com/u/f11/19/20/34/95/mathml10.png) !important;
}

/* FA7UP_8b67f095_stop */
/* FA7UP_b220aa4b: Boutons messagerie */
#navMP{
    height:19px;
    height:1.2rem;
    line-height:19px;
    line-height:1.2rem;
}
#navMP>a{
    display:inline-block;
    padding-left:.75em;
    padding-right:.75em;
    font-size:1.2em;
    line-height:1.2em;
    color:#000000;
    background:#ffffff;
    text-decoration:none !important;
    border:1px solid #aaa;
}
#navMP>a:hover{
    color:#ffffff;
    background:#000000;
    text-decoration:none !important;
}
#navMP-precedent{
    float:left;
    border-radius:.6em 0 0 .6em;
}
#navMP-suivant{
    float:right;
    border-radius:0 1.2em 1.2em 0;
}
#navMP-precedent::before{
    content:"Précédent";
}
#navMP-suivant::before{
    content:"Suivant";
}
/* FA7UP_b220aa4b_stop *//* FA7UP_6394db8c: Citer post par MP */
.fapopup, .fapopup-rounded {
    display: inline-block;
    background: none;
    font-family: Georgia, DejaVu Serif, Norasi, serif;
    font-size: 16px;
    color: #000;
    max-width: 100%;
    margin: auto;
    padding: 0;
    overflow: hidden;
    box-shadow: none;
    position: fixed;
    z-index: 99999 !important;
    box-shadow: #000 0 0 0.15em 0.15em;
}
.fapopup *, .fapopup-rounded * {
    margin: 0;
    padding: 0;
    box-shadow: none;
    font-size: 1em;
    background: none;
    color: #000;
    position: relative;
}
.fapopup .close_popup, .fapopup-rounded .close_popup {
    float: right;
    background: #fff;
    color: #4e4e4e;
    margin-left: 1em;
    display: block;
    height: 1em;
    width: 1.4em;
    text-align: center;
    -webkit-box-shadow: #1b1b1b 0 0 0.05em 0.05em;
    -moz-box-shadow: #1b1b1b 0 0 0.05em 0.05em;
    box-shadow: #1b1b1b 0 0 0.05em 0.05em;
}
.fapopup .close_popup:hover, .fapopup-rounded .close_popup:hover {
    cursor: pointer;
    box-shadow: #929292 0 0 0.05em 0.05em;
}
.fapopup .header, .fapopup-rounded .header {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.2em;
    background: #4e4e4e;
    background: -webkit-linear-gradient(0deg, #1b1b1b, #4e4e4e);
    background: -moz-linear-gradient(0deg, #1b1b1b, #4e4e4e);
    background: -o-linear-gradient(0deg, #1b1b1b, #4e4e4e);
    background: linear-gradient(0deg, #1b1b1b, #4e4e4e);
    color: #fff;
    text-shadow: 0px 0px 0.05em #000;
    font-family: Courier, "Courier New", FreeMono, Liberation Mono, monospace;
    font-weight: 900;
    line-height: 1.2;
    vertical-align: top;
    cursor: default;
}
.fapopup .header .title, .fapopup-rounded .header .title {
    color: #fff;
    font-weight: 900;
}
.fapopup .header .title::before, .fapopup-rounded .header .title::before {
    content: ".:";
}
.fapopup .header .title::after, .fapopup-rounded .header .title::after {
    content: ":.";
}
.fapopup .message, .fapopup-rounded .message {
    clear: both;
    color: #000;
    background: #fff;
    padding: 0.2em;
    line-height: 1.2;
    vertical-align: top;
    font-size: inherit;
    overflow: auto;
    width: 90vw;
    height: 80vh;
    max-height: 80vh;
}
.fapopup .message iframe, .fapopup-rounded .message iframe {
    width: 100%;
    height: 100%;
}
.fapopup .w100p, .fapopup-rounded .w100p {
    width: 100% !important;
    box-sizing: border-box !important;
}
.post2pm {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    padding: 0.2em !important;
    border-radius: 0.2em;
    text-shadow: 0px 0px 0.1em #888;
    background: #fff !important;
    background-image: linear-gradient(0deg, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff) !important;
    color: #000 !important;
    box-shadow: #ccc 0 0 0.1em 0.1em inset !important;
}
#b_fapopup {
    z-index: 99998 !important;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
}
.fapopup-rounded {
    border-radius: 0.3em;
}
.fapopup-rounded .close_popup {
    border-radius: 0.1em;
}
.fapopup-rounded .message {
    border-radius: 0 0 0.2em 0.2em;
}
/* FA7UP_6394db8c_stop */

#content-container #main{padding:0 20px;}
/* Marge latérale pour décoller le corps principal de la colonne de gauche, sur les grands écrans */
.postprofile{margin:0 4px 0 0;border:none;border-right:1px solid #DDD;border-radius:2px 0 0 0;} /* Retrait des marges en haut et en bas de la section du profil de chaque post */
Merci infiniment a ceux qui m'aideront !!
Herox_44

Herox_44
**

Messages : 52
Inscrit(e) le : 23/03/2019

https://www.aquariophiliefacile.com
Herox_44 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Trait au dessus de tous les liens de mon forum

Message par Valou712 Sam 4 Mai 2019 - 18:51

Bonjour, je pense avoir trouvé la réponse, il faut retirer la ligne du background-image dans ce code là :

Code:
a {
  color: #fff;
  transition: all 150ms ease-in;
  padding-bottom: 5px;
  background-image: url(https://i.servimg.com/u/f37/19/58/79/45/ca-lin10.png);
  background-repeat: no-repeat;
  background-position: -2px calc(100%+3px);
}
Valou712

Valou712
Nouveau membre

Féminin
Messages : 4
Inscrit(e) le : 27/05/2017

https://forum.forumactif.com
Valou712 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Trait au dessus de tous les liens de mon forum

Message par Herox_44 Sam 4 Mai 2019 - 21:27

Oh mon dieu ça marche !!!

Merci infiniment mon ami !!
Herox_44

Herox_44
**

Messages : 52
Inscrit(e) le : 23/03/2019

https://www.aquariophiliefacile.com
Herox_44 a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum