~seriy-pr/gwibber/vkontakte-ru-plugin

« back to all changes in this revision

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

  • Committer: Sergey Prokhorov
  • Date: 2012-03-16 22:58:30 UTC
  • mfrom: (932.1.385 trunk)
  • Revision ID: root@seriyps.ru-20120316225830-bt9n2r8evmknoixa
merged with trunk

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
 
 
6
 
body { 
7
 
  margin: 0px;
8
 
}
9
 
a { color: #204a87 }
10
 
.time a { color: #666 }
11
 
.basemsg .message {
12
 
  padding: 5px;
13
 
  margin-bottom: 0px;
14
 
  background: rgba(0,0,0,0.1);
15
 
  border-left: 0px;
16
 
  border-right: 0px;
17
 
  border-top: 1px solid #f8f8f8;
18
 
  border-bottom: 1px solid #aaa;
19
 
  -webkit-border-radius: 0px;
20
 
}