Mardi 26 août 2008 2 26 /08 /2008 20:26
Ce tuto est à compléter avec celui de GEE MEE qui détaille certains aspects

body { fond général du blog
    margin: 0px 0px 20px 0px; marge extérieure
    padding: 0px; espacement intérieur
    background-color: #ccd9e6; couleur de ce fond
    font-family: Verdana, Arial, Helvetica, sans-serif; Police de caratère
    color: #000000;  couleur de la police
    font-size: 100%; taille de la police
    word-spacing: normal;
    text-align: center; alignement du texte
}

#container {  zone texte + colonnes
    width: 771px; <-- largeur du blog
    border: 1px solid #336699;
    line-height: 140%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #fff;
}

#left { colonne de gauche
    overflow: hidden;
    width: 180px;
    background-color: #fff;
        float: left;
    }

#right { colonne de droite
    overflow: hidden;
    width: 180px;
    background-color: #fff;
        float: right;
    }

#center {
    width: 600px; zone texte
    overflow: hidden;
    float: left;
    background-color: #fff;
}

#banner {
    height: auto;
    color: #fff;
    }

#banner h1 {  bannière du haut
    background-color: #336699;
    padding: 10px 15px 20px 15px;
    margin: 0px;
}

#banner h2 { deuxième bannière
    font-size: 80%;
    background-color: #668cb2;
    width: auto;
    padding: 5px 10px 5px 15px;
    margin: 0px 0px 5px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #336699;
}

#banner a {
    color: #fff;
    font-weight: bold;
    font-size: 70%;
    text-decoration: none;
}

#banner-img {
            display: none;
    }

div.img-link a {
    display: block;
    text-decoration: none;
    width: 100%;
    }

.nowrap {
    white-space: nowrap;
}

.content {
    float: left;
    overflow: visible;
    padding: 20px 5px 8px 15px;
    width: 94%;
    font-size: 70%;
    line-height: 150%;
}

.content h2 {
    line-height: 180%;
    margin: 0px 5px 3px 0px;
    padding: 0px 0px 1px 0px;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.content h3 {
    margin: 0px 5px 0px 0px;
    padding: 15px 0px 15px 0px;
    font-size: 115%;
    font-weight: bold;
}

.content p {
}

.content blockquote {
}

.content ul {
    font-size: 100%;
}

.content p.posted {
    padding: 3px 3px 20px 0px;
    margin: 15px 5px 15px 0px;
    font-size: 90%;
    border-bottom: 1px dashed #000;
    clear: both;
}

a, TABLE.calendar a {
    text-decoration: none;
}

a:link, TABLE.calendar a:link {
    color: #336699;
}

a:visited, TABLE.calendar a:visited {
    color: #336699;
}

a:hover, TABLE.calendar a:hover {
    text-decoration: underline;
    color: #336699;
}

a:active, TABLE.calendar a:active {
    color: #336699;
}

.sidebar {
    padding: 20px 10px 8px 10px;
    font-size: 65%;
}

.decorator1, .decorator2 {
    padding: 0px;
    margin: 0px;
}

.sidebar h2 {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #000; mettre la bordure à 0 px si vous ne voulez pas de traits de séparation sour le titre de la rubrique
    margin: 1px 0px 15px 0px;
}

.sidebar .boxcontent-decorator3 {
    margin: 0px 0px 30px 0px;
}

.sidebar ul {
    padding: 0px;
    margin: 0px;
}

.sidebar li {
    margin: 10px 0px 0px 0px;
    list-style-type: none;
    line-height: 150%;
}

.sidebar li.description {
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.sidebar li.album {
    text-align: center;
}

.sidebar img {
    padding: 2px;
    border: 1px solid #333; mettre border à 0 pour oter le cadre autour des images dans les colonnes
    background: #FFF;
}

.sidebar li.link img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: -4px;
}

.link-note {
    text-align: center;
    line-height: 100%;
    padding: 2px;
    margin-bottom: 30px;
}

.link-note img {
    border: 0px;
    margin-bottom: 2px;
    background: transparent;
}

.photo {
    margin-bottom: 20px;
}

.sidebar a {
    text-decoration: none;
}

.sidebar a:link { liens des colonnes
    color: #000;
}

.sidebar a:visited { liens visités
    color: #000;
}

.sidebar a:hover { lien au passage de la souris
    text-decoration: underline;
    color: #000;
}

.sidebar a:active { lien actif
    color: #000;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

/* Calendar */

TABLE.calendar {
    font-size: 10px;
    margin-bottom: 20px;
    letter-spacing: .1em;
    text-align: left;
    width: 85%; /* IE 5 */
    voice-family: ""}"";
    voice-family: inherit;
    width: 100%; /* IE 6 */
}

html>body .calendar {
    width: 100%; /* Mozilla & Safari & IE bug */
}

TH.day-of-week {
    text-align: center;
    line-height: 150%;
    margin-top: 10px;
    list-style-type: none;
}

TD.selected-day {
    text-align: center;
    line-height: 150%;
    margin-top: 10px;
    list-style-type: none;
}

TD.day {
    text-align: center;
    line-height: 150%;
    margin-top: 10px;
    list-style-type: none;
    letter-spacing: 0.05em;
}

/* Comments */

input {
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
}

textarea {
    clear: both;
    width: 99%;
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
}

form {
}

form .formelement {
    clear: both;
    padding-top: 0.4em;
    padding-bottom: 0.8em;
    font-size: 95%;
    background: transparent;
    width: 99%;
}

form .formelement .name {
    float: left;
    width: auto;
    padding-left: 1em;
}

form .formelement .value {
    float: right;
    width: 70%;
}

form .formelement .error {
    color: #f00;
    font-weight: bold;
    font-size: 90%;
}

/* Albums */

.album-container h3 {
    text-align: center;
    margin-top: 5px;
    padding: 1.5em 0.5em 1em 0.5em;
    font-weight: bold;
    font-size: 100%;
}
.album-container a img {
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container p {
    font-size: 70% ! important;
    line-height: 150% ! important;
}
.album-container #gallery,
.album-container #cover-intro {
    text-align: center;
    padding-bottom: 1em;
}
.album-container #cover-intro p {
    text-align: center;
    margin-left: 140px;
    margin-right: 140px;
    line-height: 130%;
}
.album-container #cover-intro p a {
    font-weight: bold;
}
.album-container #cover-intro img {
    text-align: left;
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container .nav {
    text-align: right;
    margin-right: 1em;
    color: #336699;
    line-height: 110%;
    height: 1.1em;
}
.album-container .nav a {
    font-size: 70%;
}
.album-container #photo-detail .photo-container {
    padding: 20px;
    text-align: center;
}
.album-container #photo-detail .photo-container h4 {
    font-size: 80%;
}
.album-container #photo-detail .photo-container img {
    margin: 0 auto 0 auto;
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container #photo-detail .photo-container-no-thumb {
    padding: 20px;
}
.album-container #photo-detail .photo-container-no-thumb h4 {
    margin-top: 0;
    font-size: 80%;
}
.album-container #photo-detail .photo-container-no-thumb img {
    float: left;
    margin: 0 1em 1em 0;
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container .thumblist {
    float: left;
    clear: both;
    padding: 20px;
}
.album-container .thumblist img {
    float: left;
    margin: 10px;
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container .thumblist-nofloat {
    padding-top: 15px;
}
.album-container .thumblist-nofloat img {
    margin: 10px;
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container .thumblist-with-detail {
    text-align: left;
    float: left;
    padding: 20px;
    width: auto;
}
.album-container .thumblist-with-detail .thumb-container {
    padding-top: 1em;
    padding-bottom: 1.5em;
    float: left;
    width: 99%;
}
.album-container .thumblist-with-detail a {
    float: left;
    font-size: 70%;
}
.album-container .thumblist-with-detail img {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container .thumblist-with-detail h4 {
    margin: 0;
    padding: 0 0 0.5em 0;
    font-size: 80%;
}
.album-container .thumblist-with-detail a.view-details {
    float: right;
}
.spacer {
    clear: both;
}



/* Diapo */
body.diapo {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background-color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#diapo-container {
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 5px;
    text-align: center;
    width: 95%;
}

#diapo-container .content {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    overflow: auto;
    height: 500px;
}

#diapo-container .content img {
    margin: 0 auto 0 auto;
    border: 4px solid #000;
    padding: 3px;
}

#diapo-container .content p {
    font-size: 130%;
    color: white;
    margin: 2em auto 0 auto;
}

