diff options
| author | Izhar Firdaus <izhar@inigo-tech.com> | 2011-04-12 02:58:41 +0800 |
|---|---|---|
| committer | Izhar Firdaus <izhar@inigo-tech.com> | 2011-04-12 02:58:41 +0800 |
| commit | 8a448909aee41503c10b221cdfce87dafe7e7056 (patch) | |
| tree | a5aa3af146cc02610b059614c425f4c76efdadcb /gnomeshell@pidgin.im/stylesheet.css | |
| parent | 3fe82495c0b8c5742a6ae5d75147b3b5ab8ed603 (diff) | |
add pidgin gnomeshell extension
Diffstat (limited to 'gnomeshell@pidgin.im/stylesheet.css')
| -rw-r--r-- | gnomeshell@pidgin.im/stylesheet.css | 8 |
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; +} |
