Skip to content
Snippets Groups Projects
Commit cc49fc3a authored by bpkleer's avatar bpkleer
Browse files

created ./styles/

parent c0590b16
No related branches found
No related tags found
No related merge requests found
<br><br>
<hr />
<center>
<p style="font-size:10px">
Copyright: <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
<br/>Benedikt Philipp Kleer, Justus-Liebig-Universität Gießen.
</p>
</center>
\ No newline at end of file
<br><br>
<center>
<p style="font-size: 26px; font-weight:bold; align:center;color:rgb(69, 130, 236)"> Datensätze bändigen & visualisieren mit R</p>
<br>
<p style="font-size: 24px; align:center"> Benedikt Philipp Kleer <br> 11. Oktober 2021</p>
<hr />
<br>
</center>
\ No newline at end of file
slides/styles/mtg.png

124 KiB

div.blue { background-color:#DCE6EB; border-radius: 5px; padding: 20px;}
title {
font-size: 30px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h1 {
font-size: 28px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h1.title {
font-size: 28px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h1.subtitle {
font-size: 12px;
color:lightgray;
text-align: center;
font-family: Fira Sans !important
}
h2 {
font-size: 25px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h3 {
font-size: 22px;
color:rgb(69, 130, 236)
font-family: Fira Sans !important
}
p {
font-size: 28px;
font-family: Fira Sans !important
}
p.author p.date {
font-size: 18px;
color: darkgray;
font-family: Fira Sans !important
}
p.caption {
font-size: 10px;
font-style: normal;
color: darkgray;
text-align: center;
font-family: Fira Sans !important
}
ul{
list-style-type: square;
display: block;
font-size: 25px;
font-family: Fira Sans !important
}
ul li{
margin-top: 0;
margin-bottom: 0;
margin-left: 1.5em;
margin-right: 0;
}
ol {
list-style-type: upper-roman;
display: block;
font-size: 25px;
font-family: Fira Sans !important
}
ol li{
margin-top: 0;
margin-bottom: 0;
margin-left: 1.5em;
margin-right: 0;
}
strong {
color:rgb(69, 130, 236)
}
#infobox {
padding: 1em;
background: rgb(226, 237, 280);
color: rgb(61, 65, 67);
border: 16px rgb(69, 130, 236);
border-radius: 10px;
line-height: 120%;
font-size: 25px;
margin-bottom: 20px;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
body {
font-family: Fira Sans !important
}
code.r{
font-size: 24px;
}
table {
font-size: 15px;
text-align: center;
}
.pagedtable-footer {
padding-top: 4px;
padding-bottom: 5px;
font-size: 13px;
}
/* unvisited link */
a:link {
color: mediumseagreen;
font-weight: bold;
}
/* visited link */
a:visited {
color: mediumseagreen;
}
/* mouse over link */
a:hover {
color: darkgray;
}
/* selected link */
a:active {
color: mediumseagreen;
}
.flex-container{
justify-content:space-evenly;
display: flex;
flex-flow: row wrap;
}
.flex-picture {
text-align: center;
flex-grow:1;
flex-basis: 30%;
}
.flex-text{
text-align: left;
flex-grow: 1;
flex-basis: 50%;
}
<style>
.footer {
font-family: Fira Sans !important;
color:rgb(69, 130, 236);
background: white;
position: fixed;
top: 90%;
text-align:center;
width:100%;
}
</style>
\ No newline at end of file
......@@ -3,61 +3,71 @@ div.blue { background-color:#DCE6EB; border-radius: 5px; padding: 20px;}
title {
font-size: 26px;
font-size: 28px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h1 {
font-size: 28px;
font-size: 26px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h1.title {
font-size: 26px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h1.subtitle {
font-size: 12px;
font-size: 24px;
color:lightgray;
text-align: center;
font-family: Fira Sans !important
}
h2 {
font-size: 25px;
font-size: 22px;
color:rgb(69, 130, 236);
text-align: center;
font-family: Fira Sans !important
}
h3 {
font-size: 22px;
font-size: 20px;
color:rgb(69, 130, 236)
font-family: Fira Sans !important
}
p {
font-size: 22px;
font-size: 20px;
font-family: Fira Sans !important
}
p.author p.date {
font-size: 16px;
color: darkgray;
font-family: Fira Sans !important
}
p.caption {
font-size: 10px;
font-size: 14px;
font-style: normal;
color: darkgray;
text-align: center;
font-family: Fira Sans !important
}
ul{
list-style-type: square;
display: block;
font-size: 20px;
font-size: 18px;
font-family: Fira Sans !important
}
ul li{
......@@ -70,7 +80,8 @@ ul li{
ol {
list-style-type: upper-roman;
display: block;
font-size: 20px;
font-size: 18px;
font-family: Fira Sans !important
}
ol li{
margin-top: 0;
......@@ -90,7 +101,7 @@ color:rgb(69, 130, 236)
border: 16px rgb(69, 130, 236);
border-radius: 10px;
line-height: 120%;
font-size: 13px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 10px;
margin-left: 20px;
......@@ -106,14 +117,14 @@ code.r{
}
table {
font-size: 14px;
font-size: 15px;
text-align: center;
}
.pagedtable-footer {
padding-top: 4px;
padding-bottom: 5px;
font-size: 14px;
font-size: 13px;
}
/* unvisited link */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment