comparison default/static/blog.css @ 30:69a2e3bf5e17

blog/item: if item is not in same language as current locale, item is hidden but will be shown on click.
author Goffi <goffi@goffi.org>
date Sat, 24 Jun 2017 20:27:12 +0200
parents 8cdcbe0d7dee
children be1aebaccac0
comparison
equal deleted inserted replaced
29:494d740aa3d6 30:69a2e3bf5e17
71 border-bottom-color: gray; 71 border-bottom-color: gray;
72 } 72 }
73 73
74 .main_article .expand_box { 74 .main_article .expand_box {
75 display: initial; 75 display: initial;
76 }
77
78 article.other_lang>div.info {
79 display: none;
80 }
81
82 article.other_lang.init>* {
83 display: none;
84 }
85
86 article.other_lang.init>div.info {
87 display: initial;
88 }
89
90 article.other_lang.init>div.info>p {
91 margin: 0;
92 padding: 0.2em;
93 text-align: center;
94 font-style: italic;
95 }
96
97 article.other_lang.init {
98 border: none;
99 border-radius: 0;
100 padding: 0;
76 } 101 }
77 102
78 /**** comments ****/ 103 /**** comments ****/
79 104
80 button.comments_btn { 105 button.comments_btn {