#diapo-container .nav {
    color: #ddd;
    line-height: 90%;
    height: 1.1em;
    font-size: 70%;
    margin: 0px;
    width: 100%;
}

#diapo-container .top {
    position: relative;
    height: 30px;
}

#diapo-container .bottom {
    position: relative;
    height: 80px;
    text-align: center;
    float: left;
    padding-top: 1px;
}

#diapo-container .nav .menu {
    text-align: center;
    width: 100%;
}

#diapo-container .nav .menu select {
    background-color: #000;
    padding: 0px;
    margin: 0px 0px 0px 0.5em;
    color: #ddd;
    height: 18px;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#diapo-container .nav .close {
    text-align: right;
    float: right;
    line-height: 200%;
}

#diapo-container .nav a {
    color: #ddd;
    text-decoration: none;
}

#diapo-container .nav a:hover,
#diapo-container .nav a:active {
    text-decoration: underline;
}

ul.category-list {
    -moz-column-count:2
}
ul.archive-list {
    -moz-column-count:3
}
.archive-list li, .category-list li {
    padding-right:15px;
}
ul.popular-tags li {
    display: inline;
    margin: 0.2em;
}
ul.tag-list {
    padding:0;
    margin-left:0;
}
ul.tag-list li {
    display: inline;
    margin: 0.2em;
}
h3.total {
    padding: 0;
    font-size: 105%;
    background : none;
    margin-top : 10px;
}
h3.total a {
    text-decoration : none;
}
Par blogtuto - Publié dans : Haut et fort - Ecrire un commentaire - Voir les 3 commentaires
Retour à l'accueil



Je le fais pour vous !


Passer en mode avancé, installer un menu, migrer votre blog, créer un blog wordpress, besoin d'une bannière, relooker votre blog... Vous avez besoin d'aide ?
Je le fais pour vous ! Contactez moi, j'établierai un devis ! Pour un premier contact, clic ici.
@ tout de suite !

Coup de pouce pour

Comboost qui met à disposition des bloggeurs ses supers diaporamas !



 

Je sais aussi cuisiner...

Visitez mon autre blog !


Achetez mon livre !

Boutonlivre01

Installez le logo!

Parce que peut être vous avez trouvé votre bonheur sur blogtuto et que vous avez envie de le faire savoir, un petit lien ou une petite image sur votre blog, ça me fait drôlement plaisir quand je passe chez vous et que je reconnais mes codes... Alors pensez-y !

bouton_blogtuto

 




Bookmark and Share
http://www.wikio.fr
J'invite aussi les bloggeurs Haut et fort à ajouter le logo de Gee Mee, contributeur actif pour leur plateforme !

Personnalisez votre blog avec Gee Mee

Recherche

Comptons !

Compteur de visiteurs en lignes Nethique.info Il y a  8  personne(s) sur ce blog

Syndication

  • Flux RSS des articles
 
Contact - C.G.U. - Rémunération en droits d'auteur - Signaler un abus - Articles les plus commentés