Skip to content

Commit

Permalink
default design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
liviurad committed Aug 17, 2010
1 parent e074807 commit 362567b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/default.css
Expand Up @@ -2,7 +2,7 @@ body {
margin: 0px auto;
padding: 0px;
font: 14px Georgia, sans-serif;
background: #1F1F1F;
background: #3d3d3d;
color: #DDDDDD;
width: 770px;
}
Expand Down
Binary file added css/lightbox-ico-loading.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions css/slimbox2.css
Expand Up @@ -15,19 +15,18 @@
position: absolute;
z-index: 9999;
overflow: hidden;
background-color: #5C5E61;
background-color: #000000;
}

.lbLoading {
background: #5C5E61 url(loading.gif) no-repeat center;
/*background: #5C5E61;*/
background: #000000 url(lightbox-ico-loading.gif) no-repeat center;
}

#lbImage {
position: absolute;
left: 0;
top: 0;
border: 7px solid #5C5E61;
border: 7px solid #000000;
background-repeat: no-repeat;
}

Expand Down Expand Up @@ -61,7 +60,7 @@
color: #ddd;
line-height: 1.4em;
text-align: left;
border: 7px solid #5C5E61;
border: 7px solid #000000;
border-top-style: none;
}

Expand Down
2 changes: 1 addition & 1 deletion js/slimbox2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 362567b

Please sign in to comment.