mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
82 lines
1.1 KiB
CSS
82 lines
1.1 KiB
CSS
@import url('blueprint/screen.css');
|
|
@import url('awesome/awesome.css');
|
|
@import url('uniform/blue.uni-form.css');
|
|
|
|
/** CSS3 fonts **/
|
|
@import url(http://fonts.googleapis.com/css?family=Lobster);
|
|
@import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
|
|
|
|
|
|
a {
|
|
color: #a45900;
|
|
}
|
|
|
|
.fright{
|
|
float: right;
|
|
}
|
|
|
|
.fleft{
|
|
float: left;
|
|
}
|
|
|
|
#title{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#title h1{
|
|
font-family: 'Lobster', arial, serif;
|
|
}
|
|
|
|
#topmenu{
|
|
margin-top: 30px;
|
|
}
|
|
|
|
#topmenu ul{
|
|
float: right;
|
|
}
|
|
|
|
#topmenu ul li{
|
|
float: right;
|
|
list-style-type: none;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
|
|
#leftmenu input{
|
|
width: 150px;
|
|
}
|
|
|
|
.list_bills{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.members {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 80%;
|
|
}
|
|
|
|
.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;
|
|
}
|