summaryrefslogtreecommitdiff
path: root/widgets.css
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:23:12 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:23:12 -0500
commit8e2064bbd878ac93438a6616cbf4af21a0f41edd (patch)
tree113cd09cd2dd11d02455d575037dd1f32bb4aaea /widgets.css
The North Star 2010-2011 theme, a fork of Twenty TenHEADmaster
I'm not planning on maintaining this, I just figured I'd put it in git in case I ever want it. This has already been cleaned up a lot. I might one day do the work to make it a proper child theme (it was forked too many versions ago for it to be clean), but probably not.
Diffstat (limited to 'widgets.css')
-rw-r--r--widgets.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/widgets.css b/widgets.css
new file mode 100644
index 0000000..ac1dbe3
--- /dev/null
+++ b/widgets.css
@@ -0,0 +1,26 @@
+.widget_search label {
+ display:inline-block;
+ width:100%;
+}
+.widget_search #s {
+ width:50%;
+}
+
+.widget_statusnetwidget .widget-title {
+ background-image:url(widgets/identica.png);
+ background-repeat:no-repeat;
+ padding-left:16px;
+}
+ul.statusnet {
+ list-style-type:none;
+ padding-left:0;
+}
+ul.statusnet li.statusnet-item {
+ padding: 1em 0;
+ margin:0 1em -1px 1em;
+ border-bottom:1px solid #cee1e9;
+ border-top: 1px solid #cee1e9;
+}
+ul.statusnet li.statusnet-item:hover {
+ background:#f5f5f5;
+}