Blog d'aide de Blog4ever

Blog d'aide de Blog4ever

couleurs de l'écriture en langue étrangère

80 appréciations
Hors-ligne
:bd: Juste un tout petit souci mais qui peut avoir des conséquences sur la fréquentation du blog par des personnes de langue étrangère : je me suis aperçue que la couleur de l'écriture est illisible sur mes pages lorsqu'on les lit à l'aide de google translate. Que faut-il faire ? :bye:
C'est toi, divin café, dont l'aimable liqueur, sans altérer la tête épanouit le coeur...

4036 appréciations
En ligne

C'est normal !
Dans ton css il y a ça:
font {
color: rgb(231, 218, 198)!important;
}

Il faut corriger et mettre:
font {
color: #000!important;
}




80 appréciations
Hors-ligne
:b1: Simon, je ne vois pas où il y a font rgb( 231, 218, 198),
Dans mon body j'ai rgb(105, 101, 105) et
Dans mes articles j'ai color: rgb(18, 9, 56), color: rgb(111, 175, 142), color:rgb(89, 33, 8).
Dans les commentaires j'ai rgb(94, 100, 107),
Dans les formulaires j'ai rgb(231, 202, 223),
Dans le forum j'ai color: rgb(143, 160, 190) et j'en ai encore d'autres, cela fait beaucoup tout ça ! Où dois-je mettre la partie font ? Je me sers du design personalisé et non du design complet
C'est toi, divin café, dont l'aimable liqueur, sans altérer la tête épanouit le coeur...

4036 appréciations
En ligne

Si tu regardes bien DANS TON CSS tu verras .

VOIR PARTIE EN GRAS VERS LE BAS j'ai mis noir 000; mais tu peux mettre autre chose>>>>>>>


