De Prosilver il n'y a que les couleurs que nous n'aimons pas, d'où le choix pour SE_Square.
SE_Square n'étant plus mis à jour j'ai fait un style perso qui ne modifie que les couleurs, ou presque.
Voici ma stylesheet pour info, si tu trouves que quelque chose cloche ...
Code : Tout sélectionner
/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
background-image: url("images/Fond.webp"); /* Test avec Fond.webp : 400 kB ipv 2 MB */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center center;
color: #536482;
background-color: #708090;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar, .forumbg {
background-color: #0084C4;
background-image: -webkit-linear-gradient(top, #003F5E 0%, #005C8A 2px, #0084C4 92px, #0084C4 100%);
background-image: linear-gradient(to bottom, #003F5E 0%,#005C8A 2px,#0084C4 92px,#0084C4 100%);
background-repeat: repeat-x;
}
.forabg {
background-color: #0084C4;
background-image: -webkit-linear-gradient(top, #003F5E 0%, #005C8A 2px, #0084C4 92px, #0084C4 100%);
background-image: linear-gradient(to bottom, #003F5E 0%,#005C8A 2px,#0084C4 92px,#0084C4 100%);
background-repeat: repeat-x;
border: 1px solid #4f91b6;
}
.navbar {
background-color: #e5eef5;
border: 1px solid #bcd4e3;
}
.post:target .content {
color: #000080;
}
.site_logo {
background-image: url("./images/site_logo.gif");
}
/* Content container styles
----------------------------------------*/
.content {
color: #000080;
}
/* Content container styles
----------------------------------------*/
.content ul, .content ol {
margin: 0 0 0 3em;
}
/* Post-profile avatars */
.online {
background-image: url("./images/icon_user_online.gif");
}
.offline {
background-image: none;
}