1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget/static/main.css

71 lines
1 KiB
CSS
Raw Normal View History

2011-03-10 03:37:21 +01:00
@import url('blueprint/screen.css');
@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-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
.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;
}