Based on launch state the wrapping element will toggle classes between tminus_countdown
and tminus_launched
The css:
.tminus_countdown{
border: 1px dotted green;
}
.tminus_launched{
border: 1px dotted red;
}
A Pluginoven Test Site
Based on launch state the wrapping element will toggle classes between tminus_countdown
and tminus_launched
The css:
.tminus_countdown{
border: 1px dotted green;
}
.tminus_launched{
border: 1px dotted red;
}
`
<ul>
<li>first item</li>
<li>second item
[ expand title="read more" ]
<ul>
<li>sub item one</li>
<li>sub item two</li>
<li>sub item three</li>
</ul>
<p>a paragraph of text</p>
[ /expand ]
a paragraph of text