CSS SPÉCIAL HALLOWEEN 2014 - BLOG4EVER
/* EN-TETE */
header {
border-left: 0px solid #130802;
border-right: 0px solid #130802;
}
header h1 {
color: #ffffff;
height: 80px;
line-height: 80px;
padding: 0 20px;
border-top: 2px solid #291105;
}
header h1 a {
color: #ffffff;
font-family: 'HelveticaNeueLT Com 47 LtCn', 'Arial Narrow', Helvetica, Arial, sans-serif;
font-size: 36px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
header .image {
height: 469px;
width: 964px;
overflow: hidden;
position: relative;
}
.font {
color: rgb(69, 69, 69)!important;
}
.main {
border-left: 1px solid rgb(82, 72, 68);
border-right: 1px solid rgb(51, 40, 34);
background: rgb(48, 45, 38);
}
BODY {
background: rgb(255,255,255);
background-image: url('');
background-repeat: repeat-x;
font-family: Book antiqua;
font-size: 11pt;
color: rgb(105, 101, 105);
}
/* ASIDE */
aside {
min-height: 200px;
position: relative;
width: 300px;
z-index: 2;
}
aside .bloc-cote {
border-top: none;
border-bottom: none;
margin-top: 15px;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 1px;
padding: 5px;
}
aside .bloc-cote:first-child .goog-te-gadget-simple {
border-top: 0;
margin-right: 15px;
background-color: rgb(94, 81, 84);
border-left: 1px solid rgb(77, 75, 68);
border-top: 1px solid rgb(108, 108, 91);
border-bottom: 1px solid rgb(74, 74, 69);
border-right: 1px solid rgb(81, 84, 82);
font-size: 10px;
color: rgb(144,137,137);
display: inline-block;
}
.goog-te-gadget-simple .goog-te-menu-value {
color: rgb(144, 137, 137)!important;
text-decoration: none;
}
aside li {
background-image: none;
}
aside .bloc-cote a {
color: #B8A78F ;
font-size: 11pt;
}
aside .bloc-cote a:hover {
color: rgb(220,206,180);
}
aside h2,
aside h3 {
color: rgb(198,190,140);
font-family: 'Kristen ITC', Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
height: 15px;
}
/* NAVIGATION */

NAV {
background-image: url('');
background:rgb(160,69,57);
margin-top: auto;
-moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
border-left: 1px solid rgb(43, 40, 34);
border-right: 1px solid rgb(43, 40, 34);
box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
}
nav ul {
background-image: url('');
background-color: #4D5841;
border-radius: 10px;
width: auto;
margin-left: 2px;
}
nav li {
margin-left: 10px;
}
nav a {
color: #C6BE8C;
font-family: 'Segoe script',Helvetica, Arial, sans-serif;
font-size: 18px;
}
nav a:hover {
color: #ADA05A; text-decoration: none;
}
nav .recherche_nav {
display: none;
}
/* BARRE LATERALE */

.bloc-cote a {
color: rgb(189, 171, 157);
font-family: 'Kristen ITC';
font-size: 12px;
}
#menu_sondage ul,
#menu_sondage li {
list-style: none !important;
/*padding: 0 !important;*/ /* Modifié par Pascal le 07/01 car ça empêche de mettre un padding sur #sondage_dernier */
background: #4A3730 !important;
text-align: center;
}
#menu_sondage li#sondage_dernier {
text-align: left;
padding:5px;
}
#VoteSondage p {
font-weight: normal;
margin: 10pt 0;
font-size: 10pt;
}
#sondage_contenu {
text-align:center;
margin:20px;
background-color: #4A3730;
color: #DFCBC8;
}
#sondage_contenu label {
display: inline;
}
#sondage_contenu .poll_msg {
margin: 10px 0;
border-radius: 5px;
padding: 10px;
background-color: #4A3730;
color: #DFCBC8;
}
.fond-cote {
height: 100%;
position: absolute;
width: 250px;
z-index: 0;
background-image: url('');
}
/* CODE DE */
.layout-2 .fond-cote {
background-image: url('');
background-color: rgba(0,0,0,0.10);
}
.layout-1 .fond-cote {
left: 0;
top: 0;
}
.layout-2 .fond-cote {
right: 0;
top: 0;
}
/* MENU BLOC */
.menu_bloc {
background-image: url('');
background-repeat: repeat;
background-color: rgba(0,0,0,0.10);
margin: 15px 15px;
border: 2px ridge rgb(60,61,67);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.menu_bloc ul {
background-image: url(''); /*simon*/
background: rgba(49,64,83,0.1);
border: 2px ridge rgba(22, 29, 37, 0.2);
padding: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* ARTICLE */

ARTICLE {
min-height:300px;
padding:20px;
position:relative;
width:600px;
background-image: url('http:/');
background-color: rgb(213,203,190);
border: solid 1px;
border-color: rgb(54,54,53);
}
article table {
border-width: 0px;
border-style: none;
border-radius: 10px;
border-collapse: separate;
}
article table td {
border-style: none;
}
#article_liste_articles {
display: block;
background-image: url('');
background-repeat: no-repeat;
background: rgb(250, 247, 247);
border: solid 1px;
border-color: rgb(23, 21, 19);
border-radius: 20px;
}
#ARTICLES_SHOW_SEPARATION_BAS {
display:block;
}
.articles_show_stats_article {
background:rgb(213,203,190)!important;
width: 100%;
background-image: url('');
background-repeat: repeat-x;
font-style: normal !important;
padding: 10px;
height: auto;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 1px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
margin: 0;
}
.highlight {
background-color:rgb(213,203,190)!important;
width:100%;
}
.articles_index_contenu_article {
background-color: rgb(181, 174, 172)!important;
color: rgb(18, 9, 56)!important;
}
#articles_show_contenu_article, .articles_index_contenu_article {
font-size: 13px;
border-radius: 1px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius : 20px;
border-bottom-right-radius: 20px;
background-image:url('https://static.blog4ever.com/2008/05/212502/Papier-grain_gr--ge.bmp');
}
.ombre {
-webkit-box-shadow: 2px 4px 12px rgb(102, 102, 102);
-moz-box-shadow: 2px 4px 12px #6666;
box-shadow: 2px 4px 12px rgb(102, 102, 102);
filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
}
.arrondi10 {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
album-test-1media="screen"
a img {
border: none;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
#articles_index_categorie_titre {
height: auto;
background-image: url('');
border: none;
color: rgb(111, 175, 142);
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-family: 'Tempus Sans ITC', Helvetica, Arial, sans-serif;
}
.article_index_categorie_nom:before {
content:none;
left: -5px;
position: relative;
top: 3px;
}
.article_index_categorie_nom {
font-weight: bold;
font-family: segoe script;
font-style: oblique;
font-size: large;
color:rgb(89, 33, 8);
}
.article_index_lien {
font-family: segoe script;
}
article h2 {
border-bottom: 0px rgb(203, 191, 179) solid !important;
color: rgb(46, 46, 79)!important;
font-family: 'segoe script', 'Arial Narrow', Helvetica, Arial, sans-serif;
}
article h4 {
color: rgb(80, 69, 98)!important;
font-family: 'Tempus Sans ITC', Helvetica, Arial, sans-serif;
border-bottom: 1px rgb(203, 191, 179) solid !important;
}
article h3 {
border-bottom: none;
color: rgb(45, 51, 60)!important;
font-family: 'Segoe script', Helvetica, Arial, sans-serif;
background-image: url('');
}
article a {
color: rgb(40, 39, 37);
font-weight: 500;
}
article a:hover {
color: #B96329;text-decoration: none;
}
.article_blog_article {
clear: both;
background: rgb(181, 174, 172)!important;
}
article .tiny div p {
text-align: inherit;
color: rgb(107, 92, 92);
}
#articles_index_categorie_desc {
font-style: normal;
font-weight: normal;
background-image: url('');
color: rgb(37, 28, 28);
}
form {
margin: 0 0 20px;
background: rgb(73,65,82);
}
hr {
margin: 20px 0;
border: 0;
border-top: 0px solid rgb(238, 238, 238);
border-bottom: 0px solid rgb(255, 255, 255)
}
#article_recherche {
/* margin-top: 20px; */
display: none;
}
/*------------ COMMENTAIRES */
#articles_commentaires_titre {
font-weight:bold;
margin-top:5px;
margin-left: 15px;
margin-bottom:15px;
font-family: 'segoe script';
font-size: large;
color: rgb(94, 100, 107);
}
#article_commentaires ul li {
list-style-type: none;
border-radius: 15px;
position: relative;
margin-bottom: 5px;
margin-left: 30px;
margin-right: 30px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#article_commentaires {
background-image: url('');
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#article_commentaires dl dd.commentaire_message {
background: rgba(249, 241, 242, 0.3);
margin-right: 20px;
color: rgb(86, 74, 65);
border-radius: 15px;
font-family: segoe script;
}
.titre {
font-family: 'Segoe script', Helvetica, Arial, sans-serif;
}
article_recherche {
margin-top: 20px;
background: #303D50;
border-width: medium;
color: rgb(189, 167, 185);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#articles_show_retour_articles {
margin-top: 5px;
margin-left: 150px;
font-family: Segoe Script;
font-size: 14pt;
text-align: left;
background: #;
}
#article_liens a {
margin-left: 150px;
font-family: Segoe Script;
font-size: 13pt;
color: rgb();
text-align: left;
background: #;
list-style-image: inherit;
line-height: 2;
}
/*RECHERCHE*/

