Fixed filename
authorAlexander Ebert <ebert@woltlab.com>
Sat, 14 Jul 2012 14:48:04 +0000 (16:48 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 14 Jul 2012 14:48:04 +0000 (16:48 +0200)
wcfsetup/install/files/style/imageViewer.less [new file with mode: 0644]
wcfsetup/install/files/style/imageviewer.less [deleted file]

diff --git a/wcfsetup/install/files/style/imageViewer.less b/wcfsetup/install/files/style/imageViewer.less
new file mode 100644 (file)
index 0000000..be6d2e9
--- /dev/null
@@ -0,0 +1,113 @@
+#lbOverlay {
+       background-color: #000;
+       bottom: 0;
+       cursor: pointer;
+       left: 0;
+       position: fixed;
+       right: 0;
+       top: 0;
+       z-index: 399;
+}
+
+#lbPrevLink,
+#lbNextLink {
+       display: block;
+       opacity: 0;
+       overflow: hidden;
+       position: absolute;
+       top: 0;
+       width: 50%;
+       outline: none;
+
+       .transition(opacity, .2s);
+       
+       > span {
+               background-color: #fff;
+               padding: @wcfGapSmall;
+               position: absolute;
+               text-transform: uppercase;
+               top: 20%;
+       }
+       
+       &:hover > span {
+               .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px);
+       }
+}
+
+#lbPrevLink {
+       left: 0;
+       
+       > span {
+               left: 0;
+               padding-right: @wcfGapMedium;
+               text-align: right;
+
+               .borderRadius(0, 30px, 30px, 0);
+       }
+}
+
+#lbNextLink {
+       right: 0;
+
+       > span {
+               padding-left: @wcfGapMedium;
+               right: 0;
+
+               .borderRadius(30px, 0, 0, 30px);
+       }
+}
+
+#lbEnlarge,
+#lbCloseLink {
+       cursor: pointer;
+       display: block;
+       float: right;
+       margin: 5px 0;
+       padding-right: @wcfGapSmall;
+       outline: none;
+}
+
+
+#lbCenter, #lbBottomContainer {
+       background-color: #fff;
+       overflow: hidden;
+       position: absolute;
+       z-index: 400;
+}
+
+.lbLoading {
+       background: #fff url(../icon/spinner.svg) no-repeat center;
+       background-size: 48px;
+}
+
+#lbImage {
+       background-repeat: no-repeat;
+       background-size: cover;
+       border: 10px solid #fff;
+       left: 0;
+       position: absolute;
+       top: 0;
+       
+       &:hover {
+               #lbNextLink,
+               #lbPrevLink {
+                       opacity: 1;
+
+                       .transition(opacity, .2s);
+               }
+       }
+}
+
+#lbBottom {
+       border: 10px solid #fff;
+       border-top-style: none;
+       color: #666;
+}
+
+#lbCaption, #lbNumber {
+       margin-right: 71px;
+}
+
+#lbCaption {
+       font-weight: bold;
+}
diff --git a/wcfsetup/install/files/style/imageviewer.less b/wcfsetup/install/files/style/imageviewer.less
deleted file mode 100644 (file)
index be6d2e9..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-#lbOverlay {
-       background-color: #000;
-       bottom: 0;
-       cursor: pointer;
-       left: 0;
-       position: fixed;
-       right: 0;
-       top: 0;
-       z-index: 399;
-}
-
-#lbPrevLink,
-#lbNextLink {
-       display: block;
-       opacity: 0;
-       overflow: hidden;
-       position: absolute;
-       top: 0;
-       width: 50%;
-       outline: none;
-
-       .transition(opacity, .2s);
-       
-       > span {
-               background-color: #fff;
-               padding: @wcfGapSmall;
-               position: absolute;
-               text-transform: uppercase;
-               top: 20%;
-       }
-       
-       &:hover > span {
-               .boxShadow(0, 0, @wcfButtonHoverBorderColor, 20px);
-       }
-}
-
-#lbPrevLink {
-       left: 0;
-       
-       > span {
-               left: 0;
-               padding-right: @wcfGapMedium;
-               text-align: right;
-
-               .borderRadius(0, 30px, 30px, 0);
-       }
-}
-
-#lbNextLink {
-       right: 0;
-
-       > span {
-               padding-left: @wcfGapMedium;
-               right: 0;
-
-               .borderRadius(30px, 0, 0, 30px);
-       }
-}
-
-#lbEnlarge,
-#lbCloseLink {
-       cursor: pointer;
-       display: block;
-       float: right;
-       margin: 5px 0;
-       padding-right: @wcfGapSmall;
-       outline: none;
-}
-
-
-#lbCenter, #lbBottomContainer {
-       background-color: #fff;
-       overflow: hidden;
-       position: absolute;
-       z-index: 400;
-}
-
-.lbLoading {
-       background: #fff url(../icon/spinner.svg) no-repeat center;
-       background-size: 48px;
-}
-
-#lbImage {
-       background-repeat: no-repeat;
-       background-size: cover;
-       border: 10px solid #fff;
-       left: 0;
-       position: absolute;
-       top: 0;
-       
-       &:hover {
-               #lbNextLink,
-               #lbPrevLink {
-                       opacity: 1;
-
-                       .transition(opacity, .2s);
-               }
-       }
-}
-
-#lbBottom {
-       border: 10px solid #fff;
-       border-top-style: none;
-       color: #666;
-}
-
-#lbCaption, #lbNumber {
-       margin-right: 71px;
-}
-
-#lbCaption {
-       font-weight: bold;
-}