aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-04-13 22:46:13 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-04-13 22:46:13 +0200
commit899a4bd60570ff9b77fabe89dd4902f09bbdeb47 (patch)
treed1aba3f501dc633a9e154adfb2b122502975a3c1 /public/css
parent1b6f5e650fa774cda77d511bf4cbdc638a2b42f6 (diff)
downloadwcms-899a4bd60570ff9b77fabe89dd4902f09bbdeb47.tar.gz
wcms-899a4bd60570ff9b77fabe89dd4902f09bbdeb47.zip
V2 feat nico search lien confirm background100%
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 5cdb822..325a0ae 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,7 +1,11 @@
+html {
+}
+
body {
background-color: #dcdcdceb;
font-family: helvetica, arial, sans-serif;
margin: 0px;
+
}
h1 {
@@ -44,7 +48,7 @@ img {
max-width: 1000px;
}
-article {
+section {
text-align: justify;
padding: 3%;
line-height: 1.2em;
@@ -60,7 +64,7 @@ article {
}
-article input, textarea, select {
+section input, textarea, select {
width: 90%;
padding-left: 15px;
padding-right: 15px;
@@ -89,9 +93,11 @@ aside {
right: -300px;
padding: 7px;
z-index: 5;
- background: #6c7d8a;
+ background: #bfbfbf;
opacity: 0.3;
- width: 350px;
+ width: 350px;
+ overflow-y: scroll;
+ max-height: 70%;
}
aside:hover {