146 lines
2.1 KiB
CSS
146 lines
2.1 KiB
CSS
.huge { font-size: 170% }
|
|
.large { font-size: 140% }
|
|
.small { font-size: 70% }
|
|
.tiny{font-size: 40%}
|
|
/* .inverse { */
|
|
/* background-color: #272822; */
|
|
/* color: #d6d6d6; */
|
|
/* text-shadow: 0 0 20px #333; */
|
|
/* } */
|
|
|
|
.header-image{
|
|
width:650px;
|
|
display:inline-block;
|
|
}
|
|
|
|
.large img{
|
|
width:250px;
|
|
}
|
|
|
|
.emph{
|
|
color:#4e2a84;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.mygreen{
|
|
color:#2eab20;
|
|
}
|
|
|
|
.myyellow{
|
|
color:#AB9d20;
|
|
}
|
|
|
|
.myblue{
|
|
color:#2073AB;
|
|
}
|
|
|
|
.myred{
|
|
color:#AB202E;
|
|
}
|
|
|
|
.cite{
|
|
font-weight: lighter;
|
|
font-size:60%;
|
|
font-family:"times", "Helvetica","serif";
|
|
position: fixed;
|
|
bottom: 16px;
|
|
}
|
|
|
|
.left-column {
|
|
color: #777;
|
|
width: 40%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
|
|
.left-column h2:last-of-type, .left-column h3:last-child {
|
|
color: #000;
|
|
}
|
|
.right-column {
|
|
width: 60%;
|
|
float: right;
|
|
padding-top: 1em;
|
|
}
|
|
|
|
|
|
|
|
.hypo-mark img{
|
|
width:120px;
|
|
position: fixed;
|
|
bottom: 545px;
|
|
left: 1050px;
|
|
}
|
|
|
|
.hypo-mark-1 img{
|
|
}
|
|
|
|
.hypo-mark-2 img{
|
|
bottom:480px;
|
|
}
|
|
|
|
.hypo-mark-3 img{
|
|
bottom:480px;
|
|
left:1050px;
|
|
}
|
|
|
|
|
|
.remark-slide-number {
|
|
position: inherit;
|
|
}
|
|
|
|
.remark-slide-number .progress-bar-container {
|
|
position: absolute;
|
|
bottom: 0;
|
|
height: 4px;
|
|
display: block;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
a, a > code{
|
|
color:#4e2a84;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.remark-slide-number .progress-bar {
|
|
height: 100%;
|
|
background-color: #4e2a84;
|
|
}
|
|
|
|
.border{
|
|
border-bottom: #4e2a84 solid 0.7mm;
|
|
padding: 3px;
|
|
display:inline-block;
|
|
}
|
|
|
|
div.my-header {
|
|
background-color: #4e2a84;
|
|
background: -webkit-linear-gradient(left, #604982, #4E2A84 30%, #5820AB 70%, #5820AB);
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 26px;
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
|
|
.inverse {
|
|
background-color: #322e37;
|
|
color: #FCFBFD;
|
|
text-shadow: 0 0 20px #333;
|
|
}
|
|
|
|
.inverse h1, .inverse h2, .inverse h3, .inverse h4{
|
|
color: #FCFBFD;
|
|
text-shadow: 0 0 20px #333;
|
|
}
|
|
|
|
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(2n) {
|
|
background: #d7c9ec;
|
|
}
|
|
|
|
.narrow{
|
|
padding-left: 150px;
|
|
padding-right: 150px;
|
|
}
|