From 8a448909aee41503c10b221cdfce87dafe7e7056 Mon Sep 17 00:00:00 2001 From: Izhar Firdaus Date: Tue, 12 Apr 2011 02:58:41 +0800 Subject: add pidgin gnomeshell extension --- gnomeshell@pidgin.im/stylesheet.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gnomeshell@pidgin.im/stylesheet.css (limited to 'gnomeshell@pidgin.im/stylesheet.css') diff --git a/gnomeshell@pidgin.im/stylesheet.css b/gnomeshell@pidgin.im/stylesheet.css new file mode 100644 index 0000000..a8dc980 --- /dev/null +++ b/gnomeshell@pidgin.im/stylesheet.css @@ -0,0 +1,8 @@ +/* Example stylesheet */ +.helloworld-label { + font-size: 36px; + font-weight: bold; + color: #ffffff; + background-color: rgba(10,10,10,0.7); + border-radius: 5px; +} -- cgit