primo commit
This commit is contained in:
36
media/com_phocadownload/bootstrap/css/bootstrap.extended.css
vendored
Normal file
36
media/com_phocadownload/bootstrap/css/bootstrap.extended.css
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
/*!
|
||||
* Bootstrap v3.0.2
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
*/
|
||||
|
||||
#phoca-dl-category-box .ph-thumbnail h3,
|
||||
#phoca-dl-categories-box .ph-thumbnail h3 {
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#phoca-dl-category-box .ph-subcategories,
|
||||
#phoca-dl-categories-box .ph-subcategories {
|
||||
margin: 5px;
|
||||
}
|
||||
/*
|
||||
.modal .modal-body {
|
||||
height: 300px;
|
||||
overflow-y: auto;
|
||||
}*/
|
||||
/*
|
||||
.grid7 .col-md-1 { width: 10%; }
|
||||
.grid7 .col-md-2 { width: 20%; }
|
||||
.grid7 .col-md-3 { width: 30%; }
|
||||
.grid7 .col-md-4 { width: 40%; }
|
||||
.grid7 .col-md-5 { width: 5%; }
|
||||
.grid7 .col-md-6 { width: 60%; }
|
||||
.grid7 .col-md-7 { width: 70%; }
|
||||
.grid7 .col-md-8 { width: 80%; }
|
||||
.grid7 .col-md-9 { width: 90%; }
|
||||
.grid7 .col-md-10 { width: 100%; }*/
|
||||
|
||||
14
media/com_phocadownload/bootstrap/css/bootstrap.glyphicons.min.css
vendored
Normal file
14
media/com_phocadownload/bootstrap/css/bootstrap.glyphicons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
890
media/com_phocadownload/bootstrap/css/bootstrap.min.css
vendored
Normal file
890
media/com_phocadownload/bootstrap/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,91 @@
|
||||
.modal-backdrop {
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
.modal-backdrop.zoom,
|
||||
.modal-backdrop.newspaper,
|
||||
.modal-backdrop.move-horizontal,
|
||||
.modal-backdrop.move-from-top,
|
||||
.modal-backdrop.unfold-3d,
|
||||
.modal-backdrop.zoom-out {
|
||||
opacity: 0;
|
||||
transition: opacity 0.4s ease;
|
||||
}
|
||||
.modal-backdrop.in {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.modal-backdrop.unfold-3d {
|
||||
perspective: 500;
|
||||
}
|
||||
.modal.zoom .modal-dialog {
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
-o-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s ease-in-out;
|
||||
transform: scale(0.6);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
-webkit-transition: all 0.4s ease-in-out;
|
||||
-o-transition: all 0.4s ease-in-out;
|
||||
transition: all 0.4s ease-in-out;
|
||||
transform: scale(1);
|
||||
}
|
||||
.modal.fade.newspaper .modal-dialog,
|
||||
.modal.newspaper .modal-dialog {
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.5s ease-in-out;
|
||||
transition: all 0.5s;
|
||||
transform: scale(0) rotate(500deg);
|
||||
}
|
||||
.modal.fade.newspaper.in .modal-dialog,
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
.modal.move-horizontal .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
transform: translateX(-50px);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
.modal.move-from-top .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
transform: translateY(-100px);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
.modal.unfold-3d .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s ease-in-out;
|
||||
transform-style: preserve-3d;
|
||||
transform: rotateY(-60deg);
|
||||
}
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: rotateY(0deg);
|
||||
}
|
||||
.modal.fade.zoom-out .modal-dialog,
|
||||
.modal.zoom-out .modal-dialog {
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
transform: scale(1.3);
|
||||
}
|
||||
.modal.fade.zoom-out.in .modal-dialog,
|
||||
.modal.in .modal-dialog {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
.csstransforms3d .modal.unfold-3d .modal-dialog {
|
||||
transform: none;
|
||||
transform-origin: 50% 100%;
|
||||
transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);
|
||||
}
|
||||
.csstransforms3d .modal.in .modal-dialog {
|
||||
transform: scale(1) rotate3d(-1, 1, 0, 0deg);
|
||||
}
|
||||
1
media/com_phocadownload/bootstrap/css/index.html
Normal file
1
media/com_phocadownload/bootstrap/css/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
Reference in New Issue
Block a user