Browse Source

CSS cosmetics

master
The Dod 1 year ago
parent
commit
6241a60fec
2 changed files with 6 additions and 6 deletions
  1. 5
    5
      slides.json
  2. 1
    1
      static/css/style.css

+ 5
- 5
slides.json View File

7
             "params": {
7
             "params": {
8
                 "theme": "sky",
8
                 "theme": "sky",
9
                 "background-image": "static/img/valley-1.svg",
9
                 "background-image": "static/img/valley-1.svg",
10
-                "background-opacity": "0.5",
10
+                "background-opacity": "0.25",
11
                 "background-position": "top left"
11
                 "background-position": "top left"
12
             },
12
             },
13
             "markdown": "This is my **farewell ceremony**.\n\nI [love](https://en.wikipedia.org/wiki/Love) you all."
13
             "markdown": "This is my **farewell ceremony**.\n\nI [love](https://en.wikipedia.org/wiki/Love) you all."
18
             "params": {
18
             "params": {
19
                 "theme": "solarized",
19
                 "theme": "solarized",
20
                 "background-image": "static/img/valley-1.svg",
20
                 "background-image": "static/img/valley-1.svg",
21
-                "background-opacity": "0.5"
21
+                "background-opacity": "0.25"
22
             },
22
             },
23
             "markdown": "I've done many things. Some of them I'm proud of:",
23
             "markdown": "I've done many things. Some of them I'm proud of:",
24
             "slides": [
24
             "slides": [
27
                     "title": "My work",
27
                     "title": "My work",
28
                     "params": {
28
                     "params": {
29
                         "background-image": "static/img/valley-1.svg",
29
                         "background-image": "static/img/valley-1.svg",
30
-                        "background-opacity": "0.5"
30
+                        "background-opacity": "0.25"
31
                     },
31
                     },
32
                     "markdown": "### I've worked like a horse.\n\n![A horse (of course)|w-50 centered](static/img/horse.png)"
32
                     "markdown": "### I've worked like a horse.\n\n![A horse (of course)|w-50 centered](static/img/horse.png)"
33
                 },
33
                 },
40
                         "background-position": "center middle",
40
                         "background-position": "center middle",
41
                         "background-size": "contain"
41
                         "background-size": "contain"
42
                     },
42
                     },
43
-                    "markdown": "#### I've rested like a cat.\n\n![A cat resting|w-50 centered](static/img/cat-resting.png)"
43
+                    "markdown": "#### I've rested like a cat.\n\n![A cat resting|w-66 centered](static/img/cat-resting.png)"
44
                 }
44
                 }
45
             ]
45
             ]
46
         },
46
         },
50
             "params": {
50
             "params": {
51
                 "theme": "league",
51
                 "theme": "league",
52
                 "background-image": "static/img/particles-1.svg",
52
                 "background-image": "static/img/particles-1.svg",
53
-                "background-opacity": "0.5"
53
+                "background-opacity": "0.25"
54
             },
54
             },
55
             "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
55
             "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
56
             "slides": [
56
             "slides": [

+ 1
- 1
static/css/style.css View File

74
 }
74
 }
75
 
75
 
76
 .w-66 {
76
 .w-66 {
77
-	width: 33%;
77
+	width: 66%;
78
 }
78
 }
79
 
79
 
80
 .w-33 {
80
 .w-33 {

Loading…
Cancel
Save