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

126 lines
2.3 KiB
CSS
Raw Normal View History

@import "bootstrap-1.0.0.min.css";
@import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa);
@import "jquery/jquery-ui.css";
2011-08-09 23:49:09 +02:00
2011-10-18 04:30:34 +02:00
html, body{
2011-09-14 18:22:26 +02:00
height: 100%;
}
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-10-18 04:30:34 +02:00
.sidebar {
background-color: #ABE128;
2011-10-18 18:39:38 +02:00
background-position: center bottom;
2011-10-18 04:30:34 +02:00
background-repeat: no-repeat;
height: 100%;
width: 220px;
padding-left: 10px;
padding-right: 10px;
2011-10-18 18:39:38 +02:00
padding-top: 10px;
margin-left: -10px;
margin-top: -10px;
margin-right: 15px;
color: black;
2011-10-18 04:30:34 +02:00
}
2011-08-21 01:42:10 +02:00
.sidebar h2 { text-align: center; }
2011-10-18 18:39:38 +02:00
.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{
margin-top: -40px;
background-color: #ABE128;
height: 180px;
padding: 50px 0 0 0;
}
#header .slide {
font-family: 'Comfortaa', arial, serif;
2011-08-21 15:09:20 +02:00
height: 165px;
padding-top: 15px;
background-image: url("gradient.png");
background-position: center top;
background-repeat: no-repeat;
}
#header .slide {
width: 750px;
margin: 0 auto;
}
2011-08-21 15:09:20 +02:00
#header .slide h1{
margin-bottom: 30px;
color: #000;
2011-08-21 15:09:20 +02:00
}
#header .slide .about_link:hover {
color: #ABE128;
}
#header .slide .about_link {
2011-08-21 15:09:20 +02:00
margin-left: 220px;
padding: 7px 15px;
background-color: #222;
border-radius: 10px;
-moz-border-radius: 10px;
color: white;
text-decoration: none;
2011-08-21 15:09:20 +02:00
display: inline;
}
#header .additional-content{
font-family: 'Comfortaa', arial, serif;
float: right;
position: relative;
top: -150px;
margin-right: 200px;
margin-bottom: -100px;
color: #000;
}
.home form button{
float: right;
margin-right: 100px;
}
.home .create h3{
text-align: right;
margin-right: 100px;
}
2011-08-21 21:16:32 +02:00
.invites textarea{
width: 800px;
height: 100px;
}
2011-09-14 18:22:26 +02:00
#footer{
margin-top: 30px;
2011-10-18 04:30:34 +02:00
position: fixed;
bottom: 0px;
width: 100%;
text-align: center;
background-color: #fff;
opacity: 0.8;
}
.identifier{
float: right;
}
.password-reminder{
float: right;
margin-right: 20px;
margin-top: 5px;
}
.confirm, .confirm:hover {
color: red;
}