2011-03-10 03:37:21 +01:00
|
|
|
@import url('blueprint/screen.css');
|
2011-07-31 15:39:32 +02:00
|
|
|
@import url('awesome/awesome.css');
|
|
|
|
@import url('uniform/blue.uni-form.css');
|
2011-03-10 03:37:21 +01:00
|
|
|
|
|
|
|
/** CSS3 fonts **/
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Lobster);
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
|
|
|
|
|
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
a {
|
|
|
|
color: #a45900;
|
|
|
|
}
|
|
|
|
|
2011-08-10 00:20:16 +02:00
|
|
|
.fright{
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fleft{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2011-03-10 03:37:21 +01:00
|
|
|
#title{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
#title h1{
|
|
|
|
font-family: 'Lobster', arial, serif;
|
|
|
|
}
|
2011-03-10 03:37:21 +01:00
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
#topmenu{
|
|
|
|
margin-top: 30px;
|
2011-03-10 03:37:21 +01:00
|
|
|
}
|
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
#topmenu ul{
|
|
|
|
float: right;
|
|
|
|
}
|
2011-03-10 03:37:21 +01:00
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
#topmenu ul li{
|
|
|
|
float: right;
|
|
|
|
list-style-type: none;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2011-03-10 03:37:21 +01:00
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
|
|
|
|
#leftmenu input{
|
|
|
|
width: 150px;
|
2011-03-10 03:37:21 +01:00
|
|
|
}
|
2011-08-09 23:49:09 +02:00
|
|
|
|
2011-08-10 13:16:46 +02:00
|
|
|
.list_bills{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
.members {
|
2011-03-10 03:37:21 +01:00
|
|
|
list-style-type: none;
|
2011-08-09 23:49:09 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 80%;
|
2011-03-10 03:37:21 +01:00
|
|
|
}
|
|
|
|
|
2011-08-09 23:49:09 +02:00
|
|
|
.members li{
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.members .odd{
|
|
|
|
background-color: #efefef;
|
|
|
|
}
|
|
|
|
|
|
|
|
.members .remove{
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.members .balance{
|
|
|
|
margin-right: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.positive{
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
.negative{
|
|
|
|
color: red;
|
|
|
|
}
|
2011-08-10 23:55:07 +02:00
|
|
|
|
|
|
|
.flash{
|
|
|
|
padding:8px;
|
|
|
|
background-color: #ffc;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size:15px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
|
|
|
|
}
|