aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-09 12:10:16 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-09 12:10:16 +0100
commitae0693d074a63412e7ab9587520096cb60a48e64 (patch)
tree269cbfb204858f8a6b47f061abdc0101878de2d8 /assets/css/home.css
parent0cdf3e007ee05880ed290865ecd911bbf508d565 (diff)
downloadwcms-ae0693d074a63412e7ab9587520096cb60a48e64.tar.gz
wcms-ae0693d074a63412e7ab9587520096cb60a48e64.zip
media parser
Diffstat (limited to 'assets/css/home.css')
-rw-r--r--assets/css/home.css25
1 files changed, 21 insertions, 4 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 45afe58..c430b87 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -155,14 +155,17 @@ section.info article h2#manual {
}
section.info article h3 {
- border-top: solid 1px grey;
- margin-top: 60px;
+ border-bottom: solid 1px grey;
+ margin-top: 100px;
padding-top: 15px;
- font-size: xx-large;
+ font-size: 35px;
}
section.info article h4 {
background-color: darkgrey;
+ padding: 10px;
+ font-size: x-large;
+ margin-top: 70px;
}
section.info article h5 {
@@ -183,6 +186,20 @@ section.info blockquote {
section.info nav {
position: fixed;
- right: 0;
+ right: 3%;
top: 20%;
+}
+
+section.info article code i {
+ font-style: normal;
+ color: #7b97b9;
+}
+
+
+
+@media (max-width: 600px) {
+ section.home .summary, section.home .linkfrom, section.home .linkto, section.home .delete, section.home .datecreation, section.home .date, section.home .log, section.home .secure, section.home .tag {
+ display: none;
+ }
+
} \ No newline at end of file