input#blog_recherche {
height: 22px;
margin: 9px 20px;
display: none;
background-color: rgb(247, 194, 137)!important;
border: 1px solid rgb(226, 173, 116);
}
.tiny p {
font-size: medium;
fontfamily: Segoe Script;
vertical-align: baseline;
}
/* FORMULAIRES */

form label {
color: rgb(231, 202, 223);
}
#forum_haut_menu_visiteur form {
background-color: rgb(93, 90, 95);
}
#forum_haut_menu_visiteur .register {
background-color: rgb(93, 90, 95);
border: 0px solid #AC948A;
}
#forum_haut_menu_visiteur .register a {
background: rgb(127, 118, 131);
border: 1px solid rgb(153, 145, 139);
color: rgb(231, 211, 225);
font-family: 'Tempus Sans ITC', Helvetica, Arial, sans-serif;
font-size: 14px;
}
#forum_haut_menu_membre {
background-image: url('');
background-color: rgb(43, 62, 75);
font-size: medium;
font-family: segoe script;
}
#forum_categorie_moderateur {
margin: 10px 0;
height: 28px;
line-height: 28px;
font-size: 11px;
background: rgb(48, 61, 80);
float: right;
padding: 5px 10px;
width: 380px;
border-radius: 4px;
text-align: right !important;
}
#contenu input[type="submit"], #contenu input[type="button"], #contenu button {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: rgb(141, 134, 145);
border-radius: 3px;
border: 1px solid rgb(133, 127, 123);
color: rgb(219, 198, 218);
font-family: 'Tempus sans ITC', 'Arial Narrow', Helvetica, Arial, sans-serif;
font-size: 12px;
text-transform: uppercase;
}
.contenu_recherche fieldset {
background: # ! important;
}
.post-comment form {
margin: 0 0 30px 0;
}
form {
margin: 0px 0px 20px;
background: #;
background-image: url('https://static.blog4ever.com/2008/05/212502/couleur-pareille-que_jeunes-filles-buvantle-th--_version-marron3.jpg');
}
#FORUM_LAST_TOPICS
TD {
height: 30px;
padding: 5px;
border: none;
}
#forum_categories table #forum_index_tableau_cat_tr, #forum_categorie_sujets table #forum_categorie_tableau_entete {
background-image: url('https://static.blog4ever.com/2008/05/212502/chat_sacs-de-caf--maron2.png');
background-repeat: no-repeat;
color: rgb(216, 185, 236);
font-family: 'Tempus Sans ITC';
line-height: 115px;
background-color: rgb(73, 60, 60);
}
#forum_categorie_tableau_entete th, #forum_index_tableau_cat_tr td {
font-size: small;
}
#forum_sujet_tableau tr td, #forum_last_topics tr td, #forum_categories table tr td, #forum_categorie_sujets table tr td {
border-bottom: 1px solid rgb(54, 55, 65);
}
#forum_categorie_description, #forum_index_titre_derniers_sujets, #forum_index_titre_categories, #forum_index_recherche_titre {
border-width: 1px;
border-stule:solid;
line-height: 15px;
margin-bottom: 10px;
margin-top: 10px;
font-style: normal;
background: #303E52;
background-image: url();
font-family: 'segoe script',verdana;
font-size: medium;
font-style: normal!important;
}
#forum_categories .forum_index_tableau_cat_desc a{
color: rgb(143, 160, 190);
font-family: segoe script;
}
#forum_categories .forum_index_tableau_cat_desc a b, #forum_categories .forum_index_tableau_cat_desc form b, #forum_categorie_subcats .forum_index_tableau_cat_desc a b, #forum_categorie_subcats .forum_index_tableau_cat_desc form b {
color: rgb(154, 135, 161);
font-family: segoe script;
}
#forum_sujet_tableau tr:nth-child(even), #forum_last_topics tr:nth-child(even), #forum_categories table tr:nth-child(even), #forum_categorie_subcats table tr:nth-child(even), #forum_categorie_sujets table tr:nth-child(even) {
background-color: rgb(48, 61, 80);
}
#forum_sujet_tableau tr:nth-child(odd), #forum_last_topics tr:nth-child(odd), #forum_categories table tr:nth-child(odd), #forum_categorie_subcats table tr:nth-child(odd), #forum_categorie_sujets table tr:nth-child(odd) {
background-color: rgb(45,56,74);
}
#forum_categorie_tri {
background-color: #303D50;
}
#forum_categorie_ouvrir_lien {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: rgb(101, 101, 121);
border-radius: 3px;
border: 1px solid rgb(244, 138, 63);
color: rgb(201, 171, 171);
font-family: 'Tempus Sans ITC', Helvetica, Arial, sans-serif;
font-size: 14px !important;
text-transform: uppercase;
}
#forum_sujet_composeur_message {
font-size: 13px;
width: 600px!important;
height: 190px;
border-radius: 5px;
margin-left: 17px;
margin-right: 0px;
background:#ECE5F3;
}
#forum_sujet_repondre {
background-image: url('');
background: #303D50;
}
#forum_sujet_repondre div.centre {
width: 615px;
border-radius: 5px;
padding-top: 35px;
background: rgb(236, 229, 243);
}
#forum_sujet_repondre hr {
width: 615 px;
}
#forum_sujet_repondre a {
color: rgb(180, 198, 228);
text-decoration: none;
font-family: segoe script;
text-decoration: none;
}
ul.b4e-liste-commentaires li:nth-child(even) {
background-image: url('https://static.blog4ever.com/2008/05/212502/couleur-pareille-que_jeunes-filles-buvantle-th--_version-marron2.jpg');
}
ul.b4e-liste-commentaires li:nth-child(odd) {
background-image: url('https://static.blog4ever.com/2008/05/212502/couleur-pareille-que_jeunes-filles-buvantle-th--_version-marron3.jpg');
}
#forum_notif {
background:#695E4E;#forum_notif {
background:#695E4E;
}
#article_commentaires ul.b4e-liste-commentaires, #article_commentaires ul.b4e-commentaire-reponses, #photo_commentaires ul.b4e-liste-commentaires, #photo_commentaires ul.b4e-commentaire-reponses {
font-family: segoe script;
}
.forum_breadcrumb {
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
padding-left: 10px;
}
.recaptchatable {
background: none repeat scroll 0 0 #6B6570; /*mauve*/
border: 2px solid #E4E3E6 !important;
line-height: 1em;
}
.recaptchatable #recaptcha_response_field {
background: none repeat scroll 0 0 rgb(95, 88, 97);
border: 1px solid rgb(67, 62, 77)!important;
width: 302px;
font-family: Tempus sans ITC;
font-size: 20px !important;
color: rgb(223, 159, 191) !important;
margin-top: 10px;
}}
.recaptchatable td img {
background: none repeat scroll 0 0 rgb(61, 59, 75);
border: 3px ridge rgb(45, 44, 56);
display: block;
}
/*CONTENU GENERAL*/
#contenu {
-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
background-image: url('');
background-color: rgba(160,69,57,0.100);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.main {
border-left: 1px solid rgb(82, 72, 68);
border-right: 1px solid rgb(51, 40, 34);
background:rgb(160,69,57);
}
/* PIED DE PAGE */
footer {
background-image: url('');
background: rgb(65, 60, 54);
color: rgb(66, 62, 68);
}
footer a {
color: rgb(136, 131, 113)!important;
font-size: 18px;
font-family: Segoe Script;
}
footer a:hover {
color: #ffffff;
}
/*PARTENAIRES*/
#partenaire_liste_page .blog-submit {
background-color: rgb(181, 172, 178);
}
#partenaire_liste_page {
background-image: url('');
}
#partenaire_liste_page a {
font-weight: normal;
color: rgb(119, 80, 95);
margin: 5px 0px 0px 10px;
}
#partenaire_liste_page hr {
margin: 5px 100px;
}
article #partenaire_liste_page hr {
border-bottom: 1px solid rgb(66, 54, 46) !important;
border-top: 1px solid rgb(241, 232, 167) !important;
border-left: 1px solid rgb(66, 54, 46)!important;
border-right: 1px solid rgb(66, 54, 46) !important;
}
.menu_blogmember_box_invite {
font-size: 12px;
color: rgb(136, 131, 113)!important;
font-weight: normal !important;
}
#article_commentaires dl, #photo_commentaires dl {
height: auto;
position: relative;
}
#post-comment dl dd, .reply-comment dl dd {
margin: 0 0 0 40px;
margin-bottom: auto;
margin-right: 30px;
}
/*MEMBERS*/

