diff --git a/archives.php b/archives.php new file mode 100644 index 0000000..3ec57f3 --- /dev/null +++ b/archives.php @@ -0,0 +1,59 @@ + + +
+ +

Tous les articles

+ +
+ + + + + post_date); + $month = mysql2date('n', $post->post_date); + $day = mysql2date('j', $post->post_date); + + ?> + + + + + + + +

+ + +
+ +
+ + + diff --git a/custom-home.php b/custom-home.php new file mode 100644 index 0000000..2294c40 --- /dev/null +++ b/custom-home.php @@ -0,0 +1,22 @@ + + + + + +
+

+ +

+
+ +
+
+ + + + + diff --git a/dev/style.less b/dev/style.less index c527989..7609240 100644 --- a/dev/style.less +++ b/dev/style.less @@ -55,13 +55,13 @@ License: GNU General Public License @heading-font: "Arvo", Georgia, serif; // Site name size - @site-text-size: 16px; + @site-text-size: 16; // Body text size - @body-text-size: 18px; + @body-text-size: 18; // Title text size - @title-text-size: 38px; + @title-text-size: 38; // Site name color @site-name-color: @grey; @@ -130,19 +130,20 @@ h6 { } h1 { - .font-size(48px); + .font-size(48); } h2 { - .font-size(34px); + .font-size(34); + padding-bottom: 15px; } h3 { - .font-size(28px); + .font-size(28); } h4 { - .font-size(18px); + .font-size(18); } hr { @@ -354,6 +355,8 @@ article { .the-content { + color: @text-color; + a { font-weight: 900; text-decoration: none; @@ -362,9 +365,8 @@ article { p { color: @text-color; } - + img { - width: 100%; height: auto; } @@ -372,7 +374,7 @@ article { }// the-content .meta { - .font-size(10px); + .font-size(10); text-transform: uppercase; letter-spacing: .9px; @@ -469,7 +471,7 @@ h3#comments { // Jetpack .comment-meta { - font-size: (@body-text-size - 6); + font-size: (@body-text-size - 6px); margin-bottom: 10px; } @@ -499,6 +501,16 @@ footer { }// footer +/* custom social sharing buttons */ +.share_top_text{font-weight: bold; margin:0 0 15px 0px; font-size: 1.3em; color:@grey;} +.social-button-container{margin:15px 0 15px;border-bottom:none;} +.SocialCustomMenu a, SocialCustomMenu a:visited{display:inline;padding:5px;color:white;text-decoration:none;font-size:0.95em;} +.scmTwitter{background-color:#7cd5fd;border:solid 1px #c1c1c1} +.scmFacebook{background-color:#45619d;border:solid 1px #c1c1c1} +.scmGoogleplus{background-color:#af291d;border:solid 1px #c1c1c1} +.scmPinterest{background-color:#cb2027;border:solid 1px #c1c1c1} + +.subscribe { color: @grey; } /* Misc & mixens -------------------------------------------------------------- */ @@ -553,7 +565,7 @@ html[xmlns] .clearfix { @rem-value: (@size / 10); @px-value: @size; @lineHeight: (@size * 1.48); - line-height: @lineHeight; + line-height: @lineHeight+0px; font-size: ~"@{px-value}px"; font-size: ~"@{rem-value}rem"; } diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..6b8fd7b --- /dev/null +++ b/footer.php @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + diff --git a/header.php b/header.php new file mode 100644 index 0000000..7e11e1d --- /dev/null +++ b/header.php @@ -0,0 +1,51 @@ +> + + + +<?php bloginfo('name'); ?> | <?php if( is_home() ) : echo bloginfo( 'description' ); endif; ?><?php wp_title( '', true ); ?> + + + + + + + + +> + + + + + + +
+ +
+
+ diff --git a/index.php b/index.php index 2f8d14b..63697f1 100644 --- a/index.php +++ b/index.php @@ -1,69 +1,18 @@ -> - - - -<?php bloginfo('name'); ?> | <?php if( is_home() ) : echo bloginfo( 'description' ); endif; ?><?php wp_title( '', true ); ?> - - - - - - - - -> - - - - - - -
- -
- - +
- +
- +
- + - +
+ - + - +

Nothing posted yet

@@ -168,12 +132,12 @@ - + @@ -182,21 +146,21 @@
- +

- +
- +
- +
- +

Nothing posted yet

@@ -205,27 +169,4 @@ -
-
- -
- - - - - - - - - + diff --git a/style.css b/style.css index 23ee467..a19f623 100644 --- a/style.css +++ b/style.css @@ -359,6 +359,7 @@ h2 { line-height: 50.32px; font-size: 34px; font-size: 3.4rem; + padding-bottom: 15px; } h3 { line-height: 41.44px; @@ -557,6 +558,9 @@ article .post-meta a { article .post-meta a:hover { color: rgba(136, 136, 136, 0.5); } +article .the-content { + color: #787878; +} article .the-content a { font-weight: 900; text-decoration: none; @@ -565,7 +569,6 @@ article .the-content p { color: #787878; } article .the-content img { - width: 100%; height: auto; } article .meta { @@ -661,6 +664,44 @@ footer { padding-bottom: 40px; font-size: 12px; } +/* custom social sharing buttons */ +.share_top_text { + font-weight: bold; + margin: 0 0 15px 0px; + font-size: 1.3em; + color: #565656; +} +.social-button-container { + margin: 15px 0 15px; + border-bottom: none; +} +.SocialCustomMenu a, +SocialCustomMenu a:visited { + display: inline; + padding: 5px; + color: white; + text-decoration: none; + font-size: 0.95em; +} +.scmTwitter { + background-color: #7cd5fd; + border: solid 1px #c1c1c1; +} +.scmFacebook { + background-color: #45619d; + border: solid 1px #c1c1c1; +} +.scmGoogleplus { + background-color: #af291d; + border: solid 1px #c1c1c1; +} +.scmPinterest { + background-color: #cb2027; + border: solid 1px #c1c1c1; +} +.subscribe { + color: #565656; +} /* Misc & mixens -------------------------------------------------------------- */ /* Jetpack Gallery */.gallery .gallery-item {