I am trying to get a functionality like <a href="http://erikos.sweettimez.de/page/2/">http://erikos.sweettimez.de/page/2/</a><div><br></div><div>I tried adding :-</div><div><br></div><div><pre style="border:1px solid blue;color:blue;padding:10px;background-color:rgb(255,255,179);line-height:16.78333282470703px;text-align:justify">
style_context = self.get_style_context()

css_provider = Gtk.CssProvider()
css_provider.load_from_path('gtk-widgets1.css')

style_context.add_provider(css_provider,
                           Gtk.STYLE_PROVIDER_PRIORITY_USER)</pre><div><br></div><div>in the Application's init but it doesn't seem to work.</div><div><br></div><div>I would prefer to get the exact same functionality but any alternates which can provide similar effects should do the job. What I don't wanna use is cairo. I want something CSS like.</div>
<div><br></div><div>I am mainly trying to style a Gtk.TextView and Gtk.Entry.</div>-- <br>Thanks<br>Aneesh Dogra (lionaneesh)<br>
</div>