#blog_members h2 {
margin-bottom: 10px !important;
margin-top: 10px;
text-align: center;
}
article h2 {
border-bottom: 1px rgb(30, 28, 31) solid;
color: rgb(236, 214, 181);
font-family: Tempus sans-serif;
}
#blog_members h4 {
margin-left: 20px !important;
}
article h4 {
color: rgb(92, 59, 4);
font-family: 'Tempus Sans ITC', Helvetica, Arial, sans-serif;
border-bottom: 0px rgb(203, 191, 179) solid !important;
}
#blog_members_hot, #blog_members_new, #blog_members_top {
width: 28% !important;
float: left;
padding: 5px;
margin-left: 20px;
margin-right: 2px;
background: rgb(136,127,132);
background: none repeat scroll 0 0 #E7ECF1;
border: 1px solid #000000;
border-radius: 10px;
padding: 5px;
}
.blogmember_menu li a {
background: rgba(0, 0, 0, 0.38);
color: rgb(255, 255, 255);
display: block;
padding: 5px;
text-decoration: none;
text-align: center;
margin: 4px;
border-radius: 3px;
outline: 0;
font-family: segoe script;
font-size: medium;
}
.menu_blogmember_box_avatars {
background-image: url('');
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
-webkit-box-shadow: rgb(102, 102, 102) 2px 4px 12px;
box-shadow: rgb(43, 34, 28) 2px 4px 12px;
}
#contenu button {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: rgb(160, 155, 149);
border-radius: 3px;
border: 1px solid rgb(93, 85, 77);
color: rgb(40, 50, 46);
font-family: 'Tempus sans ITC', 'Arial Narrow', Helvetica, Arial, sans-serif;
font-size: 10pt;
text-transform: uppercase;
}
#blog_members .membre_div {
height: 60px;
border-bottom: 1px solid rgb(233, 233, 233);
padding-bottom: 3px;
background: rgb(227,222,219);
}
#blog_members {
overflow: hidden;
background: #ffffff;
background-image: url('');
border-width: 1px;
border-color: rgb(117, 115, 88);
border-style: solid;
border-radius: 20px;
}
#blog_members .membre_infos a {
font-weight: normal !important;
font-family: segoe script;
font-size: 12pt;
}
#blog_members .membre_infos_nb_messages {
opacity: 0.8;
font-size: 10pt !important;
color: rgb(42, 80, 53);
font-weight: normal !important;
}
#blog_members_list .membre_pseudo a {
display: none;
font-weight: normal !important;
font-family: segoe print;
}
article table td {
border-width: 10px;
border-style: none;
border-collapse: collapse;
border-color: rgb(208, 197, 191);
}
#blog_members_list table {
display: none;
width: 630px !important;
margin-bottom: 20px !important;
margin-top: auto !important;
margin-left: 20px !important;
margin-right: 20px !important;
background-image: url('https://static.blog4ever.com/2008/05/212502/artfichier_212502_167499_201009275522719.jpg');
background-repeat: no-repeat;
background-color: #ffffff;
border-width: 8px;
border-color: rgb(203, 191, 179);
}
#blog_members_list table td {
text-align: left !important;
border-bottom: 1px solid rgb(112, 92, 78);
}
#blog_members_rankings h4{
color: #ffffff;
height: 69px;
background-image: url('https://static.blog4ever.com/2008/05/212502/personnages-foule-00002.gif');
background-repeat: no-repeat;
backgroound-position: relative;
}
aside .bloc-cote:last-child {
border-bottom: 0;
background-image:url('');
}
/*horloge calendrier*/

