oops, forgot to add the newly split-off css files ;)

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-04 18:14:51 +04:00
parent d7d69eda03
commit 0268831a7b
2 changed files with 40 additions and 0 deletions

34
ui/single-image-mode.css Executable file
View File

@ -0,0 +1,34 @@
/* single image theme (start everything with .single-image-mode)
*/
.single-image-mode.viewer {
background: black;
}
.single-image-mode .controller {
opacity: 0.5;
background: black;
}
.single-image-mode .screen-button {
}
.single-image-mode .image {
opacity: 0.0;
}
.single-image-mode .image:hover {
}
.single-image-mode .ribbon {
}
.single-image-mode .current.image:hover, .single-image-mode .current.image {
opacity: 1.0;
}

6
ui/wide-view-mode.css Executable file
View File

@ -0,0 +1,6 @@
/* wide view mode */
.wide-view-mode .field {
}