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.
 
 

82 lines
1.2 KiB

@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;
}
h4{
font-size: 1vw;
color: #777;
}
h2 {
text-decoration:underline;
}
img{
max-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);
}
.highlight-lilac{
background-color:rgba(147,87,237,0.5);
}
.highlight-green{
background-color:rgba(0, 230, 115, 0.5);
}
.highlight-applegreen{
background-color:rgba(134, 255, 81, 0.5);
}
.highlight-yellow{
background-color:rgba(255, 212, 42, 0.5);
}
#disped{
color: #555;
}