#table1 tbody tr td a.mois {
color: rgb(235, 210, 178);
text-decoration: none;
white-space: normal;
}
#table1 td {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-width: 0px;
border-color: #;
}
font {
color: rgb(231, 218, 198)!important; /* METTRE #000!important; */
}
#table1 tbody {
font-size: 11px;
color: rgb(184, 164, 164);
background: rgba(22, 29, 37, 0.3);
border-color: #;
border-style: none;
}
#table1 a.prenom {
color: rgb(231, 192, 192);
}
#table1 a.calpre2 {
color: rgb(180, 180, 235);
}
.facebook-likebox
{
background-color: #342C38 !important;
}
.dynamicode_articles_extrait .extrait {
opacity: 1;
color: rgb(54, 63, 69);
font-family: Verdana;
font-weight: normal;
font-size: small;
text-align: justify;
}





80 appréciations
Hors-ligne
Je le vois en inspection d'élément mais il n'est pas dans mon CSS personnalisé ou alors je ne le vois pas. D'autres part j'ai beau mettre
.font {
color: rgb(69, 69, 69)!important;
dans mon CSS, cela fonctione au départ mais cela revient aussitôt en clair. Bon... je reviendrai plus tard voir si j'ai une réponse, en attendant, je vais revérifier et faire des essais.
C'est toi, divin café, dont l'aimable liqueur, sans altérer la tête épanouit le coeur...

80 appréciations
Hors-ligne
Ops ! nos posts se sont croisés
C'est toi, divin café, dont l'aimable liqueur, sans altérer la tête épanouit le coeur...

80 appréciations
Hors-ligne
:sim: Je ne l'avais pas vu ! Pourtant il est bien visible ! En fait c'était la couleur d'écriture d'un des tableaux de l'horloge que j'avais fait, je ne pensais pas que cela aurait une incidence sur tous les autres tableaux voire sur l'ensemble du blog.... Merci :bye:
C'est toi, divin café, dont l'aimable liqueur, sans altérer la tête épanouit le coeur...
Ce sujet est fermé, vous ne pouvez pas y répondre.
Vous ne disposez pas des permissions nécessaires pour répondre à un sujet de la catégorie Année 2014.

Inscrivez-vous au blog

Soyez prévenu par email des prochaines mises à jour

Rejoignez les 6061 autres membres