Forum pragmaMx France 26 Mai 2012 à 02:38:06 *
Bienvenue, Invité. Veuillez vous connecter ou vous inscrire.


Connexion avec identifiant et mot de passe
 
Accueil Aide Rechercher
Forum pragmaMx France  |  Thèmes  |  Thèmes & Design (Modérateurs: Diabolo, kroms, phi56360)  |  Fil de discussion: apparition de pointillés
Pages: [1]   Bas de page
Imprimer
Auteur Fil de discussion: apparition de pointillés  (Lu 4755 fois)
vinc715
Membre Junior Mx
**
Hors ligne Hors ligne

Messages: 37



« le: 28 Janvier 2007 à 19:34:19 »

Bonsoir

J'ai cherché a trouver sur le forum mais hélas ... Peut etre est ce probleme d'affichage sur mon PC ?enfin bref je pose ma question : J'ai des pointillés en dessous de chaques liens cliquables. Faut il modofier klk choses dans le fichier css
Merci pour vos reponses

++
Journalisée
Diabolo
Administrateur
Ultra membre Mx
******
Hors ligne Hors ligne

Messages: 5480



« Répondre #1 le: 28 Janvier 2007 à 20:12:02 »

style.css du thème

Code:
a:link {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #666666;
text-decoration: none;
}

a:visited {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #666666;
text-decoration: none;
}

a:hover,
a:focus {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #99CC33;
text-decoration: none;
}

a:active {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #666666;
text-decoration: none;
}

http://www.aidenet.com/css/css41b.htm
Journalisée

..:: Veuillez consulter les règles du forum ::..- Avez-vous consulté notre documentation avant de poser votre question ?-Pas de support en MP ou par courriel, le forum est là pour ça !Nouvelle question=Nouveau Sujet
vinc715
Membre Junior Mx
**
Hors ligne Hors ligne

Messages: 37



« Répondre #2 le: 28 Janvier 2007 à 20:30:21 »

Code:
/************************************
 pragmaMx  Content Management System
 Copyright (c) 2005 pragmaMx Dev Team - http://pragmaMx.org
 ***********************************
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 ***********************************
 $Source: /home/cvs/pragmamx/stable/themes/mx-default/style/style.css,v $
 $Revision: 1.6.4.1 $
 $Author: tora60 $
 $Date: 2006/03/05 12:17:46 $
************************************/

html, body {
height: 100%;
margin: 0px;
}

* {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

a:link {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #666666;
text-decoration: none;
}

a:visited {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #666666;
text-decoration: none;
}

a:hover,
a:focus {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #99CC33;
text-decoration: none;
}

a:active {
background-color: transparent;
border-bottom: #666666 1px dotted;
color: #666666;
text-decoration: none;
}

a img {
border: 0px;
}

body {
background-color: #F2F2F2;
color: #333333;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-bottom: 0px;
margin-top: 0px;
scrollbar-3dlight-color: #F2F2F2;
scrollbar-arrow-color: #000000; /* BACKGROUND-repeat: repeat; */
scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #F2F2F2;
scrollbar-highlight-color: #F2F2F2;
scrollbar-shadow-color: #F2F2F2;
scrollbar-track-color: #F2F2F2;
text-decoration: none;
}

br {
line-height: 8px;
}

form {
display: inline;
margin: 0px;
}

small {
font-size: 9px;
}

h1 {
font-weight: bold;
font-size: 14px;
}

h2 {
font-weight: bold;
font-size: 14px;
}

h3 {
font-weight: bold;
font-size: 14px;
}

h4 {
font-weight: bold;
font-size: 14px;
}

h5 {
font-weight: bold;
font-size: 14px;
}

h6 {
font-weight: bold;
font-size: 14px;
}

h7 {
font-weight: bold;
font-size: 14px;
}

img {
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
}

input {
background-color: #F2F2F2;
border-bottom: 1px inset #666666;
border-left: 1px inset #666666;
border-right: 1px inset #666666;
border-top: 1px inset #666666;
color: #333333;
}

input.formbutton {
background-color: #F2F2F2;
border-bottom: #666666 1px outset;
border-left: #666666 1px outset;
border-right: #666666 1px outset;
border-top: #666666 1px outset;
color: #333333;
text-align: center;
}

input.formcheckbox {
background-color: transparent;
border: none;
color: #000000;
}

select {
background-color: #F2F2F2;
border-bottom: 1px inset #666666;
border-left: 1px inset #666666;
border-right: 1px inset #666666;
border-top: 1px inset #666666;
color: #333333;
}

span.footmsg a {
background-color: transparent;
color: #666666;
font-size: 9px;
}

textarea {
background-color: #F2F2F2;
border-bottom: 1px inset #666666;
border-left: 1px inset #666666;
border-right: 1px inset #666666;
border-top: 1px inset #666666;
color: #333333;
overflow: auto;
}

th {
font-weight: bold;
}


.blocksLeft {
background-color: #FFFFFF;
border-right: #666666 dashed 1px;
color: #000000;
width: 160px;
}

.blocksRight {
background-color: #F2F2F2;
border-left: #666666 dashed 1px;
color: #000000;
width: 150px;
}

.box {
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
}

.boxcontent {
font-size: 12px;
}

#leftcolumn .boxcontent {
font-size: 11px;
}

