pelican-website-ge/output/theme/css/mediacss.css

87 lines
1.3 KiB
CSS

.cont-reduce{
width: 50%;
}
.media-center{
text-align: center;
}
.media-title{
padding-top: 40px;
font-weight: bold;
}
.news-title{
font-weight: bold;
}
.media-link{
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: black;
text-decoration-thickness: 3px;
color: black;
}
.media-link:hover{
color: black;
}
.bfont{
font-size: 20px;
}
.black-line{
border-bottom: 1px solid black;
width: 400px;
margin: auto;
}
.media-iframe{
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
}
.media-iframe iframe{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
.vid-words{
padding-top: 70px;
}
.video-wrap{
width: 500px;
margin: auto;
}
.pdf-wrap{
width: 200px;
border: white solid 2px;
}
.pdfsec{
gap: 30px;
}
.blue-link{
text-decoration: none;
color: #3385ff;
}
/*.line-under{*/
/* text-decoration: underline;*/
/* text-decoration-thickness: 3px;*/
/*}*/
@media only screen and (max-width: 480px){
.cont-reduce{
width: 100%;
}
.vid-words{
padding-top: 0;
}
}
@media (min-width: 600px) and (max-width: 1024px){
.cont-reduce{
width: 80%;
}
.vid-words{
padding-top: 0;
}
}