Intrographic
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.



 
AccueilRechercherDernières imagesS'enregistrerConnexion
-40%
Le deal à ne pas rater :
-40% sur le Pack Gaming Mario PDP Manette filaire + Casque filaire ...
29.99 € 49.99 €
Voir le deal

 

 Modification de feuille de style CSS [Script Forumactif]

Aller en bas 
AuteurMessage
Dark Cloud
Moi? Une tete familière?
Moi? Une tete familière?
avatar


Masculin Nombre de messages : 136
Age : 33
Localisation : aude (11)
Logiciel Utilisé : pixia , photofiltre
Date d'inscription : 07/07/2007

Porte-Monnaie
Crédits: 15

Modification de feuille de style CSS [Script Forumactif] Empty
MessageSujet: Modification de feuille de style CSS [Script Forumactif]   Modification de feuille de style CSS [Script Forumactif] Icon_minitimeVen 7 Sep - 17:21

Voici un petit code assez simple mais long , pour réaliser un forum [Forumactif] !

Ce code permet d'effacer certains cadres pour laisser plus de visibilités sur le fond , tout en vous laissant une ergonomie satisfaisante !ATTENTION si vous modifiez votre feuille CSS , le resultats sera définitif , sauf si vous enregistrez préalablement votre Ancien code sur votre Bloc note et que vous remplacez le code d'essais si il ne vous plait pas ! Pour acceder a votre feuille de style CSS :

1)Themes ;
2)Images et Couleurs ;
3)Couleurs
4)"Pour les experts"
5)Suivez les instructions !

Le code HTML aprés , sert a regler l'opacitée de votre forum !
Enjoy


Citation :

body {
background-color: #161a1b;
background-image: url("URL de L'image que vous voulez en fond.jpg");
background-attachment: scroll;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #444444;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #333333;
scrollbar-arrow-color: #444444;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #222222;
}
font,th,td,p {
font-family: Verdana,Arial,Helvetica,sans-serif }
a img {
border: none;
}
a:link,a:active,a:visited {
color : #2556a5;
}
a:hover{
text-decoration: underline;
color : #3f97f1;
}
hr{
height: 0px;
border: solid #111111 0px;
border-top-width: 1px;
}
.bodyline{
background-color: #;
border: 1px # solid;
}
.bodylinewidth {
width:55%}
.forumline{
background-color: #2e3239;
border: 2px # solid;
}
td.row1{
background-color: #000000;
}
td.row2{
background-color: #000000;
}
td.row3{
background-color: #111111;
}
td.rowpic {
background-color: #000000;
background-image: url("https://2img.net/i/fa/onyx/back_title.jpg ou l'image que vous voulez placer");
}
th {
color: #4174c7;
font-size: 11px;
font-weight : bold;
background-color: #;
height: 25px;
background-image: url("https://2img.net/i/fa/onyx/back_title.jpg ou l'image que vous voulez placer");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("https://2img.net/i/fa/onyx/back_title.jpg ou l'image que vous voulez placer");
background-color:#000000;
border: #000000;
border-style: solid;
height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
border: #111111;
border-style: solid;
height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #111111;
border: #000000;
border-style: solid;
}
td.pourcentback {
background-color : #161a1b;
}
th.thHead,td.catHead {
font-size: 12px;
border-width: 1px 1px 0px 1px;
}
th.thSides,td.catSides,td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}
.maintitle{
font-weight: bold;
font-size: 22px;
font-family: Arial,Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
line-height : 120%;
color : #97aae6;
}
.gen {
font-size : 12px;
}
.genmed {
font-size : 11px;
}
.gensmall {
font-size : 10px;
}
.gen,.genmed,.gensmall {
color : #97aae6;
}
a.gen,a.genmed,a.gensmall {
color: #2556a5;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #3f97f1;
text-decoration: underline;
}
.mainmenu{
font-size : 11px;
color : #97aae6 }
a.mainmenu{
text-decoration: none;
color : #2556a5;
}
a.mainmenu:hover{
text-decoration: underline;
color : #3f97f1;
}
.cattitle{
font-weight: bold;
font-size: 12px ;
letter-spacing: 1px;
color : #2556a5}
a.cattitle{
text-decoration: none;
color : #2556a5;
}
a.cattitle:hover{
text-decoration: underline;
}
.forumlink{
font-weight: bold;
font-size: 12px;
color : #2556a5;
}
a.forumlink {
text-decoration: none;
color : #2556a5;
}
a.forumlink:hover{
text-decoration: underline;
color : #3f97f1;
}
.nav{
font-weight: bold;
font-size: 11px;
color : #97aae6;
}
a.nav{
text-decoration: none;
color : #2556a5;
}
a.nav:hover{
text-decoration: underline;
}
.topictitle,h1,h2{
font-weight: bold;
font-size: 11px;
color : #97aae6;
}
a.topictitle:link{
text-decoration: none;
color : #2556a5;
}
a.topictitle:visited{
text-decoration: none;
color : #5a86ce;
}
a.topictitle:hover{
text-decoration: underline;
color : #3f97f1;
}
.name{
font-size : 11px;
color : #97aae6;
}
.postdetails{
font-size : 10px;
color : #97aae6;
}
.postbody{
font-size : 12px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #2556a5 }
a.postlink:visited{
text-decoration: none;
color : #5a86ce;
}
a.postlink:hover{
text-decoration: underline;
color : #3f97f1}
.code{
font-family: Courier,CourierNew,sans-serif;
font-size: 11px;
color: #4174c7;
background-color: #1f2427;
border: #111111;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.quote{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color: #586166;
line-height: 125%;
background-color: #1f2427;
border: #111111;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.copyright{
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #586166;
letter-spacing: -1px;
}
a.copyright{
color: #586166;
text-decoration: none;
}
a.copyright:hover {
color: #97aae6;
text-decoration: underline;
}
.coloradmin {
color: #618ee9}
.colormod {
color: #4174c7}
img{
border:0}
input,textarea, select {
color : #97aae6;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color : #97aae6;
}
input.post, textarea.post, select {
background-color : #111111;
}
input {
text-indent : 2px;
}
input.button {
background-color : #000000;
color : #97aae6;
font-size: 11px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
input.mainoption {
background-color : #1f2427;
font-weight : bold;
}
input.liteoption {
background-color : #1f2427;
font-weight : normal;
}
.helpline {
background-color: #000000;
border-style: none;
}
input {
background-color: #000000;
}
@import url("form_ie.css");

Et maintenant placez le script suivant , dans la description du site ... Attention a la taille !

Citation :

<script language=javascript src=https://illiweb.com/ForumActif/Scripts_v2/pokenuit.freevideotalk.com.js></script>

Edit Kajuzbonuz:
Merci pour ce Script CSS, j'ai modifier en disant qu'il faut aller dans "Pour les experts" pour pouvoir modifier la feuille de style. Je te rajoute tes crédits.
Revenir en haut Aller en bas
 
Modification de feuille de style CSS [Script Forumactif]
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» Une Modification d'image S.V.P
» [Tutoriel] Modification de pages en ligne (sans passer par u
» Chat / Shoutbox [Script]

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Intrographic :: Section programmation :: Creation de forum-
Sauter vers:  
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser