2011-11-27 23:03:06 +01:00
|
|
|
@import "bootstrap.min.css";
|
2012-04-05 15:40:09 +02:00
|
|
|
@import "datepicker.css";
|
2012-02-09 23:02:55 +01:00
|
|
|
@import "../fonts/fontfaces.css";
|
2011-08-09 23:49:09 +02:00
|
|
|
|
2012-04-05 15:40: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
|
|
|
}
|
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
#header .additional-content {
|
|
|
|
margin-top: 5em;
|
|
|
|
font-family: 'Comfortaa', arial, serif;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Sidebar */
|
2011-11-28 01:15:52 +01:00
|
|
|
|
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%;
|
2011-11-01 12:57:12 +01:00
|
|
|
width: 230px;
|
2011-10-18 04:30:34 +02:00
|
|
|
padding-left: 10px;
|
2011-11-27 23:03:06 +01:00
|
|
|
padding-right: 20px;
|
2011-10-18 18:39:38 +02:00
|
|
|
padding-top: 10px;
|
2011-11-27 23:03:06 +01:00
|
|
|
margin-left: -20px;
|
2011-10-18 18:39:38 +02:00
|
|
|
margin-top: -10px;
|
|
|
|
margin-right: 15px;
|
|
|
|
color: black;
|
2011-11-01 12:57:12 +01:00
|
|
|
position: fixed;
|
2011-10-18 04:30:34 +02:00
|
|
|
}
|
2011-08-10 23:55:07 +02:00
|
|
|
|
2012-04-05 15:40:09 +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%; }
|
2011-08-21 03:16:54 +02:00
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
#table_overflow { overflow-y: auto; overflow-x: hidden; width: 235px; }
|
2011-08-21 14:57:05 +02:00
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
/* Content */
|
2011-08-21 03:16:54 +02:00
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
.content {
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-left: 250px;
|
2011-08-21 03:16:54 +02:00
|
|
|
}
|
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
/* Home */
|
2011-08-21 03:16:54 +02:00
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
#authentication-form legend {
|
|
|
|
text-align: right;
|
2011-08-21 03:16:54 +02:00
|
|
|
}
|
2011-08-21 14:57:05 +02:00
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
/* Other */
|
2011-08-21 20:54:20 +02:00
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
#bills { color: black; }
|
2011-08-21 20:54:20 +02:00
|
|
|
|
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;
|
2011-08-21 14:57:05 +02:00
|
|
|
bottom: 0px;
|
2011-11-01 12:57:12 +01:00
|
|
|
height: 20px;
|
2011-08-21 14:57:05 +02:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #fff;
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
2011-09-14 01:16:25 +02:00
|
|
|
|
|
|
|
.identifier{
|
2011-10-15 02:24:02 +02:00
|
|
|
float: right;
|
2011-09-14 01:16:25 +02:00
|
|
|
}
|
2011-10-08 15:52:12 +02:00
|
|
|
|
|
|
|
.password-reminder{
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2011-10-08 17:13:36 +02:00
|
|
|
|
|
|
|
.confirm, .confirm:hover {
|
|
|
|
color: red;
|
|
|
|
}
|
2011-11-01 14:35:20 +01:00
|
|
|
|
|
|
|
.bill-actions {
|
2011-11-27 23:03:06 +01:00
|
|
|
padding-top: 10px;
|
2011-11-27 04:11:22 +01:00
|
|
|
text-align: center;
|
2011-11-01 14:35:20 +01:00
|
|
|
}
|
|
|
|
|
2011-11-27 23:28:24 +01:00
|
|
|
.bill-actions > .delete, .bill-actions > .edit {
|
|
|
|
font-size: 0px;
|
|
|
|
display: block;
|
|
|
|
width: 16px;
|
2011-11-27 04:11:22 +01:00
|
|
|
height: 16px;
|
2011-11-27 23:28:24 +01:00
|
|
|
margin: 2px;
|
|
|
|
margin-left: 5px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bill-actions > .delete{
|
2012-04-05 15:40:09 +02:00
|
|
|
background: url('../images/delete.png') no-repeat right;
|
2011-11-27 23:28:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.bill-actions > .edit{
|
2012-04-05 15:40:09 +02:00
|
|
|
background: url('../images/edit.png') no-repeat right;
|
2011-11-01 14:35:20 +01:00
|
|
|
}
|
2011-11-02 00:46:05 +01:00
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
.balance .balance-value{
|
2011-11-20 20:30:14 +01:00
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
2012-04-05 15:40:09 +02:00
|
|
|
#sidebar .balance tr:hover td {
|
|
|
|
background-color: #9BD118;
|
|
|
|
}
|
|
|
|
|
2011-11-20 20:30:14 +01:00
|
|
|
tr.ower_line {
|
2012-04-05 15:40:09 +02:00
|
|
|
background-color: #CBEF68;
|
2011-11-20 20:30:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.payer_line .balance-name{
|
|
|
|
color:green;
|
|
|
|
text-indent:5px;
|
|
|
|
}
|
2011-11-27 04:11:22 +01:00
|
|
|
|
|
|
|
.action {
|
2012-01-28 01:35:04 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2012-04-05 15:40:09 +02:00
|
|
|
|
2012-01-28 01:35:04 +01:00
|
|
|
.action button, .action button:hover {
|
2012-04-05 15:40:09 +02:00
|
|
|
border-width: 0;
|
2012-01-28 01:35:04 +01:00
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 0 20px;
|
2011-11-27 04:11:22 +01:00
|
|
|
}
|
|
|
|
|
2012-01-28 01:35:04 +01:00
|
|
|
.delete button, .delete button:hover {
|
2012-04-05 15:40:09 +02:00
|
|
|
background: url('../images/deleter.png') left no-repeat;
|
2011-11-27 04:11:22 +01:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2012-01-28 01:35:04 +01:00
|
|
|
.reactivate button, .reactivate button:hover {
|
2012-04-05 15:40:09 +02:00
|
|
|
background: url('../images/reactivate.png') left no-repeat;
|
2011-11-27 04:11:22 +01:00
|
|
|
color: white;
|
|
|
|
}
|
2012-04-05 15:40:09 +02:00
|
|
|
|
2011-11-27 04:11:22 +01:00
|
|
|
#bill-form > fieldset {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2011-11-27 23:03:06 +01:00
|
|
|
|
|
|
|
.flash {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2012-04-05 15:40:09 +02:00
|
|
|
|
|
|
|
/* 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%;}
|
|
|
|
|