diff --git a/style-2018-06-12.css b/style-2018-06-12.css index 8d3283c..3a2bf71 100644 --- a/style-2018-06-12.css +++ b/style-2018-06-12.css @@ -112,23 +112,40 @@ img, audio { height: auto; margin: 0 auto; } - -#page { +img.EntryFirstImage{ + max-width: 100%; + display: inline; + border-radius: 8px; + left: 50%; + transform: translate(50%, 0%); /* décalage de 50% de sa propre taille */ +} +section, aside { background-color: #fff9fb; overflow-x: hidden; } -#top p { +header p { padding: 1.5em 1.5em 0 1.5em; color: rgba(0,0,0,.4); font-size: 1em; } @media (min-width: 40em) { - #page { + section, aside { max-width: 40em; margin: 1em auto; background-color: #fff9fb; border-radius: 3em; box-shadow: -0.1em 0.1em 1em 0.1em rgba(0, 0, 0, 0.3); + + + } + img.EntryFirstImage{ + max-width: 15em; + float: right; + left: none; + transform: none; + } + article{ + overflow: auto; } } @@ -274,7 +291,7 @@ input[type="text"], textarea { /*Search form */ #search input[type="text"] { width: 10em; } -/* Pager */ +/*sectionr */ div.pagination-wrapper { background-color: #4b88a2; @@ -325,4 +342,5 @@ p.pagination>a, p.pagination>span { text-align: right; right: -1.5em; } -} \ No newline at end of file +} +.wholearticlelink{text-decoration: none;} \ No newline at end of file diff --git a/tpl/__layout.html b/tpl/__layout.html index 9f004fa..9058be7 100644 --- a/tpl/__layout.html +++ b/tpl/__layout.html @@ -22,7 +22,6 @@ - @@ -69,109 +68,91 @@ -
+ {{tpl:include src="_top.html"}} -
- -
- - - {{tpl:Breadcrumb}} - -
- - -
- -

{{tpl:EntryTitle encode_html="1"}}

- -
+ + + {{tpl:Breadcrumb}} + + + + + +
+

{{tpl:EntryTitle encode_html="1"}}

+ + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + + {{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}} +

+ + {{tpl:EntryExcerpt remove_html="1" encode_html="1"}}

- - -
- - - - {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} - - - -
{{tpl:EntryExcerpt}}
-

{{tpl:lang Continue - reading}}...

-
- - - -
{{tpl:EntryContent}}
-
- +

Lire la suite...

+ + + + + {{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}} +

+ + {{tpl:EntryContent remove_html="1" encode_html="1" cut_string="300"}} + +

+

Lire la suite...

+
+ {{tpl:SysBehavior behavior="publicEntryAfterContent"}} - - - - - -
- - - -
-

- {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} -

-
-
-
-
-
-
-
-
- - - - -
-
+ + + + + +

- + {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} + -

+
+
+ + + +
+ + + + + + + + + + + + {{tpl:include src="_footer.html"}} -
+
diff --git a/tpl/__layout1.html b/tpl/__layout1.html index 4a3ad52..f343850 100644 --- a/tpl/__layout1.html +++ b/tpl/__layout1.html @@ -21,7 +21,6 @@ - diff --git a/tpl/_head.html b/tpl/_head.html index 3b84d16..e0e6bf8 100644 --- a/tpl/_head.html +++ b/tpl/_head.html @@ -4,7 +4,7 @@ {{tpl:include src="user_head.html"}} {{tpl:SysBehavior behavior="publicHeadContent"}} -