summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-08 03:17:44 +0100
committerache <ache@ache.one>2018-02-08 03:17:44 +0100
commit58fa731f99eeb4e755eadb7075804e810888c6f7 (patch)
treedd76e019d46363f361a262fa347a04a95123ff0f
parentAdd icons for special-box (diff)
css for the logo of the article
-rwxr-xr-xdesign/contenu.css26
1 files changed, 15 insertions, 11 deletions
diff --git a/design/contenu.css b/design/contenu.css
index a20633d..f940d20 100755
--- a/design/contenu.css
+++ b/design/contenu.css
@@ -1,9 +1,3 @@
-section > p:nth-of-type(2) {
- margin-top: 2.5%;
- padding-left: 6%;
- font-size:0.85em;
- color: #A55;
-}
article h1 {
font-size:2em;
color: #A5B;
@@ -16,8 +10,22 @@ article h3 {
font-size:1.25em;
color: #AC4;
}
+section > p:nth-of-type(1) {
+}
+section > p:nth-of-type(1):after {
+ content: " ";
+ display: table;
+ clear: both;
+}
section > p:nth-of-type(1) > img {
- height:100px;
+ height:150px;
+ float:right;
+}
+article code {
+ color: #a00;
+ background: #eee;
+ border: 1px solid #ccc;
+ padding: 0 5px;
}
article
{
@@ -32,9 +40,6 @@ article
padding: 1.6em 1.6em;
font-family: Merriweather, "Liberation Serif", "Segoe UI";
}
-article img {
- float: right;
-}
@media only screen and (min-width: 768px) {
article {
@@ -60,7 +65,6 @@ article img {
margin-top: 2.5%;
margin-bottom: 2.5%;
padding-left: 6%;
- font-size: 0.65em;
color: #944040;
}
}