#rightcolumn .boxcontent {
font-size: 11px;
}

.boxcontentright {
background-color: transparent;
color: #666666;
font-size: 12px;
}

.boxtitle {
font-size: 12px;
font-weight: bold;
}

.boxtitleright {
background-color: transparent;
color: #666666;
font-size: 12px;
font-weight: bold;
}

.CenterBox {
background-color: #FFFFFF;
border-bottom: #FFFFFF 2px solid;
border-left: #FFFFFF 2px solid;
border-right: #FFFFFF 2px solid;
border-top: #FFFFFF 2px solid;
color: #000000;
height: 400px;
}

.content {
font-size: 12px;
}

.footmsg {
background-color: #FFFFFF;
color: #666666;
font-size: 9px;
}

.footmsgl {
background-color: #FFFFFF;
color: #666666;
font-size: 9px;
}

.option {
font-size: 12px;
font-weight: bold;
}

.sitetitle {
font-family: "Times New Roman", Times, serif;
font-size: 30px;
font-style: italic;
font-variant: small-caps;
font-weight: bold;
letter-spacing: 1px;
margin-left: 10px;
margin-top: 5px;
}

.storycat {
font-size: 12px;
font-weight: bold;
}

.storytitle {
font-size: 12px;
font-weight: bold;
}

.tiny {
font-size: 9px;
}

.title {
background-color: transparent;
color: #333333;
font-size: 12px;
font-weight: bold;
}

.viewbench {
background-color: #FFFFFF;
color: #666666;
font-size: 9px;
}

#loginform {
background-color: transparent;
color: #666666;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: lighter;
line-height: normal;
margin: 0px;
}

#loginform a {
background-color: transparent;
border-bottom-color: #F2F2F2;
border-bottom-style: dotted;
border-bottom-width: 1px;
color: #666666;
}

#loginform a:link {
background-color: transparent;
color: #666666;
}

#loginform a:visited {
background-color: transparent;
color: #666666;
}

#loginform a:hover,
#loginform a:focus {
background-color: transparent;
border-bottom-color: #F2F2F2;
color: #99CC33;
}

#loginform a:active {
background-color: transparent;
color: #666666;
}

#loginform form {
display: inline;
}

#loginform input {
background-color: #FFFFFF;
border-bottom: #99CC33 1px inset;
border-left: #99CC33 1px inset;
border-right: #99CC33 1px inset;
border-top: #99CC33 1px inset;
color: #666666;
height: 16px;
padding-left: 3px;
width: 80px;
}

#loginform input.formbutton {
background-color: #F2F2F2;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-top: 1px solid #666666;
color: #333333;
font-size: 10px;
height: 17px;
line-height: 10px;
margin: 0px 0px 0px 4px;
padding: 0px;
text-transform: lowercase;
width: 60px;
}

#loginform input.formbutton:focus {
background-color: #ECF4D7;
color: #999999;
}

#loginform input:focus {
background-color: #ECF4D7;
color: #999999;
}

#loginform td {
background-color: transparent;
color: #666666;
font-size: 11px;
text-align: center;
}

