aboutsummaryrefslogtreecommitdiffstats
path: root/g/style
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2021-02-08 18:27:25 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2021-02-08 18:27:25 +0100
commit20bf446342726c2b7b0dd0ff0fbcb453fe3bf734 (patch)
tree8ef800ab4344627c03bf8bb0f3ae4aff12c4533e /g/style
parent98822f3296516fc7b227d8133073b06e723f777d (diff)
downloadwww-20bf446342726c2b7b0dd0ff0fbcb453fe3bf734.tar
www-20bf446342726c2b7b0dd0ff0fbcb453fe3bf734.tar.gz
www-20bf446342726c2b7b0dd0ff0fbcb453fe3bf734.tar.bz2
www-20bf446342726c2b7b0dd0ff0fbcb453fe3bf734.tar.xz
www-20bf446342726c2b7b0dd0ff0fbcb453fe3bf734.zip
Remove old unused jquery and lib
Diffstat (limited to 'g/style')
-rw-r--r--g/style/bjqs.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/g/style/bjqs.css b/g/style/bjqs.css
deleted file mode 100644
index aa9dc3666..000000000
--- a/g/style/bjqs.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Basic jQuery Slider styles */
-ul.bjqs {position:relative;padding:0;margin:0;overflow:hidden;display:none;height:306px!important;}
-li.bjqs-slide {display:none;position:absolute;}
-ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
-ul.bjqs-controls.v-centered {list-style:none;padding:0;margin:0;overflow:hidden;height:0px;}
-ul.bjqs-controls.v-centered li a{display:block;padding:10px 0px;background:#fff;opacity:0.5;color:#000;text-decoration:none;position:absolute;}
-ul.bjqs-controls.v-centered li a:hover{opacity:0.8}
-ul.bjqs-controls.v-centered li.bjqs-next a{right:0;font-size:200%;}
-ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;font-size:200%;}
-ol.bjqs-markers{list-style:none;padding:0;margin:0;width:100%;}
-ol.bjqs-markers.h-centered{text-align: center;}
-ol.bjqs-markers li{display:inline;}
-ol.bjqs-markers li a{padding:3px 7px;background:#193255;margin:5px;display:inline-block;border-radius: 3px 3px 3px 3px;}
-ol.bjqs-markers li.active-marker a,ol.bjqs-markers li a:hover{background:#3FB3FF;}
-p.bjqs-caption{display:block;width:100%;padding:1px;margin:1% 0px;position:absolute;color:white;text-align:center;font-size:120%;background:#193255;}