Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index bd98611..268e2b2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -198,6 +198,17 @@ img {
.gallery-item .thumbnail {
max-width: 80%;
}
+.nowlistening {
+ padding: 1rem 2rem;
+ border: 1px #8d7edc solid;
+ border-radius: 3px;
+ background: #f0f0f0;
+ text-align: center;
+}
+.nowlistening:before {
+ content: "Ce billet fut écrit en écoutant :";
+
+}
@media only screen and (min-width: 900px) {
aside {
float: left;