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

47 lines
1.2 KiB
CSS
Raw Normal View History

2011-08-21 01:42:10 +02:00
@import url(http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css);
@import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa);
2011-08-09 23:49:09 +02:00
2011-08-21 01:42:10 +02:00
.topbar h3{ margin-left: 75px; }
.topbar ul{ padding-left: 75px; }
div.topbar ul.secondary-nav { padding-right: 75px; }
.logo{ font-family: 'Lobster', arial, serif; }
.balance tr td { font-weight: bold; }
.positive { color: green; }
.negative { color: red; }
2011-08-09 23:49:09 +02:00
2011-08-21 01:42:10 +02:00
.sidebar h2 { text-align: center; }
.sidebar button{ margin-top: 10px; float: right; }
2011-08-21 02:23:48 +02:00
.right h3 { float: right; }
2011-08-21 01:42:10 +02:00
#bills { color: black; }
#header{ background-color: #ABE128; height: 180px; padding: 50px 0 0 0;}
#header .slide {
font-family: 'Comfortaa', arial, serif;
height: 140px;
padding: 40px 0 0 0;
margin-top: -40px;
background-image: url("gradient.png");
background-position: center top;
background-repeat: no-repeat;
}
#header .slide {
width: 750px;
margin: 0 auto;
}
.about_link:hover {
color: #ABE128;
}
#header .slide .about_link {
margin-left: 180px;
padding: 7px 15px;
background-color: #222;
border-radius: 10px;
-moz-border-radius: 10px;
color: white;
text-decoration: none;
}