~ubuntu-branches/ubuntu/precise/gwibber/precise-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-15 17:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20110715171414-80ca971vzd56gtmh
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

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
 
}