Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "User:No.5972/common.css"

From DFO World Wiki
Jump to: navigation, search
(Blanked the page)
(rebuild css file)
Line 1: Line 1:
 +
.csstest1 {
 +
    font-size:22px;
 +
}
  
 +
.mask
 +
{
 +
width:2000px;
 +
height:2000px;
 +
background:#ffffff;
 +
position:absolute;
 +
transform:translateX(2000px);
 +
visibility:hidden;
 +
animation:welcome 7s;
 +
-moz-animation:welcome 7s; /* Firefox */
 +
-webkit-animation:welcome 7s; /* Safari and Chrome */
 +
-o-animation:welcome 7s; /* Opera */
 +
}
 +
 +
@keyframes welcome
 +
{
 +
from {transform:translateX(0px);visibility:visible;}
 +
to {transform:translateX(2000px);visibility:visible;}
 +
}
 +
 +
@-webkit-keyframes welcome
 +
{
 +
from {transform:translateX(0px);visibility:visible;}
 +
to {transform:translateX(2000px);visibility:visible;}
 +
}
 +
 +
@-ms-keyframes welcome
 +
{
 +
from {transform:translateX(0px);visibility:visible;}
 +
to {transform:translateX(2000px);visibility:visible;}
 +
}

Revision as of 06:47, 20 January 2016

.csstest1 {
    font-size:22px;
}

.mask
{
width:2000px;
height:2000px;
background:#ffffff;
position:absolute;
transform:translateX(2000px);
visibility:hidden;
animation:welcome 7s;
-moz-animation:welcome 7s; /* Firefox */
-webkit-animation:welcome 7s; /* Safari and Chrome */
-o-animation:welcome 7s; /* Opera */
}

@keyframes welcome
{
from {transform:translateX(0px);visibility:visible;}
to {transform:translateX(2000px);visibility:visible;}
}

@-webkit-keyframes welcome
{
from {transform:translateX(0px);visibility:visible;}
to {transform:translateX(2000px);visibility:visible;}
}

@-ms-keyframes welcome
{
from {transform:translateX(0px);visibility:visible;}
to {transform:translateX(2000px);visibility:visible;}
}