Softaculous


Topic : Predefined Styles


Posted By: jjcachado on October 13, 2020, 3:40 pm
Hi,

How i can see the list of Predefined Styles to add ?

Thks a lot,

Regards,

Cachado

Posted By: MicroDrie on October 20, 2020, 8:28 am | Post: 1
Generally speaking, what is not there cannot be referred to. So you will first have to create a style in the Header section. To rotate the image 180 add the following code in the Header Code section:<style>.rotateimg180 {
.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}</style>
I expect that with or without a period, the style name "rotateimg180" must be filled in



Powered By AEF 1.0.8 © 2007-2008 Electron Inc.