Skip to content

Commit 12ef659

Browse files
committed
tweak CSS styling for packrat webinar slides
1 parent 6f097a9 commit 12ef659

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

15-RStudio-essentials/6-Packrat/styles.css

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,10 @@ h1, h2, h3, h4, h5, h6 {
2525
color: #b55 !important;
2626
}
2727

28-
/*
29-
.lang-cpp:before {
30-
margin-right: 8px;
31-
font-style: oblique;
32-
float: right;
33-
content: "C++";
34-
color: dodgerblue;
28+
slides > slide:not(.nobackground):after {
29+
content: '';
3530
}
3631

37-
.lang-r:before {
38-
margin-right: 8px;
39-
font-style: oblique;
40-
float: right;
41-
content: "R";
42-
color: brown;
32+
slides > slide {
33+
background-color: white !important;
4334
}
44-
*/

15-RStudio-essentials/6-Packrat/using-packrat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
</style>
7777

78-
<link href="data:text/css;charset=utf-8,pre%2Eprettyprint%20%7B%0Awidth%3A%20inherit%3B%0Aleft%3A%200px%20%21important%3B%0Apadding%3A%2010px%20%21important%3B%0Abox%2Dshadow%3A%201px%201px%205px%20%239c9c9c%20%21important%3B%0Aborder%2Dstyle%3A%20solid%3B%0Aborder%2Dwidth%3A%201px%3B%0Aborder%2Dradius%3A%205px%3B%0Aborder%2Dcolor%3A%20%23ADADAD%3B%0A%7D%0Apre%2Eprettyprint%20%2B%20pre%20%7B%0Awidth%3A%20inherit%3B%0Aleft%3A%200px%20%21important%3B%0Apadding%3A%2010px%20%21important%3B%0Abox%2Dshadow%3A%201px%201px%205px%20%239c9c9c%20%21important%3B%0Aborder%2Dstyle%3A%20solid%3B%0Aborder%2Dwidth%3A%201px%3B%0Aborder%2Dradius%3A%205px%3B%0Aborder%2Dcolor%3A%20%23ADADAD%3B%0Abackground%2Dcolor%3A%20%23F3F3F3%3B%0A%7D%0Ah1%2C%20h2%2C%20h3%2C%20h4%2C%20h5%2C%20h6%20%7B%0Acolor%3A%20%23b55%20%21important%3B%0A%7D%0A%0A" rel="stylesheet" type="text/css" />
78+
<link href="data:text/css;charset=utf-8,pre%2Eprettyprint%20%7B%0Awidth%3A%20inherit%3B%0Aleft%3A%200px%20%21important%3B%0Apadding%3A%2010px%20%21important%3B%0Abox%2Dshadow%3A%201px%201px%205px%20%239c9c9c%20%21important%3B%0Aborder%2Dstyle%3A%20solid%3B%0Aborder%2Dwidth%3A%201px%3B%0Aborder%2Dradius%3A%205px%3B%0Aborder%2Dcolor%3A%20%23ADADAD%3B%0A%7D%0Apre%2Eprettyprint%20%2B%20pre%20%7B%0Awidth%3A%20inherit%3B%0Aleft%3A%200px%20%21important%3B%0Apadding%3A%2010px%20%21important%3B%0Abox%2Dshadow%3A%201px%201px%205px%20%239c9c9c%20%21important%3B%0Aborder%2Dstyle%3A%20solid%3B%0Aborder%2Dwidth%3A%201px%3B%0Aborder%2Dradius%3A%205px%3B%0Aborder%2Dcolor%3A%20%23ADADAD%3B%0Abackground%2Dcolor%3A%20%23F3F3F3%3B%0A%7D%0Ah1%2C%20h2%2C%20h3%2C%20h4%2C%20h5%2C%20h6%20%7B%0Acolor%3A%20%23b55%20%21important%3B%0A%7D%0Aslides%20%3E%20slide%3Anot%28%2Enobackground%29%3Aafter%20%7B%0Acontent%3A%20%27%27%3B%0A%7D%0Aslides%20%3E%20slide%20%7B%0Abackground%2Dcolor%3A%20white%20%21important%3B%0A%7D%0A" rel="stylesheet" type="text/css" />
7979

8080

8181
</head>

0 commit comments

Comments
 (0)