﻿.template:before{background-image:url(../print/textures/white-leather.jpg)}
#persp{
  filter:drop-shadow(2px 2px 1px #000)
}
.tpl{
  font-weight:bold;
  color:green;
  text-transform:uppercase
}
.tpl:nth-child(2){
  display:block;color:red
}
.tpl:first-child{
  -webkit-clip-path:var(--clip24);
  clip-path:var(--clip24)
}
.tpl:first-child p:before{
  color:gold
}
.tpl p:before{
  color:#fff;
  text-shadow:var(--3DshadowA2)
}
.tpl p:after{
  filter:url(#lightA1)
}
@-moz-document url-prefix(){#dropbox:after{content:"Set about:config -> layout.css.clip-path-shapes.enabled -> true"}}