X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=css%2Fhabillage.scss;h=e2a05f9fe76df9712eabee7c8db1c4093b5cb983;hb=a907da986ac6e50ca4b426460d3b2738081f63b4;hp=d5348425c9c63d53a5dd50917457749e43cb50c0;hpb=663f434b9606f2fdc9b8d590f7905855dba20335;p=lhc%2Fweb%2Fclavettes.git diff --git a/css/habillage.scss b/css/habillage.scss index d534842..e2a05f9 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, +h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, @@ -15,6 +15,7 @@ time, mark, audio, video { margin: 0; padding: 0; border: 0; + border-radius: 5px; font: inherit; font-size: 100%; vertical-align: baseline; @@ -34,10 +35,14 @@ table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,hgroup, menu, nav, output, ruby, summary, mark, audio, video { - background-color: #ffffff; + background-color: #FFFFFF; background: none; } +body { + background-color: #F4FFB7; +} + html { line-height: 1.1; } @@ -89,7 +94,6 @@ body{ header{ margin:15px auto 0 auto; width:1200px; - clear: both; } header .spip_logos{ @@ -130,11 +134,7 @@ a:hover > i { -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } -h1{ - z-index: -9999; - opacity: 0; - float:left; -} + h2{ margin: 0; padding:0; @@ -171,7 +171,7 @@ p{ /*1ERE COLONNE*/ .titre{ - background-color: #05ffbc; + background-color: #606060; height: 47px; width: 100%; color:#fff; @@ -250,6 +250,11 @@ p{ padding:15px; text-align: right; } + + +.logoatelier{ + text-align: center; +} /*2EME COLONNE*/ @@ -344,8 +349,13 @@ address p{ margin:0; } .spip_logos{ - width:auto!important; +/* width:auto!important;*/ + width: 200px; + height: 200px; + margin: 15px 15px 15px 15px; + text-align: center; } + .urlsites{ padding:15px 0; } @@ -360,16 +370,24 @@ address p{ overflow: hidden; } .agenda{ - background-color: #05ffbc; + background-color: #606060; margin:0 10px 15px 10px; padding-right: 10px; padding-bottom: 15px; + } + + .agenda h2:hover{ text-decoration: none; + color: #ffffff; +} +.agenda h2{ + color: #ffffff; } .agenda p{ padding: 0; + color: #ffffff; } .agenda ul{ list-style-type:none; @@ -458,8 +476,7 @@ $large:1200px; footer{ clear:both; height:100px; - background-color: #05ffbc; - width:100%; + background-color: #606060; } footer ul { @@ -471,9 +488,9 @@ footer ul { footer li { float:left; /*pour IE*/ - text-align: center; } footer ul li a { + text-align: center; display:block; text-decoration:none; color: #0c0fb7;