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/css/main.css

216 lines
3.9 KiB
CSS
Raw Normal View History

@import "bootstrap.min.css";
@import "datepicker.css";
2012-02-09 23:02:55 +01:00
@import "../fonts/fontfaces.css";
2011-08-09 23:49:09 +02:00
/* General */
body {
margin-top: 40px;
}
/* Navbar */
.navbar h1{ margin-left: 75px; }
.navbar .primary-nav { padding-left: 75px; }
.navbar .secondary-nav { padding-right: 75px; }
.brand{ font-family: 'Lobster', arial, serif; }
/* Header */
#header {
padding-bottom: 2em;
margin-bottom: 1em;
background-color: #ABE128;
background-image: url("../images/gradient.png");
background-position: center top;
background-repeat: no-repeat;
}
#header h2 {
font-family: 'Comfortaa', arial, serif;
margin-top: 1em;
margin-bottom: 0.5em;
color: #000;
font-size: 2.4em;
}
#header .tryout {
margin-right: 10em;
2011-09-14 18:22:26 +02:00
}
#header .additional-content {
margin-top: 5em;
font-family: 'Comfortaa', arial, serif;
color: #000;
}
/* Sidebar */
2011-08-21 01:42:10 +02:00
.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: 230px;
2011-10-18 04:30:34 +02:00
padding-left: 10px;
padding-right: 20px;
2011-10-18 18:39:38 +02:00
padding-top: 10px;
margin-left: -20px;
2011-10-18 18:39:38 +02:00
margin-top: -10px;
margin-right: 15px;
color: black;
position: fixed;
2011-10-18 04:30:34 +02:00
}
#add-member-form { padding-top: 1em; padding-bottom: 1em; }
#add-member-form input[type="text"] { width: 60%; }
#add-member-form button { width: 35%; }
#table_overflow { overflow-y: auto; overflow-x: hidden; width: 235px; }
/* Content */
.content {
padding-top: 1em;
padding-left: 250px;
}
/* Home */
#authentication-form legend {
text-align: right;
}
/* Other */
#bills { color: black; }
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;
height: 20px;
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;
}
.bill-actions {
padding-top: 10px;
text-align: center;
}
2011-11-27 23:28:24 +01:00
.bill-actions > .delete, .bill-actions > .edit {
font-size: 0px;
display: block;
width: 16px;
height: 16px;
2011-11-27 23:28:24 +01:00
margin: 2px;
margin-left: 5px;
float: left;
}
.bill-actions > .delete{
background: url('../images/delete.png') no-repeat right;
2011-11-27 23:28:24 +01:00
}
.bill-actions > .edit{
background: url('../images/edit.png') no-repeat right;
}
.balance .balance-value{
text-align:right;
}
#sidebar .balance tr:hover td {
background-color: #9BD118;
}
tr.ower_line {
background-color: #CBEF68;
}
tr.payer_line .balance-name{
color:green;
text-indent:5px;
}
.action {
margin: 0;
padding: 0;
}
.action button, .action button:hover {
border-width: 0;
width: auto;
margin: 0;
padding: 0 0 0 20px;
}
.delete button, .delete button:hover {
background: url('../images/deleter.png') left no-repeat;
color: red;
}
.reactivate button, .reactivate button:hover {
background: url('../images/reactivate.png') left no-repeat;
color: white;
}
2015-08-20 12:02:04 +02:00
#bill-form > fieldset {
margin-top: 10px;
}
.flash {
position: absolute;
}
.light {
opacity: 0.3;
}
.modal-body {
max-height:455px;
}
/* Fluid Offsets for Boostrap */
.row-fluid > [class*="span"]:not([class*="offset"]):first-child{margin-left:0;}
.row-fluid > .offset12{margin-left:100%;}
.row-fluid > .offset11{margin-left:93.5%;}
.row-fluid > .offset10{margin-left:85%;}
.row-fluid > .offset9{margin-left:76.5%;}
.row-fluid > .offset8{margin-left:68%;}
.row-fluid > .offset7{margin-left:59.5%;}
.row-fluid > .offset6{margin-left:51%;}
.row-fluid > .offset5{margin-left:42.5%;}
.row-fluid > .offset4{margin-left:34%;}
.row-fluid > .offset3{margin-left:25.5%;}
.row-fluid > .offset2{margin-left:17%;}
.row-fluid > .offset1{margin-left:8.5%;}