urgent-publishing/lidia_test/14 - Untitled/css/main.css

83 lines
1.2 KiB
CSS
Raw Normal View History

2020-03-09 16:42:16 +01:00
@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;
2020-04-04 11:24:46 +02:00
2020-03-09 16:42:16 +01:00
}
* {
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;
}
2020-04-04 11:24:46 +02:00
h4{
2020-03-09 16:42:16 +01:00
font-size: 1vw;
color: #777;
}
2020-04-04 11:24:46 +02:00
h2 {
text-decoration:underline;
}
2020-03-09 16:42:16 +01:00
img{
2020-04-04 11:24:46 +02:00
max-width:100%;
2020-03-09 16:42:16 +01:00
}
.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);
}
2020-04-04 11:24:46 +02:00
.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);
}
2020-03-09 16:42:16 +01:00
#disped{
color: #555;
2020-04-04 11:24:46 +02:00
}