summaryrefslogtreecommitdiffstats
path: root/gnomeshell@pidgin.im/stylesheet.css
diff options
context:
space:
mode:
authorIzhar Firdaus <izhar@inigo-tech.com>2011-04-12 02:58:41 +0800
committerIzhar Firdaus <izhar@inigo-tech.com>2011-04-12 02:58:41 +0800
commit8a448909aee41503c10b221cdfce87dafe7e7056 (patch)
treea5aa3af146cc02610b059614c425f4c76efdadcb /gnomeshell@pidgin.im/stylesheet.css
parent3fe82495c0b8c5742a6ae5d75147b3b5ab8ed603 (diff)
add pidgin gnomeshell extension
Diffstat (limited to 'gnomeshell@pidgin.im/stylesheet.css')
-rw-r--r--gnomeshell@pidgin.im/stylesheet.css8
1 files changed, 8 insertions, 0 deletions
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;
+}