Home
last modified time | relevance | path

Searched +full:font +full:color +(+path:plugin +path:anewssystem) -(+path:plugin +path:anewssystem +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/anewssystem/
H A Dstyle.css5 color: #828282;
11 color: #828282;
18 color: #9E9E9E;
281 .newscloud1 { font-size: 10px; color: #D3E0F5; }
282 .newscloud2 { font-size: 12px; color: #AEC4E5; }
283 .newscloud3 { font-size: 14px; color: #88A9DB; }
284 .newscloud4 { font-size: 16px; color: #4A7AC2; }
285 .newscloud5 { font-size: 18px; color: #003F9E; }
294 color: inherit;
341 color: #828282;
[all …]
H A Dsyntax.php192 // $Font = font-family
193 $Font = explode(',', $FontDef);
194 $Font[0] = trim($Font[0]); // font-family
195 $Font[1] = trim($Font[1]); // font
196 …ption style="font-family:'.$Font[0].';" value="'.$Font[1].'" title="'.$Font[1].'" onclick="formatD…
626 … if(cextract>max) output = \'<span style="color:red;">\' + cextract + \'</span>\';
895 (\#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}))| #color value
898 $styles .= ' background-color: '.$token.';';
1147 $output = '<div style="font-size:.85em;">'.$backlink.NL.
1151 '<div style="font-size:.85em;">'.$backlink.NL.
[all …]