選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_transcription-subtitles.scss 317B

12345678910111213
  1. .transcription-subtitles{
  2. bottom: 10%;
  3. font-size: 16px;
  4. font-weight: 1000;
  5. opacity: 0.80;
  6. position: absolute;
  7. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  8. 0px 1px 1px rgba(0,0,0,0.3),
  9. 1px 0px 1px rgba(0,0,0,0.3),
  10. 0px 0px 1px rgba(0,0,0,0.3);
  11. width: 100%;
  12. z-index: $zindex2;
  13. }