Styles are from the styles that you create in the css templates.
.blubb { margin: 3em; background: #000; color: #fff; }
@import url("layout.css"); /*layout css file*/@import url("customize.css"); /*Use this file to customize your website*/
i found a hack for thisin template_css.cssafter the code(don't touch any code)Code: [Select]@import url("layout.css"); /*layout css file*/@import url("customize.css"); /*Use this file to customize your website*/add any class you want,it will work .
in tiny config check that you want the template's css to apear in style's-list
You probably didn't see the change at first because your browser cache didn't update right away.
The css files template_css.css and template_css-rtl.css are for your personal changes so that you don't have to modify the other files. They are also for the left sided and right sided formating of the pages.You probably didn't see the change at first because your browser cache didn't update right away.
my conclusion:-tiny ignores all @import commands-tiny also can't import any external-file relative or absolute path
.module_pb_style_008 {margin: 0px 0px 0px 0px;padding: 20px 0px 0px 0px;/*border: 1px solid #333;*/}.module_pb_style_008 div {background-color: #ffffff; /* d8d8fc light violet */}
@import url("layout.css"); /*layout css file*/@import url("customize.css"); /*Use this file to customize your website*/.video { clear: none; width:220px; height:170px; text-align:center; float:left; display:inline; background: #D0E0F8; margin:5px; padding:5px; }h1 {font-size: 1.1em; font-weight: bold; color: #4E6E94; padding: 1em 0 0.1em 0; }h2 { font-size: 0.9em; font-weight: bold; color: #4E6E94; padding: 1em 0 0.1em 0; }
Code:@import url("layout.css"); /*layout css file*/@import url("customize.css"); /*Use this file to customize your website*/.video { clear: none; width:220px; height:170px; text-align:center; float:left; display:inline; background: #D0E0F8; margin:5px; padding:5px; }h1 {font-size: 1.1em; font-weight: bold; color: #4E6E94; padding: 1em 0 0.1em 0; }h2 { font-size: 0.9em; font-weight: bold; color: #4E6E94; padding: 1em 0 0.1em 0; }It doesn't always work... Mostly it does _now_...