summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/WfextStyle/wikifab-style.css
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/WfextStyle/wikifab-style.css
first commit
Diffstat (limited to 'www/wiki/extensions/WfextStyle/wikifab-style.css')
-rw-r--r--www/wiki/extensions/WfextStyle/wikifab-style.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/www/wiki/extensions/WfextStyle/wikifab-style.css b/www/wiki/extensions/WfextStyle/wikifab-style.css
new file mode 100644
index 00000000..40d34eb7
--- /dev/null
+++ b/www/wiki/extensions/WfextStyle/wikifab-style.css
@@ -0,0 +1,40 @@
+div.file-3D,
+div.videofile{
+ position: relative;
+ width: 100%;
+ height: 100%;
+}
+
+div.file-3D .stl-file{
+ background-image: url(images/msu-3D.png);
+ background-repeat: no-repeat;
+ width: 100%;
+ height: 100%;
+ display: block;
+ position: absolute;
+ margin: 5px;
+ background-position: 0 0;
+}
+
+div.videofile .mp4-file{
+ background-image: url(images/msu-play-verysmall.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ width: 100%;
+ height: 100%;
+ display: block;
+ position: absolute;
+ padding: 5px;
+}
+
+.carousel-thumb .stl-file{
+ background-size: 38px;
+}
+
+.item .stl-file{
+ background-size: auto;
+}
+
+.item .mp4-file{
+ display: none;
+} \ No newline at end of file