summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rwxr-xr-xdesign/.design.css.swpbin12288 -> 0 bytes
-rwxr-xr-xdesign/.sommaire.css.swpbin12288 -> 0 bytes
-rwxr-xr-xdesign/cloud.svg17
-rwxr-xr-xdesign/commentaire.css47
-rwxr-xr-xdesign/confirmation.css96
-rwxr-xr-xdesign/contenu.css97
-rwxr-xr-xdesign/design.css43
-rw-r--r--design/rainbow.css85
-rwxr-xr-xdesign/sommaire.css105
-rw-r--r--design/style.css164
10 files changed, 0 insertions, 654 deletions
diff --git a/design/.design.css.swp b/design/.design.css.swp
deleted file mode 100755
index 89e9e74..0000000
--- a/design/.design.css.swp
+++ /dev/null
Binary files differ
diff --git a/design/.sommaire.css.swp b/design/.sommaire.css.swp
deleted file mode 100755
index 7a61c4d..0000000
--- a/design/.sommaire.css.swp
+++ /dev/null
Binary files differ
diff --git a/design/cloud.svg b/design/cloud.svg
deleted file mode 100755
index 5bace14..0000000
--- a/design/cloud.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
- "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1169 160" xml:space="preserve">
-
- <title>SVG Animation - A New Cloud</title>
- <g id="screen" transform="translate(0, 0)">
- <linearGradient id="degrade" gradientUnits="userSpaceOnUse" x1="585" x2="585" y1="0" y2="175">
- <stop offset="0%" stop-color="#FFF" />
- <stop offset="100%" stop-color="#888" />
- </linearGradient>
- <path d="M0,75 Q30,90 52,118Q61,119 68,124Q90,95 118,90Q140,51 188,68Q265,-20 340,75Q375,80 375,110Q395,115 408,128Q440,110 470,122Q535,64 608,113Q620,112 630,110Q650,70 700,88Q780,30 853,97L867,100Q879,60 917,68Q943,20 988,45Q1066,-20 1140,55Q1160,50 1170,75L1170,175L0,175L0,175"
- fill="none" stroke="grey" stroke-width="1" style="fill:url(#degrade)" />
- </g>
-
-</svg>
-
diff --git a/design/commentaire.css b/design/commentaire.css
deleted file mode 100755
index 5c8bdec..0000000
--- a/design/commentaire.css
+++ /dev/null
@@ -1,47 +0,0 @@
-#commentaires
-{
- background-color: #c9cbce;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- width: 90%; height: auto;
- margin: auto;
- padding-bottom: 10px;
-}
-#c_intro
-{
- font-style: oblique;
- padding-top: 10px;
- line-height: 250%;
- padding-left: 25px;
- text-indent: 10px;
- font-size: 0.95em;
- color: #944040;
-}
-#c_contenu
-{
- text-indent: 100px;
- font-size: 0.67em;
- width: 70%; height: auto;
- padding-left: 15px;
-}
-#c_contenu:after
-{
- color: #FFF;
- content: "_______________";
-}
-#c_post
-{
- width: 70%; height: auto;
- padding-left: 15px;
-}
-#c_post p
-{
- font-size: 0.7em;
- padding-left: 25px;
-
-}
-#c_titre
-{
- color: #6b633e;
-}
diff --git a/design/confirmation.css b/design/confirmation.css
deleted file mode 100755
index d7e1f97..0000000
--- a/design/confirmation.css
+++ /dev/null
@@ -1,96 +0,0 @@
-#boutons
-{
- float: right;
- margin: 2px 2px 2px 2px;
-}
-#bouton
-{
- position: relative;
- width: 20px; height: 16px;
- background-color: #819fbc;
- border: 1px solid #4a6a8b;
- -moz-border-radius: 2px;
-}
-#bouton:hover
-{
- -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
- -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
- box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
-}
-#reduire
-{
- position: relative;
- margin: 1px 0px 0px 1px;
- width: 18px; height: 14px;
- background-color: #5a81a8;
-}
-#reduire div
-{
- position: absolute;
- margin: 9px 0px 0px 2px;
- width: 14px; height: 2px;
- background-color: #dfe5ed;
- -moz-border-radius: 1px;
-}
-#close
-{
- position: relative;
- margin: 1px 0px 0px 1px;
- width: 18px; height: 14px;
- background-color: #5a81a8;
-}
-#close div
-{
- border: 1px solid #486480;
- -moz-border-radius: 1px;
- -webkit-border-radius: 1px;
- background-color: #dfe5ed;
- position: absolute;
- margin: 5px 0px 0px 1px;
- width: 14px; height: 2px;
-}
-#close div:first-child
-{
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- transform: rotate(45deg);
-}
-#close div:last-child
-{
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- transform: rotate(-45deg);
-}
-#confirmation
-{
- margin: auto;
- width: 600px; height: 250px;
- background-color: #517aa3;
- border: 1px solid #8ba7c2;
- -moz-border-radius: 10px;
-}
-#confirmation_mes
-{
- width: 594px; height: 222px;
- border: 1px solid #395572;
- background-color: #e7e7e7;
- margin: 23px 0px 0px 2px;
- -moz-border-radius: 10px;
-}
-/*
- <div id="confirmation">
- <div id="boutons">
- <div id="bouton">
- <div id="close"><div></div><div></div></div>
- </div>
- </div>
- <div id="boutons">
- <div id="bouton">
- <div id="reduire"><div></div></div>
- </div>
- </div>
- <div id="confirmation_mes"><br/>
- Voulez confirmez l'envoye de ce commentaire ?
- </div>
- </div>
-*/
diff --git a/design/contenu.css b/design/contenu.css
deleted file mode 100755
index 8f0e10d..0000000
--- a/design/contenu.css
+++ /dev/null
@@ -1,97 +0,0 @@
-article h1 {
- font-size:2em;
- color: #A5B;
-}
-article h2 {
- font-size:1.5em;
- color: #BB8;
-}
-article h3 {
- font-size:1.25em;
- color: #AC4;
-}
-article h2:before {
- content: "# ";
- color: #ABB;
- font: bold 0.95em arial, sans-serif;
-}
-article h3:before {
- content: "## ";
- color: #ABB;
- font: bold 0.95em arial, sans-serif;
-}
-article h4:before {
- content: "### ";
- color: #ABB;
- font: bold 1em arial, sans-serif;
-}
-section > p:nth-of-type(1) {
-}
-section > p:nth-of-type(1):after {
- content: " ";
- display: table;
- clear: both;
-}
-section > p:nth-of-type(1) > img {
- height:150px;
- float:right;
-}
-article code {
- color: #a00;
- background: #eee;
- border: 1px solid #ccc;
- padding: 0 5px;
-}
-article
-{
- margin-right: 2%;
- margin-left: 3%;
- float: left;
- width: 83%;
- background: #FFF;
- margin-bottom: 2.5%;
- padding-right:0%;
- padding-left:0%;
- padding: 1.6em 1.6em;
- font-family: Merriweather, "Liberation Serif", "Segoe UI";
-}
-
-@media only screen and (min-width: 768px) {
- article {
- float: none;
- margin-right: 7%;
- margin-left: 300px;
- width: auto;
-
- font-size:1em;
- padding-right:5%;
- padding-left:5%;
- transition: margin-left 0.5s ease-out 0.25s;
-
- border: 1px solid #eaeaea;
- border: 1px solid rgba(51, 51, 51, 0.1);
- border-color: #eaeaea !important;
- margin-top: 50px;
- margin-bottom: 50px;
- }
- article.zen-mode {
- margin-left: 7%;
- transition: margin-left 0.5s ease-out 0.25s;
- }
-}
-
-@media only screen and (min-width: 768px) {
- section > p:first-of-type {
- margin-top: 2.5%;
- margin-bottom: 2.5%;
- padding-left: 6%;
- color: #944040;
- }
-}
-
-.miniature
-{
- float:left;
- width:100px;
- height:100px;
-}
diff --git a/design/design.css b/design/design.css
deleted file mode 100755
index 36c29d0..0000000
--- a/design/design.css
+++ /dev/null
@@ -1,43 +0,0 @@
-@import url("contenu.css");
-@import url("sommaire.css");
-@import url("confirmation.css");
-@import url("commentaire.css");
-@import url("style.css");
-@import url("rainbow.css");
-
-body
-{
- font-family: 'Noto Serif', Verdana, sans-serif;
- margin: 0px;
- background: #f1f1f1;
- color: #333333;
-
-}
-#body_c
-{
- background-repeat:no-repeat;
- background-position:top left;
-}
-.fl
-{
- float: left;
-}
-ache {
- margin-left: auto;
- margin-right: auto;
-}
-img {
- display: block;
- margin: 0 auto;
- max-width: 100%;
-}
-.suite {
- color: #888888;
- outline: none;
- text-decoration: none;
- font-size: 0.6em;
- font-weight: bold;
- font-family: monospace, serif;
- text-shadow: 0 1px 0 #DDD;
-}
-
diff --git a/design/rainbow.css b/design/rainbow.css
deleted file mode 100644
index 905eb8e..0000000
--- a/design/rainbow.css
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
-
-Style with support for rainbow parens
-
-*/
-
-.hljs {
- display: block;
- overflow-x: auto;
- padding: 0.5em;
- background: #474949;
- color: #d1d9e1;
-}
-
-
-.hljs-comment,
-.hljs-quote {
- color: #969896;
- font-style: italic;
-}
-
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-literal,
-.hljs-type,
-.hljs-addition {
- color: #cc99cc;
-}
-
-.hljs-number,
-.hljs-selector-attr,
-.hljs-selector-pseudo {
- color: #f99157;
-}
-
-.hljs-string,
-.hljs-doctag,
-.hljs-regexp {
- color: #8abeb7;
-}
-
-.hljs-title,
-.hljs-name,
-.hljs-section,
-.hljs-built_in {
- color: #b5bd68;
-}
-
-.hljs-variable,
-.hljs-template-variable,
-.hljs-selector-id,
-.hljs-class .hljs-title {
- color: #ffcc66;
-}
-
-.hljs-section,
-.hljs-name,
-.hljs-strong {
- font-weight: bold;
-}
-
-.hljs-symbol,
-.hljs-bullet,
-.hljs-subst,
-.hljs-meta,
-.hljs-link {
- color: #f99157;
-}
-
-.hljs-deletion {
- color: #dc322f;
-}
-
-.hljs-formula {
- background: #eee8d5;
-}
-
-.hljs-attr,
-.hljs-attribute {
- color: #81a2be;
-}
-
-.hljs-emphasis {
- font-style: italic;
-}
diff --git a/design/sommaire.css b/design/sommaire.css
deleted file mode 100755
index 8fe78b7..0000000
--- a/design/sommaire.css
+++ /dev/null
@@ -1,105 +0,0 @@
-#sommaire
-{
- height: 40px;
- width: auto;
- text-align: center;
-}
-@media only screen and (min-width: 768px) {
- #sommaire {
- padding-left: 290px;
- }
-
-}
-.sommaire_blien
-{
- display: inline-block;
- width: 33%;
- text-align: left;
- color: #121311;
- font-size: 0.8em;
- font-weight: bold;
- font-family: monospace, serif;
- text-shadow: 0 1px 0 #DDD;
- color: #888888;
-}
-.sommaire_blien:before {
- content: "/";
-}
-.sommaire_blien a
-{
- color: #888888;
- outline: none;
- text-decoration: none;
-}
-.sommaire_blien a:hover
-{
- color: #BBAABB;
-}
-
- #side-bar{
- text-align:center;
- display: block;
- /*background: none repeat scroll 0% 0% #F5F6F5;*/
- width:100%;
- height:auto;
- text-rendering: optimizelegibility;
- box-sizing: border-box;
- background:#F5F6F5;
- padding-top: 10px;
- }
-
-@media screen and (min-width: 768px) {
- #side-bar {
- position: fixed;
- top: 0px;
- bottom: 0px;
- left: 0px;
- height: 100%;
- width: 290px;
- transition: left 0.5s ease-in 0.25s;
- text-align: center;
- /*background: none repeat scroll 0% 0% #F5F6F5;*/
- background:#FFF;
- border-right: 3px solid rgba(51, 51, 51, 0.1);
- }
- #side-bar.hidden {
- left: -290px;
- transition: left 0.5s ease-out 0.15s;
- }
-}
-#side-bar h1 {
- font-family: monospace, "Helvetica Neue", Arial, sans-serif;
- /*font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
-*/
-}
-#desc {
- font-size: 90%;
- margin-top: 15px;
-}
-#about {
- font-size: 0.8em;
- color: #666;
-
-}
-.about_bar {
- display: inline-block;
- width: 20%;
- text-align: left;
- color: #121311;
- font-size: 0.8em;
- font-weight: bold;
- font-family: monospace, serif;
- text-shadow: 0 1px 0 #DDD;
- margin:auto;
-}
-.side-bar svg { margin: 0 auto;
- display:block;
-}
-
-/*
- <div id="sommaire">
- <div id="sommaire_blien">Accueil</div>
- <div id="sommaire_blien">Blog</div>
- <div id="sommaire_blien">Liens</div>
- </div>
-*/
diff --git a/design/style.css b/design/style.css
deleted file mode 100644
index 2b6ae40..0000000
--- a/design/style.css
+++ /dev/null
@@ -1,164 +0,0 @@
-body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; line-height: 1.6; word-wrap: break-word; padding: 30px; font-size: 16px; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); margin: 5%;}
-
-.directory {
- cursor: pointer;
- list-style-type: disc;
-}
-.file {
- list-style: circle;
-}
-.file a {
- padding-top: 5px;
- padding-bottom: 5px;
-}
-
-.qcm_item p { margin: 0; padding: 0; display:inline;}
-.qcm_check { padding-left: 32px;}
-.qcm_radio { padding-left: 32px;}
-
-blockquote {
- color: #777;
- padding: 1px 2%;
- border-left: 5px solid #ccc;
-}
-
-.special-box {
- background: #eee7da;
- margin: 12.5px 12.5px;
- padding: 10px 0 10px 95px;
- color: #424242;
- min-height: 60px;
-}
-.special-box::before{
- content: "";
- display: block;
- width: 48px;
- height: 48px;
- background-repeat: no-repeat;
- margin: 0px 0 -48px -70px;
-}
-.information{
- background: #daeaee;
-}
-.information::before{
- background-image: url("/img/ic_info_black_48px.svg");
-}
-.comment{
- background: #eea;
-}
-.comment::before{
- background-image: url("/img/ic_comment_black_48px.svg");
-}
-.attention{
- background: #eee7da;
-}
-.attention::before{
- background-image: url("/img/ic_error_black_48px.svg");
-}
-.question{
- background: #e2daee;
-}
-.question::before{
- background-image: url("/img/ic_help_black_48px.svg");
-}
-.good{
- background: #aea;
-}
-.good::before{
- background-image: url("/img/ic_good_black_48px.svg");
-}
-.bad{
- background: #eaa;
-}
-.bad::before{
- background-image: url("/img/ic_bad_black_48px.svg");
-}
-.secret {
- background: #eee;
- padding: 10px 0 10px 15px;
- min-height: 20px;
-}
-.hiden_block_quote {
- display: none;
-}
-table {
- border-collapse: collapse;
- padding: 7px 13px;
-}
-
-table, th, td {
- border: 1px solid #dfe2e5;
- padding: 7px 13px;
-}
-.special-box-content {
- margin-top: 5px;
-}
-kbd {
- background-color: #f8f6ea;
- padding: 2px 6px;
- border-radius: 3px;
- border: 1px solid #e0dab6;
- border-bottom-width: 3px;
- text-shadow: 0 1px 0 #fff;
- color: #5e551f;
-}
-.view {
- position: relative;
-}
-.raw_button {
- position: absolute;
- top:10px;
- right:0;
-
- margin : 0;
- padding : 0;
- border : 0;
- background : transparent;
- font-family : inherit;
- font-size : 1em;
- cursor : pointer;
-}
-.raw_button > div {
- width : 40px;
- height : 24px;
- background : rgb(192,192,192) url('image.png') no-repeat center center;
- line-height : 24px;
- border : 1px solid rgba(27, 31, 35, 0.2);
- border-radius : 3px;
- font-size: 12px;
-
- color: #24292e;
- background-color: #eff3f6;
- background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.raw_button > div > div {
- font-weight: bold;
-}
-
-.no-style {
- text-decoration: none;
-}
-.valid {
- border: 2px solid #c0392b;
- border-radius: 2px;
- outline: none;
- border-color: #9f9;
- box-shadow: 0 0 5px #9f9;
-}
-.invalid {
-
- border: 2px solid #c0392b;
- border-radius: 2px;
- outline: none;
- border-color: #f99;
- box-shadow: 0 0 5px #f99;
-}
-.glowing {
- border: 2px solid #c0392b;
- border-radius: 2px;
- outline: none;
- border-color: #99f;
- box-shadow: 0 0 5px #99f;
-}