From b3512651cbee69a32dd58c45c5702393628eb3b2 Mon Sep 17 00:00:00 2001 From: Carmine De Rosa Date: Sun, 14 Jan 2018 19:36:50 +0100 Subject: [PATCH] add colorbox --- consiglio-direttivo.php | 23 + css/styles.css | 170 ++ header.php | 2 +- images/colorbox/border.png | Bin 0 -> 76 bytes images/colorbox/controls.png | Bin 0 -> 1261 bytes images/colorbox/loading.gif | Bin 0 -> 8685 bytes images/colorbox/loading_background.png | Bin 0 -> 131 bytes images/colorbox/overlay.png | Bin 0 -> 115 bytes images/female.png | Bin 0 -> 23661 bytes images/male.png | Bin 0 -> 24184 bytes index.php | 1 + js/scripts.js | 4 + node_modules/jquery-colorbox/LICENSE.md | 21 + node_modules/jquery-colorbox/README.md | 620 ++++++ node_modules/jquery-colorbox/bower.json | 40 + node_modules/jquery-colorbox/colorbox.ai | 1811 +++++++++++++++++ .../jquery-colorbox/content/ajax.html | 11 + .../jquery-colorbox/content/daisy.jpg | Bin 0 -> 101126 bytes .../jquery-colorbox/content/daisy@2x.jpg | Bin 0 -> 335898 bytes .../jquery-colorbox/content/homer.jpg | Bin 0 -> 8584 bytes .../jquery-colorbox/content/marylou.jpg | Bin 0 -> 52286 bytes .../jquery-colorbox/content/ohoopee1.jpg | Bin 0 -> 71685 bytes .../jquery-colorbox/content/ohoopee2.jpg | Bin 0 -> 111141 bytes .../jquery-colorbox/content/ohoopee3.jpg | Bin 0 -> 69240 bytes .../jquery-colorbox/example1/colorbox.css | 70 + .../example1/images/border.png | Bin 0 -> 76 bytes .../example1/images/controls.png | Bin 0 -> 1261 bytes .../example1/images/loading.gif | Bin 0 -> 8685 bytes .../example1/images/loading_background.png | Bin 0 -> 131 bytes .../example1/images/overlay.png | Bin 0 -> 115 bytes .../jquery-colorbox/example1/index.html | 95 + .../jquery-colorbox/example2/colorbox.css | 50 + .../example2/images/controls.png | Bin 0 -> 503 bytes .../example2/images/loading.gif | Bin 0 -> 6244 bytes .../jquery-colorbox/example2/index.html | 95 + .../jquery-colorbox/example3/colorbox.css | 45 + .../example3/images/controls.png | Bin 0 -> 1633 bytes .../example3/images/loading.gif | Bin 0 -> 6244 bytes .../jquery-colorbox/example3/index.html | 95 + .../jquery-colorbox/example4/colorbox.css | 66 + .../example4/images/border1.png | Bin 0 -> 629 bytes .../example4/images/border2.png | Bin 0 -> 112 bytes .../example4/images/loading.gif | Bin 0 -> 6244 bytes .../jquery-colorbox/example4/index.html | 95 + .../jquery-colorbox/example5/colorbox.css | 58 + .../example5/images/border.png | Bin 0 -> 139 bytes .../example5/images/controls.png | Bin 0 -> 2027 bytes .../example5/images/loading.gif | Bin 0 -> 8685 bytes .../example5/images/loading_background.png | Bin 0 -> 131 bytes .../jquery-colorbox/example5/index.html | 95 + .../i18n/jquery.colorbox-ar.js | 15 + .../i18n/jquery.colorbox-bg.js | 16 + .../i18n/jquery.colorbox-bn.js | 16 + .../i18n/jquery.colorbox-ca.js | 13 + .../i18n/jquery.colorbox-cs.js | 16 + .../i18n/jquery.colorbox-da.js | 16 + .../i18n/jquery.colorbox-de.js | 15 + .../i18n/jquery.colorbox-es.js | 13 + .../i18n/jquery.colorbox-et.js | 15 + .../i18n/jquery.colorbox-fa.js | 18 + .../i18n/jquery.colorbox-fi.js | 15 + .../i18n/jquery.colorbox-fr.js | 15 + .../i18n/jquery.colorbox-gl.js | 13 + .../i18n/jquery.colorbox-gr.js | 16 + .../i18n/jquery.colorbox-he.js | 16 + .../i18n/jquery.colorbox-hr.js | 15 + .../i18n/jquery.colorbox-hu.js | 15 + .../i18n/jquery.colorbox-id.js | 15 + .../i18n/jquery.colorbox-it.js | 15 + .../i18n/jquery.colorbox-ja.js | 15 + .../i18n/jquery.colorbox-kr.js | 15 + .../i18n/jquery.colorbox-lt.js | 15 + .../i18n/jquery.colorbox-lv.js | 16 + .../i18n/jquery.colorbox-my.js | 15 + .../i18n/jquery.colorbox-nl.js | 15 + .../i18n/jquery.colorbox-no.js | 16 + .../i18n/jquery.colorbox-pl.js | 16 + .../i18n/jquery.colorbox-pt-BR.js | 15 + .../i18n/jquery.colorbox-ro.js | 15 + .../i18n/jquery.colorbox-ru.js | 16 + .../i18n/jquery.colorbox-si.js | 15 + .../i18n/jquery.colorbox-sk.js | 15 + .../i18n/jquery.colorbox-sr.js | 15 + .../i18n/jquery.colorbox-sv.js | 15 + .../i18n/jquery.colorbox-tr.js | 19 + .../i18n/jquery.colorbox-uk.js | 16 + .../i18n/jquery.colorbox-zh-CN.js | 15 + .../i18n/jquery.colorbox-zh-TW.js | 15 + .../jquery-colorbox/jquery.colorbox-min.js | 6 + .../jquery-colorbox/jquery.colorbox.js | 1105 ++++++++++ node_modules/jquery-colorbox/package.json | 58 + package-lock.json | 8 + .../colorbox.scssc | Bin 0 -> 30042 bytes .../main.scssc | Bin 2073 -> 2177 bytes scss/colorbox.scss | 152 ++ scss/main.scss | 1 + 96 files changed, 5378 insertions(+), 1 deletion(-) create mode 100644 consiglio-direttivo.php create mode 100644 images/colorbox/border.png create mode 100644 images/colorbox/controls.png create mode 100644 images/colorbox/loading.gif create mode 100644 images/colorbox/loading_background.png create mode 100644 images/colorbox/overlay.png create mode 100644 images/female.png create mode 100644 images/male.png create mode 100644 node_modules/jquery-colorbox/LICENSE.md create mode 100644 node_modules/jquery-colorbox/README.md create mode 100644 node_modules/jquery-colorbox/bower.json create mode 100644 node_modules/jquery-colorbox/colorbox.ai create mode 100644 node_modules/jquery-colorbox/content/ajax.html create mode 100644 node_modules/jquery-colorbox/content/daisy.jpg create mode 100644 node_modules/jquery-colorbox/content/daisy@2x.jpg create mode 100644 node_modules/jquery-colorbox/content/homer.jpg create mode 100644 node_modules/jquery-colorbox/content/marylou.jpg create mode 100644 node_modules/jquery-colorbox/content/ohoopee1.jpg create mode 100644 node_modules/jquery-colorbox/content/ohoopee2.jpg create mode 100644 node_modules/jquery-colorbox/content/ohoopee3.jpg create mode 100644 node_modules/jquery-colorbox/example1/colorbox.css create mode 100644 node_modules/jquery-colorbox/example1/images/border.png create mode 100644 node_modules/jquery-colorbox/example1/images/controls.png create mode 100644 node_modules/jquery-colorbox/example1/images/loading.gif create mode 100644 node_modules/jquery-colorbox/example1/images/loading_background.png create mode 100644 node_modules/jquery-colorbox/example1/images/overlay.png create mode 100644 node_modules/jquery-colorbox/example1/index.html create mode 100644 node_modules/jquery-colorbox/example2/colorbox.css create mode 100644 node_modules/jquery-colorbox/example2/images/controls.png create mode 100644 node_modules/jquery-colorbox/example2/images/loading.gif create mode 100644 node_modules/jquery-colorbox/example2/index.html create mode 100644 node_modules/jquery-colorbox/example3/colorbox.css create mode 100644 node_modules/jquery-colorbox/example3/images/controls.png create mode 100644 node_modules/jquery-colorbox/example3/images/loading.gif create mode 100644 node_modules/jquery-colorbox/example3/index.html create mode 100644 node_modules/jquery-colorbox/example4/colorbox.css create mode 100644 node_modules/jquery-colorbox/example4/images/border1.png create mode 100644 node_modules/jquery-colorbox/example4/images/border2.png create mode 100644 node_modules/jquery-colorbox/example4/images/loading.gif create mode 100644 node_modules/jquery-colorbox/example4/index.html create mode 100644 node_modules/jquery-colorbox/example5/colorbox.css create mode 100644 node_modules/jquery-colorbox/example5/images/border.png create mode 100644 node_modules/jquery-colorbox/example5/images/controls.png create mode 100644 node_modules/jquery-colorbox/example5/images/loading.gif create mode 100644 node_modules/jquery-colorbox/example5/images/loading_background.png create mode 100644 node_modules/jquery-colorbox/example5/index.html create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-ar.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-bg.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-bn.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-ca.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-cs.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-da.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-de.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-es.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-et.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-fa.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-fi.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-fr.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-gl.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-gr.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-he.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-hr.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-hu.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-id.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-it.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-ja.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-kr.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-lt.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-lv.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-my.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-nl.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-no.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-pl.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-pt-BR.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-ro.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-ru.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-si.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-sk.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-sr.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-sv.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-tr.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-uk.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-zh-CN.js create mode 100644 node_modules/jquery-colorbox/i18n/jquery.colorbox-zh-TW.js create mode 100644 node_modules/jquery-colorbox/jquery.colorbox-min.js create mode 100644 node_modules/jquery-colorbox/jquery.colorbox.js create mode 100644 node_modules/jquery-colorbox/package.json create mode 100644 scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/colorbox.scssc create mode 100644 scss/colorbox.scss diff --git a/consiglio-direttivo.php b/consiglio-direttivo.php new file mode 100644 index 0000000..e7ed61c --- /dev/null +++ b/consiglio-direttivo.php @@ -0,0 +1,23 @@ +
+
+
Consiglio Direttivo
+
+ +
+
+
+
nome del file
+
dimensione
+
ultima mod.
+
+
+ +
+
+ +dsafg diff --git a/css/styles.css b/css/styles.css index 2da05c1..010f8a4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14413,6 +14413,176 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); } +/* line 2, colorbox.scss */ +#colorbox, +#cboxOverlay, +#cboxWrapper { + position: absolute; + top: 0; + left: 0; + z-index: 9999; + overflow: hidden; + -webkit-transform: translate3d(0, 0, 0); +} + +/* line 13, colorbox.scss */ +#cboxWrapper { + max-width: none; +} + +/* line 17, colorbox.scss */ +#cboxOverlay { + position: fixed; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.9); +} + +/* line 24, colorbox.scss */ +#cboxMiddleLeft, +#cboxBottomLeft { + clear: left; +} + +/* line 29, colorbox.scss */ +#cboxContent { + position: relative; +} + +/* line 33, colorbox.scss */ +#cboxLoadedContent { + overflow: auto; + -webkit-overflow-scrolling: touch; +} + +/* line 38, colorbox.scss */ +#cboxTitle { + margin: 0; +} + +/* line 42, colorbox.scss */ +#cboxLoadingOverlay, +#cboxLoadingGraphic { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +/* line 51, colorbox.scss */ +#cboxPrevious, +#cboxNext, +#cboxClose, +#cboxSlideshow { + cursor: pointer; +} + +/*.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} +.cboxIframe{background:#fff; width:100%; height:100%; display:block; border:0; padding:0; margin:0;}*/ +/* line 60, colorbox.scss */ +#colorbox, +#cboxContent, +#cboxLoadedContent { + box-sizing: content-box; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; +} + +/* line 68, colorbox.scss */ +#colorbox { + outline: 0; +} + +/* line 72, colorbox.scss */ +#cboxContent { + background: #fff; + overflow: hidden; + border: 10px solid #4e984a; + border-radius: 15px; + padding: 5px; +} + +/* line 80, colorbox.scss */ +#cboxLoadedContent { + margin-top: 0px; +} + +/* line 84, colorbox.scss */ +#cboxTitle { + position: absolute; + top: 4px; + left: 0; + text-align: center; + width: 100%; + color: #949494; +} + +/* line 93, colorbox.scss */ +#cboxCurrent { + position: absolute; + top: 4px; + left: 58px; + color: #949494; +} + +/* line 100, colorbox.scss */ +#cboxLoadingOverlay { + background: url(../images/colorbox/loading_background.png) no-repeat center center; +} + +/* line 104, colorbox.scss */ +#cboxLoadingGraphic { + background: url(../images/colorbox/loading.gif) no-repeat center center; +} + +/* line 108, colorbox.scss */ +#cboxPrevious, +#cboxNext, +#cboxSlideshow, +#cboxClose { + border: 0; + padding: 0; + margin: 0; + overflow: visible; + width: auto; + background: none; +} +/* line 118, colorbox.scss */ +#cboxPrevious:active, +#cboxNext:active, +#cboxSlideshow:active, +#cboxClose:active { + outline: 0; +} + +/* line 127, colorbox.scss */ +#cboxClose { + position: absolute; + top: 0; + right: 0; + width: 25px; +} +/* line 133, colorbox.scss */ +#cboxClose:before { + content: '\f057'; + font-family: 'FontAwesome'; + font-size: 20px; + color: #4e984a; +} + +/* line 143, colorbox.scss */ +.cboxIE #cboxTopLeft, +.cboxIE #cboxTopCenter, +.cboxIE #cboxTopRight, +.cboxIE #cboxBottomLeft, +.cboxIE #cboxBottomCenter, +.cboxIE #cboxBottomRight, +.cboxIE #cboxMiddleLeft, +.cboxIE #cboxMiddleRight { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); +} + /* line 3, fonts.scss */ .font-regular { font-weight: 400 !important; diff --git a/header.php b/header.php index 121212b..2ba6884 100644 --- a/header.php +++ b/header.php @@ -21,7 +21,7 @@