2019-03-31 15:31:04 -04:00
|
|
|
.did-title {
|
|
|
|
font-family: sans-serif;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
2019-03-31 19:50:40 -04:00
|
|
|
height: 100px;
|
2019-04-01 02:16:03 -04:00
|
|
|
text-align: left;
|
2019-03-31 15:31:04 -04:00
|
|
|
vertical-align: middle;
|
2019-03-31 16:49:46 -04:00
|
|
|
color:#0f477e;
|
|
|
|
overflow: visible;
|
2019-04-01 02:28:57 -04:00
|
|
|
font-size: 0.9em;
|
2019-03-31 15:31:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.did-title .content{
|
|
|
|
z-index: 100;
|
|
|
|
position:absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%,-50%);
|
2019-03-31 16:49:46 -04:00
|
|
|
text-shadow: 0px 0px 10px #f0fff0, 0px 0px 20px #f0fff0;
|
2019-03-31 15:31:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.did-title canvas{
|
|
|
|
position:absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|