Content repo for PLU Special Issue #3 - Urgent Publishing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

62 lines
905 B

@font-face {
font-family: ĺekton;
src: url(../fonts/lekton.ttf);
}
body {
margin-left:15%;
width:50%;
color: black;
font-size: 1vw; /* Base font size: 14px */
font-family: lekton, Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
line-height: 2.7vh;
text-align: left;
}
* {
box-sizing: border-box;
}
h1 {
padding-bottom:1vw;
font-size: 2vw;
line-height: 2.5vw;
font-family: lekton, arial, serif;
line-height: 3.4vw;
color: black;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: #99ffcc;
}
h2{
font-size: 1vw;
color: #777;
}
img{
width:100%;
}
.caption{
display:none;
}
.highlight-blue{
background-color:rgba(153,255,204,0.5);
}
.highlight-pink{
background-color:rgba(255,153,204,0.5);
}
.highlight-cornflower{
background-color:rgba(100,149,237,0.5);
}
#disped{
color: #555;
}