aboutsummaryrefslogtreecommitdiff
path: root/budget/static/main.css
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-11-27 23:28:24 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2011-11-28 00:20:30 +0100
commit8570e79170e28ad0437a6b663066e7d54b0c682d (patch)
tree054415cdc9b7c5a1391f3471d20cfde0e302bcad /budget/static/main.css
parent44060f03dfd6fb9f1925496f06992984ef41062b (diff)
downloadihatemoney-mirror-8570e79170e28ad0437a6b663066e7d54b0c682d.zip
ihatemoney-mirror-8570e79170e28ad0437a6b663066e7d54b0c682d.tar.gz
ihatemoney-mirror-8570e79170e28ad0437a6b663066e7d54b0c682d.tar.bz2
reorganize the static folder structure
Diffstat (limited to 'budget/static/main.css')
-rw-r--r--budget/static/main.css196
1 files changed, 0 insertions, 196 deletions
diff --git a/budget/static/main.css b/budget/static/main.css
deleted file mode 100644
index ba950db..0000000
--- a/budget/static/main.css
+++ /dev/null
@@ -1,196 +0,0 @@
-@import "bootstrap.min.css";
-@import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa);
-@import "jquery/jquery-ui.css";
-
-html, body{
- margin-top: 25px;
-}
-
-.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; }
-
-.sidebar {
- background-color: #ABE128;
- background-position: center bottom;
- background-repeat: no-repeat;
- height: 100%;
- width: 230px;
- padding-left: 10px;
- padding-right: 20px;
- padding-top: 10px;
- margin-left: -20px;
- margin-top: -10px;
- margin-right: 15px;
- color: black;
- position: fixed;
-}
-.sidebar h2 { text-align: center; }
-.sidebar button { margin-top: 10px; width: 75px;}
-
-#table_overflow { overflow-y: auto; overflow-x: hidden; width: 235px; }
-
-.right h3 { float: right; }
-#bills { color: black; }
-
-#header{
- margin-top: -40px;
- background-color: #ABE128;
- height: 180px;
- padding: 50px 0 0 0;
-}
-
-#header .slide {
- font-family: 'Comfortaa', arial, serif;
- 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;
-}
-
-#header .slide h1{
- margin-bottom: 30px;
- color: #000;
-}
-#header .slide .about_link:hover {
- color: #ABE128;
-}
-
-#header .slide .about_link {
- margin-left: 220px;
- padding: 7px 15px;
- background-color: #222;
- border-radius: 10px;
- -moz-border-radius: 10px;
- color: white;
- text-decoration: none;
- 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 {
- padding-top: 20px;
-}
-
-.home form button{
- float: right;
- margin-right: 100px;
-}
-.home .create h3{
- text-align: right;
- margin-right: 100px;
-}
-
-.invites textarea{
- width: 800px;
- height: 100px;
-}
-
-#footer{
- margin-top: 30px;
- 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;
-}
-
-.edit img, .delete img{
- height: 16px;
- margin-right: 5px;
-}
-
-.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;
-}
-
-.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;
-}
-
-.menu-input {
- width: 131px;
-}
-
-#bill-form > fieldset {
- margin-top: 10px;
-}
-
-.flash {
- position: absolute;
-}