~khurshid-alam/gwibber/gwibber-hack

« back to all changes in this revision

Viewing changes to ui/themes/gwilouche/theme.css

  • Committer: Khurshid Alam
  • Date: 2012-04-06 14:38:38 UTC
  • Revision ID: khurshid.alam@linuxmail.org-20120406143838-nz7hjg8vtzi2wl7i
initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<%include file="css.mako" />
 
2
<%include file="defaultcss.mako" />
 
3
 
 
4
* { color: #222 }
 
5
a { color: #204a87 }
 
6
.time a { color: #666 }
 
7
.basemsg .message {
 
8
  background: rgba(0,0,0,0.1);
 
9
  border: 1px solid #909090;
 
10
  -webkit-border-radius: 5px;
 
11
  -webkit-box-shadow: 2px 2px 3px #ddd;
 
12
}