#pathview {
background-color: transparent;
color: #FFFFFF;
font-size: 9px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
}

#pathview a {
background-color: transparent;
border-bottom: none;
color: #FFFFFF;
}

#pathview a:link {
background-color: transparent;
color: #FFFFFF;
}

#pathview a:visited {
background-color: transparent;
color: #FFFFFF;
}

#pathview a:hover,
#pathview a:focus {
background-color: transparent;
color: #F2F2F2;
}

#pathview a:active {
background-color: transparent;
color: #FFFFFF;
}

.leftmenu {
color: #666666;
font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}

.leftmenu A:link {
display: block;
background: url(../images/menu_bg.png) no-repeat;
font-size: 11px;
color: #666666;
text-align: left;
padding-top: 2px;
padding-left: 12px;
height: 18px !important;
height: 20px;
width: 134px !important;
width: 100%;
text-decoration: none;



}

.leftmenu A:active {
display: block;
background: url(../images/menu_bg.png) no-repeat;
font-size: 11px;
color: #666666;
text-align: left;
padding-top: 2px;
padding-left: 12px;
height: 18px !important;
height: 20px;
width: 134px !important;
width: 100%;
text-decoration: none;


}

.leftmenu A:visited {
display: block;
background: url(../images/menu_bg.png) no-repeat;
font-size: 11px;
color: #666666;
text-align: left;
padding-top: 2px;
padding-left: 12px;
height: 18px !important;
height: 20px;
width: 134px !important;
width: 100%;
text-decoration: none;
}

.leftmenu A:hover {
background-position: 1px -20px;
text-decoration: none;
color: #ffffff;

}

.block_title {
background-image: url(../images/b_top.gif);
background-repeat: repeat-y;
width: 183px;
height: 27px;
}


j'ai comparer et lu ton lien Diabolo il s'agit d'encadrer Sourire. ce qui n'est pas exactement mon cas il s'agit de liens soulignés de pointillés . Tout est en "none" tu pe m'en dire plus
Journalisée
vinc715
Membre Junior Mx
**
Hors ligne Hors ligne

Messages: 37



« Répondre #3 le: 28 Janvier 2007 à 20:36:50 »

en cherchant j'ai trouvé pour les "liens hypertextes" http://www.aidenet.com/css/css19b.htm   mais bon ca ne resoud rien . Décidement j'ai toujours des trucs farfelues...
Journalisée
Diabolo
Administrateur
Ultra membre Mx
******
Hors ligne Hors ligne

Messages: 5480



« Répondre #4 le: 28 Janvier 2007 à 20:44:19 »

Montre l'url de ton site
Journalisée

..:: Veuillez consulter les règles du forum ::..- Avez-vous consulté notre documentation avant de poser votre question ?-Pas de support en MP ou par courriel, le forum est là pour ça !Nouvelle question=Nouveau Sujet
vinc715
Membre Junior Mx
**
Hors ligne Hors ligne

Messages: 37



« Répondre #5 le: 28 Janvier 2007 à 20:58:21 »

http://amgtt.ovh.org/
Journalisée
Diabolo
Administrateur
Ultra membre Mx
******
Hors ligne Hors ligne

Messages: 5480



« Répondre #6 le: 28 Janvier 2007 à 21:45:08 »

Citation
en cherchant j'ai trouvé pour les "liens hypertextes" http://www.aidenet.com/css/css19b.htm   mais bon ca ne resoud rien . Décidement j'ai toujours des trucs farfelues..

Pourtant c'est ça 
Supprime les deux fichiers portant le nom du thème dans le répertoire /themecache/

C'est une histoire de cache  Clin d'oeil
Journalisée

..:: Veuillez consulter les règles du forum ::..- Avez-vous consulté notre documentation avant de poser votre question ?-Pas de support en MP ou par courriel, le forum est là pour ça !Nouvelle question=Nouveau Sujet
Pages: [1]   Haut de page
Imprimer
Forum pragmaMx France  |  Thèmes  |  Thèmes & Design (Modérateurs: Diabolo, kroms, phi56360)  |  Fil de discussion: apparition de pointillés
 
Aller à:  

Powered by SMF 1.1.15 | SMF © 2006-2009, Simple Machines

Plus