2011-11-27 23:03:06 +01:00
|
|
|
@import "bootstrap.min.css";
|
2011-08-21 03:16:54 +02:00
|
|
|
@import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa);
|
2011-10-16 23:38:27 +02:00
|
|
|
@import "jquery/jquery-ui.css";
|
2011-08-09 23:49:09 +02:00
|
|
|
|
2011-10-18 04:30:34 +02:00
|
|
|
html, body{
|
2011-11-27 23:03:06 +01:00
|
|
|
margin-top: 25px;
|
2011-09-14 18:22:26 +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-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-21 01:42:10 +02:00
|
|
|
.sidebar h2 { text-align: center; }
|
2011-11-01 12:57:12 +01:00
|
|
|
.sidebar button { margin-top: 10px; width: 75px;}
|
|
|
|
|
|
|
|
#table_overflow { overflow-y: auto; overflow-x: hidden; width: 235px; }
|
2011-08-10 23:55:07 +02:00
|
|
|
|
2011-08-21 02:23:48 +02:00
|
|
|
.right h3 { float: right; }
|
2011-08-21 01:42:10 +02:00
|
|
|
#bills { color: black; }
|
2011-08-21 03:16:54 +02:00
|
|
|
|
2011-08-21 14:57:05 +02:00
|
|
|
#header{
|
|
|
|
margin-top: -40px;
|
|
|
|
background-color: #ABE128;
|
|
|
|
height: 180px;
|
|
|
|
padding: 50px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2011-08-21 03:16:54 +02:00
|
|
|
#header .slide {
|
|
|
|
font-family: 'Comfortaa', arial, serif;
|
2011-08-21 15:09:20 +02:00
|
|
|
height: 165px;
|
|
|
|
padding-top: 15px;
|
2011-08-21 03:16:54 +02:00
|
|
|
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;
|
2011-08-25 18:25:10 +02:00
|
|
|
color: #000;
|
2011-08-21 15:09:20 +02:00
|
|
|
}
|
|
|
|
#header .slide .about_link:hover {
|
2011-08-21 03:16:54 +02:00
|
|
|
color: #ABE128;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header .slide .about_link {
|
2011-08-21 15:09:20 +02:00
|
|
|
margin-left: 220px;
|
2011-08-21 03:16:54 +02:00
|
|
|
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;
|
2011-08-21 03:16:54 +02:00
|
|
|
}
|
2011-08-21 14:57:05 +02:00
|
|
|
|
2011-08-21 20:54:20 +02:00
|
|
|
#header .additional-content{
|
|
|
|
font-family: 'Comfortaa', arial, serif;
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: -150px;
|
|
|
|
margin-right: 200px;
|
|
|
|
margin-bottom: -100px;
|
2011-08-25 18:25:10 +02:00
|
|
|
color: #000;
|
2011-08-21 20:54:20 +02:00
|
|
|
|
|
|
|
}
|
2011-11-27 23:03:06 +01:00
|
|
|
.home {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
2011-08-21 20:54:20 +02:00
|
|
|
|
|
|
|
.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;
|
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 04:11:22 +01:00
|
|
|
.edit img, .delete img{
|
|
|
|
height: 16px;
|
|
|
|
margin-right: 5px;
|
2011-11-01 14:35:20 +01:00
|
|
|
}
|
2011-11-02 00:46:05 +01:00
|
|
|
|
2011-11-20 20:30:14 +01:00
|
|
|
.balance-value{
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.ower_line {
|
|
|
|
/* Fallback for web browsers that doesn't support RGBa */
|
|
|
|
background: rgb(255, 255, 255) transparent;
|
|
|
|
/* RGBa with 0.6 opacity */
|
|
|
|
background: rgba(255, 255, 255, 0.4);
|
|
|
|
/* For IE 5.5 - 7*/
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF);
|
|
|
|
/* For IE 8*/
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF)";
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.payer_line .balance-name{
|
|
|
|
color:green;
|
|
|
|
text-indent:5px;
|
|
|
|
}
|
2011-11-27 04:11:22 +01:00
|
|
|
|
|
|
|
.action {
|
|
|
|
position: absolute;
|
|
|
|
left: 10px;
|
|
|
|
width: 220px;
|
|
|
|
background: #000 ;
|
|
|
|
opacity: 0.6;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.action a, .action a:hover {
|
|
|
|
height: 16px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete a, .delete a:hover {
|
|
|
|
background: url('deleter.png') left no-repeat;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reactivate a, .reactivate a:hover {
|
|
|
|
background: url('reactivate.png') left no-repeat;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2011-11-27 23:03:06 +01:00
|
|
|
.menu-input {
|
|
|
|
width: 131px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|