diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index a8dc756..841eb68 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -13,7 +13,7 @@ body { a { - &.tp.btn { + &.tp { background:none !important; padding:0; color:$couleur-lien !important; @@ -25,7 +25,7 @@ a { content:'...'; display:inline-block !important; position:absolute; - bottom:-0.6em; + bottom:-0.8rem; left:0; min-width:18px; font-size:130%; @@ -41,6 +41,7 @@ a { &:before { content: '. . . . . .'; left:0; + width:80px; /*background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px); background-position: bottom left; background-size: 14px 4px; @@ -129,10 +130,22 @@ a { padding-bottom: 10px; border:0; background-position: bottom left; - background-size: 6px 4px; + background-size: 10px 4px; background-repeat: repeat-x; + position:relative; &.on, &:hover, &:focus { - background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px); + + &:before { + content:'. . . . . .'; + color:$couleurSecondaire; + left:-0.8rem; + width:80px; + display:inline-block !important; + position:absolute; + bottom:-0.2rem; + font-size:130%; + } +/* background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px); */ } } } @@ -567,7 +580,7 @@ a { } } .mots { - font-size:0.7rem; + font-size:0.8rem; @include clearfix; &:before { border-top:1px solid $couleurBkgTOrigine; @@ -702,10 +715,11 @@ a { } div > &:first-child { margin-top:0; - .composition_contact & { - padding:$spacer; - } + } + .composition_contact div > &:first-child { + padding:$spacer ($spacer*1.5); + } } .fondbleu { background:$couleurBkgBleu;