summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/vendor/facebox/_facebox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/vendor/facebox/_facebox.scss')
-rw-r--r--app/assets/stylesheets/vendor/facebox/_facebox.scss85
1 files changed, 0 insertions, 85 deletions
diff --git a/app/assets/stylesheets/vendor/facebox/_facebox.scss b/app/assets/stylesheets/vendor/facebox/_facebox.scss
deleted file mode 100644
index 53e612d..0000000
--- a/app/assets/stylesheets/vendor/facebox/_facebox.scss
+++ /dev/null
@@ -1,85 +0,0 @@
-$facebox-overlay: #000 !default;
-#facebox {
- left: 0;
- position: fixed;
- text-align: left;
- top: 0;
- z-index: 100;
-}
-
-
-#facebox .popup{
- border:9px solid rgba(0, 157, 214, 0.8);
- border-radius:5px;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- box-shadow:0 0 18px rgba(0,0,0,0.4);
- -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
- -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
- position:relative;
-}
-
-#facebox .content {
- background: #fff;
- border-radius:4px;
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- display:table;
- min-width: 370px;
- padding: 10px;
-}
-
-#facebox .content > p:first-child{
- margin-top:0;
-}
-#facebox .content > p:last-child{
- margin-bottom:0;
-}
-
-#facebox .close{
- padding:2px;
- position:absolute;
- right:5px;
- top:5px;
- z-index:101;
-}
-#facebox .close img{
- opacity:0.3;
-}
-#facebox .close:hover img{
- opacity:1.0;
-}
-
-#facebox .loading {
- text-align: center;
-}
-
-#facebox .image {
- text-align: center;
-}
-
-#facebox img {
- border: 0;
- margin: 0;
-}
-
-#facebox_overlay {
- height:100%;
- left: 0px;
- position: fixed;
- top: 0px;
- width:100%;
-}
-
-.facebox_hide {
- z-index:-100;
-}
-
-.facebox_overlayBG {
- background-color: $facebox-overlay;
- z-index: 99;
-}
-
-#facebox h1{
- margin: 0 0 10px 0;
-}