2011-11-17 09:07:21 +01:00
|
|
|
@import "bootstrap-1.0.0.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-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%;
|
2011-11-01 12:57:12 +01:00
|
|
|
width: 230px;
|
2011-10-18 04:30:34 +02:00
|
|
|
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-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
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit img {
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete img {
|
|
|
|
height: 24px;
|
|
|
|
}
|
2011-11-02 00:46:05 +01:00
|
|
|
|
|
|
|
#overlay {
|
|
|
|
position:absolute;
|
|
|
|
background-color:#000000;
|
|
|
|
opacity:0.7;
|
|
|
|
display:none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#overlay-delete, #overlay-reactivate {
|
2011-11-17 09:07:21 +01:00
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
margin-top: 2px;
|
2011-11-02 00:46:05 +01:00
|
|
|
position:absolute;
|
|
|
|
cursor:pointer;
|
|
|
|
display:none;
|
|
|
|
}
|