diff --git a/content/html/en/blog/2010-07-07-CSS-rendering-problems-by-navigator.md b/content/html/en/blog/2010-07-07-CSS-rendering-problems-by-navigator.md index 1de9fc551..792e42612 100644 --- a/content/html/en/blog/2010-07-07-CSS-rendering-problems-by-navigator.md +++ b/content/html/en/blog/2010-07-07-CSS-rendering-problems-by-navigator.md @@ -42,5 +42,3 @@ Many tell me to use text-shadows sparingly. But I believe it was not the real re Do not use **`-webkit-gradient`** on Chrome browser yet. Try to use **`-moz-box-shadow`** sparingly. -N'utilisez pas **`-webkit-gradient`** avec google Chrome pour l'instant. -Utilisez **`-moz-box-shadow`** avec parcimonie. diff --git a/content/html/en/blog/2010-10-06-New-Blog-Design-Constraints.md b/content/html/en/blog/2010-10-06-New-Blog-Design-Constraints.md new file mode 100644 index 000000000..3e170ccbb --- /dev/null +++ b/content/html/en/blog/2010-10-06-New-Blog-Design-Constraints.md @@ -0,0 +1,27 @@ +----- +isHidden: false +menupriority: 1 +kind: article +created_at: 2010-10-06T11:33:03+02:00 +title: New Blog Design Constraints +author_name: Yann Esposito +author_uri: yannesposito.com +tags: + - programming + - blog +----- + +I changed the design of my blog. +Now it should be far cleaner. +I believe I use no CSS3 feature and far less javascript. +Of course before my website was perfectly browsable without javascript. +Unfortunately some CSS3 feature are not mature enough on some browser. +For more details you can read my older [blog entry](/Scratch/en/blog/2010-07-07-CSS-rendering-problems-by-navigator). +But the major problem came from, `font-shadow` and gradients. +Then my new design obey to the following rules: + +- no CSS element begining by '-moz' or '-webkit', etc..., +- no text shadow, +- clean (I mean delete) most javascript. + +I hope the new design please you. diff --git a/content/html/fr/blog/2010-07-07-CSS-rendering-problems-by-navigator.md b/content/html/fr/blog/2010-07-07-CSS-rendering-problems-by-navigator.md index e44b951e4..d12a2cdb1 100644 --- a/content/html/fr/blog/2010-07-07-CSS-rendering-problems-by-navigator.md +++ b/content/html/fr/blog/2010-07-07-CSS-rendering-problems-by-navigator.md @@ -42,3 +42,5 @@ Beaucoup d'utilisateurs mon dit d'utiliser text-shadows avec parcimonie. Mais je ## en conclusion +N'utilisez pas **`-webkit-gradient`** avec google Chrome pour l'instant. +Utilisez **`-moz-box-shadow`** avec parcimonie. diff --git a/content/html/fr/blog/2010-10-06-New-Blog-Design-Constraints.md b/content/html/fr/blog/2010-10-06-New-Blog-Design-Constraints.md new file mode 100644 index 000000000..76c08dfcb --- /dev/null +++ b/content/html/fr/blog/2010-10-06-New-Blog-Design-Constraints.md @@ -0,0 +1,29 @@ +----- +isHidden: false +menupriority: 1 +kind: article +created_at: 2010-10-06T11:33:03+02:00 +title: Contraintes du design de ce blog +author_name: Yann Esposito +author_uri: yannesposito.com +tags: + - programming + - blog +----- + +Vous avez pu constater que j'ai modifié le design de mon blog. +Maintenant il doit être beaucoup plus léger qu'avant. +Je n'utilise plus de CSS3 et beaucoup moins de javascript. +Bien entendu, même avant, mes pages étaient parfaitement lisibles sans javascript. +Mais, je me suis aperçu que les systèmes de CSS3 sont loin d'être au point. +J'utilisait des gradient en CSS3, ainsi que des ombres sous le texte. Ça avait un rendu très sympa. Sauf... +Ce n'était pas compatible ie6, sous Chrome le rendu était d'une lenteur incroyable. +J'ai donc décidé de faire un site à minima. +Je voulais qu'il soit joli _et_ le plus simple possible pour assurer sa compatibilité. +Les règles que je me suis fixées sont donc: + +- pas d'élément CSS qui commence par `-moz` ou `-webkit`, etc... ; +- pas d'ombre sous le texte pour donner une impression de profondeur ; +- nettoyer pas mal le code et enlever tout ce que je peux ; + +J'espère que ce nouveau design vous plaît. diff --git a/multi/blog/2010-07-07-CSS-rendering-problems-by-navigator.md b/multi/blog/2010-07-07-CSS-rendering-problems-by-navigator.md index 06cd59db9..df05b85b7 100644 --- a/multi/blog/2010-07-07-CSS-rendering-problems-by-navigator.md +++ b/multi/blog/2010-07-07-CSS-rendering-problems-by-navigator.md @@ -59,5 +59,5 @@ fr: ## en conclusion en: Do not use **`-webkit-gradient`** on Chrome browser yet. en: Try to use **`-moz-box-shadow`** sparingly. -en: N'utilisez pas **`-webkit-gradient`** avec google Chrome pour l'instant. -en: Utilisez **`-moz-box-shadow`** avec parcimonie. +fr: N'utilisez pas **`-webkit-gradient`** avec google Chrome pour l'instant. +fr: Utilisez **`-moz-box-shadow`** avec parcimonie. diff --git a/multi/blog/2010-10-06-New-Blog-Design-Constraints.md b/multi/blog/2010-10-06-New-Blog-Design-Constraints.md index 539788a47..c6b56c7c8 100644 --- a/multi/blog/2010-10-06-New-Blog-Design-Constraints.md +++ b/multi/blog/2010-10-06-New-Blog-Design-Constraints.md @@ -3,8 +3,8 @@ isHidden: false menupriority: 1 kind: article created_at: 2010-10-06T11:33:03+02:00 -fr: title: New Blog Design Constraints -en: title: Contraintes du design de ce blog +en: title: New Blog Design Constraints +fr: title: Contraintes du design de ce blog author_name: Yann Esposito author_uri: yannesposito.com tags: diff --git a/output/Scratch/assets/css/main.css b/output/Scratch/assets/css/main.css index 25b22791f..2a89b5ee5 100644 --- a/output/Scratch/assets/css/main.css +++ b/output/Scratch/assets/css/main.css @@ -1 +1 @@ -table.description tr td{border:1px solid#eee}.assombris20{background-color:#eee}body{color:#111;background-color:#fff}#content{color:#111;background-color:#fff}a,a:link,a:visited,a:active,a:hover,#clickcomment{text-decoration:none;outline:none}a,a:link,a:visited,a:active,#clickcomment{color:#111}a:hover,#clickcomment:hover{color:#d53300}hr{color:#eee;border-top:1px solid#eee;border-bottom:none;border-left:none;border-right:none}ul{list-style:square}body,h1,h2,h3,h4,#entete,.tag{font-family:Georgia,Palatino,"Century Schoolbook L","Times New Roman",Times,serif;line-height:1.4em}pre{background-color:#111;color:#fff;padding:1em;line-height:1.2em}pre,code{font-family:monaco,monospace;font-size:.7em}p{margin-bottom:1.2em}blockquote{font-style:italic;padding:.5em 1em;color:#555}blockquote a:hover{color:#d53300}blockquote strong,blockquote b,blockquote i,blockquote em{font-weight:400;font-style:normal;color:#111}abbr,acronym{font-variant:small-caps;text-decoration:none;border-bottom-width:0}#titre{letter-spacing:-0.06em;border-bottom:4px double#ccc;border-top:4px double#ccc}#liens .active,#sousliens{color:#111;background-color:#eee;border-top:1px solid#ccc;border-bottom:1px solid#ccc;border-top:none}#liens .active a,#sousliens a{color:#666}#liens .active a:hover,#sousliens a:hover{color:#e25f2f}#liens .active a:hover strong,#liens .active a:hover b,#liens .active a:hover i,#liens .active a:hover em,#liens .active a:hover .nicer,#sousliens a:hover strong,#sousliens a:hover b,#sousliens a:hover i,#sousliens a:hover em,#sousliens a:hover .nicer{color:#ffbe96}#liens .active hr,#sousliens hr{color:#666;border-top:1px solid#666}#liens .active strong,#liens .active b,#liens .active i,#liens .active em,#sousliens strong,#sousliens b,#sousliens i,#sousliens em{color:#111}#lastmod{font-size:.8em}.nojsbutton{font-size:2.5em}#clickcomment{cursor:pointer;font-size:1.2em}.small{font-size:.8em}.sc{font-variant:small-caps}.impact,.darkimpact{font-size:2em;margin:0 auto 1em auto;line-height:1.3em}h1 > .date{font-size:.6em;color:#111}.date{color:#fff;border:1px solid#111;text-align:center;font-size:.7em;width:4.1em;line-height:1.5em;display:inline-block;position:relative;top:2.75em;left:-5em}.date .day{color:#111;background-color:#fff;float:left;width:1.7em}.date .month{float:right;width:2.3em;background-color:#111;color:#fff}.date .year{line-height:3ex;clear:both;color:#111;background-color:#eee;border-top:1px solid#ccc;border-bottom:1px solid#ccc}.date .year a{color:#666}.date .year a:hover{color:#e25f2f}.date .year a:hover strong,.date .year a:hover b,.date .year a:hover i,.date .year a:hover em,.date .year a:hover .nicer{color:#ffbe96}.date .year hr{color:#666;border-top:1px solid#666}.date .year strong,.date .year b,.date .year i,.date .year em{color:#111}body{text-align:center;font-size:1em}body > #entete{position:absolute;left:0;top:.5em;width:100%;min-width:50em;z-index:8000;padding-bottom:1em;margin-bottom:3em}body > #content > #entete > #choix > #choixrss > #rss{font-size:1em}#titre h2{width:80%;margin-left:auto;margin-right:auto;text-align:center;color:#ccc}#titre{text-align:center;width:100%}#titre h1,#titre h2{padding-left:1em;padding-right:1em}#bottom{clear:right;margin-right:0;padding:1.5em;line-height:1.5em;color:#ccc;margin-top:2em;text-align:center}#bottom a{color:#ccc}#bottom a:hover{color:#d53300}#sousliens{padding:1em 0;line-height:2em}#sousliens ul{list-style:none;margin-left:4em}ul.horizontal li{display:inline;font-size:.9em}ul.horizontal{margin-top:0;margin-bottom:0}#entete{padding-top:.1em;border-top:1px solid#ccc;border-bottom:1px solid#ccc}#liens{width:100%;padding:0;clear:both;margin-top:.5em}#liens ul{width:100%;clear:both;padding:0;margin:0}#liens ul li{display:inline-block;height:4em;margin-left:.2em;margin-right:.2em;width:23%}#liens ul li a,#liens ul li span{width:100%;display:block;line-height:4em}.clear{clear:both}#content{line-height:4em;margin-left:auto;margin-right:auto;margin-top:0;position:relative;clear:both;width:52em}#content > #choix{margin-top:1em}.encadre,.black,.red,.intro,.resume,.shadow{padding-left:2em;padding-right:2em;margin-top:2em;margin-bottom:2em}.encadre,.black,.red,.shadow{color:#111;background-color:#eee;border-top:1px solid#ccc;border-bottom:1px solid#ccc}.encadre a,.black a,.red a,.shadow a{color:#666}.encadre a:hover,.black a:hover,.red a:hover,.shadow a:hover{color:#e25f2f}.encadre a:hover strong,.encadre a:hover b,.encadre a:hover i,.encadre a:hover em,.encadre a:hover .nicer,.black a:hover strong,.black a:hover b,.black a:hover i,.black a:hover em,.black a:hover .nicer,.red a:hover strong,.red a:hover b,.red a:hover i,.red a:hover em,.red a:hover .nicer,.shadow a:hover strong,.shadow a:hover b,.shadow a:hover i,.shadow a:hover em,.shadow a:hover .nicer{color:#ffbe96}.encadre hr,.black hr,.red hr,.shadow hr{color:#666;border-top:1px solid#666}.encadre strong,.encadre b,.encadre i,.encadre em,.black strong,.black b,.black i,.black em,.red strong,.red b,.red i,.red em,.shadow strong,.shadow b,.shadow i,.shadow em{color:#111}.intro,.resume{font-size:.9em;font-style:italic;padding:.5em 1em;color:#555}.intro a:hover,.resume a:hover{color:#d53300}.intro strong,.intro b,.intro i,.intro em,.resume strong,.resume b,.resume i,.resume em{font-weight:400;font-style:normal;color:#111}#afterheader > h1{width:100%;padding-bottom:1.5em}#afterheader{padding-left:0;padding-right:0}#sousliens{margin-top:3em;margin-bottom:3em;font-size:1.2em;letter-spacing:1px;text-align:left;clear:both}.twilight{line-height:1.1em}.corps{font-family:Georgia,Palatino,"Century Schoolbook L","Times New Roman",Times,serif;font-size:1.25em;line-height:1.6em;text-align:justify;text-align:left;padding:3em 3em;margin:0;border-bottom:1px#ccc solid;clear:both}.corps img{max-width:30em;border:1px solid#ccc;background-color:#fff;padding:.5em;box-shadow:0 10px 15px#ccc}#address{clear:both}.definitionCell{width:5em;vertical-align:top;font-weight:700;text-align:center}.valueCell{text-align:right}.smallblock{float:left;width:50%;font-size:1em;font-weight:700}.largeblock{float:right;width:70%;font-size:1em}#blackpage,#nojsredirect{top:0;left:0;width:100%;height:100%;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;position:fixed;text-align:center}#blackpage{color:#666;padding-top:10em;background-color:#eee;z-index:9000;cursor:wait}#blackpage img{background:none;border:none}#blackpage a{cursor:pointer}#nojsredirect{z-index:9001}.nojsbutton{width:50%;padding:1em;border:solid 3px white;margin-left:auto;margin-right:auto;margin-top:2em;z-index:9002}.file{font-size:.8em;text-align:right;padding-right:1em;margin-right:.1;margin-bottom:0;background:#111}.file a{color:#fff}.flush{clear:both}table.description{border-spacing:5px;border-collapse:separate;margin-right:auto;margin-left:auto}table.description tr td{padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;vertical-align:middle;margin-right:5px}ul.long li{margin-bottom:1em}img{display:block;margin-left:auto;margin-right:auto;background:none;border:none}img.left{float:left;max-width:30%;margin-right:1em}img.inside{display:inline;vertical-align:middle}pre{overflow:hidden}.withfile pre{margin-top:0;overflow:hidden}.navigationprev,.navigationnext{padding:0;margin-left:.2em;margin-right:.2em;margin-bottom:0;margin-top:3em;width:45%}.navigation .navigationprev,.navigation .navigationnext{width:30%;margin-top:0}.navigation{font-size:2em;height:2em;margin-bottom:3em}.presarticleleft,.presarticleright{font-size:1em}.navigationprev{float:left;text-align:left}.navigationnext{float:right;text-align:right}.impact,.darkimpact{text-align:left;width:66%;padding-left:.25em;padding-right:.25em}table.impact{text-align:left}table.impact tr td{padding-left:.25em;padding-right:.25em}#liens{font-size:1.2em}#iemessage{font-size:1.2em}.tag{display:inline;cursor:pointer;margin-left:.5em;margin-right:.5em}.list{margin-top:3em}#menuMessage{font-size:1.2em;line-height:1.5em;width:100%;text-align:center}#choixrss{float:right;width:25%;line-height:2em}#choixlang{line-height:2em}#choix a{color:#888}#choix a:hover{color:#d53300}#choixlang a{display:block;width:25%;line-height:4em;text-align:center}.date{font-size:.8em}.date,.date .year,.date .month,.date .year{display:block}#next_before_articles{clear:both;width:100%;font-size:1.2em;padding-top:1em;padding-bottom:1em}#previous_articles,#next_articles{color:#888;font-style:italic;font-size:.8em}#previous_articles{float:left;margin-left:1em;width:45%;text-align:left}.previous_article,.next_article{margin-top:1em}#next_articles{float:right;width:45%;margin-right:1em;text-align:right}#clickcomment{margin-left:0;width:25%}#rss{font-size:1.2em;text-align:center;display:block;width:100%;float:right;padding:1em .1em}.return a{text-align:center;float:right;width:25%}.corps .return a{color:#eee;padding:.1em;line-height:1.5em;font-size:1.5em;height:1.5em;float:left;font-size:2em;margin-top:-0.5em;margin-left:-2em;width:1.5em}.corps .return a:hover{color:#d53300}.footnotes{font-size:.8em}.fontnotes ol{margin-left:0}.typeset img{display:inline;border:none;margin:0;padding:0}strong,b,i,em{font-weight:400;color:#888}.corps p strong,.corps p b,.corps p i,.corps p em{color:#555}a:hover strong,a:hover b,a:hover i,a:hover em{color:#e25f2f}a:hover .nicer{color:#ffbe96}.nicer{color:#ccc;font-family:"Lucida Grande",Tahoma}.block{width:31%;text-align:left;line-height:1em;margin-left:1%;margin-right:1%;font-size:.8em}.block a{color:#111}.block a:hover{color:#d53300}.block h3{margin:0;font-size:1.3em}.block p{line-height:1.2em}.left{float:left}.right{float:right}p a{color:#555}p a:hover{color:#d53300} \ No newline at end of file +table.description tr td{border:1px solid#eee}.assombris20{background-color:#eee}body{color:#111;background-color:#fff}#content{color:#111;background-color:#fff}a,a:link,a:visited,a:active,a:hover,#clickcomment{text-decoration:none;outline:none}a,a:link,a:visited,a:active,#clickcomment{color:#111}a:hover,#clickcomment:hover{color:#d53300}hr{color:#eee;border-top:1px solid#eee;border-bottom:none;border-left:none;border-right:none}ul{list-style:square}body,h1,h2,h3,h4,#entete,.tag{font-family:Georgia,Palatino,"Century Schoolbook L","Times New Roman",Times,serif;line-height:1.4em}pre{background-color:#111;color:#fff;padding:1em;line-height:1.2em}pre,code{font-family:monaco,monospace;font-size:.7em}p{margin-bottom:1.2em}blockquote{font-style:italic;padding:.5em 1em;color:#555}blockquote a:hover{color:#d53300}blockquote strong,blockquote b,blockquote i,blockquote em{font-weight:400;font-style:normal;color:#111}abbr,acronym{font-variant:small-caps;text-decoration:none;border-bottom-width:0}#titre{letter-spacing:-0.06em;border-bottom:4px double#ccc;border-top:4px double#ccc}#liens .active,#sousliens{color:#111;background-color:#eee;border-top:1px solid#ccc;border-bottom:1px solid#ccc;border-top:none}#liens .active a,#sousliens a{color:#666}#liens .active a:hover,#sousliens a:hover{color:#e25f2f}#liens .active a:hover strong,#liens .active a:hover b,#liens .active a:hover i,#liens .active a:hover em,#liens .active a:hover .nicer,#sousliens a:hover strong,#sousliens a:hover b,#sousliens a:hover i,#sousliens a:hover em,#sousliens a:hover .nicer{color:#ffbe96}#liens .active hr,#sousliens hr{color:#666;border-top:1px solid#666}#liens .active strong,#liens .active b,#liens .active i,#liens .active em,#sousliens strong,#sousliens b,#sousliens i,#sousliens em{color:#111}#lastmod{font-size:.8em}.nojsbutton{font-size:2.5em}#clickcomment{cursor:pointer;font-size:1.2em}.small{font-size:.8em}.sc{font-variant:small-caps}.impact,.darkimpact{font-size:2em;margin:0 auto 1em auto;line-height:1.3em}h1 > .date{font-size:.6em;color:#111}.date{color:#fff;border:1px solid#111;text-align:center;font-size:.7em;width:4.1em;line-height:1.5em;display:inline-block;position:relative;top:2.75em;left:-5em}.date .day{color:#111;background-color:#fff;float:left;width:1.7em}.date .month{float:right;width:2.3em;background-color:#111;color:#fff}.date .year{line-height:3ex;clear:both;color:#111;background-color:#eee;border-top:1px solid#ccc;border-bottom:1px solid#ccc}.date .year a{color:#666}.date .year a:hover{color:#e25f2f}.date .year a:hover strong,.date .year a:hover b,.date .year a:hover i,.date .year a:hover em,.date .year a:hover .nicer{color:#ffbe96}.date .year hr{color:#666;border-top:1px solid#666}.date .year strong,.date .year b,.date .year i,.date .year em{color:#111}body{text-align:center;font-size:1em}body > #entete{position:absolute;left:0;top:.5em;width:100%;min-width:50em;z-index:8000;padding-bottom:1em;margin-bottom:3em}body > #content > #entete > #choix > #choixrss > #rss{font-size:1em}#titre h2{width:80%;margin-left:auto;margin-right:auto;text-align:center;color:#ccc}#titre{text-align:center;width:100%}#titre h1,#titre h2{padding-left:1em;padding-right:1em}#bottom{clear:right;margin-right:0;padding:1.5em;line-height:1.5em;color:#ccc;margin-top:2em;text-align:center}#bottom a{color:#ccc}#bottom a:hover{color:#d53300}#sousliens{padding:1em 0;line-height:2em}#sousliens ul{list-style:none;margin-left:4em}ul.horizontal li{display:inline;font-size:.9em}ul.horizontal{margin-top:0;margin-bottom:0}#entete{padding-top:.1em;border-top:1px solid#ccc;border-bottom:1px solid#ccc}#liens{width:100%;padding:0;clear:both;margin-top:.5em}#liens ul{width:100%;clear:both;padding:0;margin:0}#liens ul li{display:inline-block;height:4em;margin-left:.2em;margin-right:.2em;width:23%}#liens ul li a,#liens ul li span{width:100%;display:block;line-height:4em}.clear{clear:both}#content{line-height:4em;margin-left:auto;margin-right:auto;margin-top:0;position:relative;clear:both;width:52em}#content > #choix{margin-top:1em}.encadre,.black,.red,.intro,.resume,.shadow{padding-left:2em;padding-right:2em;margin-top:2em;margin-bottom:2em}.encadre,.black,.red,.shadow{color:#111;background-color:#eee;border-top:1px solid#ccc;border-bottom:1px solid#ccc}.encadre a,.black a,.red a,.shadow a{color:#666}.encadre a:hover,.black a:hover,.red a:hover,.shadow a:hover{color:#e25f2f}.encadre a:hover strong,.encadre a:hover b,.encadre a:hover i,.encadre a:hover em,.encadre a:hover .nicer,.black a:hover strong,.black a:hover b,.black a:hover i,.black a:hover em,.black a:hover .nicer,.red a:hover strong,.red a:hover b,.red a:hover i,.red a:hover em,.red a:hover .nicer,.shadow a:hover strong,.shadow a:hover b,.shadow a:hover i,.shadow a:hover em,.shadow a:hover .nicer{color:#ffbe96}.encadre hr,.black hr,.red hr,.shadow hr{color:#666;border-top:1px solid#666}.encadre strong,.encadre b,.encadre i,.encadre em,.black strong,.black b,.black i,.black em,.red strong,.red b,.red i,.red em,.shadow strong,.shadow b,.shadow i,.shadow em{color:#111}.intro,.resume{font-size:.9em;font-style:italic;padding:.5em 1em;color:#555}.intro a:hover,.resume a:hover{color:#d53300}.intro strong,.intro b,.intro i,.intro em,.resume strong,.resume b,.resume i,.resume em{font-weight:400;font-style:normal;color:#111}#afterheader > h1{width:100%;padding-bottom:1.5em}#afterheader{padding-left:0;padding-right:0}#sousliens{margin-top:3em;margin-bottom:3em;font-size:1.2em;letter-spacing:1px;text-align:left;clear:both}.twilight{line-height:1.1em}.corps{font-family:Georgia,Palatino,"Century Schoolbook L","Times New Roman",Times,serif;font-size:1.25em;line-height:1.6em;text-align:justify;text-align:left;padding:3em 3em;margin:0;border-bottom:1px#ccc solid;clear:both}.corps img{max-width:30em;border:1px solid#ccc;background-color:#fff;padding:.5em;box-shadow:0 10px 15px#ccc}#address{clear:both}.definitionCell{width:5em;vertical-align:top;font-weight:700;text-align:center}.valueCell{text-align:right}.smallblock{float:left;width:50%;font-size:1em;font-weight:700}.largeblock{float:right;width:70%;font-size:1em}#blackpage,#nojsredirect{top:0;left:0;width:100%;height:100%;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;position:fixed;text-align:center}#blackpage{color:#666;padding-top:10em;background-color:#eee;z-index:9000;cursor:wait}#blackpage img{background:none;border:none}#blackpage a{cursor:pointer}#nojsredirect{z-index:9001}.nojsbutton{width:50%;padding:1em;border:solid 3px white;margin-left:auto;margin-right:auto;margin-top:2em;z-index:9002}.file{font-size:.8em;text-align:right;padding-right:1em;margin-right:.1;margin-bottom:0;background:#111}.file a{color:#fff}.flush{clear:both}table.description{border-spacing:5px;border-collapse:separate;margin-right:auto;margin-left:auto}table.description tr td{padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;vertical-align:middle;margin-right:5px}ul.long li{margin-bottom:1em}img{display:block;margin-left:auto;margin-right:auto;background:none;border:none}img.left{float:left;max-width:30%;margin-right:1em}img.inside{display:inline;vertical-align:middle}pre{overflow:hidden}.withfile pre{margin-top:0;overflow:hidden}.navigationprev,.navigationnext{padding:0;margin-left:.2em;margin-right:.2em;margin-bottom:0;margin-top:3em;width:45%}.navigation .navigationprev,.navigation .navigationnext{width:30%;margin-top:0}.navigation{font-size:2em;height:2em;margin-bottom:3em}.presarticleleft,.presarticleright{font-size:1em}.navigationprev{float:left;text-align:left}.navigationnext{float:right;text-align:right}.impact,.darkimpact{text-align:left;width:66%;padding-left:.25em;padding-right:.25em}table.impact{text-align:left}table.impact tr td{padding-left:.25em;padding-right:.25em}#liens{font-size:1.2em}#iemessage{font-size:1.2em}.tag{display:inline;cursor:pointer;margin-left:.5em;margin-right:.5em}.list{margin-top:3em}#menuMessage{font-size:1.2em;line-height:1.5em;width:100%;text-align:center}#choixrss{float:right;width:25%;line-height:2em}#choixlang{line-height:2em}#choix a{color:#888}#choix a:hover{color:#d53300}#choixlang a{display:block;width:25%;line-height:4em;text-align:center}.date{font-size:.8em}.date,.date .year,.date .month,.date .year{display:block}#next_before_articles{clear:both;width:100%;font-size:1.2em;padding-top:1em;padding-bottom:1em}#previous_articles,#next_articles{color:#888;font-style:italic;font-size:.8em}#previous_articles{float:left;margin-left:1em;width:45%;text-align:left}.previous_article,.next_article{margin-top:1em}#next_articles{float:right;width:45%;margin-right:1em;text-align:right}#clickcomment{margin-left:0;width:25%}#rss{font-size:1.2em;text-align:center;display:block;width:100%;float:right;padding:1em .1em}.return a{text-align:center;float:right;width:25%}.corps .return a{color:#eee;padding:.1em;line-height:1.5em;font-size:1.5em;height:1.5em;float:left;font-size:2em;margin-top:-0.5em;margin-left:-2em;width:1.5em}.corps .return a:hover{color:#d53300}.footnotes{font-size:.8em}.fontnotes ol{margin-left:0}.typeset img{display:inline;border:none;margin:0;padding:0}strong,b,i,em{font-weight:400;color:#888}.corps p strong,.corps p b,.corps p i,.corps p em{color:#555}a:hover strong,a:hover b,a:hover i,a:hover em{color:#e25f2f}a:hover .nicer{color:#ffbe96}.nicer{color:#ccc;font-family:"Lucida Grande",Tahoma}.block{width:31%;text-align:left;line-height:1em;margin-left:1%;margin-right:1%;font-size:.8em}.block a{color:#111}.block a:hover{color:#d53300}.block h3{margin:0;font-size:1.3em}.block p{line-height:1.2em}.left{float:left}.right{float:right}.corps p a,.corps ul a{color:#555}.corps p a:hover,.corps ul a:hover{color:#d53300} \ No newline at end of file diff --git a/output/Scratch/css/blue.css b/output/Scratch/css/blue.css deleted file mode 100644 index 4c05d51a5..000000000 --- a/output/Scratch/css/blue.css +++ /dev/null @@ -1,216 +0,0 @@ -/* pour supprimer les warnings */ - -#choixlang, #entete, #sousliens { - color: #000; -} - -/* body */ -body { - margin: 0 10px; - background-color: #fff; - color: #000; - font-size: 1em ; - } - -/* links */ -a:link { - color: #00f; - text-decoration: none; - } - -a:visited { - color: #00a; - text-decoration: none; - } - -a:hover { - color: #f60; - text-decoration: underline; - } - -a:active { - color: #f60; - text-decoration: underline; - } - -/* html tags */ -th, td, ul, ol, li { - font-size: 1em ; - } - -code, pre { - font-size: .8em; - } - - /* Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net */ - -* html code { - font-size: 101%; - } - -* html pre { - font-size: 101%; - } - -h1 code, h2 code, h3 code, h4 code, th code, ol.faq li code { font-size: 95%; font-weight: normal; } - -h1 { - margin: 0 0 15px 0; - padding: 0.5em; - font-size: 2em ; - font-weight: bold; - color: #000; - } - -h2 { - margin: 0 0 5px 0; - padding: 0; - font-size: 1.3em; - color: #000; - } - -#header h2 { - margin: 0; - } - -p + h2 { - margin: 20px 0 5px 0; - } - -ol + h2 { - margin: 20px 0 5px 0; - } - -ul + h2 { - margin: 20px 0 5px 0; - } - -h6 { - margin: 0; - padding: 0; - font-size: 1em ; - color: #000; - } - -p { - margin: 0 0 10px 0; - padding: 0; - font-size: 1em ; - color: #000; - } - -cite { - font-style: italic; - } - -th { - font-weight: bold; - text-align: left; - vertical-align: top; - } - -form { - margin: 0; - } - -button { - margin: 3px 0 10px 0; - } - -/* lists */ -ul { - list-style: square outside; - margin: 0 0 0 30px; - padding: 0 0 1em 0; - } - -li { - margin-top: 3px; - } - -ul ul { - margin-left: 40px; - } - -ul.compressed { - margin-top: -10px; - } - -ul.compressed li { - margin-top: 0; - } - -ul.marketing { - padding-left: 0; - margin: 0 0 16px 0; - list-style: none; - } - -ul.marketing li { - margin-top: 0; - margin-left: 0; - margin-bottom: 2px; - font-size: .8em; - } - -ol { - margin: 0 0 10px 1.5em; - padding-left: 1.5em; - } - -ul.inline, ol.inline, p.inline { - margin-top: -7px; - } - -ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol { - margin-top: 0; - } - -ol.faq li { - font-weight: bold; - } - -ol.steps li { - font-weight: bold; - } - -ul.nav { - margin: 8px 0 0; - padding: 0; - list-style-type: none; - } - -ul.nav li { - margin-top: 4px; - padding-left: 0; - } - -ul.nobullet { - list-style-type: none; - margin-left: 0; - padding-left: 0; - } - -ul.nobullet li { - margin: 3px 0 5px; - padding-left: 0; - } - -/* images */ -.leftinline { - margin: 0 10px 5px 0; - float: left; - } - -.rightinline { - margin: 0 0 5px 10px; - float: right; - } - - -#choixlang, #choix, #liens, #sousliens, #address, #presentation, #Menu, #bottom, #entete, h4 { - border-color: #000 ; - } -#presentation, #Menu, #entete { - background-color : #f1F7F9; - } diff --git a/output/Scratch/css/default.css b/output/Scratch/css/default.css deleted file mode 100644 index 8f6e26f21..000000000 --- a/output/Scratch/css/default.css +++ /dev/null @@ -1,229 +0,0 @@ -/* pour supprimer les warnings */ - -#choixlang, #entete, #sousliens { - color: #000; -} - -/* body */ -body { - margin: 0 10px; - background-color: #fff; - color: #000; - font-size: 1em ; - } - -.highlight { - color: #f60; -} - - -/* links */ -a:link { - color: #00f; - text-decoration: none; - } - -a:visited { - color: #00a; - text-decoration: none; - } - -a:hover { - color: #f60; - text-decoration: underline; - } - -a:active { - color: #f60; - text-decoration: underline; - } - -/* html tags */ -th, td, ul, ol, li { - font-size: 1em ; - } - -code, pre { - font-size: .8em; - } - - /* Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net */ - -* html code { - font-size: 101%; - } - -* html pre { - font-size: 101%; - } - -h1 code, h2 code, h3 code, h4 code, th code, ol.faq li code { font-size: 95%; font-weight: normal; } - -h1 { - margin: 0 0 15px 0; - padding: 0.5em; - font-size: 2em ; - font-weight: bold; - color: #000; - } - -h2 { - margin: 0 0 5px 0; - padding: 0; - font-size: 1.3em; - color: #000; - } - -#header h2 { - margin: 0; - } - -p + h2 { - margin: 20px 0 5px 0; - } - -ol + h2 { - margin: 20px 0 5px 0; - } - -ul + h2 { - margin: 20px 0 5px 0; - } - -h6 { - margin: 0; - padding: 0; - font-size: 1em ; - color: #000; - } - -p { - margin: 0 0 10px 0; - padding: 0; - font-size: 1em ; - color: #000; - } - -cite { - font-style: italic; - } - -th { - font-weight: bold; - text-align: left; - vertical-align: top; - } - -form { - margin: 0; - } - -button { - margin: 3px 0 10px 0; - } - -/* lists */ -ul { - list-style: square outside; - margin: 0 0 0 30px; - padding: 0 0 1em 0; - } - -li { - margin-top: 3px; - } - -ul ul { - margin-left: 40px; - } - -ul.compressed { - margin-top: -10px; - } - -ul.compressed li { - margin-top: 0; - } - -ul.marketing { - padding-left: 0; - margin: 0 0 16px 0; - list-style: none; - } - -ul.marketing li { - margin-top: 0; - margin-left: 0; - margin-bottom: 2px; - font-size: .8em; - } - -ol { - margin: 0 0 10px 1.5em; - padding-left: 1.5em; - } - -ul.inline, ol.inline, p.inline { - margin-top: -7px; - } - -ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol { - margin-top: 0; - } - -ol.faq li { - font-weight: bold; - } - -ol.steps li { - font-weight: bold; - } - -ul.nav { - margin: 8px 0 0; - padding: 0; - list-style-type: none; - } - -ul.nav li { - margin-top: 4px; - padding-left: 0; - } - -ul.nobullet { - list-style-type: none; - margin-left: 0; - padding-left: 0; - } - -ul.nobullet li { - margin: 3px 0 5px; - padding-left: 0; - } - -/* images */ -.leftinline { - margin: 0 10px 5px 0; - float: left; - } - -.rightinline { - margin: 0 0 5px 10px; - float: right; - } - - -#choixlang, #choix, #liens, #sousliens, #address, #presentation, #Menu, #bottom, #entete, h4 { - border-color: #000 ; - } -#presentation, #Menu, #entete { - background-color : #f1F7F9; - } -/* -h1, h2, #choixlang, #choix, #liens, #sousliens { - background-color: #F0F5F9 ; - } -h3, h4, h5, h6 { - background-color: #FFF ; - } -*/ diff --git a/output/Scratch/css/disqus.css b/output/Scratch/css/disqus.css deleted file mode 100644 index 472ac7ca1..000000000 --- a/output/Scratch/css/disqus.css +++ /dev/null @@ -1,48 +0,0 @@ -#disqus_thread .dsq-by img { - display: inline; - float: right; - text-align: right; - border: none; - padding: 0; - margin: 0; -} -#disqus_thread img { - display: inline; - border: none; - padding: 0; - margin: 0; -} -.dsq-post-avatar { - float: left; - margin-left: 0; - margin-right: 3em; - margin-top: 1em; - margin-bottom: 1em; -} -#disqus_thread ul { - margin-left: 8em; -} -#dsq-toolbar-item { -clear: both; -} -#disqus_thread input.dsq-trackback-url { - width: 30em; -} -#disqus_thread #dsq-content #dsq-post-add iframe { - width: 100%; - height: 18em; -} -#disqus_thread h3 { - clear: none; -} -.dsq-item-feed a { - background-image: url("/Scratch/img/bullet-feed.png"); - background-repeat: no-repeat; - width: 12px; - height: 12px; - display: inline-block; - position: relative; -} -#disqus_thread .dsq-item-feed a img { - display: none; -} diff --git a/output/Scratch/css/ie.css b/output/Scratch/css/ie.css deleted file mode 100644 index 301b54028..000000000 --- a/output/Scratch/css/ie.css +++ /dev/null @@ -1,77 +0,0 @@ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; -} -body { line-height: 1; } -ol, ul { list-style: none; } -blockquote, q { quotes: none; } -blockquote:before, blockquote:after, -q:before, q:after { content: ''; content: none; } - -/* remember to define focus styles! */ -:focus { outline: 0; } - -/* remember to highlight inserts somehow! */ -ins { text-decoration: none; } -del { text-decoration: line-through; } - -/* tables still need 'cellspacing="0"' in the markup */ -table { border-collapse: collapse; border-spacing: 0; } - -/* --- recuperation des couleurs --- */ - -body { - font-family: "Sabon LT Std","Hoefler Text","Palatino Linotype","Book Antiqua",serif; - background-color: #fff; - color: #000; } - -a { - font-weight: bold; - text-decoration: none; } - -a, a:link { - color: #a00; - outline: none; } - -a:visited { - color: #a00; - outline: none; } - -a:active, a:hover { - color: #f00; - outline: none; } - -ul { - list-style: square; } - -.corps { - text-align: justify; - border: solid 1px #ccc; - line-height: 1.8em; - background-color: #eee; - } - -pre { - margin-top: 1em; - margin-bottom: 1em; - background-color: #000; -} -#iemessage { - margin-bottom: 1em; - line-height: 1.5em; -} -#liens ul{list-style:none;} -#liens ul li{width: 22%; display: inline} diff --git a/output/Scratch/css/js.css b/output/Scratch/css/js.css deleted file mode 100644 index 83dd2419d..000000000 --- a/output/Scratch/css/js.css +++ /dev/null @@ -1,4 +0,0 @@ -.en, .fr { - display: none; -} - diff --git a/output/Scratch/css/nojs.css b/output/Scratch/css/nojs.css deleted file mode 100644 index a11a09b8d..000000000 --- a/output/Scratch/css/nojs.css +++ /dev/null @@ -1,21 +0,0 @@ -.navigationprev, .navigationnext { - text-shadow: 0 0 8px #666; -} -.corps, #bottom, #sousliens { - box-shadow: 0px 5px 20px #333; - -moz-box-shadow: 0px 5px 20px #333; - -webkit-box-shadow: 0px 5px 20px #333; -} -#titre { - box-shadow: 0px 0px 20px #000; - -moz-box-shadow: 0px 0px 20px #000; - -webkit-box-shadow: 0px 0px 20px #000; -} -#entete { - position: relative; - top: -1.5em; -} - -#content { - margin-top: 2em; -} diff --git a/output/Scratch/css/originaldisqus.css b/output/Scratch/css/originaldisqus.css deleted file mode 100644 index c9b61934c..000000000 --- a/output/Scratch/css/originaldisqus.css +++ /dev/null @@ -1,1446 +0,0 @@ -#disqus_thread { -margin-bottom: 10px; -} -.dsq-brlink { -font-size: 10px; -} -.logo-disqus { -font-family: Arial, sans-serif; -text-transform: uppercase; -font-size: 9px; -font-weight: bold; -} -#dsq-content iframe, -#dsq-popup-alert iframe { -border: 0; -overflow-y: auto; -overflow-x: hidden; -*overflow-x: visible; -width: 100%; -background-color: transparent; -height: 160px; - -} -#dsq-content iframe.dsq-post-reply, -#dsq-popup-alert iframe.dsq-post-reply { -height: 300px; -} -#dsq-content iframe.dsq-post-reply-authenticated, -#dsq-popup-alert iframe.dsq-post-reply-authenticated { -height: 170px; -} -#dsq-content #dsq-comments .dsq-header-avatar .dsq-drop-profile { -color: #333; -font-size: 11px; -font-family: Arial, Helvetica, sans-serif; -float: left; -left: 0px; -position: relative; -background: #f0f0f0; -z-index: 2; -border-left: 1px solid #888; -border-right: 1px solid #888; -border-bottom: 1px solid #888; --moz-border-radius: 0px 5px 5px 5px; --webkit-border-top-right-radius: 5px; --webkit-border-bottom-right-radius: 5px; --webkit-border-bottom-left-radius: 5px; -display: none; -min-width: 64px; -/* IE6 */ -_position: absolute; -_top: 32px; -_z-index: 9000; -} -/** -* Popup -*/ -.dsq-overlay { -display: block; -position:absolute; -top:0; -left:0; -width:100%; -height:100%; -z-index:5000; -background-color:#000; --moz-opacity: 0.8; -opacity:.80; -filter: alpha(opacity=80); -} -.dsq-overlay[id] { -position:fixed; -} -.dsq-popup h4, -.dsq-popup ul, -.dsq-popup li, -.dsq-popup ol, -.dsq-popup div, -.dsq-popup table, -.dsq-popup td, -.dsq-popup th, -.dsq-popup p, -.dsq-popup a, -.dsq-popup cite, -.dsq-popup img { -border: 0; -padding: 0; -margin: 0; -float: none; -text-indent: 0; -background: none; -} -.dsq-popup table { -border-collapse: separate; -border-spacing: 0; -} -.dsq-popup { -color: #333; -display: none; -position: absolute; -z-index: 9999; -padding: 0; -border: 0; -text-align: left; -width: 520px; -_background: transparent url(http://media.disqus.com/images/embed/popup-body.png) repeat-y; -} -.dsq-popup[id] { -position: fixed; -} -.dsq-popup img { -max-width: none; -} -.dsq-popup ul, -.dsq-popup li, -.dsq-popup ol { -list-style-type: none; -list-style-image: none; -background: none; -display: block; -} -.dsq-popup li:before { -content: ""; -} -.dsq-popup p, -.dsq-popup ul { -padding: 10px; -color: #222; -line-height: 1.22em; -} -.dsq-popup .dsq-subscribe-submit { -margin: 0 auto; -padding: 0 10px; -color: #222; -} -.dsq-popup .dsq-subscribe-submit input { -font-size: 110%; -width: 200px; -} -.dsq-popup p.dsq-verify-notice { -padding: 5px; -margin: 20px 0 0 0; -background-color: #fdf1d0; -border: 1px solid #fad163; -} -.dsq-popup a { -color: #1C5392; -} -.dsq-popup a:hover { -color: #869AAD; -} -.dsq-popup .dsq-popup-top { -position: relative; -text-align: right; -width: 520px; -height: 20px; -background: transparent url(http://media.disqus.com/images/embed/popup-top.png) no-repeat; -} -.dsq-popup .dsq-popup-top img { -margin: 12px 13px 0 0; -*margin: 12px 13px 0 0; -} -.dsq-popup .dsq-popup-bottom { -text-align: right; -width: 520px; -height: 20px; -background: transparent url(http://media.disqus.com/images/embed/popup-bottom.png) no-repeat; -} -.dsq-popup .dsq-popup-body div.powered-by{ -font-size: 90%; -text-align: right; -padding-right: 15px; -} -.dsq-popup .dsq-popup-body div.powered-by a { -color: #888; -text-decoration:none; -} -.dsq-popup .dsq-popup-body { -width: 520px; -background: transparent url(http://media.disqus.com/images/embed/popup-body.png) repeat-y; -} -.dsq-popup .dsq-popup-body .dsq-popup-header a.dsq-close-link { -color:#7aa5d5; -position: absolute; -top:-8px; -right: 5px; -text-decoration:none; -} -.dsq-popup .dsq-popup-body .dsq-popup-header a.dsq-close-link img { -width: 23px; -height: 24px; -border: 0; -} -/** -* Popup : Blacklist -*/ -.dsq-popup .dsq-blacklist-option { -padding: 5px 10px; -border-bottom: 1px dotted #E5EBED; -} -/** -* Popup : Help -*/ -.dsq-popup ul.dsq-popup-help { -margin: 0 10px; -} -#dsq-popup-message.dsq-popup ul.dsq-popup-help li { -margin: 0 0 15px 0; -padding: 0 0 10px 0; -border-bottom: 1px dotted #E5EBED; -} -.dsq-popup ul.dsq-popup-help li.dsq-help-otheraccts { -font-weight: bold; -font-size: 110%; -border-bottom-width: 2px; -border-bottom-style: solid; -} -#dsq-popup-message ul.dsq-list-tick li { -list-style: none inside url(http://media.disqus.com/images/tick.png) !important; -display: list-item; -} -#dsq-popup-message ul.dsq-list-bluebullet li { -list-style: none inside url(http://media.disqus.com/images/bullet_blue.png); -display: list-item; -} -#dsq-popup-message li { -margin: 10px 0; -padding: 0 10px; -border-bottom: 1px dotted #E5EBED; -} -#dsq-popup-message li li { -padding-left: 10px; -} -/* -* Popup : Login -*/ -.dsq-popup iframe#dsq-popup-login { -margin-top: 10px; -height:310px; -width: 100%; -} -/** -* Popup : Lightbox : Authenticate -*/ -.dsq-lightbox .powered-by { -display: none; -} -.dsq-lightbox img { -border: 0 !important; -height: auto !important; -width: auto !important; -} -.dsq-lightbox .dsq-lightbox-register-reasons { -padding: 0 10px !important; -} -.dsq-lightbox .dsq-lightbox-register-reasons li { -background: url(http://media.disqus.com/images/small-tick.png) no-repeat; -padding-left: 12px !important; -margin: 0 0 0 6px !important; -display: inline !important; -font-size: 11px !important; -color: #555; -} -.dsq-lightbox .dsq-lightbox-register-reasons li img { -margin-bottom: -1px !important; -} -.dsq-lightbox .dsq-lightbox-auth-fields { -} -.dsq-lightbox .dsq-lightbox-submit { -height: 1%; -overflow: auto; -padding: 0 5px; -margin-top: 20px; -} -.dsq-lightbox .dsq-lightbox-auth-post { -float: right; -padding: 4px; -background-color: #EAFFCD; --moz-border-radius: 4px; --webkit-border-radius: 4px; --webkit-border-radisu: 4px; -} -.dsq-lightbox .dsq-lightbox-auth-skip { -float: left; -margin-top: 5px; -padding: 2px; -} -.dsq-lightbox .dsq-lightbox-switch-auth { -width: 400px; -font-size: 11px; -text-align: right; -margin: 0 auto; -} -.dsq-lightbox .dsq-lightbox-auth-fields table { -padding: 8px; -background-color: #EDFFC9; -border: 1px solid #A5C469; --moz-border-radius: 4px; --webkit-border-radius: 4px; --webkit-border-radius: 4px; -width: 400px; -margin: 10px auto; -} -.dsq-lightbox .dsq-lightbox-auth-fields table td { -padding: 4px; -} -.dsq-lightbox .errorlist { -color: #c03000 !important; -font-size: 11px; -font-weight: bold; -margin: 0; -padding: 0; -} -.dsq-lightbox .errorlist li { -margin: 5px 0 !important; -padding: 0 !important; -} -.dsq-lightbox-errors p { -color: #c03000 !important; -font-size: 11px; -font-weight: bold; -} -.dsq-lightbox .dsq-lightbox-auth-fields table td input { -font-size: 13px; -padding: 2px; -} -.dsq-lightbox-recognized table { -width: 400px; -margin: 10px auto; -} -.dsq-lightbox-recognized table td { -padding: 4px; -} -/* -* Popup : Profile -*/ -.dsq-popup .dsq-popup-body div.show-more{ -padding-left: 10px; -font-size: 95%; -color:#7aa5d5; -} -.dsq-popup .dsq-popup-body .dsq-popup-body-padding { -padding: 0 10px; -font-size: 13px; -} -.dsq-popup .dsq-popup-body .dsq-popup-header { -background-color: #e5ebed; -padding: 0 10px; -position: relative; -padding-bottom: 10px; -border-bottom: 1px solid #445460; -} -.dsq-popup .dsq-popup-body .dsq-popup-header img { -border: 1px solid #fff; -width: 32px; -height: 32px; -vertical-align: middle; -} -.dsq-popup .dsq-popup-body .dsq-popup-body-padding cite { -margin-left: 5px; -/* top: 8px; -position: absolute;*/ -font-style: normal; -vertical-align: middle; -} -.dsq-popup .dsq-popup .dsq-popup-body .dsq-popup-body-padding cite { -position: static; -margin: 0; -} -.dsq-popup .dsq-popup-body .dsq-popup-body-padding cite span { -font-weight: bold; -font-size: 150%; -font-style: normal; -margin-right: 10px; -vertical-align: middle; -} -.dsq-popup .dsq-popup-body .dsq-popup-body-padding .dsq-popuplink { -margin: 0 0 0 5px; -font-size: 90%; -} -.dsq-popup .dsq-clout { -float: left; -width: 72px; -height: 32px; -line-height: 32px; -background: url(\'http://media.disqus.com/images/embed/clout-background.png\') no-repeat top left; -} -.dsq-popup .dsq-clout.unverified { -background: url(\'http://media.disqus.com/images/embed/unverified-background.png\') no-repeat top left; -line-height: 24px; -} -.dsq-popup .dsq-clout a{ -float: left; -width: 100%; -text-align: center; -color: #FFF; -font-size: 16px; -font-weight: bold; -text-decoration: none; -} -.dsq-popup .dsq-clout.unverified a{ -font-size: 11px; -font-weight: normal; -} -.dsq-popup .dsq-clout a:hover { -color: #fff; -} -.dsq-popup .dsq-profile-services { -padding: 10px; -background-color: #f0f0f0; -border-bottom: 1px solid #aaa; -height: auto; -overflow: hidden; -} -.dsq-popup .dsq-profile-services .dsq-profile-userlvl { -padding-bottom: 10px; -margin-bottom: 15px; -border-bottom: 1px solid #ddd; -} -.dsq-popup .dsq-profile-services span.dsq-profile-ontheweb { -float: left; -font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif; -font-size: 95%; -color: #aaa; -} -.dsq-popup .dsq-profile-services ul { -margin-left: 15px; -display: inline; -} -.dsq-popup .dsq-profile-services ul li{ -display: inline; -margin-right: 15px; -} -.dsq-popup .dsq-profile-services ul li.dsq-service-labeltxt{ -margin: 0; -} -.dsq-popup .dsq-profile-services ul li.dsq-service-labeltxt{ -margin: 0; -} -.dsq-popup .dsq-profile-services span.dsq-services-description { -font-size: 85%; -color: #555; -position: absolute; -top: 25px; -left: 5px; -display: none; -white-space: nowrap; -} -.dsq-popup .dsq-profile-services img { -border:2px solid #fff; -} -.dsq-popup a.dsq-profile-follow { -color:#7aa5d5; -} -.dsq-popup .dsq-profile-status, -.dsq-popup .dsq-profile-recentcomments { -clear: both; -padding: 10px; -} -.dsq-popup .dsq-profile-status p, -.dsq-popup .dsq-profile-recentcomments p{ -padding: 0; -} -.dsq-popup .dsq-profile-status h4, -.dsq-popup .dsq-profile-recentcomments h4 { -font-size: 110%; -border-bottom: 2px solid #D7DBDD; -margin-bottom: 10px; -} -.dsq-popup .dsq-profile-status h4 span, -.dsq-popup .dsq-profile-recentcomments h4 span { -background-color: #D7DBDD; -padding: 2px 5px; -color: #555; -font-weight: bold; -} -.dsq-popup p.dsq-profile-label { -font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif; -font-size: 95%; -color: #aaa; -} -.dsq-popup ul.dsq-profile-commentlist { -margin-top: 10px; -} -.dsq-popup .dsq-profile-commentlist li{ -padding: 5px 0; -border-bottom: 2px solid #e9ebed; -} -.dsq-popup .dsq-profile-commentlist li img.avatar-small { -width: 24px; -height: 24px; -border: 1px solid #DDD; -float: left; -} -.dsq-popup .dsq-profile-commentlist li .comment-message { -margin-left: 30px !important; -*float: left !important; -*margin-left: 5px !important; -} -.dsq-popup .dsq-profile-commentlist li span.comment-meta { -clear: both !important; -margin-left: 30px !important; -display: block !important; -font-size: 90% !important; -background: none !important; -float: none !important; -width: auto !important; -} -.dsq-popup .dsq-profile-commentlist span{ -color: #666; -font-size: 95%; -} -/** -* Popup : Reblog -*/ -.dsq-popup .dsq-popup-content .dsq-reblog-form { -padding: 10px; -} -.dsq-popup .dsq-popup-content .dsq-blogauth-form { -margin: 10px 0; -} -.dsq-popup .dsq-popup-content .dsq-blogauth-form li { -margin-bottom: 5px; -} -.dsq-popup .dsq-popup-content .dsq-blogauth-form li input { -width: 250px; -} -.dsq-popup .dsq-popup-content .dsq-blogauth-form li label { -width: 100px; -display: block; -float: left; -} -.dsq-popup .dsq-popup-content ul.dsq-reblog-input { -margin: 10px 0; -} -.dsq-popup .dsq-popup-content ul.dsq-reblog-input li { -margin-bottom: 10px; -} -.dsq-popup .dsq-popup-content ul.dsq-reblog-input li input { -width: 450px; -} -.dsq-popup .dsq-popup-content ul.dsq-reblog-input li textarea { -width: 450px; -font-size: 12px; -font-family: Arial, Helvetica, sans-serif; -height: 175px; -} -.dsq-popup .dsq-popup-content ul.dsq-reblog-input li label { -float: none; -display: block; -font-weight: bold; -} -.dsq-popup .dsq-popup-content .dsq-blogauth-toggle { -font-weight: bold; -} -p.dsq-reblog-supported { -font-size: 90%; -color: #555; -} -/** -* Menu -*/ -.dsq-menu{ -margin: 0 !important; -left: 0px; -position: absolute; -_position: absolute; -_left:; -background: #f0f0f0 !important; -z-index: 2 !important; -border-width: 1px !important; -border-color: #888 !important; -border-style: solid !important; --moz-border-radius: 0px 0px 4px 4px; --webkit-border-bottom-right-radius: 4px; --webkit-border-bottom-left-radius: 4px; -display: inline; -padding: 5px 10px 5px 0 !important; -list-style: none !important; -} -.dsq-menu li{ -margin: 0 !important; -padding: 0 !important; -clear: both; -line-height: 1.3em !important; -font-size: 12px !important; -margin-bottom: 2px !important; -margin-left: 4px !important; -white-space: nowrap !important; -list-style: none !important; -float: none; -background: none; -text-align: left; -} -.dsq-menu li:before { -content: ""; -} -.dsq-menu li a.dsq-admin-toggle { -font-weight: bold; -} -.dsq-menu li.dsq-admin-email, -.dsq-menu li.dsq-admin-ip { -color: #555; -font-style: italic; -cursor: default; -} -.dsq-menu li.dsq-menu-sep { -border-bottom: 1px dotted #aaa; -font-size: 1pt !important; -} -.dsq-menu li a{ -text-decoration: none; -color: #333; -} -.dsq-menu li a:hover { -color: #869AAD; -} -/** -* Drop profile -*/ -#dsq-content #dsq-comments .dsq-header-avatar:hover .dsq-drop-profile { -display: inline; -} -#dsq-content #dsq-comments .dsq-drop-profile li{ -float: none; -clear: both; -line-height: 1.3em; -padding: 2px 4px; -white-space: nowrap; -} -#dsq-content #dsq-comments .dsq-drop-profile li img { -float: none; -height: 12px; -width: 12px; -margin: 0px 4px 0px 0; -vertical-align: middle; -} -#dsq-content #dsq-comments .dsq-drop-profile li a { -color: #1C5392; -vertical-align: middle; -} -#dsq-content #dsq-comments .dsq-drop-profile li a:hover { -font-weight: bold; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services { -height: 16px; -padding: 4px 4px; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services:hover { -background-color: #ddd; -outline-top: 1px solid #ccc; -outline-bottom: 1px solid #ccc; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services a { -display: block; -width: 100%; -height: 16px; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-sep { -border-bottom: 1px dotted #aaa; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-showlnk { -padding: 4px 2px; -border-bottom: 1px solid #ccc; -text-align: center; -height: 16px; --moz-border-radius: 0px 5px 0px 0px; --webkit-border-top-right-radius: 5px; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-showlnk a { -font-weight: bold; -font-size: 95%; -display: block; -width: 100%; -height: 16px; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-badge { -padding: 6px 2px; -text-align: center; -font-size: 95%; -cursor: help; -border-bottom: 1px solid #ddd; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-badge span { -padding: 1px 3px; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more { -height:16px; -background: url(http://media.disqus.com/images/drop-more.gif); -background-position: 0px 0px; -background-repeat: repeat-x; -background-color: #fff; -text-align: center; -border-top: 1px solid #ddd; --moz-border-radius: 0px 0px 5px 5px; --webkit-border-bottom-right-radius: 5px; --webkit-border-bottom-left-radius: 5px; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more:hover { -background-position: 0px -20px; -border-top: 1px solid #ccc; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more a { -font-size: 95%; -height: 16px; -width: 100%; -display: block; -} -#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-hidden { -display: none; -padding: 0; -} -/*----- -Classic Theme ------*/ -#disqus_thread #dsq-content iframe.dsq-post-video { -height: 330px; -overflow: hidden; -} -#dsq-content #dsq-comments .dsq-header-avatar img{ -float: left; -margin: 4px; -width: 32px; -height: 32px; -} -#dsq-content #dsq-comments .dsq-comment-body{ -padding-top: 5px; -} -#dsq-content #dsq-comments .dsq-header-avatar { -width: 32px; -height: 34px; -height: 43px; -width: 40px; -} -#dsq-content #dsq-comments .dsq-comment:hover .dsq-header-avatar{ -background: url(\'http://media.disqus.com/images/embed/avatar-frame-32.png\') no-repeat top left; -} -#dsq-content #dsq-comments .dsq-comment-header { -background: url(\'http://media.disqus.com/images/embed/header-grey.png\') repeat-x; -height: 30px; -line-height: 30px; -height: 38px; -line-height: 38px; -} -#dsq-content { -font-size: 13px; -} -img.dsq-record-img { -border: 0; -padding: 0; -margin: 0; -float: none; -text-indent: 0; -background: none; -vertical-align: text-bottom; -} -a.dsq-brlink { -font-size: 10px; -color: #666; -text-decoration: none; -font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif; -} -span.disqus { -font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif; -font-size: 90%; -text-transform: uppercase; -color: #64747d; -} -span.logo-disqus { -font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif; -font-size: 95%; -text-transform: uppercase; -font-weight: bold; -} -span.logo-disqus.color { -color: #64747d; -} -span.logo-disq { -font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif; -font-size: 95%; -text-transform: uppercase; -color: #64747d; -font-weight: bold; -} -span.logo-us { -font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif; -font-size: 95%; -text-transform: uppercase; -color: #ff9300; -font-weight: bold; -} -span.dsq-downtri { -font-size: 70%; -} -a.dsq-help { -color: inherit; -text-decoration: none !important; -border-color: inherit !important; -border-bottom-width: 1px !important; -border-bottom-style: dotted !important; -cursor: help !important; -} -#dsq-content #dsq-comments .dsq-editedtxt { -margin-top: 15px; -font-style: italic; -font-size: 85%; -opacity: .80; -filter: alpha(opacity=80); -} -#dsq-content #dsq-comments .dsq-likedtxt { -font-size: 85%; -text-align: right; -opacity: .80; -filter: alpha(opacity=80); -} -#dsq-content small { -font-size: .7em; -} -#disqus_thread #dsq-content iframe.dsq-post-reply, -#dsq-popup-alert iframe.dsq-post-reply { -height: 300px; -} -#disqus_thread #dsq-content iframe.dsq-post-reply-authenticated, -#dsq-popup-alert iframe.dsq-post-reply-authenticated { -height: 170px; -} -.clearfix:after { -content:"."; -display: block; -height: 0; -clear: both; -visibility: hidden; -} -#dsq-content #dsq-comments img.icon-adjust { -margin-bottom: -3px; -} -#dsq-content #dsq-comments img.dsq-mod-star { -vertical-align: middle; -_float: left; -_margin-top: 5px; -} -#disqus_thread #dsq-content ul, -#disqus_thread #dsq-content li, -#disqus_thread #dsq-content ol, -#disqus_thread #dsq-content cite, -#disqus_thread #dsq-content img, /* dsq-content */ -#dsq-content #dsq-comments ul, -#dsq-content #dsq-comments li, -#dsq-content #dsq-comments ol, -#dsq-content #dsq-comments div, -#dsq-content #dsq-comments p, -#dsq-content #dsq-comments a, -#dsq-content #dsq-comments cite, -#dsq-content #dsq-comments img { -border: 0; -padding: 0; -margin: 0; -float: none; -text-indent: 0; -background: none; -} -#disqus_thread #dsq-content cite, -#dsq-content #dsq-comments cite { -font-style: normal; -} -#dsq-content #dsq-comments img { -max-width: none; -} -#disqus_thread #dsq-content li, -#disqus_thread #dsq-content ul, -#disqus_thread #dsq-content ol, -#dsq-content #dsq-extra-links li, -#dsq-content #dsq-comments ul, -#dsq-content #dsq-comments li, -#dsq-content #dsq-comments ol { -list-style-type: none; -list-style-image: none; -background: none; -display: block; -} -#dsq-content #dsq-extra-links li:before, -#dsq-content #dsq-comments li:before { -content: ""; -} -#dsq-content #dsq-comments { -width: 100%; -list-style-type: none; -padding: 0; -border: 0; -} -#dsq-content #dsq-comments .dsq-remove-message { -color: #555; -list-style-type: none; -margin: 10px 0; -padding: 5px; -border: 1px solid #c03000; -background-color: #FDDFD0; -} -#dsq-content #dsq-comments .dsq-comment-alert, -#dsq-content #dsq-alerts p { -font-weight: bold; -color: #555; -margin: 15px 0; -padding: 5px; -background-color: #fdf1d0; -border: 1px solid #fad163; -} -#dsq-content #dsq-comments .dsq-comment-header .dsq-hl-up { -background-color: #92C72A; -color: #fff; -margin:0pt 5px; -padding:0 2px; -} -#dsq-content #dsq-comments .dsq-comment-header .dsq-hl-down { -background-color: #c03000; -color: #fff; -margin:0pt 5px; -padding:0 2px; -} -#dsq-content #dsq-comments .dsq-hl-anchor { -background-color: #ffff99 !important; -color: #000 !important; -} -#dsq-content #dsq-comments .dsq-hl-anchor p { -color: #000 !important; -} -#dsq-content #dsq-comments .dsq-hl-anchor a { -color: #000 !important; -} -#dsq-content h3#dsq-comments-count { -width: 99%; -} -/** -* Misc Items -*/ -#dsq-content .dsq-item-feed a { -text-decoration: none; -} -/** -* Auth Header -*/ -#dsq-content #dsq-auth .dsq-auth-header{ -margin-bottom: 10px; -width: 99%; -} -#dsq-content #dsq-auth .dsq-authenticated { -margin-bottom: 10px; -display: none; -height: auto; -overflow: hidden; -} -#dsq-content #dsq-auth .dsq-authenticated-pic { -float: left; -} -#dsq-content #dsq-auth .dsq-authenticated-pic img { -height: 48px; -width: 48px; -} -#dsq-content #dsq-auth .dsq-authenticated-info { -float: left; -} -#dsq-content #dsq-auth .dsq-authenticated-info ul { -padding: 0 0 0 5px; -margin: 0; -list-style-type:none; -} -#dsq-content #dsq-auth .dsq-authenticated-info ul li { -margin-bottom: 5px; -} -#dsq-content #dsq-auth .dsq-authenticated-info ul li.logout { -font-size: 0.8em; -} -#dsq-content #dsq-auth .dsq-authenticated-info ul li.logout a { -text-decoration: none; -} -#dsq-content #dsq-auth .dsq-authenticated-info ul li.logout img { -margin-bottom: -2px; -} -#dsq-content h3 { margin: 10px 0; } -#disqus_thread #dsq-content h3 { -font-weight: bold; -} -#dsq-content #dsq-auth.dsq-auth-bottom { -margin-top: 20px; -} -#dsq-content .dsq-by { -float: right; -} -#dsq-content #dsq-login { -float: none; -} -#dsq-content #dsq-login .dsq-login-message { -margin-bottom: 10px; -} -#dsq-content #dsq-comments .dsq-login-icon { -margin-bottom: -2px; -} -#dsq-content .dsq-auth-header img, -#dsq-content #dsq-options-toggle img { -border: 0; -margin: 0; -padding: 0; -max-width: none; -float: none; -} -#dsq-content #dsq-options { -margin-bottom: 20px; -} -#dsq-options .dsq-extra-meta { -background: transparent url(\'http://media.disqus.com/images/embed/transp-line-10.png\') repeat-x top center; -margin-top:10px; -padding-top:10px; -} -#dsq-extra-links { -margin-top: 15px; -font-size: 90%; -} -#dsq-extra-links img { -margin-bottom: -3px; -} -/** -* Reply bar -*/ -#dsq-content #dsq-comments .dsq-reply-bar { -margin: 15px 0; -} -#dsq-content #dsq-comments .dsq-reply-bar img { -margin-bottom: -2px; -} -#dsq-content #dsq-comments a.dsq-reply-req-opt { -font-size: 100%; -margin-right: 5px; -opacity: .80; -filter: alpha(opacity=80); -} -#dsq-content #dsq-comments .dsq-reply-bar-items { -float: right; -} -#dsq-content #dsq-comments .dsq-reply-bar-auth { -font-size: .9em; -} -#dsq-content #dsq-comments .dsq-reply-bar-auth .dsq-no-anon-msg { -margin: 5px 0 2px 0; -} -#dsq-content #dsq-comments .dsq-reply-bar-auth img.dsq-post-avatar { -height: 24px; -width: 24px; -} -#dsq-content #dsq-auth ul.dsq-media-items li, -#dsq-content #dsq-comments ul.dsq-media-items li { -display: inline; -font-size: .90em; -} -/** -* Pagination -*/ -#dsq-content #dsq-pagination { -margin: 20px 0; -} -#dsq-content #dsq-pagination a { -font-weight: bold; -} -#dsq-content #dsq-pagination a, -#dsq-content #dsq-pagination span { -margin-right: 5px; -} -#dsq-content #dsq-pagination span.dsq-paginate-ellipsis { -font-size: 110%; -} -#dsq-content #dsq-pagination a.dsq-paginate-arrows span { -margin: 0; -padding: 0; -font-family: Lucida Sans Unicode, sans-serif; -} -#dsq-content .dsq-paginate-append-text { display: inline; } -#dsq-content .dsq-paginate-append-button { display: none; } -/** -* Badges -*/ -span.dsq-badge { -font-family: Optima, Lucida Grande, Lucida Sans, Helvetica, Arial, sans-serif; -padding: 2px 4px; --moz-border-radius: 0px 5px 0px 5px; --webkit-border-top-right-radius: 5px; --webkit-border-bottom-left-radius: 5px; -vertical-align: middle; -} -span.dsq-badge.dsq-badge-verified { -background-color: #92C72A; -border: 1px solid #6ca300; -color: #fff; -} -span.dsq-badge.dsq-badge-registered { -background-color: #fffe98; -border: 1px solid #eae800; -color: #000; -} -span.dsq-badge-verified, -span.dsq-badge-registered, -span.dsq-badge-guest, -span.dsq-badge-facebook, -span.dsq-badge-twitter, -span.dsq-badge-openid { -font-family: Optima, Lucida Grande, Lucida Sans, Helvetica, Arial, sans-serif; -padding: 2px 4px; --moz-border-radius: 0px 5px 0px 5px; --webkit-border-top-right-radius: 5px; --webkit-border-bottom-left-radius: 5px; -vertical-align: middle; -} -span.dsq-badge-verified { -background-color: #92C72A; -border: 1px solid #6ca300; -color: #fff; -} -span.dsq-badge-registered { -background-color: #fffe98; -border: 1px solid #eae800; -color: #000; -} -span.dsq-badge-guest { -background-color: #ddd; -border: 1px solid #ccc; -color: #333; -} -span.dsq-badge-facebook { -background-color: #46639d; -color: #fff; -} -span.dsq-badge-twitter { -background-color: #31ceff; -color: #fff; -} -span.dsq-badge-openid { -background-color: #f9f9f9; -border: 1px solid #aaa; -color: #f7931e; -} -/** -* OpenID -*/ -table.dsq-openid-form { -margin-left: 10px; -margin-bottom: 20px; -} -table.dsq-openid-form img { -width: 50px; -height: 50px; -margin-right: 10px; -} -table.dsq-openid-form td.dsq-openid-submit { -padding-top: 5px; -text-align: right; -} -/** -* Linkbacks -*/ -#dsq-content span.dsq-item-trackback { -margin: 15px 0; -} -#dsq-content input.dsq-trackback-url { -width: 150px; -font-size: 10px; -color: #666; -} -#disqus_thread #dsq-content ul#dsq-references li { -margin-bottom: 20px; -display: list-item; -list-style: disc; -margin-left: 15px; -} -#disqus_thread #dsq-content ul#dsq-references cite { -margin-bottom: 0px; -padding-bottom: 0px; -font-weight: bold; -} -#disqus_thread #dsq-content ul#dsq-references p.dsq-meta { -margin-top: 0px; -padding-top: 0px; -font-size: 95%; -} -/* Reactions */ -#disqus_thread #dsq-content li.dsq-reaction { -padding: 0; -margin: 0; -border: 0; -list-style-type: none; -margin-left: 0px; -color: #000; -margin-bottom: 20px; -} -#disqus_thread #dsq-content li.dsq-reaction:before { -content: ""; -} -#disqus_thread #dsq-content .dsq-reaction-header { -background: url(\'http://media.disqus.com/images/embed/header-grey.png\') repeat-x; -} -#disqus_thread #dsq-content .dsq-reaction-header a { -text-decoration: none; -} -#disqus_thread #dsq-content .dsq-reaction .dsq-header-avatar { -position: relative; -margin-top: 2px; -float: left; -height: 32px; -width: 32px; -} -#disqus_thread #dsq-content .dsq-reaction .dsq-header-avatar img { -float: left; -width: 32px; -height: 32px; -} -#disqus_thread #dsq-content .dsq-reaction .dsq-header-avatar img.dsq-service-icon { -width: 12px; -height: 12px; -position: relative; -margin-top: -12px; -margin-left: 20px; -} -#disqus_thread #dsq-content .dsq-reaction-header cite { -float: left; -font-style: normal; -font-weight: bold; -margin: 0 5px; -line-height: inherit; -cursor: pointer; -} -#disqus_thread #dsq-content .dsq-reaction-header cite a { -line-height: inherit; -} -#disqus_thread #dsq-content .dsq-reaction-header .dsq-header-meta { -font-size: 90%; -line-height: inherit; -} -#disqus_thread #dsq-content .dsq-reaction a.dsq-header-time { -margin: 0 5px; -color: inherit; -line-height: inherit; -} -#disqus_thread #dsq-content .dsq-reaction-body { -clear: left; -padding-top: 5px; -} -#disqus_thread #dsq-content .dsq-reaction-footer { -opacity: .35; -filter: alpha(opacity=35); -font-size: 90%; -margin: 5px 0 0 0px; -} -#disqus_thread #dsq-content .dsq-reaction-footer a { -color: inherit; -text-decoration: none; -} -#disqus_thread #dsq-content .dsq-reaction-footer a:hover { -text-decoration: underline; -} -#disqus_thread #dsq-content .dsq-reaction-retweets { -border-left: solid 5px #666; -margin-top: 10px; -padding-left: 5px; -} -#disqus_thread #dsq-content .dsq-service-name { -text-transform: capitalize; -} -#disqus_thread #dsq-content li#dsq-show-more-reactions { -text-align: center; -} -/** -* Introduced in Embed 2.0 -*/ -#dsq-content #dsq-comments .dsq-comment-footer { -height: auto; -overflow: hidden; -} -#dsq-content #dsq-comments .dsq-comment-options { -float: right; -list-style: none; -} -#dsq-content #dsq-comments ul.dsq-list-style li { -display: inline; -background-image: url(http://media.disqus.com/images/middot.png); -_background-image: url(http://media.disqus.com/images/middot.gif); -background-repeat: no-repeat; -background-position: 0 50%; -padding-left: 1.6em; -} -#dsq-content #dsq-comments ul.dsq-list-style li.dsq-list-first { -background: none; -padding: 0; -} -/** -* Reactions -*/ -#disqus_thread #dsq-content ul#dsq-reactions li.dsq-reaction { -padding: 0; -margin: 0; -border: 0; -list-style-type: none; -margin-left: 0px; -color: #000; -margin-bottom: 20px; -} -#dsq-content ul#dsq-reactions .dsq-reaction-header { -background: url(\'http://media.disqus.com/images/embed/header-grey.png\') repeat-x; -height: 38px; -line-height: 38px; -*overflow-y: hidden; -} -#dsq-content ul#dsq-reactions .dsq-reaction-header a { -text-decoration: none; -} -#dsq-content ul#dsq-reactions .dsq-header-avatar { -position: relative; -float: left; -margin-top: 2px; -height: 35px; -width: 40px; -} -#dsq-content ul#dsq-reactions .dsq-header-avatar img { -float: left; -width: 32px; -height: 32px; -} -#dsq-content ul#dsq-reactions .dsq-header-avatar img.dsq-service-icon { -width: 12px; -height: 12px; -position: relative; -margin-top: -12px; -margin-left: 20px; -} -#dsq-content ul#dsq-reactions .dsq-reaction-header cite { -float: left; -font-style: normal; -font-weight: bold; -margin: 0 3px 0 5px; -line-height: inherit; -cursor: pointer; -} -#dsq-content ul#dsq-reactions .dsq-reaction-header cite a { -line-height: inherit; -} -#dsq-content ul#dsq-reactions .dsq-reaction-header .dsq-header-meta { -font-size: 90%; -float: left; -line-height: inherit; -} -#dsq-content ul#dsq-reactions a.dsq-header-time { -margin: 0 5px; -color: inherit; -line-height: inherit; -} -#dsq-content ul#dsq-reactions .dsq-reaction-body { -clear: both; -padding-top: 5px; -} -#dsq-content ul#dsq-reactions .dsq-reaction-footer { -font-size: 90%; -margin: 5px 0 0 0px; -} -/*----- -Comments (comments-1.css) ------*/ -#dsq-content #dsq-comments .dsq-comment { -list-style-type: none; -padding: 0; -margin: 0; -border: 0; -} -#dsq-content #dsq-comments .dsq-comment { -margin-bottom: 20px; -} -#dsq-content #dsq-comments .dsq-comment-rate { -float: left; -line-height: 1.22em; -*margin-top: 15px; -} -#dsq-content #dsq-comments .dsq-comment-rate a, -#dsq-content #dsq-comments .dsq-comment-rate img { -border: 0; -margin: 0; -padding: 0; -background-color: transparent; -} -#dsq-content #dsq-comments .dsq-arrows, -#dsq-content #dsq-comments .not-votable .dsq-arrows:hover { -opacity: .25; -filter: alpha(opacity=25); -_width: 16px; -_height: 14px; -}\\ -#dsq-content #dsq-comments .dsq-arrows.voted { -opacity: .5; -filter: alpha(opacity=50); -} -#dsq-content #dsq-comments .dsq-arrows:hover { -opacity: 1; -filter: alpha(opacity=100); -} -#dsq-content #dsq-comments .dsq-arrows img { -_width: 16px; -_height: 14px; -} -#disqus_thread #dsq-content #dsq-comments .dsq-header-avatar { -position: relative; -float: left; -margin-top: -2px; -} -#dsq-content #dsq-comments .dsq-comment.special .dsq-comment-header { -background: url(\'http://media.disqus.com/images/embed/header-blue.png\') repeat-x; -} -#dsq-content #dsq-comments .dsq-comment-header a { -text-decoration: none; -} -#dsq-content #dsq-comments .dsq-comment-header cite { -float: left; -font-style: normal; -font-weight: bold; -margin: 0 3px; -line-height: inherit; -} -#dsq-content #dsq-comments .dsq-comment-header cite a { -line-height: inherit; -} -#dsq-content #dsq-comments .dsq-comment-header .dsq-header-meta { -font-size: 90%; -line-height: inherit; -} -#dsq-content #dsq-comments a.dsq-header-time{ -margin: 0 5px; -color: inherit; -line-height: inherit; -} -#dsq-content #dsq-comments span.dsq-header-points{ -margin: 0 5px; -color: inherit; -line-height: inherit; -} -#dsq-content #dsq-comments .dsq-comment-footer { -font-size: 90%; -margin: 10px 0 0 0; -} -#dsq-content #dsq-comments .dsq-footer-alert { -text-align: right; -} diff --git a/output/Scratch/css/shadows.css b/output/Scratch/css/shadows.css deleted file mode 100644 index 5ab4789db..000000000 --- a/output/Scratch/css/shadows.css +++ /dev/null @@ -1,8 +0,0 @@ -.navigationprev, .navigationnext { - text-shadow: 0 0 3px #aaa; } -#titre, h1 { - text-shadow: 0px 0px 3px #333; } -.corps, #bottom, #sousliens, .date{ - box-shadow: 0px 2px 5px #333; } -#titre, #entete { - box-shadow: 0px 0px 5px #000; } diff --git a/output/Scratch/css/y.css b/output/Scratch/css/y.css deleted file mode 100644 index 2a96b8932..000000000 --- a/output/Scratch/css/y.css +++ /dev/null @@ -1,267 +0,0 @@ -/* Les couleurs */ -body { - background-color: #444; - background-image: url("img/bords.jpg"); - color: #fff; - font-size: 1em ; -} -a {font-weight: bold; text-decoration: none; } - -.corps h1 { font-variant: small-caps; } - -#lastmod { - color: #999; - font-size: .8em; -} - -#content { - background-color: white; -} - - -/* Basé sur 3 couleurs, gris foncé, gris clair et rouge foncé */ -/* noir: #222 */ -/* rouge: #a00 */ -/* blanc: #ccc */ - -/* fond blancs */ -#liens, -#sousliens, -#choix, -.corps { - background-image: url("img/white.jpg"); - background-repeat: no-repeat; - background-color: #ccc; - border-color: #ddd; - color: #222; -} - -/* centré verticalement et horizontalement */ -#liens, -#sousliens, -#choix { - background-position: 50% 50%; -} -/* centré horizontalement en haut */ -.corps { - background-position: 50% 0%; -} - -#liens a, -#sousliens a, -#choix a, -.corps a, -#liens a:link, -#sousliens a:link, -#choix a:link, -.corps a:link { color: #a00 ; } - -#liens a:visited, -#sousliens a:visited, -#choix a:visited, -.corps a:visited { color: #a00 ; } - -#liens a:active, -#liens a:hover, -#sousliens a:active, -#sousliens a:hover, -#choix a:active, -#choix a:hover, -.corps a:active, -.corps a:hover { color: #f00; } - - - -/* fond noir */ -pre.twilight, -.corps h2, -.corps h3, -.corps h4, -#bottom { - background-image: url("img/black.jpg"); - background-repeat: no-repeat; - background-color: #000; - border-color: #000; - color: #eee -} - -/* image centree verticalement */ -.corps h2, -.corps h3, -.corps h4, -#bottom { - background-position: 50% 50%; -} -/* image en haut */ -pre.twilight { - background-position: 50% 50%; -} - -.withfile pre.twilight { - background-position: 50% -10%; -} - -#entete { - background-image: url("img/black600.jpg"); - background-repeat: no-repeat; - background-position: 50% 50%; - background-color: #111111; - border-color: #111111; - color: #eee -} -.file a, -.corps h2 a, -.corps h3 a, -.corps h4 a, -#entete > a, -#bottom a, -.file a:link, -.corps h2 a:link, -.corps h3 a:link, -.corps h4 a:link, -#entete > a:link, -#bottom a:link { color: #ddd ; } - -.file a:visited, -.corps h2 a:visited, -.corps h3 a:visited, -.corps h4 a:visited, -#entete > a:visited, -#bottom a:visited, -{ color: #ccc ;} - -.file a:active, .file a:hover, -.corps h2 a:active, .corps h2 a:hover, -.corps h3 a:active, .corps h3 a:hover, -.corps h4 a:active, .corps h4 a:hover, -#bottom a:active, #bottom a:hover { color: #cc0000; } - -/* fond rouge */ -.corps h1, -#titre, -#blocMessage { - background-image: url("img/red.jpg"); - background-repeat: no-repeat; - background-position: 50% 50%; - color: #fff; - background-color: #6c0000; - border-color: #6c0000 -} -.corps h1 a, -#titre a, -#blocMessage a {font-weight: bold; text-decoration: none; } -.corps h1 a:link, -#titre a:link, -#blocMessage a:link { color: #ccc ; } -.corps h1 a:visited, -#titre a:visited, -#blocMessage a:visited { color: #aaa ; } -.corps h1 a:active, -#titre a:active, -#blocMessage a:active { color: #000; } -.corps h1 a:hover, -#titre a:hover, -#blocMessage a:hover { color: #000; } - -/* les fontes */ -#boutonMessage {color: black; font-size: 10px; font-family: sans-serif; } -body { - font-family: Optima, Arial, Helvetica, sans-serif; -} -a { text-decoration: none; } -#liens, #choix, #sousliens { font-weight: bold; } - -ul { - list-style: square; -} - -/* le style des blocs de liens */ -#liens ul, -#choix ul, -#sousliens ul { - list-style: none; - padding-left: 10px; - margin-top:0px; - margin-bottom: 0px; -} - -/* les borders (pas les couleurs) */ -/* bord arrondi avec reflet taille 10 */ -pre.twilight, #bottom, #blocMessage, #choix, #liens, #sousliens, #presentation, -#presentation, #Menu, .corps h1, .corps h2, -.corps h3, .corps h4, .corps, #photos { - border-style: solid; - border-width: 1px 1px 1px 1px; - /* background-image: url("img/reflet10.png") ; */ - /*background-repeat: repeat-x; */ - /* - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - */ - -moz-border-radius-topleft: 0px; - -moz-border-radius-topright: 10px; - -moz-border-radius-bottomleft: 10px; - -moz-border-radius-bottomright: 10px; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 10px; - -webkit-border-top-right-radius: 10px; - -webkit-border-bottom-right-radius: 10px; -} - -#content { - -moz-border-radius-bottomleft: 20px; - -moz-border-radius-bottomright: 20px; - -webkit-border-bottom-left-radius: 20px; - -webkit-border-bottom-right-radius: 20px; - border-bottom-left-radius: 20px; - border-bottom-right-radius: 20px; - border-style: none; -} -/* bord arrondi avec reflet taille 20 */ -#titre, .corps { - -moz-border-radius-topleft: 0px; - -moz-border-radius-topright: 20px; - -moz-border-radius-bottomleft: 20px; - -moz-border-radius-bottomright: 20px; - -webkit-border-top-left-radius: 0px; - -webkit-border-bottom-left-radius: 20px; - -webkit-border-top-right-radius: 20px; - -webkit-border-bottom-right-radius: 20px; - border-radius: 20px; - border-style: none; - border-width: 2px ; - /* background-image: url("img/reflet20.png") ; */ - /* background-repeat: repeat-x; */ -} - -#blocMessage { - border-style: solid; - border-width: 1px 1px 1px 1px; - - -moz-border-radius-topleft: 0px; - -moz-border-radius-topright: 0px; - -moz-border-radius-bottomleft: 20px; - -moz-border-radius-bottomright: 20px; - -webkit-border-top-left-radius: 0px; - -webkit-border-top-right-radius: 0px; - -webkit-border-bottom-left-radius: 10px; - -webkit-border-bottom-right-radius: 10px; -} - -#boutonMessage { - -moz-border-radius: .5em; - -webkit-border-radius: .5em; - border-radius: .5em; -} - - - - - -/* les ombres */ -.ombre { - background-image: url("img/ombre.jpg"); - background-repeat: repeat-x; -} - diff --git a/output/Scratch/en/blog/01_nanoc/index.html b/output/Scratch/en/blog/01_nanoc/index.html index 7aab61fb3..3979c81ec 100644 --- a/output/Scratch/en/blog/01_nanoc/index.html +++ b/output/Scratch/en/blog/01_nanoc/index.html @@ -115,6 +115,11 @@ to generate the menu…

- - -