diff --git a/sites/all/modules/contrib/admin/menu_attributes/CHANGELOG.txt b/sites/all/modules/contrib/admin/menu_attributes/CHANGELOG.txt new file mode 100644 index 00000000..c636db9e --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/CHANGELOG.txt @@ -0,0 +1,38 @@ + +Menu attributes 7.x-1.0-rc3, 2014-07-05 +------------------------------------ +- #2185403 by juanjo_dv: Fixed Localizable options for link target. +- 80 char coding standards +- #1488960 by andrewmacpherson, michaek | JamesRobertson: Added Attributes for LI element. +- #1627806 by d.clarke | clavigne: Added Move Attributes into its own fieldset within the Menu settings area. +- #1894772 by amateescu, alberto56: Fixed hook_menu_attribute_info() API example. +- #1909564 by opi: Fixed Typo in menu_attributes_menu_attribute_info() comment. +- #1761804 by osopolar, quicksketch: Do not add empty classes produced by leading, trailing or double spaces. +- #1077426 by cweagans: Followup: Fix permission checks. +- #1886014 by Berdir: Fixed Argument 2 passed to _menu_attributes_form_alter() must be an array, null given. + +Menu attributes 7.x-1.0-rc2, 2011-10-07 +---------------------------------------- +- #1151594 by amateescu: Fix hook_form_alter() fatal error by checking the correct form element. +- #1077426 by Kevin Quillen, amateescu and Dave Reid: Added permissions. +- #863670 by amateescu: Add hook documentation in menu_attributes.api.php +- #863654 by amateescu and Dave Reid: Add vertical tabs summaries. +- #863658 by amateescu: Write Simpletests and enable automated testing. +- #1266456 by amateescu and davereid: Menu attributes does not accept 0 as an access key. +- #1200928 by dalin, amateescu: Fixed menu link edit form does not save values for existing menu links since $form['options']['#value']['attributes'] is defined. +- #1200932 by dalin, amateescu: Fixed $form['options'] should not get overwritten. + +Menu attributes 7.x-1.0-rc1, 2011-05-02 +---------------------------------------- +- Unify _menu_attributes_form_alter() to not clobber any other attributes or options in the link data. +- #1132782: Added update function to fix any menu links that had the class attribute saved as a string rather than an array. +- #1144502: Fixed attribute configuration not showing up on menu settings page. +- Stripping CVS keywords. +- #994402 by das-peter, Dave Reid: Fixed Prevent error in menu_attributes_menu_link_alter() if an attribute is not a string. +- by Dave Reid: Use hook_form_node_form_alter() instead of hook_form_alter(). +- by Dave Reid: Store class values as an array rather than a string. + +Menu attributes 7.x-1.0-beta1, 2010-07-24 +------------------------------------------ +- by Dave Reid: Moved the description element handling back into menu_attributes_form_menu_edit_item_alter() and improved display of attribute form elements. +- #783590 by Dave Reid: Ported to Drupal 7. diff --git a/sites/all/modules/contrib/admin/menu_attributes/LICENSE.txt b/sites/all/modules/contrib/admin/menu_attributes/LICENSE.txt new file mode 100644 index 00000000..d159169d --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/LICENSE.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.api.php b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.api.php new file mode 100644 index 00000000..a6b138d6 --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.api.php @@ -0,0 +1,54 @@ + t('Tabindex'), + 'description' => t('Specifies the tab order for the link.'), + 'form' => array( + '#maxlength' => 3, + '#size' => 2, + ), + 'scope' => array(MENU_ATTRIBUTES_LINK), + ); + + return $info; +} + +/** + * Alter the list of menu item attributes. + * + * @param $attributes + * An array of attributes to be controlled by Menu Attributes, keyed by + * attribute name. + * + * @see hook_menu_attribute_info() + * @see menu_attributes_get_menu_attribute_info() + */ +function hook_menu_attribute_info_alter(array &$attributes) { + // Remove the Access Key attribute. + unset($attributes['accesskey']); +} diff --git a/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.info b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.info new file mode 100644 index 00000000..e5aee969 --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.info @@ -0,0 +1,14 @@ +name = Menu attributes +description = "Allows administrators to specify custom attributes for menu items." +dependencies[] = menu +core = 7.x +configure = admin/structure/menu/settings + +files[] = menu_attributes.test + +; Information added by Drupal.org packaging script on 2015-01-02 +version = "7.x-1.0-rc3+1-dev" +core = "7.x" +project = "menu_attributes" +datestamp = "1420231982" + diff --git a/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.install b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.install new file mode 100644 index 00000000..14c80fee --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.install @@ -0,0 +1,98 @@ +fields(array( + 'weight' => 10, + )) + ->condition('type', 'module') + ->condition('name', 'menu_attributes') + ->execute(); +} + +/** + * Implements hook_uninstall(). + */ +function menu_attributes_uninstall() { + drupal_load('module', 'menu_attributes'); + $attributes = menu_attributes_menu_attribute_info(); + foreach (array_keys($attributes) as $attribute) { + variable_del("menu_attributes_{$attribute}_enable"); + variable_del("menu_attributes_{$attribute}_default"); + } +} + +/** + * Update the module weight. + */ +function menu_attributes_update_1() { + db_update('system') + ->fields(array( + 'weight' => 10, + )) + ->condition('type', 'module') + ->condition('name', 'menu_attributes') + ->execute(); +} + +/** + * Fix any menu links that had the class attribute saved as an string. + */ +function menu_attributes_update_7000(&$sandbox) { + if (!isset($sandbox['progress'])) { + $sandbox['progress'] = 0; + $sandbox['current_mlid'] = 0; + // Only count links that possibly have a key class with a string value in + // its serialized options array. + $sandbox['max'] = db_query("SELECT COUNT(DISTINCT mlid) FROM {menu_links} WHERE options LIKE '%s:5:\"class\";s:%'")->fetchField(); + } + + // Process twenty links at a time. + $limit = 20; + + $links = db_query_range("SELECT mlid, options FROM {menu_links} WHERE mlid > :mlid AND options LIKE '%s:5:\"class\";s:%' ORDER BY mlid", 0, $limit, array(':mlid' => $sandbox['current_mlid']))->fetchAllKeyed(); + foreach ($links as $mlid => $options) { + $options = unserialize($options); + + if (isset($options['attributes']['class']) && is_string($options['attributes']['class'])) { + // Convert classes to an array. + $options['attributes']['class'] = explode(' ', $options['attributes']['class']); + db_update('menu_links') + ->fields(array( + 'options' => serialize($options), + )) + ->condition('mlid', $mlid) + ->execute(); + } + + $sandbox['progress']++; + $sandbox['current_mlid'] = $mlid; + } + + $sandbox['#finished'] = empty($sandbox['max']) ? 1 : ($sandbox['progress'] / $sandbox['max']); + + // To display a message to the user when the update is completed, return it. + // If you do not want to display a completion message, simply return nothing. + return t('All menu links with non-array value for class attribute have been fixed.'); +} + +/** + * Grant the 'administer menu attributes' permission to roles that currently + * have the 'administer menu' permission. + */ +function menu_attributes_update_7001() { + $roles = user_roles(FALSE, 'administer menu'); + foreach ($roles as $rid => $role) { + user_role_grant_permissions($rid, array('administer menu attributes')); + } + + return t("Every role with the 'administer menu' permission has also received the 'administer menu attributes' permission."); +} diff --git a/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.js b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.js new file mode 100644 index 00000000..07a0c9e5 --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.js @@ -0,0 +1,119 @@ +(function ($) { + +/** + * Provide the summary information for the menu attributes vertical tabs. + */ +Drupal.behaviors.menuAttributesOptionsSummary = { + attach: function (context) { + // Menu item title. + $('fieldset#edit-title', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + var value = $('.form-textarea', context).val(); + if (!value) { + return Drupal.t('No title'); + } + else { + return Drupal.checkPlain(value); + } + }); + + // Menu item ID. + $('fieldset#edit-id', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + var value = $('.form-text', context).val(); + if (!value) { + return Drupal.t('No ID'); + } + else { + return Drupal.checkPlain(value); + } + }); + + // Menu item name. + $('fieldset#edit-name', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + var value = $('.form-text', context).val(); + if (!value) { + return Drupal.t('No name'); + } + else { + return Drupal.checkPlain(value); + } + }); + + // Menu item relationship. + $('fieldset#edit-rel', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + var value = $('.form-text', context).val(); + if (!value) { + return Drupal.t('No relationship'); + } + else { + return Drupal.checkPlain(value); + } + }); + + // Menu item classes. + $('fieldset#edit-class', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + var value = $('.form-text', context).val(); + if (!value) { + return Drupal.t('No classes'); + } + else { + return Drupal.checkPlain(value.replace(/\s/g, ', ')); + } + }); + + // Menu item style. + $('fieldset#edit-style', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + var value = $('.form-text', context).val(); + if (!value) { + return Drupal.t('No style'); + } + else { + return Drupal.checkPlain(value); + } + }); + + // Menu item target. + $('fieldset#edit-target', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + + var value = $('.form-select option:selected', context).text(); + return Drupal.checkPlain(value); + }); + + // Menu item access key. + $('fieldset#edit-accesskey', context).drupalSetSummary(function (context) { + if (!$('input[type="checkbox"]:checked', context).val()) { + return Drupal.t('Disabled'); + } + var value = $('.form-text', context).val(); + if (!value) { + return Drupal.t('No access key'); + } + else { + return Drupal.checkPlain(value); + } + }); + + } +}; + +})(jQuery); diff --git a/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.module b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.module new file mode 100644 index 00000000..6b0cdde9 --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.module @@ -0,0 +1,353 @@ + array( + 'title' => t('Administer menu attributes'), + 'description' => t('Administer menu attributes.'), + ), + ); +} + +/** + * Implements hook_menu_link_alter(). + */ +function menu_attributes_menu_link_alter(&$item, $menu) { + if (isset($item['options']['attributes']) && is_array($item['options']['attributes'])) { + // Filter out blank attributes. + foreach ($item['options']['attributes'] as $key => $value) { + if ((is_array($value) && empty($value)) || is_string($value) && !drupal_strlen($value)) { + unset($item['options']['attributes'][$key]); + } + } + + // Convert classes to an array. + if (isset($item['options']['attributes']['class']) && is_string($item['options']['attributes']['class'])) { + $item['options']['attributes']['class'] = array_filter(explode(' ', $item['options']['attributes']['class'])); + } + } +} + +/** + * Implements hook_menu_attribute_info(). + */ +function menu_attributes_menu_attribute_info() { + $info['title'] = array( + 'label' => t('Title'), + 'description' => t('The description displayed when hovering over the link.'), + 'form' => array( + '#type' => 'textarea', + '#rows' => 2, + ), + 'scope' => array(MENU_ATTRIBUTES_LINK), + ); + $info['id'] = array( + 'label' => t('ID'), + 'description' => t('Specifies a unique ID for the link.'), + 'scope' => array(MENU_ATTRIBUTES_LINK, MENU_ATTRIBUTES_ITEM), + ); + $info['name'] = array( + 'label' => t('Name'), + 'scope' => array(MENU_ATTRIBUTES_LINK), + ); + $info['rel'] = array( + 'label' => t('Relationship'), + 'description' => t("Specifies the relationship between the current page and the link. Enter 'nofollow' here to nofollow this link."), + 'scope' => array(MENU_ATTRIBUTES_LINK), + ); + $info['class'] = array( + 'label' => t('Classes'), + 'description' => t('Enter additional classes to be added to the link.'), + 'scope' => array(MENU_ATTRIBUTES_LINK, MENU_ATTRIBUTES_ITEM), + ); + $info['style'] = array( + 'label' => t('Style'), + 'description' => t('Enter additional styles to be applied to the link.'), + 'scope' => array(MENU_ATTRIBUTES_LINK, MENU_ATTRIBUTES_ITEM), + ); + $info['target'] = array( + 'label' => t('Target'), + 'description' => t('Specifies where to open the link. Using this attribute breaks XHTML validation.'), + 'form' => array( + '#type' => 'select', + '#options' => array( + '' => t('None (i.e. same window)'), + '_blank' => t('New window (_blank)'), + '_top' => t('Top window (_top)'), + '_self' => t('Same window (_self)'), + '_parent' => t('Parent window (_parent)'), + ), + ), + 'scope' => array(MENU_ATTRIBUTES_LINK), + ); + $info['accesskey'] = array( + 'label' => t('Access Key'), + 'description' => t('Specifies a keyboard shortcut to access this link.', array('@accesskey' => url('http://en.wikipedia.org/wiki/Access_keys'))), + 'form' => array( + '#maxlength' => 1, + '#size' => 1, + ), + 'scope' => array(MENU_ATTRIBUTES_LINK), + ); + return $info; +} + +/** + * Fetch an array of menu attributes. + */ +function menu_attributes_get_menu_attribute_info() { + $attributes = module_invoke_all('menu_attribute_info'); + + // Merge in default values. + foreach ($attributes as $attribute => &$info) { + $info += array( + 'form' => array(), + 'enabled' => variable_get("menu_attributes_{$attribute}_enable", 1), + 'default' => '', + ); + $info['form'] += array( + '#type' => 'textfield', + '#title' => $info['label'], + '#description' => isset($info['description']) ? $info['description'] : '', + '#default_value' => variable_get("menu_attributes_{$attribute}_default", $info['default']), + ); + } + drupal_alter('menu_attribute_info', $attributes); + + return $attributes; +} + +/** + * Implements hook_form_FORM_ID_alter(). + * + * Adds menu attribute options to the edit menu item form. + * + * @see menu_edit_item() + * @see _menu_attributes_form_alter() + * @see menu_attributes_form_menu_edit_item_submit() + */ +function menu_attributes_form_menu_edit_item_alter(&$form, $form_state) { + $item = $form['original_item']['#value']; + _menu_attributes_form_alter($form, $item, $form); +} + +/** + * Implements hook_form_FORM_ID_alter(). + * + * Adds menu attribute options to the node's edit menu item form. + * + * @see _menu_attributes_form_alter() + */ +function menu_attributes_form_node_form_alter(&$form, $form_state) { + if (isset($form['menu']['link']) && isset($form['#node']->menu)) { + $item = $form['#node']->menu; + _menu_attributes_form_alter($form['menu']['link'], $item, $form); + } +} + +/** + * Add the menu attributes to a menu item edit form. + * + * @param $form + * The menu item edit form passed by reference. + * @param $item + * The optional existing menu item for context. + */ +function _menu_attributes_form_alter(array &$form, array $item = array(), array &$complete_form) { + $form['options']['#tree'] = TRUE; + $form['options']['#weight'] = 50; + + // Unset the previous value so that the new values get saved. + unset($form['options']['#value']['attributes']); + unset($form['options']['#value']['item_attributes']); + + $form['options'][MENU_ATTRIBUTES_LINK] = array( + '#type' => 'fieldset', + '#title' => t('Menu link attributes'), + '#collapsible' => TRUE, + '#collapsed' => TRUE, + '#tree' => TRUE, + ); + + $form['options'][MENU_ATTRIBUTES_ITEM] = array( + '#type' => 'fieldset', + '#title' => t('Menu item attributes'), + '#collapsible' => TRUE, + '#collapsed' => TRUE, + '#tree' => TRUE, + ); + + $attributes = menu_attributes_get_menu_attribute_info(); + foreach ($attributes as $attribute => $info) { + // If no scope is set, this attribute should be available to both link + // and item. + if (!isset($info['scope'])) { + $info['scope'] = array(MENU_ATTRIBUTES_LINK, MENU_ATTRIBUTES_ITEM); + } + + // Define fields for each scope. + foreach ($info['scope'] as $group) { + // Merge in the proper default value. + if (isset($item['options'][$group][$attribute])) { + // If the menu link already has this attribute, use it. + $info['form']['#default_value'] = $item['options'][$group][$attribute]; + // Convert the classes array to a string for the form. + if ($attribute == 'class' && is_array($info['form']['#default_value'])) { + $info['form']['#default_value'] = implode(' ', $info['form']['#default_value']); + } + } + elseif ($item['mlid']) { + // If this is an existing link, use the raw default (usually empty). + $info['form']['#default_value'] = $info['default']; + } + $form['options'][$group][$attribute] = $info['form'] + array( + '#access' => $info['enabled'], + ); + } + } + + // Add form values for the reset of $item['options'] and + // $item['options']['attributes'] so the values will carry over during save. + foreach ($item['options'] as $key => $value) { + if ($key !== 'attributes' && !isset($form['options'][$key])) { + $form['options'][$key] = array( + '#type' => 'value', + '#value' => $value, + ); + } + } + foreach (array(MENU_ATTRIBUTES_LINK, MENU_ATTRIBUTES_ITEM) as $group) { + if (isset($item['options'][$group])) { + foreach ($item['options'][$group] as $key => $value) { + if (!isset($form['options'][$group][$key])) { + $form['options'][$group][$key] = array( + '#type' => 'value', + '#value' => $value, + ); + } + } + } + } + + // Hide the 'description' field since we will be using our own 'title' field. + if (isset($form['description'])) { + $form['description']['#access'] = FALSE; + + // Because this form uses a special $form['description'] field which is + // really the 'title' attribute, we need to add special pre-submit handling + // to ensure our field gets saved as the title attribute. + array_unshift($complete_form['#submit'], '_menu_attributes_form_submit'); + } + + // Restrict access to the new form elements. + $has_visible_children = (bool) element_get_visible_children($form['options']['attributes']); + $user_has_access = user_access('administer menu attributes'); + $form['options']['attributes']['#access'] = ($has_visible_children && $user_has_access); +} + +/** + * Form submit handler for menu item links. + * + * Move the title attributes value into the 'description' value so that it + * will get properly saved. + */ +function _menu_attributes_form_submit($form, &$form_state) { + if (isset($form_state['values']['menu']['options']['attributes']['title'])) { + $form_state['values']['menu']['description'] = $form_state['values']['menu']['options']['attributes']['title']; + } + elseif (isset($form_state['values']['options']['attributes']['title'])) { + $form_state['values']['description'] = $form_state['values']['options']['attributes']['title']; + } +} + +/** + * Implements hook_form_FORM_ID_alter(). + * + * Alters the menu settings form with our menu attribute settings. + * + * @see menu_configure_form() + */ +function menu_attributes_form_menu_configure_alter(&$form, $form_state) { + if (!user_access('administer menu attributes')) { + return; + } + + $form['attributes_title'] = array( + '#type' => 'item', + '#title' => t('Menu item attribute options'), + ); + $form['attributes_vertical_tabs'] = array( + '#type' => 'vertical_tabs', + '#attached' => array( + 'js' => array(drupal_get_path('module', 'menu_attributes') . '/menu_attributes.js'), + ), + ); + + $attributes = menu_attributes_get_menu_attribute_info(); + foreach ($attributes as $attribute => $info) { + $form['attributes'][$attribute] = array( + '#type' => 'fieldset', + '#title' => $info['label'], + '#group' => 'attributes_vertical_tabs', + '#description' => $info['form']['#description'], + ); + $form['attributes'][$attribute]["menu_attributes_{$attribute}_enable"] = array( + '#type' => 'checkbox', + '#title' => t('Enable the @attribute attribute.', array('@attribute' => drupal_strtolower($info['label']))), + '#default_value' => $info['enabled'], + ); + $form['attributes'][$attribute]["menu_attributes_{$attribute}_default"] = array( + '#title' => t('Default'), + '#description' => '', + '#states' => array( + 'invisible' => array( + 'input[name="menu_attributes_' . $attribute . '_enable"]' => array('checked' => FALSE), + ), + ), + ) + $info['form']; + } +} + +/** + * Implements MODULE_preprocess_HOOK(). + * + * Adds appropriate attributes to the list item. + * + * @see theme_menu_link() + */ +function menu_attributes_preprocess_menu_link(&$variables) { + $options = &$variables['element']['#localized_options']; + $attributes = &$variables['element']['#attributes']; + + if (isset($options['item_attributes'])) { + foreach ($options['item_attributes'] as $attribute => $value) { + if (!empty($value)) { + // Class get's special treatment, as it's an array and it should not + // replace existing values. + if ($attribute == 'class') { + $value = explode(' ', $value); + if (isset($attributes[$attribute])) { + $value = array_merge($attributes[$attribute], $value); + } + } + // Override the attribute. + $attributes[$attribute] = $value; + } + } + + // Clean up, so we're not passing this to l(). + unset($options['item_attributes']); + } +} diff --git a/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.test b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.test new file mode 100644 index 00000000..4cabdfd0 --- /dev/null +++ b/sites/all/modules/contrib/admin/menu_attributes/menu_attributes.test @@ -0,0 +1,267 @@ +admin_user = $this->drupalCreateUser(array( + 'administer menu attributes', + 'access administration pages', + 'administer content types', + 'administer menu', + 'create page content', + 'edit any page content', + 'delete any page content', + )); + + $this->menu_attributes_new = array( + 'title' => $this->randomName(10), + 'id' => $this->randomName(10), + 'name' => $this->randomName(10), + 'rel' => $this->randomName(10), + 'class' => $this->randomName(10), + 'style' => $this->randomName(10), + 'target' => '_top', + 'accesskey' => $this->randomName(1), + ); + + $this->menu_attributes_edit = array( + 'title' => $this->randomName(10), + 'id' => $this->randomName(10), + 'name' => $this->randomName(10), + 'rel' => $this->randomName(10), + 'class' => $this->randomName(10), + 'style' => $this->randomName(10), + 'target' => '_self', + 'accesskey' => $this->randomName(1), + ); + } + + /** + * Add or edit a menu link using the menu module UI. + * + * @param integer $plid Parent menu link id. + * @param string $link Link path. + * @param string $menu_name Menu name. + * + * @return array Menu link created. + */ + function crudMenuLink($mlid = 0, $plid = 0, $link = '', $menu_name = 'navigation') { + // View add/edit menu link page. + if (empty($mlid)) { + $this->drupalGet("admin/structure/menu/manage/$menu_name/add"); + $menu_attributes = $this->menu_attributes_new; + } + else { + $this->drupalGet("admin/structure/menu/item/$mlid/edit"); + $menu_attributes = $this->menu_attributes_edit; + } + $this->assertResponse(200); + + $title = '!link_' . $this->randomName(16); + $edit = array( + 'link_path' => $link, + 'link_title' => $title, + 'enabled' => TRUE, // Use this to disable the menu and test. + 'expanded' => TRUE, // Setting this to true should test whether it works when we do the std_user tests. + 'parent' => $menu_name . ':' . $plid, + 'weight' => '0', + 'options[attributes][title]' => $menu_attributes['title'], + 'options[attributes][id]' => $menu_attributes['id'], + 'options[attributes][name]' => $menu_attributes['name'], + 'options[attributes][rel]' => $menu_attributes['rel'], + 'options[attributes][class]' => $menu_attributes['class'], + 'options[attributes][style]' => $menu_attributes['style'], + 'options[attributes][target]' => $menu_attributes['target'], + 'options[attributes][accesskey]' => $menu_attributes['accesskey'], + ); + + // Add menu link. + $this->drupalPost(NULL, $edit, t('Save')); + + $item = db_query('SELECT * FROM {menu_links} WHERE link_title = :title', array(':title' => $title))->fetchAssoc(); + + return $item; + } + + function assertMenuAttributes($form_parent, $action = 'new') { + if ($action == 'new') { + foreach ($this->menu_attributes_new as $attribute => $value) { + $this->assertFieldByName($form_parent . '[' . $attribute . ']', $value, t("'$attribute' attribute correct in edit form.")); + } + } + else { + foreach ($this->menu_attributes_edit as $attribute => $value) { + $this->assertFieldByName($form_parent . '[' . $attribute . ']', $value, t("New '$attribute' attribute correct in edit form.")); + } + } + } +} + +/** + * Test basic functionality. + */ +class MenuAttributesTestCase extends MenuAttributesTestHelper { + public static function getInfo() { + return array( + 'name' => 'Menu attributes', + 'description' => 'Tests menu attributes functionality.', + 'group' => 'Menu', + ); + } + + function setUp(array $modules = array()) { + parent::setUp($modules); + } + + /** + * Tests menu attributes functionality. + */ + function testMenuAttributes() { + // Login the user. + $this->drupalLogin($this->admin_user); + + $menu_name = 'navigation'; + + // Add a node to be used as a link for menu links. + $node = $this->drupalCreateNode(array('type' => 'page')); + + // Add a menu link. + $item = $this->crudMenuLink(0, 0, 'node/' . $node->nid, $menu_name); + + $this->drupalGet('admin/structure/menu/item/' . $item['mlid'] . '/edit'); + $this->assertMenuAttributes('options[attributes]', 'new'); + + // Edit the previously created menu link. + $item = $this->crudMenuLink($item['mlid'], 0, 'node/' . $node->nid, $menu_name); + + $this->drupalGet('admin/structure/menu/item/' . $item['mlid'] . '/edit'); + $this->assertMenuAttributes('options[attributes]', 'edit'); + } +} + +/** + * Test menu attributes settings for nodes. + */ +class MenuAttributesNodeTestCase extends MenuAttributesTestHelper { + public static function getInfo() { + return array( + 'name' => 'Menu attributes settings for nodes', + 'description' => 'Add, edit, and delete a node with menu link.', + 'group' => 'Menu', + ); + } + + function setUp(array $modules = array()) { + parent::setUp($modules); + $this->drupalLogin($this->admin_user); + } + + /** + * Test creating, editing, deleting menu links via node form widget. + */ + function testMenuNodeFormWidget() { + // Enable Navigation menu as available menu. + $edit = array( + 'menu_options[navigation]' => 1, + ); + $this->drupalPost('admin/structure/types/manage/page', $edit, t('Save content type')); + // Change default parent item to Navigation menu, so we can assert more + // easily. + $edit = array( + 'menu_parent' => 'navigation:0', + ); + $this->drupalPost('admin/structure/types/manage/page', $edit, t('Save content type')); + + // Create a node. + $node_title = $this->randomName(); + $language = LANGUAGE_NONE; + $edit = array( + "title" => $node_title, + "body[$language][0][value]" => $this->randomString(), + ); + $this->drupalPost('node/add/page', $edit, t('Save')); + $node = $this->drupalGetNodeByTitle($node_title); + // Assert that there is no link for the node. + $this->drupalGet(''); + $this->assertNoLink($node_title); + + // Edit the node, enable the menu link setting, but skip the link title. + $edit = array( + 'menu[enabled]' => 1, + ); + $this->drupalPost('node/' . $node->nid . '/edit', $edit, t('Save')); + // Assert that there is no link for the node. + $this->drupalGet(''); + $this->assertNoLink($node_title); + + // Edit the node and create a menu link with attributes. + $edit = array( + 'menu[enabled]' => 1, + 'menu[link_title]' => $node_title, + 'menu[weight]' => 17, + 'menu[options][attributes][title]' => $this->menu_attributes_new['title'], + 'menu[options][attributes][id]' => $this->menu_attributes_new['id'], + 'menu[options][attributes][name]' => $this->menu_attributes_new['name'], + 'menu[options][attributes][rel]' => $this->menu_attributes_new['rel'], + 'menu[options][attributes][class]' => $this->menu_attributes_new['class'], + 'menu[options][attributes][style]' => $this->menu_attributes_new['style'], + 'menu[options][attributes][target]' => $this->menu_attributes_new['target'], + 'menu[options][attributes][accesskey]' => $this->menu_attributes_new['accesskey'], + ); + $this->drupalPost('node/' . $node->nid . '/edit', $edit, t('Save')); + // Assert that the link exists. + $this->drupalGet(''); + $this->assertLink($node_title); + + // Assert that the link attributes exist. + $this->drupalGet('node/' . $node->nid . '/edit'); + $this->assertMenuAttributes('menu[options][attributes]', 'new'); + + // Edit the node again and change the menu link attributes. + $edit = array( + 'menu[enabled]' => 1, + 'menu[link_title]' => $node_title, + 'menu[weight]' => 17, + 'menu[options][attributes][title]' => $this->menu_attributes_edit['title'], + 'menu[options][attributes][id]' => $this->menu_attributes_edit['id'], + 'menu[options][attributes][name]' => $this->menu_attributes_edit['name'], + 'menu[options][attributes][rel]' => $this->menu_attributes_edit['rel'], + 'menu[options][attributes][class]' => $this->menu_attributes_edit['class'], + 'menu[options][attributes][style]' => $this->menu_attributes_edit['style'], + 'menu[options][attributes][target]' => $this->menu_attributes_edit['target'], + 'menu[options][attributes][accesskey]' => $this->menu_attributes_edit['accesskey'], + ); + $this->drupalPost('node/' . $node->nid . '/edit', $edit, t('Save')); + + // Assert that the link attributes exist. + $this->drupalGet('node/' . $node->nid . '/edit'); + $this->assertMenuAttributes('menu[options][attributes]', 'edit'); + + // Edit the node and remove the menu link. + $edit = array( + 'menu[enabled]' => FALSE, + ); + $this->drupalPost('node/' . $node->nid . '/edit', $edit, t('Save')); + // Assert that there is no link for the node. + $this->drupalGet(''); + $this->assertNoLink($node_title); + } +} diff --git a/sites/all/modules/features/materio_home_v2/materio_home_v2.features.menu_links.inc b/sites/all/modules/features/materio_home_v2/materio_home_v2.features.menu_links.inc new file mode 100644 index 00000000..36fa4875 --- /dev/null +++ b/sites/all/modules/features/materio_home_v2/materio_home_v2.features.menu_links.inc @@ -0,0 +1,173 @@ + 'menu-home-v2', + 'link_path' => 'actuality', + 'router_path' => 'actuality', + 'link_title' => 'Actualité', + 'options' => array( + 'alter' => TRUE, + 'attributes' => array( + 'class' => array( + 0 => 'news-link', + ), + ), + 'item_attributes' => array( + 'id' => '', + 'class' => '', + 'style' => '', + ), + 'identifier' => 'menu-home-v2_actualit:actuality', + ), + 'module' => 'menu', + 'hidden' => 0, + 'external' => 0, + 'has_children' => 0, + 'expanded' => 0, + 'weight' => 4, + 'customized' => 1, + 'language' => 'und', + 'menu_links_customized' => 1, + ); + // Exported menu link: menu-home-v2_la-base-de-donnes:node/13052 + $menu_links['menu-home-v2_la-base-de-donnes:node/13052'] = array( + 'menu_name' => 'menu-home-v2', + 'link_path' => 'node/13052', + 'router_path' => 'node/%', + 'link_title' => 'La base de données', + 'options' => array( + 'alter' => TRUE, + 'attributes' => array( + 'class' => array( + 0 => 'bdd-link', + ), + ), + 'item_attributes' => array( + 'id' => '', + 'class' => '', + 'style' => '', + ), + 'identifier' => 'menu-home-v2_la-base-de-donnes:node/13052', + ), + 'module' => 'menu', + 'hidden' => 0, + 'external' => 0, + 'has_children' => 0, + 'expanded' => 0, + 'weight' => 1, + 'customized' => 1, + 'language' => 'und', + 'menu_links_customized' => 1, + ); + // Exported menu link: menu-home-v2_le-showroom:node/13051 + $menu_links['menu-home-v2_le-showroom:node/13051'] = array( + 'menu_name' => 'menu-home-v2', + 'link_path' => 'node/13051', + 'router_path' => 'node/%', + 'link_title' => 'Le showroom', + 'options' => array( + 'alter' => TRUE, + 'attributes' => array( + 'class' => array( + 0 => 'showroom-link', + ), + ), + 'item_attributes' => array( + 'id' => '', + 'class' => '', + 'style' => '', + ), + 'identifier' => 'menu-home-v2_le-showroom:node/13051', + ), + 'module' => 'menu', + 'hidden' => 0, + 'external' => 0, + 'has_children' => 0, + 'expanded' => 0, + 'weight' => 0, + 'customized' => 1, + 'language' => 'und', + 'menu_links_customized' => 1, + ); + // Exported menu link: menu-home-v2_les-formations:node/13053 + $menu_links['menu-home-v2_les-formations:node/13053'] = array( + 'menu_name' => 'menu-home-v2', + 'link_path' => 'node/13053', + 'router_path' => 'node/%', + 'link_title' => 'Les formations', + 'options' => array( + 'alter' => TRUE, + 'attributes' => array( + 'class' => array( + 0 => 'formations-link', + ), + ), + 'item_attributes' => array( + 'id' => '', + 'class' => '', + 'style' => '', + ), + 'identifier' => 'menu-home-v2_les-formations:node/13053', + ), + 'module' => 'menu', + 'hidden' => 0, + 'external' => 0, + 'has_children' => 0, + 'expanded' => 0, + 'weight' => 2, + 'customized' => 1, + 'language' => 'und', + 'menu_links_customized' => 1, + ); + // Exported menu link: menu-home-v2_les-services-sur-mesure:node/13054 + $menu_links['menu-home-v2_les-services-sur-mesure:node/13054'] = array( + 'menu_name' => 'menu-home-v2', + 'link_path' => 'node/13054', + 'router_path' => 'node/%', + 'link_title' => 'Les services sur mesure', + 'options' => array( + 'alter' => TRUE, + 'attributes' => array( + 'class' => array( + 0 => 'services-link', + ), + ), + 'item_attributes' => array( + 'id' => '', + 'class' => '', + 'style' => '', + ), + 'identifier' => 'menu-home-v2_les-services-sur-mesure:node/13054', + ), + 'module' => 'menu', + 'hidden' => 0, + 'external' => 0, + 'has_children' => 0, + 'expanded' => 0, + 'weight' => 3, + 'customized' => 1, + 'language' => 'und', + 'menu_links_customized' => 1, + ); + // Translatables + // Included for use with string extractors like potx. + t('Actualité'); + t('La base de données'); + t('Le showroom'); + t('Les formations'); + t('Les services sur mesure'); + + + return $menu_links; +} diff --git a/sites/all/modules/features/materio_home_v2/materio_home_v2.info b/sites/all/modules/features/materio_home_v2/materio_home_v2.info index 8c9ccb97..dfffbd41 100644 --- a/sites/all/modules/features/materio_home_v2/materio_home_v2.info +++ b/sites/all/modules/features/materio_home_v2/materio_home_v2.info @@ -7,6 +7,7 @@ dependencies[] = features dependencies[] = image dependencies[] = materio_publications dependencies[] = menu +dependencies[] = menu_attributes dependencies[] = page_manager dependencies[] = panels dependencies[] = panels_mini @@ -19,6 +20,11 @@ features[ctools][] = views:views_default:3.0 features[features_api][] = api:2 features[image][] = publications-home features[menu_custom][] = menu-home-v2 +features[menu_links][] = menu-home-v2_actualit:actuality +features[menu_links][] = menu-home-v2_la-base-de-donnes:node/13052 +features[menu_links][] = menu-home-v2_le-showroom:node/13051 +features[menu_links][] = menu-home-v2_les-formations:node/13053 +features[menu_links][] = menu-home-v2_les-services-sur-mesure:node/13054 features[page_manager_pages][] = home_v2 features[panels_mini][] = news_home_v2 features[views_view][] = news_home_v2 diff --git a/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc b/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc index 900a2c11..62862dae 100644 --- a/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc +++ b/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc @@ -150,7 +150,7 @@ function materio_home_v2_default_page_manager_pages() { 'settings' => NULL, ); $pane->css = array( - 'css_id' => '', + 'css_id' => 'showroom-pane', 'css_class' => 'showroom', ); $pane->extras = array(); @@ -182,7 +182,7 @@ function materio_home_v2_default_page_manager_pages() { 'settings' => NULL, ); $pane->css = array( - 'css_id' => '', + 'css_id' => 'bdd-pane', 'css_class' => 'bdd', ); $pane->extras = array(); @@ -208,7 +208,7 @@ function materio_home_v2_default_page_manager_pages() { 'settings' => NULL, ); $pane->css = array( - 'css_id' => '', + 'css_id' => 'news-pane', 'css_class' => 'news-panel', ); $pane->extras = array(); @@ -240,7 +240,7 @@ function materio_home_v2_default_page_manager_pages() { 'settings' => NULL, ); $pane->css = array( - 'css_id' => '', + 'css_id' => 'formations-pane', 'css_class' => 'formations', ); $pane->extras = array(); @@ -272,7 +272,7 @@ function materio_home_v2_default_page_manager_pages() { 'settings' => NULL, ); $pane->css = array( - 'css_id' => '', + 'css_id' => 'services-pane', 'css_class' => 'services', ); $pane->extras = array(); diff --git a/sites/all/modules/features/materio_home_v2/materio_home_v2.panels_default.inc b/sites/all/modules/features/materio_home_v2/materio_home_v2.panels_default.inc index 6d6f0460..322b3ea1 100644 --- a/sites/all/modules/features/materio_home_v2/materio_home_v2.panels_default.inc +++ b/sites/all/modules/features/materio_home_v2/materio_home_v2.panels_default.inc @@ -53,7 +53,10 @@ function materio_home_v2_default_panels_mini() { $pane->style = array( 'settings' => NULL, ); - $pane->css = array(); + $pane->css = array( + 'css_id' => '', + 'css_class' => 'news-letter', + ); $pane->extras = array(); $pane->position = 0; $pane->locks = array(); @@ -72,7 +75,10 @@ function materio_home_v2_default_panels_mini() { $pane->style = array( 'settings' => NULL, ); - $pane->css = array(); + $pane->css = array( + 'css_id' => 'news-pane', + 'css_class' => 'news', + ); $pane->extras = array(); $pane->position = 0; $pane->locks = array(); @@ -91,7 +97,10 @@ function materio_home_v2_default_panels_mini() { $pane->style = array( 'settings' => NULL, ); - $pane->css = array(); + $pane->css = array( + 'css_id' => '', + 'css_class' => 'daily', + ); $pane->extras = array(); $pane->position = 0; $pane->locks = array(); diff --git a/sites/all/modules/features/materio_home_v2/materio_home_v2.views_default.inc b/sites/all/modules/features/materio_home_v2/materio_home_v2.views_default.inc index 8695df03..9b1ffe24 100644 --- a/sites/all/modules/features/materio_home_v2/materio_home_v2.views_default.inc +++ b/sites/all/modules/features/materio_home_v2/materio_home_v2.views_default.inc @@ -38,33 +38,33 @@ function materio_home_v2_views_default_views() { $handler->display->display_options['style_plugin'] = 'default'; $handler->display->display_options['row_plugin'] = 'entity'; $handler->display->display_options['row_options']['view_mode'] = 'cardmedium'; - /* Champ: Contenu : Titre */ + /* Field: Content: Title */ $handler->display->display_options['fields']['title']['id'] = 'title'; $handler->display->display_options['fields']['title']['table'] = 'node'; $handler->display->display_options['fields']['title']['field'] = 'title'; $handler->display->display_options['fields']['title']['label'] = ''; $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Critère de tri: Contenu : Date de publication */ + /* Sort criterion: Content: Post date */ $handler->display->display_options['sorts']['created']['id'] = 'created'; $handler->display->display_options['sorts']['created']['table'] = 'node'; $handler->display->display_options['sorts']['created']['field'] = 'created'; $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Critère de filtrage: Contenu : Publié */ + /* Filter criterion: Content: Published */ $handler->display->display_options['filters']['status']['id'] = 'status'; $handler->display->display_options['filters']['status']['table'] = 'node'; $handler->display->display_options['filters']['status']['field'] = 'status'; $handler->display->display_options['filters']['status']['value'] = 1; $handler->display->display_options['filters']['status']['group'] = 1; $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Critère de filtrage: Contenu : Type */ + /* Filter criterion: Content: Type */ $handler->display->display_options['filters']['type']['id'] = 'type'; $handler->display->display_options['filters']['type']['table'] = 'node'; $handler->display->display_options['filters']['type']['field'] = 'type'; $handler->display->display_options['filters']['type']['value'] = array( 'breve' => 'breve', ); - /* Critère de filtrage: Processus : État actuel */ + /* Filter criterion: Workflow: Current state */ $handler->display->display_options['filters']['sid']['id'] = 'sid'; $handler->display->display_options['filters']['sid']['table'] = 'workflow_node'; $handler->display->display_options['filters']['sid']['field'] = 'sid'; @@ -94,28 +94,28 @@ function materio_home_v2_views_default_views() { $handler->display->display_options['defaults']['row_options'] = FALSE; $handler->display->display_options['defaults']['filter_groups'] = FALSE; $handler->display->display_options['defaults']['filters'] = FALSE; - /* Critère de filtrage: Contenu : Publié */ + /* Filter criterion: Content: Published */ $handler->display->display_options['filters']['status']['id'] = 'status'; $handler->display->display_options['filters']['status']['table'] = 'node'; $handler->display->display_options['filters']['status']['field'] = 'status'; $handler->display->display_options['filters']['status']['value'] = 1; $handler->display->display_options['filters']['status']['group'] = 1; $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Critère de filtrage: Contenu : Type */ + /* Filter criterion: Content: Type */ $handler->display->display_options['filters']['type']['id'] = 'type'; $handler->display->display_options['filters']['type']['table'] = 'node'; $handler->display->display_options['filters']['type']['field'] = 'type'; $handler->display->display_options['filters']['type']['value'] = array( 'simplenews' => 'simplenews', ); - /* Critère de filtrage: Processus : État actuel */ + /* Filter criterion: Workflow: Current state */ $handler->display->display_options['filters']['sid']['id'] = 'sid'; $handler->display->display_options['filters']['sid']['table'] = 'workflow_node'; $handler->display->display_options['filters']['sid']['field'] = 'sid'; $handler->display->display_options['filters']['sid']['value'] = array( 3 => '3', ); - /* Critère de filtrage: Contenu : Newsletter category (field_simplenews_term) */ + /* Filter criterion: Content: Newsletter category (field_simplenews_term) */ $handler->display->display_options['filters']['field_simplenews_term_tid']['id'] = 'field_simplenews_term_tid'; $handler->display->display_options['filters']['field_simplenews_term_tid']['table'] = 'field_data_field_simplenews_term'; $handler->display->display_options['filters']['field_simplenews_term_tid']['field'] = 'field_simplenews_term_tid'; @@ -124,7 +124,7 @@ function materio_home_v2_views_default_views() { ); $handler->display->display_options['filters']['field_simplenews_term_tid']['type'] = 'select'; $handler->display->display_options['filters']['field_simplenews_term_tid']['vocabulary'] = 'newsletter'; - /* Critère de filtrage: Parution de lettre d'information : État des envois */ + /* Filter criterion: Simplenews issue: Sent status */ $handler->display->display_options['filters']['status_1']['id'] = 'status_1'; $handler->display->display_options['filters']['status_1']['table'] = 'simplenews_newsletter'; $handler->display->display_options['filters']['status_1']['field'] = 'status'; @@ -151,6 +151,7 @@ function materio_home_v2_views_default_views() { t('Trier par'), t('Asc'), t('Desc'), + t('more'), t('home v2'), t('daily'), t('Daily materiO\''), @@ -185,33 +186,33 @@ function materio_home_v2_views_default_views() { $handler->display->display_options['style_plugin'] = 'default'; $handler->display->display_options['row_plugin'] = 'entity'; $handler->display->display_options['row_options']['view_mode'] = 'homeblock'; - /* Champ: Contenu : Titre */ + /* Field: Content: Title */ $handler->display->display_options['fields']['title']['id'] = 'title'; $handler->display->display_options['fields']['title']['table'] = 'node'; $handler->display->display_options['fields']['title']['field'] = 'title'; $handler->display->display_options['fields']['title']['label'] = ''; $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Critère de tri: Contenu : Date de publication */ + /* Sort criterion: Content: Post date */ $handler->display->display_options['sorts']['created']['id'] = 'created'; $handler->display->display_options['sorts']['created']['table'] = 'node'; $handler->display->display_options['sorts']['created']['field'] = 'created'; $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Critère de filtrage: Contenu : Publié */ + /* Filter criterion: Content: Published */ $handler->display->display_options['filters']['status']['id'] = 'status'; $handler->display->display_options['filters']['status']['table'] = 'node'; $handler->display->display_options['filters']['status']['field'] = 'status'; $handler->display->display_options['filters']['status']['value'] = 1; $handler->display->display_options['filters']['status']['group'] = 1; $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Critère de filtrage: Contenu : Type */ + /* Filter criterion: Content: Type */ $handler->display->display_options['filters']['type']['id'] = 'type'; $handler->display->display_options['filters']['type']['table'] = 'node'; $handler->display->display_options['filters']['type']['field'] = 'type'; $handler->display->display_options['filters']['type']['value'] = array( 'publication' => 'publication', ); - /* Critère de filtrage: Processus : État actuel */ + /* Filter criterion: Workflow: Current state */ $handler->display->display_options['filters']['sid']['id'] = 'sid'; $handler->display->display_options['filters']['sid']['table'] = 'workflow_node'; $handler->display->display_options['filters']['sid']['field'] = 'sid'; @@ -233,6 +234,7 @@ function materio_home_v2_views_default_views() { t('Trier par'), t('Asc'), t('Desc'), + t('more'), t('Home v2'), ); $export['publication_home_v2'] = $view; diff --git a/sites/all/themes/gui/materiobasetheme/bower.json b/sites/all/themes/gui/materiobasetheme/bower.json index 30780cb0..2e695504 100644 --- a/sites/all/themes/gui/materiobasetheme/bower.json +++ b/sites/all/themes/gui/materiobasetheme/bower.json @@ -19,6 +19,7 @@ "jquery.columnizer": "~1.6.2", "jquery.hotkeys": "jeresig/jquery.hotkeys#~0.2.0", "jquery.lazyload": "~1.9.5", - "skrollr": "~0.6.29" + "skrollr": "~0.6.29", + "skrollr-menu": "~1.0.2" } } diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/.bower.json b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/.bower.json new file mode 100644 index 00000000..fc446ef4 --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/.bower.json @@ -0,0 +1,39 @@ +{ + "name": "skrollr-menu", + "homepage": "http://prinzhorn.github.io/skrollr-menu/", + "authors": [ + "Alexander Prinzhorn" + ], + "description": "skrollr plugin for hash navigation", + "main": "src/skrollr.menu.js", + "moduleType": [ + "globals" + ], + "keywords": [ + "parallax", + "scroll", + "animation", + "html5", + "css3", + "transition" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "version": "1.0.2", + "_release": "1.0.2", + "_resolution": { + "type": "version", + "tag": "1.0.2", + "commit": "753beb4acbc8df552ecce6219e6fe6fca53091b3" + }, + "_source": "git://github.com/Prinzhorn/skrollr-menu.git", + "_target": "~1.0.2", + "_originalSource": "skrollr-menu", + "_direct": true +} \ No newline at end of file diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/Gruntfile.js b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/Gruntfile.js new file mode 100644 index 00000000..5ccfdc7d --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/Gruntfile.js @@ -0,0 +1,44 @@ +module.exports = function(grunt) { + //Configuration. + grunt.initConfig({ + pkg: grunt.file.readJSON('package.json') , + jshint: { + options: { + smarttabs: false, + curly: true, + immed: true, + latedef: true, + noarg: true, + quotmark: 'single', + undef: true, + unused: true, + strict: true, + trailing: true, + globals: { + window: true, + document: true, + navigator: true + } + }, + all: ['src/**/*.js'] + }, + uglify: { + options: { + banner: '/*! skrollr-menu <%= pkg.version %> (<%= grunt.template.today("yyyy-mm-dd") %>) | Alexander Prinzhorn - https://github.com/Prinzhorn/skrollr-menu | Free to use under terms of MIT license */\n' + }, + + all: { + files: { + 'dist/skrollr.menu.min.js': 'src/skrollr.menu.js', + } + } + } + }); + + //Dependencies. + grunt.loadNpmTasks('grunt-contrib-jshint'); + grunt.loadNpmTasks('grunt-contrib-uglify'); + + //Tasks. + grunt.registerTask('default', ['jshint', 'uglify']); +}; \ No newline at end of file diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/LICENSE.txt b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/LICENSE.txt new file mode 100644 index 00000000..d6dfbcab --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2012-2013 Alexander Prinzhorn (@Prinzhorn) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/README.md b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/README.md new file mode 100644 index 00000000..2f610801 --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/README.md @@ -0,0 +1,217 @@ +skrollr-menu 1.0.2 +================== + +skrollr plugin for hash navigation. + + +Documentation +============= + +In case you want to use hash links, e.g. `About` you need to know the following: + +* If you animate `top`, `margin-top` or anything that moves the element up/down, the browser won't be able to jump to the correct position and you may end up somewhere else +* If you're using skrollr on mobile they won't work at all, because we're not using native scrolling there + +**But** we've got you covered. Download the `dist/skrollr.menu.min.js` file and include it right after the `skrollr.min.js` file. Then you need to call `skrollr.menu.init(s)` passing the skrollr instance as first parameter and optionally some options. Here's a full example. + +```js +var s = skrollr.init(/*other stuff*/); + +//The options (second parameter) are all optional. The values shown are the default values. +skrollr.menu.init(s, { + //skrollr will smoothly animate to the new position using `animateTo`. + animate: true, + + //The easing function to use. + easing: 'sqrt', + + //Multiply your data-[offset] values so they match those set in skrollr.init + scale: 2, + + //How long the animation should take in ms. + duration: function(currentTop, targetTop) { + //By default, the duration is hardcoded at 500ms. + return 500; + + //But you could calculate a value based on the current scroll position (`currentTop`) and the target scroll position (`targetTop`). + //return Math.abs(currentTop - targetTop) * 10; + }, + + //If you pass a handleLink function you'll disable `data-menu-top` and `data-menu-offset`. + //You are in control where skrollr will scroll to. You get the clicked link as a parameter and are expected to return a number. + handleLink: function(link) { + return 400;//Hardcoding 400 doesn't make much sense. + }, + + //By default skrollr-menu will only react to links whose href attribute contains a hash and nothing more, e.g. `href="#foo"`. + //If you enable `complexLinks`, skrollr-menu also reacts to absolute and relative URLs which have a hash part. + //The following will all work (if the user is on the correct page): + //http://example.com/currentPage/#foo + //http://example.com/currentDir/currentPage.html?foo=bar#foo + ///?foo=bar#foo + complexLinks: false, + + //This event is triggered right before we jump/animate to a new hash. + change: function(newHash, newTopPosition) { + //Do stuff + }, + + //Add hash link (e.g. `#foo`) to URL or not. + updateUrl: false //defaults to `true`. +}); +``` + +And in order to fix the problem with the wrong offset, you are able to specify the target scroll position right at the link, e.g. + +```html +About +``` + +This link will cause the page to scroll to `500`. But you should let the the href point to the actual target because if skrollr or js are disabled, the links will still work. + +As of skrollr-menu `0.1.10` you can also use percentage offsets by appending a `p` to the number. E.g. `data-menu-top="75p"` will scroll down 75% of the viewport height. + + +Offsets +----- + +When you don't want the target element to be perfectly aligned with the top of the viewport (that's what the browser does), then you can use `data-menu-offset` on the target element to specify an offset from the top. + +For example when you have a fixed navigation with a height of `100px`, then you probably want skrollr-menu to put the element at least 100px from the top in order to not disappear behind the nav. + +```html +
+

If it fits, I sits

+

Some text about felines (the internet loves felines).

+
+``` + +Note how the offset is negative, because we want to scroll down `100px` **less** than normal. Or in other words, we want to stop `100px` **before** the element. Positive values work the opposite way (scroll farther than usual). + +Ignore links +------------ + +If you want skrollr-menu to ignore some of the hash links add an empty `data-menu-ignore` attribute. + + +Programmatically triggering a click +----------------------------------- + +If you want to click one of the menu links programmatically, simply pass the link DOM element to the `skrollr.menu.click` function. Skrollr menu has to be initialized first! + +```js +var link = document.querySelector('a'); +skrollr.menu.click(link); +``` + + +Per-link duration +----------------- + +Instead of using the `duration` option, you can also specify a duration per-link by using the `data-menu-duration` attribute. + +```html +#awesome over 5 seconds +``` + + +Changelog +========= + +1.0.2 (2015-04-06) +------------------ + +* Added `updateUrl` option (#75). + +1.0.1 (2015-01-24) +------------------- + +* Added `data-menu-ignore` support (#7, #64). + +1.0.0 (2015-01-16) +------------------- + +* Added a `change` event which triggers before jumping to a new position / changing the hash (#61). +* Call this 1.0.0 already... + +0.1.15 (2014-11-06) +------------------- + +* Added `data-menu-duration` attribute (#57). + +0.1.14 (2014-10-03) +------------------- + +* Added the `complexLinks` option (#55). + +0.1.13 (2014-09-26) +------------------- + +* Fixed issue with jumping to hash when page was loaded, but no link to the hash exists #(54) + +0.1.12 (2014-05-10) +------------------- + +* Added `skrollr.menu.click` + +0.1.11 (2014-03-14) +----- + +* Fixed links not working inside SVG elements (#37) + +0.1.10 (2013-11-21) +----- + +* Added support for percentage offsets in `data-menu-top` (#20) + +0.1.9 (2013-11-19) +----- + +* Added `scale` option (#23) + +0.1.8 (2013-10-28) +----- + +* Added `handleLink` function option (#24) + +0.1.7 (2013-10-18) +----- + +* Use `skrollr.addEvent` instead of `addEventListener` in order to have the events removed when skrollr gets destroyed (#21) + +0.1.6 (2013-10-13) +----- + +* Don't jump to the hash on page load, only after init is called (#8, #12, #19) + +0.1.5 (2013-07-13) +----- + +* The `duration` option now also accepts a function to dynamically calculate the duration based on how far the animation will scroll (#9). + +0.1.4 (2013-06-23) +----- + +* When clicking on a link, change the hash in the url (#3). With back-button functionality. +* Also, when entering the website with a hash inside the url, jump to it. + +0.1.3 (2013-05-21) +----- + +* Only listen to left click (#2). +* Added `data-menu-offset` (see documentation). + +0.1.2 (2013-05-21) +----- + +* Made the plugin work again (stupid regression from 0.1.1). + +0.1.1 (2013-05-18) +----- + +* Handle the case when the clicked link doesn't have a `href` attribute at all. + +0.1.0 (2013-05-18) +----- + +* Moved skrollr-menu to a dedicated repo diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/bower.json b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/bower.json new file mode 100644 index 00000000..d7f228cb --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/bower.json @@ -0,0 +1,28 @@ +{ + "name": "skrollr-menu", + "homepage": "http://prinzhorn.github.io/skrollr-menu/", + "authors": [ + "Alexander Prinzhorn" + ], + "description": "skrollr plugin for hash navigation", + "main": "src/skrollr.menu.js", + "moduleType": [ + "globals" + ], + "keywords": [ + "parallax", + "scroll", + "animation", + "html5", + "css3", + "transition" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/dist/skrollr.menu.min.js b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/dist/skrollr.menu.min.js new file mode 100644 index 00000000..73815ab0 --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/dist/skrollr.menu.min.js @@ -0,0 +1,2 @@ +/*! skrollr-menu 1.0.2 (2015-04-06) | Alexander Prinzhorn - https://github.com/Prinzhorn/skrollr-menu | Free to use under terms of MIT license */ +(function(t,e){"use strict";var n=500,a="sqrt",o=1,r="data-menu-top",i="data-menu-offset",u="data-menu-duration",c="data-menu-ignore",l=e.skrollr,s=e.history,f=!!s.pushState,h=function(e){return e===t?!1:"A"===e.tagName.toUpperCase()?e:h(e.parentNode)},p=function(t){if(1===t.which||0===t.button){var e=h(t.target);e&&m(e)&&t.preventDefault()}},m=function(n,a){var o;if(y){if(n.hostname!==e.location.hostname)return!1;if(n.pathname!==t.location.pathname)return!1;o=n.hash}else o=n.getAttribute("href");if(!/^#/.test(o))return!1;if(!a&&null!==n.getAttribute(c))return!1;var l,h;if(h=T?T(n):n.getAttribute(r),null!==h)l=/p$/.test(h)?h.slice(0,-1)/100*t.documentElement.clientHeight:+h*k;else{var p=t.getElementById(o.substr(1));if(!p)return!1;l=v.relativeToAbsolute(p,"top","top");var m=p.getAttribute(i);null!==m&&(l+=+m)}f&&N&&!a&&s.pushState({top:l},"",o);var d=parseInt(n.getAttribute(u),10),q=A(v.getScrollTop(),l);return isNaN(d)||(q=d),E&&E(o,l),S&&!a?v.animateTo(l,{duration:q,easing:b}):g(function(){v.setScrollTop(l)}),!0},d=function(){if(e.location.hash&&t.querySelector){var n=t.querySelector('a[href="'+e.location.hash+'"]');n||(n=t.createElement("a"),n.href=e.location.hash),m(n,!0)}},g=function(t){e.setTimeout(t,1)};l.menu={},l.menu.init=function(r,i){v=r,i=i||{},b=i.easing||a,S=i.animate!==!1,A=i.duration||n,T=i.handleLink,k=i.scale||o,y=i.complexLinks===!0,E=i.change,N=i.updateUrl!==!1,"number"==typeof A&&(A=function(t){return function(){return t}}(A)),l.addEvent(t,"click",p),f&&l.addEvent(e,"popstate",function(t){var e=t.state||{},n=e.top||0;g(function(){v.setScrollTop(n)})},!1),d()},l.menu.click=function(t){m(t)};var v,b,A,S,T,k,y,E,N;g(function(){e.location.hash&&e.scrollTo(0,0)})})(document,window); \ No newline at end of file diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/index.html b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/index.html new file mode 100644 index 00000000..be9d37dc --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/index.html @@ -0,0 +1,136 @@ + + + + + + + + skrollr-menu plugin + + + +
+ + +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow fatback short loin, hamburger speck jowl turducken capicola ham hock. Hamburger corned beef strip steak shank filet mignon, jerky capicola chicken jowl ribeye pork ham hock ground round bresaola. Jowl ribeye kielbasa drumstick pork belly leberkas. Spare ribs fatback shankle, hamburger meatloaf sausage pork loin andouille pork kielbasa. Pancetta shank tongue, leberkas turducken shoulder rump meatball pork belly pig hamburger brisket biltong. Tenderloin short ribs pig, rump tail chuck turducken.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Awesome

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow fatback short loin, hamburger speck jowl turducken capicola ham hock. Hamburger corned beef strip steak shank filet mignon, jerky capicola chicken jowl ribeye pork ham hock ground round bresaola. Jowl ribeye kielbasa drumstick pork belly leberkas. Spare ribs fatback shankle, hamburger meatloaf sausage pork loin andouille pork kielbasa. Pancetta shank tongue, leberkas turducken shoulder rump meatball pork belly pig hamburger brisket biltong. Tenderloin short ribs pig, rump tail chuck turducken.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Wambo

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow fatback short loin, hamburger speck jowl turducken capicola ham hock. Hamburger corned beef strip steak shank filet mignon, jerky capicola chicken jowl ribeye pork ham hock ground round bresaola. Jowl ribeye kielbasa drumstick pork belly leberkas. Spare ribs fatback shankle, hamburger meatloaf sausage pork loin andouille pork kielbasa. Pancetta shank tongue, leberkas turducken shoulder rump meatball pork belly pig hamburger brisket biltong. Tenderloin short ribs pig, rump tail chuck turducken.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow fatback short loin, hamburger speck jowl turducken capicola ham hock. Hamburger corned beef strip steak shank filet mignon, jerky capicola chicken jowl ribeye pork ham hock ground round bresaola. Jowl ribeye kielbasa drumstick pork belly leberkas. Spare ribs fatback shankle, hamburger meatloaf sausage pork loin andouille pork kielbasa. Pancetta shank tongue, leberkas turducken shoulder rump meatball pork belly pig hamburger brisket biltong. Tenderloin short ribs pig, rump tail chuck turducken.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow fatback short loin, hamburger speck jowl turducken capicola ham hock. Hamburger corned beef strip steak shank filet mignon, jerky capicola chicken jowl ribeye pork ham hock ground round bresaola. Jowl ribeye kielbasa drumstick pork belly leberkas. Spare ribs fatback shankle, hamburger meatloaf sausage pork loin andouille pork kielbasa. Pancetta shank tongue, leberkas turducken shoulder rump meatball pork belly pig hamburger brisket biltong. Tenderloin short ribs pig, rump tail chuck turducken.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow fatback short loin, hamburger speck jowl turducken capicola ham hock. Hamburger corned beef strip steak shank filet mignon, jerky capicola chicken jowl ribeye pork ham hock ground round bresaola. Jowl ribeye kielbasa drumstick pork belly leberkas. Spare ribs fatback shankle, hamburger meatloaf sausage pork loin andouille pork kielbasa. Pancetta shank tongue, leberkas turducken shoulder rump meatball pork belly pig hamburger brisket biltong. Tenderloin short ribs pig, rump tail chuck turducken.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow fatback short loin, hamburger speck jowl turducken capicola ham hock. Hamburger corned beef strip steak shank filet mignon, jerky capicola chicken jowl ribeye pork ham hock ground round bresaola. Jowl ribeye kielbasa drumstick pork belly leberkas. Spare ribs fatback shankle, hamburger meatloaf sausage pork loin andouille pork kielbasa. Pancetta shank tongue, leberkas turducken shoulder rump meatball pork belly pig hamburger brisket biltong. Tenderloin short ribs pig, rump tail chuck turducken.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +

Biltong pastrami kielbasa short ribs, turducken shoulder pork chop boudin ground round speck cow. Fatback leberkas shank hamburger, tail pork belly tongue bresaola short ribs corned beef speck tri-tip ribeye. Filet mignon shoulder speck pastrami. Ham hock turducken corned beef shankle. Meatloaf shankle sausage boudin, shank flank turducken tenderloin pancetta ball tip. Biltong boudin jowl drumstick pig.

+ +

Sirloin venison bresaola andouille pastrami short ribs. Short loin cow capicola tail ham hock leberkas. Frankfurter meatloaf capicola, swine ball tip jerky pork loin pork belly cow ribeye brisket strip steak jowl beef ribs ham hock. Pastrami ham hock rump turkey, pork belly capicola jerky. Turkey chuck beef, bresaola filet mignon jerky tri-tip pastrami. Bacon capicola jowl fatback short ribs. Speck shankle bacon chuck.

+ +

Pork loin tail pork belly shank ham. Kielbasa venison ham, short loin ham hock beef ribs tri-tip ball tip pork belly. Ribeye sirloin sausage tenderloin hamburger. Strip steak tongue turkey, andouille bacon beef ribs venison. T-bone ball tip bresaola fatback, ground round meatball chicken sausage tongue pork chop leberkas sirloin jerky shank bacon. Turducken sirloin cow shankle pig, leberkas venison boudin pastrami.

+ +

Cow tri-tip pork loin salami corned beef. T-bone turkey ham frankfurter, brisket cow chicken bacon rump sirloin. Pancetta ribeye salami leberkas speck shank. Ribeye prosciutto swine venison speck beef.

+ +
+ + + + + + + + + diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/package.json b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/package.json new file mode 100644 index 00000000..0080da8b --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/package.json @@ -0,0 +1,36 @@ +{ + "name": "skrollr-menu", + "title": "skrollr menu plugin", + "description": "skrollr plugin for hash navigation.", + "version": "1.0.2", + "homepage": "https://github.com/Prinzhorn/skrollr-menu", + "author": { + "name": "Alexander Prinzhorn", + "email": "alexander@prinzhorn.it", + "url": "http://www.prinzhorn.it/" + }, + "repository": { + "type": "git", + "url": "git://github.com/Prinzhorn/skrollr-menu.git" + }, + "bugs": { + "url": "https://github.com/Prinzhorn/skrollr-menu/issues" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/Prinzhorn/skrollr-menu/blob/master/LICENSE.txt" + } + ], + "main": "dist/skrollr.menu.min.js", + "engines": { + "node": ">=0.8" + }, + "devDependencies": { + "grunt-cli": "~0.1.7", + "grunt": "~0.4.1", + "grunt-contrib-uglify": "~0.2.0", + "grunt-contrib-jshint": "~0.3.0" + }, + "keywords": [] +} diff --git a/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/src/skrollr.menu.js b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/src/skrollr.menu.js new file mode 100644 index 00000000..34295d63 --- /dev/null +++ b/sites/all/themes/gui/materiobasetheme/bower_components/skrollr-menu/src/skrollr.menu.js @@ -0,0 +1,255 @@ + /*! + * Plugin for skrollr. + * This plugin makes hashlinks scroll nicely to their target position. + * + * Alexander Prinzhorn - https://github.com/Prinzhorn/skrollr + * + * Free to use under terms of MIT license + */ +(function(document, window) { + 'use strict'; + + var DEFAULT_DURATION = 500; + var DEFAULT_EASING = 'sqrt'; + var DEFAULT_SCALE = 1; + + var MENU_TOP_ATTR = 'data-menu-top'; + var MENU_OFFSET_ATTR = 'data-menu-offset'; + var MENU_DURATION_ATTR = 'data-menu-duration'; + var MENU_IGNORE_ATTR = 'data-menu-ignore'; + + var skrollr = window.skrollr; + var history = window.history; + var supportsHistory = !!history.pushState; + + /* + Since we are using event bubbling, the element that has been clicked + might not acutally be the link but a child. + */ + var findParentLink = function(element) { + //We reached the top, no link found. + if(element === document) { + return false; + } + + //Yay, it's a link! + if(element.tagName.toUpperCase() === 'A') { + return element; + } + + //Maybe the parent is a link. + return findParentLink(element.parentNode); + }; + + /* + Handle the click event on the document. + */ + var handleClick = function(e) { + //Only handle left click. + if(e.which !== 1 && e.button !== 0) { + return; + } + + var link = findParentLink(e.target); + + //The click did not happen inside a link. + if(!link) { + return; + } + + if(handleLink(link)) { + e.preventDefault(); + } + }; + + /* + Handles the click on a link. May be called without an actual click event. + When the fake flag is set, the link won't change the url and the position won't be animated. + */ + var handleLink = function(link, fake) { + var hash; + + //When complexLinks is enabled, we also accept links which do not just contain a simple hash. + if(_complexLinks) { + //The link points to something completely different. + if(link.hostname !== window.location.hostname) { + return false; + } + + //The link does not link to the same page/path. + if(link.pathname !== document.location.pathname) { + return false; + } + + hash = link.hash; + } else { + //Don't use the href property (link.href) because it contains the absolute url. + hash = link.getAttribute('href'); + } + + //Not a hash link. + if(!/^#/.test(hash)) { + return false; + } + + //The link has the ignore attribute. + if(!fake && link.getAttribute(MENU_IGNORE_ATTR) !== null) { + return false; + } + + //Now get the targetTop to scroll to. + var targetTop; + + var menuTop; + + //If there's a handleLink function, it overrides the actual anchor offset. + if(_handleLink) { + menuTop = _handleLink(link); + } + //If there's a data-menu-top attribute and no handleLink function, it overrides the actual anchor offset. + else { + menuTop = link.getAttribute(MENU_TOP_ATTR); + } + + if(menuTop !== null) { + //Is it a percentage offset? + if(/p$/.test(menuTop)) { + targetTop = (menuTop.slice(0, -1) / 100) * document.documentElement.clientHeight; + } else { + targetTop = +menuTop * _scale; + } + } else { + var scrollTarget = document.getElementById(hash.substr(1)); + + //Ignore the click if no target is found. + if(!scrollTarget) { + return false; + } + + targetTop = _skrollrInstance.relativeToAbsolute(scrollTarget, 'top', 'top'); + + var menuOffset = scrollTarget.getAttribute(MENU_OFFSET_ATTR); + + if(menuOffset !== null) { + targetTop += +menuOffset; + } + } + + if(supportsHistory && _updateUrl && !fake) { + history.pushState({top: targetTop}, '', hash); + } + + var menuDuration = parseInt(link.getAttribute(MENU_DURATION_ATTR), 10); + var animationDuration = _duration(_skrollrInstance.getScrollTop(), targetTop); + + if(!isNaN(menuDuration)) { + animationDuration = menuDuration; + } + + //Trigger the change if event if there's a listener. + if(_change) { + _change(hash, targetTop); + } + + //Now finally scroll there. + if(_animate && !fake) { + _skrollrInstance.animateTo(targetTop, { + duration: animationDuration, + easing: _easing + }); + } else { + defer(function() { + _skrollrInstance.setScrollTop(targetTop); + }); + } + + return true; + }; + + var jumpStraightToHash = function() { + if(window.location.hash && document.querySelector) { + var link = document.querySelector('a[href="' + window.location.hash + '"]'); + + if(!link) { + // No link found on page, so we create one and then activate it + link = document.createElement('a'); + link.href = window.location.hash; + } + + handleLink(link, true); + } + }; + + var defer = function(fn) { + window.setTimeout(fn, 1); + }; + + /* + Global menu function accessible through window.skrollr.menu.init. + */ + skrollr.menu = {}; + skrollr.menu.init = function(skrollrInstance, options) { + _skrollrInstance = skrollrInstance; + + options = options || {}; + + _easing = options.easing || DEFAULT_EASING; + _animate = options.animate !== false; + _duration = options.duration || DEFAULT_DURATION; + _handleLink = options.handleLink; + _scale = options.scale || DEFAULT_SCALE; + _complexLinks = options.complexLinks === true; + _change = options.change; + _updateUrl = options.updateUrl !== false; + + if(typeof _duration === 'number') { + _duration = (function(duration) { + return function() { + return duration; + }; + }(_duration)); + } + + //Use event bubbling and attach a single listener to the document. + skrollr.addEvent(document, 'click', handleClick); + + if(supportsHistory) { + skrollr.addEvent(window, 'popstate', function(e) { + var state = e.state || {}; + var top = state.top || 0; + + defer(function() { + _skrollrInstance.setScrollTop(top); + }); + }, false); + } + + jumpStraightToHash(); + }; + + //Expose the handleLink function to be able to programmatically trigger clicks. + skrollr.menu.click = function(link) { + //We're not assigning it directly to `click` because of the second ("private") parameter. + handleLink(link); + }; + + //Private reference to the initialized skrollr. + var _skrollrInstance; + + var _easing; + var _duration; + var _animate; + var _handleLink; + var _scale; + var _complexLinks; + var _change; + var _updateUrl; + + //In case the page was opened with a hash, prevent jumping to it. + //http://stackoverflow.com/questions/3659072/jquery-disable-anchor-jump-when-loading-a-page + defer(function() { + if(window.location.hash) { + window.scrollTo(0, 0); + } + }); +}(document, window)); diff --git a/sites/all/themes/gui/materiobasetheme/css/styles.css b/sites/all/themes/gui/materiobasetheme/css/styles.css index 3d033bbb..f3b16bf8 100644 --- a/sites/all/themes/gui/materiobasetheme/css/styles.css +++ b/sites/all/themes/gui/materiobasetheme/css/styles.css @@ -4162,37 +4162,32 @@ body.home-v2 #header > .inner:after, body.home-v2 #utilities > .inner:after, bod clear: both; } -/* line 36, ../scss/styles.scss */ -body.home-v2 #root { - background-color: #f7f8f2; -} - -/* line 92, ../scss/styles.scss */ +/* line 85, ../scss/styles.scss */ .op-visible { visibility: visible; } -/* line 94, ../scss/styles.scss */ +/* line 87, ../scss/styles.scss */ .csstransitions .op-visible { opacity: 1; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } -/* line 99, ../scss/styles.scss */ +/* line 92, ../scss/styles.scss */ .op-hidden { visibility: hidden; } -/* line 101, ../scss/styles.scss */ +/* line 94, ../scss/styles.scss */ .op-hidden > * { margin-top: -100000px; } -/* line 104, ../scss/styles.scss */ +/* line 97, ../scss/styles.scss */ .csstransition .op-hidden { opacity: 0; -webkit-transition: visibility 0s 0.3s; transition: visibility 0s 0.3s; } -/* line 107, ../scss/styles.scss */ +/* line 100, ../scss/styles.scss */ .csstransition .op-hidden > * { -webkit-transition: margin-top 0s 0.3s; transition: margin-top 0s 0.3s; @@ -4207,17 +4202,17 @@ body.home-v2 #root { /_/ /_/_____/_/ |_/_____/_____/_/ |_| */ -/* line 207, ../scss/styles.scss */ +/* line 200, ../scss/styles.scss */ #header { padding-top: 5px; padding-bottom: 10px; height: 45px; } -/* line 214, ../scss/styles.scss */ +/* line 207, ../scss/styles.scss */ #header a, #header a:active, #header a:visited { color: #000; } -/* line 218, ../scss/styles.scss */ +/* line 211, ../scss/styles.scss */ #header .logo { display: moz-inline-stack; display: inline-block; @@ -4225,7 +4220,7 @@ body.home-v2 #root { zoom: 1; *display: inline; } -/* line 221, ../scss/styles.scss */ +/* line 214, ../scss/styles.scss */ #header .logo h1 { margin: 0; font-size: 36px; @@ -4238,11 +4233,11 @@ body.home-v2 #root { position: relative; line-height: 1.25; } -/* line 225, ../scss/styles.scss */ +/* line 218, ../scss/styles.scss */ #header .logo h1 a:hover { text-decoration: none; } -/* line 227, ../scss/styles.scss */ +/* line 220, ../scss/styles.scss */ #header .logo span.beta { line-height: 1; letter-spacing: 0.1em; @@ -4253,7 +4248,7 @@ body.home-v2 #root { padding-left: 0; margin-left: 0; } -/* line 233, ../scss/styles.scss */ +/* line 226, ../scss/styles.scss */ #header .logo span.slogan { font-size: 14px; margin-top: -3px; @@ -4261,24 +4256,24 @@ body.home-v2 #root { font-weight: 900; } @media only screen and (max-width: 40em) { - /* line 233, ../scss/styles.scss */ + /* line 226, ../scss/styles.scss */ #header .logo span.slogan { display: none; } } -/* line 239, ../scss/styles.scss */ +/* line 232, ../scss/styles.scss */ .ie8 #header .logo span.slogan { position: absolute; margin-top: 22px; } -/* line 243, ../scss/styles.scss */ +/* line 236, ../scss/styles.scss */ #header #header-blocks { padding-top: 17px; float: right; text-align: right; text-transform: capitalize; } -/* line 250, ../scss/styles.scss */ +/* line 243, ../scss/styles.scss */ #header #header-blocks > .region { display: moz-inline-stack; display: inline-block; @@ -4291,19 +4286,19 @@ body.home-v2 #root { border-right: 1px solid #707070; } @media only screen and (max-width: 40em) { - /* line 250, ../scss/styles.scss */ + /* line 243, ../scss/styles.scss */ #header #header-blocks > .region { padding-right: 0.3em; margin-right: 0.3em; } } -/* line 255, ../scss/styles.scss */ +/* line 248, ../scss/styles.scss */ #header #header-blocks > .region:last-child { border: none; padding: 0; margin: 0; } -/* line 258, ../scss/styles.scss */ +/* line 251, ../scss/styles.scss */ #header #header-blocks .block { display: moz-inline-stack; display: inline-block; @@ -4312,39 +4307,39 @@ body.home-v2 #root { *display: inline; vertical-align: middle; } -/* line 260, ../scss/styles.scss */ +/* line 253, ../scss/styles.scss */ #header #header-blocks .block h2 { font-size: 12px; margin: 0; line-height: 1.2; font-weight: normal; } -/* line 263, ../scss/styles.scss */ +/* line 256, ../scss/styles.scss */ #header #header-blocks .block:not(:last-child) { padding-right: 0.8em; } @media only screen and (min-width: 90.063em) and (max-width: 120em) { - /* line 263, ../scss/styles.scss */ + /* line 256, ../scss/styles.scss */ #header #header-blocks .block:not(:last-child) { padding-right: 0.3em; } } -/* line 269, ../scss/styles.scss */ +/* line 262, ../scss/styles.scss */ #header #header-blocks #block-user-login { font-size: 12px; text-align: left; position: relative; } -/* line 272, ../scss/styles.scss */ +/* line 265, ../scss/styles.scss */ #header #header-blocks #block-user-login h2 { padding-right: 5px; } -/* line 275, ../scss/styles.scss */ +/* line 268, ../scss/styles.scss */ #header #header-blocks #block-user-login h2 i { vertical-align: text-bottom; margin: 0 2px 2px 0; } -/* line 277, ../scss/styles.scss */ +/* line 270, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form { position: absolute; overflow: hidden; @@ -4354,7 +4349,7 @@ body.home-v2 #root { -webkit-transition: height 0.3s ease-out; transition: height 0.3s ease-out; } -/* line 281, ../scss/styles.scss */ +/* line 274, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form > div { padding: 5px; margin: 5px; @@ -4363,59 +4358,59 @@ body.home-v2 #root { background-clip: padding-box; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } -/* line 285, ../scss/styles.scss */ +/* line 278, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form .form-item { margin: 0; padding-bottom: 5px; } -/* line 286, ../scss/styles.scss */ +/* line 279, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form label, #header #header-blocks #block-user-login form#user-login-form input { margin: 0; font-size: 10px; } -/* line 291, ../scss/styles.scss */ +/* line 284, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form input.form-text { width: 150px; } -/* line 293, ../scss/styles.scss */ +/* line 286, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form #edit-actions { margin: 5px 0; padding: 0; background-color: transparent; text-align: right; } -/* line 295, ../scss/styles.scss */ +/* line 288, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form #edit-actions input.form-submit { font-size: 12px; padding: 10px; } -/* line 300, ../scss/styles.scss */ +/* line 293, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form div.newpass a { font-size: 12px; color: #686868; } -/* line 311, ../scss/styles.scss */ +/* line 304, ../scss/styles.scss */ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-form, #header #header-blocks #block-user-login.hovered form#user-login-form { height: 300px; z-index: 1000; } @media only screen and (max-width: 40em) { - /* line 320, ../scss/styles.scss */ + /* line 313, ../scss/styles.scss */ #header #header-blocks #block-user-login span.login { display: none; } } -/* line 324, ../scss/styles.scss */ +/* line 317, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav { position: relative; } -/* line 326, ../scss/styles.scss */ +/* line 319, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 { margin: 0; font-size: 12px; line-height: 1.1; } -/* line 331, ../scss/styles.scss */ +/* line 324, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists { position: absolute; z-index: 20; @@ -4426,15 +4421,15 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for background-clip: padding-box; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); } -/* line 334, ../scss/styles.scss */ +/* line 327, ../scss/styles.scss */ .ie8 #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists { background: #FFF; } -/* line 335, ../scss/styles.scss */ +/* line 328, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists ul { margin: 0; } -/* line 336, ../scss/styles.scss */ +/* line 329, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li { list-style: none; font-size: 12px; @@ -4447,109 +4442,109 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for -webkit-transition: height 0.3s ease-out; transition: height 0.3s ease-out; } -/* line 343, ../scss/styles.scss */ +/* line 336, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a, #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.preview { white-space: nowrap; cursor: pointer; } -/* line 344, ../scss/styles.scss */ +/* line 337, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a.open-list { max-width: 150px; } -/* line 345, ../scss/styles.scss */ +/* line 338, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.count { font-weight: 300; padding: 0 5px; } -/* line 348, ../scss/styles.scss */ +/* line 341, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.preview, #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a.edit-list { padding-right: 5px; } -/* line 351, ../scss/styles.scss */ +/* line 344, ../scss/styles.scss */ .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview, .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list { visibility: hidden; } -/* line 123, ../scss/styles.scss */ +/* line 116, ../scss/styles.scss */ .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview > *, .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list > * { margin-top: -100000px; } -/* line 126, ../scss/styles.scss */ +/* line 119, ../scss/styles.scss */ .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview, .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list { opacity: 0; -webkit-transition: visibility 0s 0.3s; transition: visibility 0s 0.3s; } -/* line 129, ../scss/styles.scss */ +/* line 122, ../scss/styles.scss */ .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview > *, .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list > * { -webkit-transition: margin-top 0s 0.3s; transition: margin-top 0s 0.3s; } -/* line 358, ../scss/styles.scss */ +/* line 351, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists { padding-bottom: 5px; } -/* line 360, ../scss/styles.scss */ +/* line 353, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists li { height: 15px; padding: 3px 10px; } -/* line 365, ../scss/styles.scss */ +/* line 358, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 i { vertical-align: text-bottom; margin: 0 2px 2px 0; } @media only screen and (max-width: 40em) { - /* line 367, ../scss/styles.scss */ + /* line 360, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 span.menu-title { display: none; } } -/* line 371, ../scss/styles.scss */ +/* line 364, ../scss/styles.scss */ #header #header-blocks #block-ajax-register-ajax-register-block { font-size: 12px; text-transform: lowercase; } -/* line 376, ../scss/styles.scss */ +/* line 369, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in { font-size: 12px; } -/* line 378, ../scss/styles.scss */ +/* line 371, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in i { vertical-align: text-bottom; margin: 0 5px 1px 0; } -/* line 382, ../scss/styles.scss */ +/* line 375, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account { text-transform: lowercase; } -/* line 383, ../scss/styles.scss */ +/* line 376, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.logout { display: none; margin-left: 5px; } -/* line 384, ../scss/styles.scss */ +/* line 377, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in .fi-power { margin: 0 0.5em 0 0.5em; } @media only screen and (min-width: 64.063em) and (max-width: 90em) { - /* line 385, ../scss/styles.scss */ + /* line 378, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in .fi-power { display: none; } } @media only screen and (min-width: 40.063em) { - /* line 386, ../scss/styles.scss */ + /* line 379, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.logout { display: none; } } @media only screen and (max-width: 40em) { - /* line 388, ../scss/styles.scss */ + /* line 381, ../scss/styles.scss */ #header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account { display: none; } } -/* line 392, ../scss/styles.scss */ +/* line 385, ../scss/styles.scss */ #header #header-blocks #headerblock-right .block { display: moz-inline-stack; display: inline-block; @@ -4559,15 +4554,15 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for vertical-align: middle; padding: 0; } -/* line 394, ../scss/styles.scss */ +/* line 387, ../scss/styles.scss */ #header #header-blocks #headerblock-right .block:first-child { padding: 0; } -/* line 398, ../scss/styles.scss */ +/* line 391, ../scss/styles.scss */ #header #header-blocks #block-locale-language { margin-left: 1em; } -/* line 401, ../scss/styles.scss */ +/* line 394, ../scss/styles.scss */ #header #header-blocks #block-locale-language ul, #header #header-blocks #block-locale-language li { margin: 0; padding: 0; @@ -4575,38 +4570,38 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for font-size: 12px; line-height: 1; } -/* line 405, ../scss/styles.scss */ +/* line 398, ../scss/styles.scss */ #header #header-blocks #block-locale-language ul.active, #header #header-blocks #block-locale-language li.active { display: none; } -/* line 407, ../scss/styles.scss */ +/* line 400, ../scss/styles.scss */ .ie8 #header #header-blocks #block-locale-language { padding-top: 5px; } -/* line 435, ../scss/styles.scss */ +/* line 428, ../scss/styles.scss */ .ie8 #header #header-blocks #block-menu-menu-top-menu h2 { display: none; } -/* line 436, ../scss/styles.scss */ +/* line 429, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu h2 i { vertical-align: text-bottom; margin: 0 0 2px 0; } -/* line 439, ../scss/styles.scss */ +/* line 432, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu ul.menu, #header #header-blocks #block-menu-menu-top-menu li { font-size: 12px; list-style: none; } -/* line 442, ../scss/styles.scss */ +/* line 435, ../scss/styles.scss */ .ie8 #header #header-blocks #block-menu-menu-top-menu ul.menu, .ie8 #header #header-blocks #block-menu-menu-top-menu li { display: inline; } @media only screen and (min-width: 40.063em) { - /* line 446, ../scss/styles.scss */ + /* line 439, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu h2 { display: none; } - /* line 447, ../scss/styles.scss */ + /* line 440, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu ul.menu, #header #header-blocks #block-menu-menu-top-menu li { display: moz-inline-stack; display: inline-block; @@ -4617,21 +4612,21 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for padding: 0; margin: 0; } - /* line 451, ../scss/styles.scss */ + /* line 444, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu a { padding: 0 0.5em 0 0; } } @media only screen and (max-width: 40em) { - /* line 433, ../scss/styles.scss */ + /* line 426, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu { position: relative; } - /* line 457, ../scss/styles.scss */ + /* line 450, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu h2 .menu-title { display: none; } - /* line 458, ../scss/styles.scss */ + /* line 451, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu .menu-wrapper { position: absolute; width: 150px; @@ -4639,7 +4634,7 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for right: 0; padding-top: 5px; } - /* line 460, ../scss/styles.scss */ + /* line 453, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu { background-color: #e6e6e6; border-radius: 5px; @@ -4648,47 +4643,47 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for margin: 0; text-align: right; } - /* line 463, ../scss/styles.scss */ + /* line 456, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li { height: 0; overflow: hidden; -webkit-transition: height 0.3s ease-out; transition: height 0.3s ease-out; } - /* line 467, ../scss/styles.scss */ + /* line 460, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li a { display: block; width: 100%; padding: 2px 5px; font-size: 12px; } - /* line 473, ../scss/styles.scss */ + /* line 466, ../scss/styles.scss */ html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover, #header #header-blocks #block-menu-menu-top-menu.hovered { z-index: 1000; } - /* line 475, ../scss/styles.scss */ + /* line 468, ../scss/styles.scss */ html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover .menu-wrapper, #header #header-blocks #block-menu-menu-top-menu.hovered .menu-wrapper { display: block; } - /* line 477, ../scss/styles.scss */ + /* line 470, ../scss/styles.scss */ html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover .menu-wrapper ul.menu li, #header #header-blocks #block-menu-menu-top-menu.hovered .menu-wrapper ul.menu li { height: 25px; } } -/* line 484, ../scss/styles.scss */ +/* line 477, ../scss/styles.scss */ #header #header-blocks #block-materio-user-old-database-link a { font-size: 12px; } -/* line 490, ../scss/styles.scss */ +/* line 483, ../scss/styles.scss */ #header #header-blocks #block-materio-user-front-link a { font-size: 12px; } -/* line 493, ../scss/styles.scss */ +/* line 486, ../scss/styles.scss */ #header #header-blocks #block-materio-user-front-link i { vertical-align: text-bottom; margin: 0 2px 2px 0; } -/* line 494, ../scss/styles.scss */ +/* line 487, ../scss/styles.scss */ #header #header-blocks #block-materio-user-front-link span.text { display: none; } @@ -4701,24 +4696,24 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for \__,_/\__/_/_/_/\__/_/\___/____/ */ -/* line 506, ../scss/styles.scss */ +/* line 499, ../scss/styles.scss */ #utilities { margin-top: 60px; } -/* line 508, ../scss/styles.scss */ +/* line 501, ../scss/styles.scss */ .not-logged-in #utilities { overflow: hidden; } -/* line 510, ../scss/styles.scss */ +/* line 503, ../scss/styles.scss */ #utilities.closed { height: 0; } -/* line 511, ../scss/styles.scss */ +/* line 504, ../scss/styles.scss */ #utilities.closed .tabs, #utilities.closed .node-didactique { display: none; } @media only screen and (max-width: 40em) { - /* line 506, ../scss/styles.scss */ + /* line 499, ../scss/styles.scss */ #utilities { margin-top: 0; } @@ -4731,7 +4726,7 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for / / / / / / /_/ / / / / / /_/ /_/ /_/\__,_/_/_/ /_/ */ -/* line 525, ../scss/styles.scss */ +/* line 518, ../scss/styles.scss */ body.home-v2 #main { padding-top: 60px; } @@ -4744,7 +4739,7 @@ body.home-v2 #main { /_/ /_/_/\__, /_/ /_/_/_/\__, /_/ /_/\__/\___/\__,_/ /____/ /____/ */ -/* line 538, ../scss/styles.scss */ +/* line 531, ../scss/styles.scss */ #highlighted { border-radius: 5px; background-clip: padding-box; @@ -4753,11 +4748,11 @@ body.home-v2 #main { position: relative; } @media only screen and (min-width: 40.063em) { - /* line 538, ../scss/styles.scss */ + /* line 531, ../scss/styles.scss */ #highlighted { margin: 20px 0 6px; } - /* line 548, ../scss/styles.scss */ + /* line 541, ../scss/styles.scss */ #highlighted .block { display: moz-inline-stack; display: inline-block; @@ -4766,11 +4761,11 @@ body.home-v2 #main { *display: inline; vertical-align: top; } - /* line 549, ../scss/styles.scss */ + /* line 542, ../scss/styles.scss */ #highlighted .block-materio-didactique { width: 65%; } - /* line 551, ../scss/styles.scss */ + /* line 544, ../scss/styles.scss */ #highlighted .block-materio-didactique .side { display: moz-inline-stack; display: inline-block; @@ -4780,27 +4775,27 @@ body.home-v2 #main { vertical-align: top; position: relative; } - /* line 555, ../scss/styles.scss */ + /* line 548, ../scss/styles.scss */ #highlighted .block-materio-didactique .group-sideleft { width: 65%; } - /* line 556, ../scss/styles.scss */ + /* line 549, ../scss/styles.scss */ #highlighted .block-materio-didactique .group-sideright { width: 30%; } - /* line 558, ../scss/styles.scss */ + /* line 551, ../scss/styles.scss */ #highlighted .block-materio-didactique .field-name-title-field { font-size: 24px; } - /* line 562, ../scss/styles.scss */ + /* line 555, ../scss/styles.scss */ #highlighted .block-materio-didactique .node.emvideo .group-sideleft, #highlighted .block-materio-didactique .node.emvideo .group-sideright { width: 47%; } - /* line 563, ../scss/styles.scss */ + /* line 556, ../scss/styles.scss */ #highlighted .block-materio-didactique .node.emvideo .group-sideleft { margin-right: 2%; } - /* line 568, ../scss/styles.scss */ + /* line 561, ../scss/styles.scss */ #highlighted #block-materio-user-user-register { width: 30%; padding: 5px; @@ -4808,7 +4803,7 @@ body.home-v2 #main { } } @media only screen { - /* line 575, ../scss/styles.scss */ + /* line 568, ../scss/styles.scss */ #highlighted .block-materio-didactique .side { display: moz-inline-stack; display: inline-block; @@ -4819,20 +4814,20 @@ body.home-v2 #main { } } @media only screen and (max-width: 40em) { - /* line 538, ../scss/styles.scss */ + /* line 531, ../scss/styles.scss */ #highlighted { margin: 10px 0 6px; } - /* line 582, ../scss/styles.scss */ + /* line 575, ../scss/styles.scss */ #highlighted .block-materio-didactique .group-sideleft, #highlighted .block-materio-didactique .group-sideright { width: 100%; } - /* line 585, ../scss/styles.scss */ + /* line 578, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique .field-name-title-field { font-size: 20px; font-weight: normal !important; } - /* line 589, ../scss/styles.scss */ + /* line 582, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique .field-name-title-field:after { content: "\a0\f10b"; font-family: "foundation-icons"; @@ -4846,18 +4841,18 @@ body.home-v2 #main { text-decoration: inherit; font-size: 16px; } - /* line 605, ../scss/styles.scss */ + /* line 598, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .node-didactique { height: auto; height: 30px; overflow: hidden; } - /* line 608, ../scss/styles.scss */ + /* line 601, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .node-didactique.opened { height: auto; } } -/* line 622, ../scss/styles.scss */ +/* line 615, ../scss/styles.scss */ .oldie #highlighted .block { display: moz-inline-stack; display: inline-block; @@ -4865,44 +4860,44 @@ body.home-v2 #main { zoom: 1; *display: inline; } -/* line 627, ../scss/styles.scss */ +/* line 620, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique { font-size: 14px; background-color: #fff; margin: 0 auto; } -/* line 633, ../scss/styles.scss */ +/* line 626, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique .side { position: relative; } -/* line 635, ../scss/styles.scss */ +/* line 628, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique .field-name-title-field { font-weight: 900; font-style: italic; padding: 5px 0; } -/* line 640, ../scss/styles.scss */ +/* line 633, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique .field-name-field-visuel { text-align: center; } -/* line 642, ../scss/styles.scss */ +/* line 635, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique .field-name-field-visuel figure, #highlighted .block-materio-didactique .node-didactique .field-name-field-visuel img { display: inline; } -/* line 645, ../scss/styles.scss */ +/* line 638, ../scss/styles.scss */ #highlighted .block-materio-didactique .node-didactique.emvideo .field-name-field-visuel { display: none; } -/* line 653, ../scss/styles.scss */ +/* line 646, ../scss/styles.scss */ .ie8 #highlighted .block-materio-didactique .node-didactique .player { display: none; } -/* line 659, ../scss/styles.scss */ +/* line 652, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique { position: relative; overflow: hidden; } -/* line 662, ../scss/styles.scss */ +/* line 655, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides { height: 270px; margin: 0; @@ -4910,7 +4905,7 @@ html.js #highlighted .block-materio-didactique .slides { width: 100%; overflow: hidden; } -/* line 664, ../scss/styles.scss */ +/* line 657, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .node-didactique { position: absolute; width: 100%; @@ -4918,65 +4913,65 @@ html.js #highlighted .block-materio-didactique .slides .node-didactique { top: 0; left: 0; } -/* line 665, ../scss/styles.scss */ +/* line 658, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .field-name-title-field { height: 30px; } -/* line 666, ../scss/styles.scss */ +/* line 659, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper { height: 240px; } -/* line 668, ../scss/styles.scss */ +/* line 661, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .side { height: 100%; } @media only screen and (max-width: 40em) { - /* line 669, ../scss/styles.scss */ + /* line 662, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo { width: 290px; height: 163.125px; } } @media only screen and (min-width: 40.063em) and (max-width: 64em) { - /* line 669, ../scss/styles.scss */ + /* line 662, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo { width: 216px; height: 121.5px; } } @media only screen and (min-width: 64.063em) and (max-width: 90em) { - /* line 669, ../scss/styles.scss */ + /* line 662, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo { width: 216px; height: 121.5px; } } @media only screen and (min-width: 90.063em) and (max-width: 120em) { - /* line 669, ../scss/styles.scss */ + /* line 662, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo { width: 280px; height: 157.5px; } } @media only screen and (min-width: 120.063em) and (max-width: 99999999em) { - /* line 669, ../scss/styles.scss */ + /* line 662, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo { width: 340px; height: 191.25px; } } -/* line 676, ../scss/styles.scss */ +/* line 669, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo * { height: 100%; width: 100%; } -/* line 680, ../scss/styles.scss */ +/* line 673, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .tabs { height: 30px; margin: 0; text-align: left; } -/* line 682, ../scss/styles.scss */ +/* line 675, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .tabs > * { display: moz-inline-stack; display: inline-block; @@ -4989,7 +4984,7 @@ html.js #highlighted .block-materio-didactique .tabs > * { cursor: pointer; color: #bfbfbf; } -/* line 684, ../scss/styles.scss */ +/* line 677, ../scss/styles.scss */ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlighted .block-materio-didactique .tabs > *:focus, html.js #highlighted .block-materio-didactique .tabs > *.active { color: #3f3f3f; } @@ -5002,19 +4997,19 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig /_.___/_/\____/\___/_/|_| /_/ \___/\__, /_/____/\__/\___/_/ /____/ */ -/* line 699, ../scss/styles.scss */ +/* line 692, ../scss/styles.scss */ #block-materio-user-user-register, #block-materio-user-user-createaccount { min-height: 120px; padding: 5px; background: transparent url("../img/register-block.png") no-repeat 100% 90%; } -/* line 702, ../scss/styles.scss */ +/* line 695, ../scss/styles.scss */ .ie8 #block-materio-user-user-register, .ie8 #block-materio-user-user-createaccount { max-width: 250px; float: right; background-image: none; } -/* line 705, ../scss/styles.scss */ +/* line 698, ../scss/styles.scss */ #block-materio-user-user-register h2, #block-materio-user-user-register h3, #block-materio-user-user-createaccount h2, #block-materio-user-user-createaccount h3 { font-weight: 900; font-style: italic; @@ -5029,15 +5024,15 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig *display: inline; min-width: 50%; } -/* line 706, ../scss/styles.scss */ +/* line 699, ../scss/styles.scss */ #block-materio-user-user-register h2, #block-materio-user-user-createaccount h2 { font-size: 24px; } -/* line 706, ../scss/styles.scss */ +/* line 699, ../scss/styles.scss */ #block-materio-user-user-register h3, #block-materio-user-user-createaccount h3 { font-size: 16px; } -/* line 708, ../scss/styles.scss */ +/* line 701, ../scss/styles.scss */ #block-materio-user-user-register form, #block-materio-user-user-createaccount form { margin: 0; background-color: rgba(255, 255, 255, 0.7); @@ -5048,7 +5043,7 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig zoom: 1; *display: inline; } -/* line 710, ../scss/styles.scss */ +/* line 703, ../scss/styles.scss */ #block-materio-user-user-register .form-item, #block-materio-user-user-register .form-wrapper, #block-materio-user-user-createaccount .form-item, #block-materio-user-user-createaccount .form-wrapper { margin: 0; display: moz-inline-stack; @@ -5059,30 +5054,30 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig vertical-align: middle; position: relative; } -/* line 714, ../scss/styles.scss */ +/* line 707, ../scss/styles.scss */ #block-materio-user-user-register #edit-account, #block-materio-user-user-createaccount #edit-account { margin-right: 5px; } -/* line 716, ../scss/styles.scss */ +/* line 709, ../scss/styles.scss */ #block-materio-user-user-register input.form-text, #block-materio-user-user-createaccount input.form-text { font-size: 12px; border-radius: 5px; background-clip: padding-box; margin-bottom: 4px; } -/* line 716, ../scss/styles.scss */ +/* line 709, ../scss/styles.scss */ .ie8 #block-materio-user-user-register input.form-text, .ie8 #block-materio-user-user-createaccount input.form-text { margin-right: 5px; } -/* line 717, ../scss/styles.scss */ +/* line 710, ../scss/styles.scss */ #block-materio-user-user-register .form-item-mail input.form-text, #block-materio-user-user-register .form-item-name input.form-text, #block-materio-user-user-createaccount .form-item-mail input.form-text, #block-materio-user-user-createaccount .form-item-name input.form-text { width: 11em; } -/* line 718, ../scss/styles.scss */ +/* line 711, ../scss/styles.scss */ #block-materio-user-user-register .form-item-pass input.form-text, #block-materio-user-user-createaccount .form-item-pass input.form-text { width: 7em; } -/* line 720, ../scss/styles.scss */ +/* line 713, ../scss/styles.scss */ #block-materio-user-user-register #edit-mail-check, #block-materio-user-user-createaccount #edit-mail-check { position: absolute; bottom: 100%; @@ -5099,16 +5094,16 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig -webkit-transition: bottom 0.1s ease-out; transition: bottom 0.1s ease-out; } -/* line 728, ../scss/styles.scss */ +/* line 721, ../scss/styles.scss */ #block-materio-user-user-register #edit-mail-check.error, #block-materio-user-user-createaccount #edit-mail-check.error { background-color: #f3968d; color: #fff; } -/* line 734, ../scss/styles.scss */ +/* line 727, ../scss/styles.scss */ #block-materio-user-user-register #edit-mail-check.ok, #block-materio-user-user-createaccount #edit-mail-check.ok { display: none; } -/* line 737, ../scss/styles.scss */ +/* line 730, ../scss/styles.scss */ #block-materio-user-user-register .form-submit, #block-materio-user-user-createaccount .form-submit { font-size: 16px; padding: 0.1em 0.6em 0.2em; @@ -5117,13 +5112,13 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig font-weight: bold; margin-bottom: 4px; } -/* line 744, ../scss/styles.scss */ +/* line 737, ../scss/styles.scss */ #block-materio-user-user-register .form-item-termsofservices, #block-materio-user-user-register #edit-field-newsletter, #block-materio-user-user-createaccount .form-item-termsofservices, #block-materio-user-user-createaccount #edit-field-newsletter { margin-bottom: 0; display: block; line-height: 1; } -/* line 746, ../scss/styles.scss */ +/* line 739, ../scss/styles.scss */ #block-materio-user-user-register .form-item-termsofservices > *, #block-materio-user-user-register #edit-field-newsletter > *, #block-materio-user-user-createaccount .form-item-termsofservices > *, #block-materio-user-user-createaccount #edit-field-newsletter > * { display: moz-inline-stack; display: inline-block; @@ -5133,14 +5128,14 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig vertical-align: middle; margin: 0; } -/* line 747, ../scss/styles.scss */ +/* line 740, ../scss/styles.scss */ #block-materio-user-user-register .form-item-termsofservices label, #block-materio-user-user-register #edit-field-newsletter label, #block-materio-user-user-createaccount .form-item-termsofservices label, #block-materio-user-user-createaccount #edit-field-newsletter label { font-size: 10px; background-color: #fff; border-radius: 3px; background-clip: padding-box; } -/* line 751, ../scss/styles.scss */ +/* line 744, ../scss/styles.scss */ #block-materio-user-user-register #user-register-form .form-submit, #block-materio-user-user-createaccount #user-register-form .form-submit { border: 2px solid #69CDCF; background-color: #69CDCF; @@ -5150,22 +5145,22 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig -webkit-transition: text-shadow 0.2s ease-out; transition: text-shadow 0.2s ease-out; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ #block-materio-user-user-register #user-register-form .form-submit:hover, #block-materio-user-user-register #user-register-form .form-submit:focus, #block-materio-user-user-createaccount #user-register-form .form-submit:hover, #block-materio-user-user-createaccount #user-register-form .form-submit:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ #block-materio-user-user-register #user-register-form .form-submit:active, #block-materio-user-user-createaccount #user-register-form .form-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 754, ../scss/styles.scss */ +/* line 747, ../scss/styles.scss */ #block-materio-user-user-register #user-register-form .form-submit[disabled], #block-materio-user-user-createaccount #user-register-form .form-submit[disabled] { background-color: #ddd; border: 2px solid #ddd; } -/* line 761, ../scss/styles.scss */ +/* line 754, ../scss/styles.scss */ #block-materio-user-user-register #user-login .form-submit, #block-materio-user-user-createaccount #user-login .form-submit { border: 2px solid #E6DE1C; background-color: #E6DE1C; @@ -5175,33 +5170,33 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig -webkit-transition: text-shadow 0.2s ease-out; transition: text-shadow 0.2s ease-out; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ #block-materio-user-user-register #user-login .form-submit:hover, #block-materio-user-user-register #user-login .form-submit:focus, #block-materio-user-user-createaccount #user-login .form-submit:hover, #block-materio-user-user-createaccount #user-login .form-submit:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ #block-materio-user-user-register #user-login .form-submit:active, #block-materio-user-user-createaccount #user-login .form-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 767, ../scss/styles.scss */ +/* line 760, ../scss/styles.scss */ #block-materio-user-user-register #edit-simplenews, #block-materio-user-user-createaccount #edit-simplenews { padding-top: 0.5em; } -/* line 769, ../scss/styles.scss */ +/* line 762, ../scss/styles.scss */ #block-materio-user-user-register #edit-simplenews .fieldset-description, #block-materio-user-user-createaccount #edit-simplenews .fieldset-description { font-size: 12px; } -/* line 773, ../scss/styles.scss */ +/* line 766, ../scss/styles.scss */ #block-materio-user-user-register #edit-simplenews .form-checkboxes .form-item, #block-materio-user-user-createaccount #edit-simplenews .form-checkboxes .form-item { display: block; } -/* line 775, ../scss/styles.scss */ +/* line 768, ../scss/styles.scss */ #block-materio-user-user-register #edit-simplenews .form-checkboxes .form-item label, #block-materio-user-user-createaccount #edit-simplenews .form-checkboxes .form-item label { font-size: 12px; } -/* line 780, ../scss/styles.scss */ +/* line 773, ../scss/styles.scss */ #block-materio-user-user-register a.join, #block-materio-user-user-createaccount a.join { display: block; width: 5em; @@ -5220,34 +5215,34 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ #block-materio-user-user-register a.join:hover, #block-materio-user-user-register a.join:focus, #block-materio-user-user-createaccount a.join:hover, #block-materio-user-user-createaccount a.join:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ #block-materio-user-user-register a.join:active, #block-materio-user-user-createaccount a.join:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } @media only screen and (max-width: 40em) { - /* line 699, ../scss/styles.scss */ + /* line 692, ../scss/styles.scss */ #block-materio-user-user-register, #block-materio-user-user-createaccount { background-position: 160% 50%; min-height: 60px; padding: 15px 0; } - /* line 794, ../scss/styles.scss */ + /* line 787, ../scss/styles.scss */ #block-materio-user-user-register .form-item-mail input.form-text, #block-materio-user-user-register .form-item-name input.form-text, #block-materio-user-user-createaccount .form-item-mail input.form-text, #block-materio-user-user-createaccount .form-item-name input.form-text { width: 7em; } } -/* line 799, ../scss/styles.scss */ +/* line 792, ../scss/styles.scss */ #block-materio-user-user-register .message-error, #block-materio-user-user-createaccount .message-error { color: #b94a48; font-size: 12px; } -/* line 803, ../scss/styles.scss */ +/* line 796, ../scss/styles.scss */ .modal-content #block-materio-user-user-register, .modal-content #block-materio-user-user-createaccount { padding: 0.5em 0.5em 5em 0.5em; width: 400px; @@ -5256,11 +5251,11 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig border-radius: 5px; background-clip: padding-box; } -/* line 813, ../scss/styles.scss */ +/* line 806, ../scss/styles.scss */ .modal-content #block-materio-user-user-register #user-register-form div.homepage-textfield, .modal-content #block-materio-user-user-createaccount #user-register-form div.homepage-textfield { display: none; } -/* line 815, ../scss/styles.scss */ +/* line 808, ../scss/styles.scss */ .modal-content #block-materio-user-user-register #user-register-form .description, .modal-content #block-materio-user-user-createaccount #user-register-form .description { font-size: 12px; } @@ -5273,7 +5268,7 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig \___/\____/_/ /_/\__/\___/_/ /_/\__/ \__/\____/ .___/ /_/ */ -/* line 831, ../scss/styles.scss */ +/* line 824, ../scss/styles.scss */ #content-top { /* @@ -5284,17 +5279,17 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig |___| */ } -/* line 842, ../scss/styles.scss */ +/* line 835, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks, #content-top #block-materio-flag-materio-flag-mylists { font-size: 10px; color: #666666; font-weight: 300; } -/* line 845, ../scss/styles.scss */ +/* line 838, ../scss/styles.scss */ .ie8 #content-top #block-materio-flag-materio-flag-mybookmarks, .ie8 #content-top #block-materio-flag-materio-flag-mylists { margin-top: 40px; } -/* line 847, ../scss/styles.scss */ +/* line 840, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks h2, #content-top #block-materio-flag-materio-flag-mylists h2 { font-size: 12px; font-weight: 700; @@ -5302,7 +5297,7 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig line-height: 1.2; color: #000; } -/* line 849, ../scss/styles.scss */ +/* line 842, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks h2 a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks h2 i.fi-xicon-remove, #content-top #block-materio-flag-materio-flag-mylists h2 a.open-list, #content-top #block-materio-flag-materio-flag-mylists h2 i.fi-xicon-remove { display: moz-inline-stack; display: inline-block; @@ -5315,47 +5310,47 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig -webkit-transition: opacity 0.1s ease-out; transition: opacity 0.1s ease-out; } -/* line 856, ../scss/styles.scss */ +/* line 849, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks:hover a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks:hover i.fi-x, #content-top #block-materio-flag-materio-flag-mylists:hover a.open-list, #content-top #block-materio-flag-materio-flag-mylists:hover i.fi-x { opacity: 1; } -/* line 861, ../scss/styles.scss */ +/* line 854, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks span.listname[name=bookmarks], #content-top #block-materio-flag-materio-flag-mylists span.listname[name=bookmarks] { cursor: pointer; } -/* line 865, ../scss/styles.scss */ +/* line 858, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks { height: 0; overflow: hidden; } -/* line 867, ../scss/styles.scss */ +/* line 860, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks.active, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks.active { height: auto; } -/* line 870, ../scss/styles.scss */ +/* line 863, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks article.node.vm-bookmark, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks article.node.vm-bookmark { overflow: hidden; } -/* line 878, ../scss/styles.scss */ +/* line 871, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section h2, #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section .flaged, #content-top #block-materio-flag-materio-flag-mylists .mylists section h2, #content-top #block-materio-flag-materio-flag-mylists .mylists section .flaged { height: 0; overflow: hidden; } -/* line 882, ../scss/styles.scss */ +/* line 875, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section.active h2, #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section.active .flaged, #content-top #block-materio-flag-materio-flag-mylists .mylists section.active h2, #content-top #block-materio-flag-materio-flag-mylists .mylists section.active .flaged { height: auto; } -/* line 894, ../scss/styles.scss */ +/* line 887, ../scss/styles.scss */ #tool-bar { position: relative; } -/* line 897, ../scss/styles.scss */ +/* line 890, ../scss/styles.scss */ #tool-bar .inner-content { padding-top: 10px; padding-bottom: 10px; } -/* line 899, ../scss/styles.scss */ +/* line 892, ../scss/styles.scss */ #tool-bar .inner-content > * { display: moz-inline-stack; display: inline-block; @@ -5365,21 +5360,21 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig vertical-align: middle; } @media only screen and (max-width: 40em) { - /* line 897, ../scss/styles.scss */ + /* line 890, ../scss/styles.scss */ #tool-bar .inner-content { padding: 0; } - /* line 906, ../scss/styles.scss */ + /* line 899, ../scss/styles.scss */ #tool-bar .inner-content h1 { line-height: 0.5; } } -/* line 917, ../scss/styles.scss */ +/* line 910, ../scss/styles.scss */ .oldie #tool-bar { background-color: #B1ADAD; padding: 0 10px; } -/* line 919, ../scss/styles.scss */ +/* line 912, ../scss/styles.scss */ #tool-bar .btn-group { padding: 0; border-radius: 3px; @@ -5390,21 +5385,21 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig -webkit-transition: box-shadow 0.3s ease-out; transition: box-shadow 0.3s ease-out; } -/* line 45, ../scss/styles.scss */ +/* line 38, ../scss/styles.scss */ #tool-bar .btn-group:hover, #tool-bar .btn-group:focus { box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); } -/* line 48, ../scss/styles.scss */ +/* line 41, ../scss/styles.scss */ #tool-bar .btn-group:active { -webkit-transition: box-shadow 0s ease-out; transition: box-shadow 0s ease-out; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 924, ../scss/styles.scss */ +/* line 917, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title { margin: 0 10px 0 0; } -/* line 927, ../scss/styles.scss */ +/* line 920, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title h1 { margin: 0; font-size: 24px; @@ -5412,55 +5407,55 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig font-weight: 300; line-height: 1; } -/* line 929, ../scss/styles.scss */ +/* line 922, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title i { vertical-align: middle; margin-right: 5px; } -/* line 930, ../scss/styles.scss */ +/* line 923, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title i.icon-materio-folder { margin-bottom: 2px; } -/* line 931, ../scss/styles.scss */ +/* line 924, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title a.edit-list { visibility: hidden; } -/* line 123, ../scss/styles.scss */ +/* line 116, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title a.edit-list > * { margin-top: -100000px; } -/* line 126, ../scss/styles.scss */ +/* line 119, ../scss/styles.scss */ .csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list { opacity: 0; -webkit-transition: visibility 0s 0.3s; transition: visibility 0s 0.3s; } -/* line 129, ../scss/styles.scss */ +/* line 122, ../scss/styles.scss */ .csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list > * { -webkit-transition: margin-top 0s 0.3s; transition: margin-top 0s 0.3s; } -/* line 933, ../scss/styles.scss */ +/* line 926, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title a.edit-list i { margin: 0 0 0 5px; } -/* line 936, ../scss/styles.scss */ +/* line 929, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list { visibility: visible; } -/* line 115, ../scss/styles.scss */ +/* line 108, ../scss/styles.scss */ .csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list { opacity: 1; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } @media only screen and (min-width: 40.063em) and (max-width: 64em) { - /* line 924, ../scss/styles.scss */ + /* line 917, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title { display: block; } } -/* line 945, ../scss/styles.scss */ +/* line 938, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link { display: moz-inline-stack; display: inline-block; @@ -5469,42 +5464,42 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig *display: inline; margin: 0 2px; } -/* line 947, ../scss/styles.scss */ +/* line 940, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link.active { cursor: normal; } -/* line 948, ../scss/styles.scss */ +/* line 941, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link .inner { display: none; font-size: 10px; } @media only screen and (max-width: 40em) { - /* line 951, ../scss/styles.scss */ + /* line 944, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link { display: block; } - /* line 951, ../scss/styles.scss */ + /* line 944, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link:not(.active) { display: none; } } @media only screen and (max-width: 40em) { - /* line 954, ../scss/styles.scss */ + /* line 947, ../scss/styles.scss */ html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardmedium, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardsmall, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardmedium { display: block; } } @media only screen and (max-width: 40em) { - /* line 958, ../scss/styles.scss */ + /* line 951, ../scss/styles.scss */ html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardmedium, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardbig, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardsmall, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardmedium, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardbig { display: block; } } -/* line 962, ../scss/styles.scss */ +/* line 955, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-search { float: right; } -/* line 966, ../scss/styles.scss */ +/* line 959, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-search > .inner { display: moz-inline-stack; display: inline-block; @@ -5521,17 +5516,17 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig transition: box-shadow 0.3s ease-out; text-align: right; } -/* line 45, ../scss/styles.scss */ +/* line 38, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-search > .inner:hover, #tool-bar #block-materio-search-api-materio-search-api-search > .inner:focus { box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); } -/* line 48, ../scss/styles.scss */ +/* line 41, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-search > .inner:active { -webkit-transition: box-shadow 0s ease-out; transition: box-shadow 0s ease-out; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 973, ../scss/styles.scss */ +/* line 966, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form { text-align: right; display: moz-inline-stack; @@ -5541,7 +5536,7 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig *display: inline; margin: 0; } -/* line 977, ../scss/styles.scss */ +/* line 970, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form .form-item, #tool-bar #materio-search-api-search-form input, #tool-bar #materio-search-api-search-form .form-checkboxes { display: moz-inline-stack; display: inline-block; @@ -5552,20 +5547,20 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig vertical-align: middle; padding: 0; } -/* line 979, ../scss/styles.scss */ +/* line 972, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form .form-checkboxes { padding: 3px; font-size: 12px; } -/* line 981, ../scss/styles.scss */ +/* line 974, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form .form-checkboxes .form-item { margin: 0 5px; } -/* line 983, ../scss/styles.scss */ +/* line 976, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form .form-checkboxes .form-item label { font-size: 10px; } -/* line 987, ../scss/styles.scss */ +/* line 980, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form input#edit-searchfield { border: 1px solid #ccc; border-radius: 15px; @@ -5577,107 +5572,107 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig line-height: 1; background-position: 100% 7px; } -/* line 993, ../scss/styles.scss */ +/* line 986, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form input#edit-searchfield.throbbing { background-position: 100% -15px; } -/* line 997, ../scss/styles.scss */ +/* line 990, ../scss/styles.scss */ .oldie #tool-bar #materio-search-api-search-form #edit-searchfield-autocomplete-aria-live { background-color: #1a1a1a; } -/* line 1002, ../scss/styles.scss */ +/* line 995, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form input#edit-create { padding: 3px; } -/* line 1004, ../scss/styles.scss */ +/* line 997, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form.loading { background: transparent url("../img/ajax-loader.gif") no-repeat 98% center; } -/* line 1006, ../scss/styles.scss */ +/* line 999, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form.loading input#edit-create { visibility: hidden; } @media only screen and (max-width: 40em) { - /* line 1010, ../scss/styles.scss */ + /* line 1003, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form input#edit-searchfield { width: 16em; } - /* line 1011, ../scss/styles.scss */ + /* line 1004, ../scss/styles.scss */ #tool-bar #materio-search-api-search-form #edit-bundles-filter { display: none; } } -/* line 1016, ../scss/styles.scss */ +/* line 1009, ../scss/styles.scss */ #center { background-color: #e6e6e6; border-radius: 10px; background-clip: padding-box; } -/* line 1018, ../scss/styles.scss */ +/* line 1011, ../scss/styles.scss */ .node-type-page #center { background-color: #fff; } -/* line 1019, ../scss/styles.scss */ +/* line 1012, ../scss/styles.scss */ .ie8 #center { height: 100%; margin-top: 20px; } -/* line 1022, ../scss/styles.scss */ +/* line 1015, ../scss/styles.scss */ #content { -webkit-transition: height 0.3s ease-out; transition: height 0.3s ease-out; } -/* line 1026, ../scss/styles.scss */ +/* line 1019, ../scss/styles.scss */ #content.faded { opacity: 0.5; -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } -/* line 1031, ../scss/styles.scss */ +/* line 1024, ../scss/styles.scss */ #content .materiobase-results, #content .materiobase-actuality, #content .materio-flags-list { padding: 0 0 30px 0; margin: 0 0 20px 0; } -/* line 1034, ../scss/styles.scss */ +/* line 1027, ../scss/styles.scss */ #content .materiobase-results.loading, #content .materiobase-actuality.loading, #content .materio-flags-list.loading { background-image: url("../img/ajax-loader.gif"); background-position: center bottom; background-repeat: no-repeat; } -/* line 1040, ../scss/styles.scss */ +/* line 1033, ../scss/styles.scss */ #content .materiobase-results p.search-performance, #content .materiobase-results p.flaglist-infos, #content .materiobase-results p.actualities-infos, #content .materiobase-actuality p.search-performance, #content .materiobase-actuality p.flaglist-infos, #content .materiobase-actuality p.actualities-infos, #content .materio-flags-list p.search-performance, #content .materio-flags-list p.flaglist-infos, #content .materio-flags-list p.actualities-infos { font-size: 12px; font-weight: 500; margin: 0; padding: 10px 0 5px 15px; } -/* line 1046, ../scss/styles.scss */ +/* line 1039, ../scss/styles.scss */ #content .materiobase-results .search-results, #content .materiobase-results .actuality-items, #content .materiobase-results .flaglist-items, #content .materiobase-actuality .search-results, #content .materiobase-actuality .actuality-items, #content .materiobase-actuality .flaglist-items, #content .materio-flags-list .search-results, #content .materio-flags-list .actuality-items, #content .materio-flags-list .flaglist-items { font-size: 0; text-align: center; } -/* line 1048, ../scss/styles.scss */ +/* line 1041, ../scss/styles.scss */ #content .materiobase-results .search-results > *, #content .materiobase-results .actuality-items > *, #content .materiobase-results .flaglist-items > *, #content .materiobase-actuality .search-results > *, #content .materiobase-actuality .actuality-items > *, #content .materiobase-actuality .flaglist-items > *, #content .materio-flags-list .search-results > *, #content .materio-flags-list .actuality-items > *, #content .materio-flags-list .flaglist-items > * { font-size: 16px; } -/* line 1050, ../scss/styles.scss */ +/* line 1043, ../scss/styles.scss */ #content .materiobase-results .search-results > *, #content .materiobase-results .actuality-items > *, #content .materiobase-results .flaglist-items > *, #content .materiobase-actuality .search-results > *, #content .materiobase-actuality .actuality-items > *, #content .materiobase-actuality .flaglist-items > *, #content .materio-flags-list .search-results > *, #content .materio-flags-list .actuality-items > *, #content .materio-flags-list .flaglist-items > * { text-align: left; } -/* line 1056, ../scss/styles.scss */ +/* line 1049, ../scss/styles.scss */ #content ul.pager { padding: 1em 0; text-align: left; } -/* line 1058, ../scss/styles.scss */ +/* line 1051, ../scss/styles.scss */ .ie8 #content ul.pager { position: absolute; left: 37px; bottom: 35px; } -/* line 1060, ../scss/styles.scss */ +/* line 1053, ../scss/styles.scss */ #content ul.pager li { margin: 0; display: moz-inline-stack; @@ -5687,31 +5682,31 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig *display: inline; vertical-align: middle; } -/* line 1062, ../scss/styles.scss */ +/* line 1055, ../scss/styles.scss */ #content ul.pager .pager-current, #content ul.pager a { color: #000; font-size: 12px; } -/* line 1063, ../scss/styles.scss */ +/* line 1056, ../scss/styles.scss */ #content ul.pager .pager-current { font-weight: 900; font-size: 14px; } -/* line 1063, ../scss/styles.scss */ +/* line 1056, ../scss/styles.scss */ .ie8 #content ul.pager .pager-current { background: #fff; padding: 0.3em 1em 0.3em 1em; margin-top: 0.05em; border: 1px solid #333333; } -/* line 1064, ../scss/styles.scss */ +/* line 1057, ../scss/styles.scss */ #content ul.pager .pager-first a, #content ul.pager .pager-previous a, #content ul.pager .pager-next a, #content ul.pager .pager-last a { font-size: 24px; font-weight: 300; } /** #content-bottom */ -/* line 1075, ../scss/styles.scss */ +/* line 1068, ../scss/styles.scss */ #content-bottom { padding-top: 10px; } @@ -5731,15 +5726,15 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig |___|__,|_| |___| |___|___|__,|_| |___|_|_| | _|___|_| |_| |___|_| |_|_|_|__,|_|_|___|___| |_| */ -/* line 1266, ../scss/styles.scss */ +/* line 1259, ../scss/styles.scss */ article.search-performance .inner { padding: 1em; } -/* line 1270, ../scss/styles.scss */ +/* line 1263, ../scss/styles.scss */ article.search-performance p { font-size: 14px; } -/* line 1272, ../scss/styles.scss */ +/* line 1265, ../scss/styles.scss */ article.search-performance a.button { display: block; margin: 10px auto; @@ -5759,17 +5754,17 @@ article.search-performance a.button { text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ article.search-performance a.button:hover, article.search-performance a.button:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ article.search-performance a.button:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 1280, ../scss/styles.scss */ +/* line 1273, ../scss/styles.scss */ article.search-performance.view-mode-cardsmall { width: 327px; height: 140px; @@ -5787,7 +5782,7 @@ article.search-performance.view-mode-cardsmall { -webkit-transition: box-shadow 0.3s ease-out; transition: box-shadow 0.3s ease-out; } -/* line 1283, ../scss/styles.scss */ +/* line 1276, ../scss/styles.scss */ article.search-performance.view-mode-cardmedium { width: 210px; height: 295px; @@ -5805,11 +5800,11 @@ article.search-performance.view-mode-cardmedium { -webkit-transition: box-shadow 0.3s ease-out; transition: box-shadow 0.3s ease-out; } -/* line 1285, ../scss/styles.scss */ +/* line 1278, ../scss/styles.scss */ article.search-performance.view-mode-cardmedium .inner { padding: 4em 1em 0; } -/* line 1289, ../scss/styles.scss */ +/* line 1282, ../scss/styles.scss */ article.search-performance.view-mode-cardbig { width: 425px; height: 115px; @@ -5829,7 +5824,7 @@ article.search-performance.view-mode-cardbig { display: block; margin: 0 auto; } -/* line 1293, ../scss/styles.scss */ +/* line 1286, ../scss/styles.scss */ article.search-performance.view-mode-cardfull { width: 850px; height: 115px; @@ -5849,7 +5844,7 @@ article.search-performance.view-mode-cardfull { display: block; margin: 0 auto; } -/* line 1295, ../scss/styles.scss */ +/* line 1288, ../scss/styles.scss */ article.search-performance.view-mode-cardfull .inner { padding: 1em 212px; } @@ -5862,7 +5857,7 @@ article.search-performance.view-mode-cardfull .inner { |_____|__|__|__|__|____/ |_____|_____|_____|__|__|_|_|_|__|__|__|__|__|__|_____| */ -/* line 1310, ../scss/styles.scss */ +/* line 1303, ../scss/styles.scss */ article.node-materiau.vm-bookmark, article.node-breve.vm-bookmark { width: 50px; height: 70px; @@ -5881,38 +5876,38 @@ article.node-materiau.vm-bookmark, article.node-breve.vm-bookmark { transition: box-shadow 0.3s ease-out; margin: 3px; } -/* line 1115, ../scss/styles.scss */ +/* line 1108, ../scss/styles.scss */ article.node-materiau.vm-bookmark > div.side, article.node-breve.vm-bookmark > div.side { border-radius: 5px; background-clip: padding-box; overflow: hidden; } -/* line 1120, ../scss/styles.scss */ +/* line 1113, ../scss/styles.scss */ article.node-materiau.vm-bookmark.focused, article.node-breve.vm-bookmark.focused { box-shadow: 0 0 7px rgba(0, 0, 0, 0.9); } -/* line 1122, ../scss/styles.scss */ +/* line 1115, ../scss/styles.scss */ article.node-materiau.vm-bookmark.just-added, article.node-breve.vm-bookmark.just-added { opacity: 0; } -/* line 1124, ../scss/styles.scss */ +/* line 1117, ../scss/styles.scss */ article.node-materiau.vm-bookmark.associated, article.node-breve.vm-bookmark.associated { -webkit-transition: margin 0.3s ease-out; transition: margin 0.3s ease-out; } -/* line 1126, ../scss/styles.scss */ +/* line 1119, ../scss/styles.scss */ article.node-materiau.vm-bookmark.associated.just-added, article.node-breve.vm-bookmark.associated.just-added { margin-left: -50px; margin-right: 50px; } -/* line 1128, ../scss/styles.scss */ +/* line 1121, ../scss/styles.scss */ .modal-content article.node-materiau.vm-bookmark.associated, .modal-content article.node-breve.vm-bookmark.associated { position: absolute; top: 0; left: 0; z-index: 999; } -/* line 1136, ../scss/styles.scss */ +/* line 1129, ../scss/styles.scss */ article.node-materiau.vm-bookmark.removed, article.node-breve.vm-bookmark.removed { -webkit-transition: width 0.3s ease-out; transition: width 0.3s ease-out; @@ -5923,7 +5918,7 @@ article.node-materiau.vm-bookmark.removed, article.node-breve.vm-bookmark.remove margin-left: 0; overflow: hidden; } -/* line 1146, ../scss/styles.scss */ +/* line 1139, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav, article.node-breve.vm-bookmark nav.nav { position: absolute; top: 0; @@ -5936,37 +5931,37 @@ article.node-materiau.vm-bookmark nav.nav, article.node-breve.vm-bookmark nav.na background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1158, ../scss/styles.scss */ +/* line 1151, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav a, article.node-breve.vm-bookmark nav.nav a { color: #000; } -/* line 1159, ../scss/styles.scss */ +/* line 1152, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul { background-color: rgba(255, 255, 255, 0.9); } -/* line 1160, ../scss/styles.scss */ +/* line 1153, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav span.op, article.node-breve.vm-bookmark nav.nav span.op { font-weight: 900; font-size: 14px; } -/* line 1162, ../scss/styles.scss */ +/* line 1155, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul { padding: 0; margin: 0; } -/* line 1164, ../scss/styles.scss */ +/* line 1157, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav section, article.node-breve.vm-bookmark nav.nav section { position: relative; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav section > i, article.node-breve.vm-bookmark nav.nav section > i { margin: 0 5px; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav section > i:hover, article.node-breve.vm-bookmark nav.nav section > i:hover { cursor: pointer; } -/* line 1170, ../scss/styles.scss */ +/* line 1163, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul { position: absolute; right: 0; @@ -5979,7 +5974,7 @@ article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav background-clip: padding-box; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); } -/* line 1174, ../scss/styles.scss */ +/* line 1167, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul li, article.node-breve.vm-bookmark nav.nav ul li { padding: 0; margin: 0; @@ -5990,20 +5985,20 @@ article.node-materiau.vm-bookmark nav.nav ul li, article.node-breve.vm-bookmark -webkit-transition: height 0.2s ease-out; transition: height 0.2s ease-out; } -/* line 1178, ../scss/styles.scss */ +/* line 1171, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul li a, article.node-breve.vm-bookmark nav.nav ul li a { display: block; } -/* line 1181, ../scss/styles.scss */ +/* line 1174, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links { width: 160px; font-size: 0; } -/* line 1184, ../scss/styles.scss */ +/* line 1177, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links > * { font-size: 11px; } -/* line 1189, ../scss/styles.scss */ +/* line 1182, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li { display: moz-inline-stack; display: inline-block; @@ -6014,53 +6009,53 @@ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li, article max-width: 98%; padding-left: 2px; } -/* line 1191, ../scss/styles.scss */ +/* line 1184, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } -/* line 1193, ../scss/styles.scss */ +/* line 1186, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a.unflag-action { color: #000; text-decoration: none; } -/* line 1197, ../scss/styles.scss */ +/* line 1190, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create { display: block; width: 100%; } -/* line 1199, ../scss/styles.scss */ +/* line 1192, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create > * { margin-top: 1px; padding-top: 1px; border-top: 1px solid #e6e6e6; } -/* line 1200, ../scss/styles.scss */ +/* line 1193, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create a { color: #000; } -/* line 1202, ../scss/styles.scss */ +/* line 1195, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading { background: transparent url("../img/ajax-loader.gif") no-repeat 98% center; } -/* line 1203, ../scss/styles.scss */ +/* line 1196, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading a { visibility: hidden; } -/* line 1208, ../scss/styles.scss */ +/* line 1201, ../scss/styles.scss */ .ie8 article.node-materiau.vm-bookmark nav.nav ul, .ie8 article.node-breve.vm-bookmark nav.nav ul { background: #FFF; } -/* line 1213, ../scss/styles.scss */ +/* line 1206, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav section:hover ul, article.node-breve.vm-bookmark nav.nav section:hover ul { padding: 5px 5px; } -/* line 1215, ../scss/styles.scss */ +/* line 1208, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav section:hover ul li, article.node-breve.vm-bookmark nav.nav section:hover ul li { height: 17px; } -/* line 1228, ../scss/styles.scss */ +/* line 1221, ../scss/styles.scss */ article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark div.workflow { position: absolute; top: 0; @@ -6074,7 +6069,7 @@ article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark d background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1234, ../scss/styles.scss */ +/* line 1227, ../scss/styles.scss */ article.node-materiau.vm-bookmark div.workflow span, article.node-breve.vm-bookmark div.workflow span { padding: 3px 0 0 4px; display: moz-inline-stack; @@ -6083,7 +6078,7 @@ article.node-materiau.vm-bookmark div.workflow span, article.node-breve.vm-bookm zoom: 1; *display: inline; } -/* line 1237, ../scss/styles.scss */ +/* line 1230, ../scss/styles.scss */ article.node-materiau.vm-bookmark .field-name-field-description .upgrade, article.node-breve.vm-bookmark .field-name-field-description .upgrade { font-size: 12px; padding-top: 4em; @@ -6092,12 +6087,12 @@ article.node-materiau.vm-bookmark .field-name-field-description .upgrade, articl background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } -/* line 1245, ../scss/styles.scss */ +/* line 1238, ../scss/styles.scss */ article.node-materiau.vm-bookmark .side.oops p, article.node-materiau.vm-bookmark .side .upgrade p, article.node-breve.vm-bookmark .side.oops p, article.node-breve.vm-bookmark .side .upgrade p { padding: 10px; font-size: 12px; } -/* line 1247, ../scss/styles.scss */ +/* line 1240, ../scss/styles.scss */ article.node-materiau.vm-bookmark .side.oops p a, article.node-materiau.vm-bookmark .side .upgrade p a, article.node-breve.vm-bookmark .side.oops p a, article.node-breve.vm-bookmark .side .upgrade p a { display: block; margin: 10px 0; @@ -6116,38 +6111,38 @@ article.node-materiau.vm-bookmark .side.oops p a, article.node-materiau.vm-bookm text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ article.node-materiau.vm-bookmark .side.oops p a:hover, article.node-materiau.vm-bookmark .side.oops p a:focus, article.node-materiau.vm-bookmark .side .upgrade p a:hover, article.node-materiau.vm-bookmark .side .upgrade p a:focus, article.node-breve.vm-bookmark .side.oops p a:hover, article.node-breve.vm-bookmark .side.oops p a:focus, article.node-breve.vm-bookmark .side .upgrade p a:hover, article.node-breve.vm-bookmark .side .upgrade p a:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ article.node-materiau.vm-bookmark .side.oops p a:active, article.node-materiau.vm-bookmark .side .upgrade p a:active, article.node-breve.vm-bookmark .side.oops p a:active, article.node-breve.vm-bookmark .side .upgrade p a:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 1313, ../scss/styles.scss */ +/* line 1306, ../scss/styles.scss */ article.node-materiau.vm-bookmark .group-header, article.node-breve.vm-bookmark .group-header { display: none; } -/* line 1317, ../scss/styles.scss */ +/* line 1310, ../scss/styles.scss */ article.node-materiau.vm-bookmark .group-images, article.node-breve.vm-bookmark .group-images { position: relative; z-index: 1; background-color: #fff; } -/* line 82, ../scss/styles.scss */ +/* line 75, ../scss/styles.scss */ article.node-materiau.vm-bookmark .group-images figure, article.node-breve.vm-bookmark .group-images figure { position: absolute; top: 0; left: 0; } -/* line 84, ../scss/styles.scss */ +/* line 77, ../scss/styles.scss */ article.node-materiau.vm-bookmark .group-images figure:first-child, article.node-breve.vm-bookmark .group-images figure:first-child { position: relative; z-index: 1; } -/* line 1319, ../scss/styles.scss */ +/* line 1312, ../scss/styles.scss */ article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark div.workflow { display: none; } @@ -6160,7 +6155,7 @@ article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark d |_____|__|__|__|__|____/ |_____|_|_|_|__|__|_____|_____| */ -/* line 1330, ../scss/styles.scss */ +/* line 1323, ../scss/styles.scss */ article.node-materiau.vm-cardsmall, article.node-breve.vm-cardsmall { width: 100px; height: 140px; @@ -6178,38 +6173,38 @@ article.node-materiau.vm-cardsmall, article.node-breve.vm-cardsmall { -webkit-transition: box-shadow 0.3s ease-out; transition: box-shadow 0.3s ease-out; } -/* line 1115, ../scss/styles.scss */ +/* line 1108, ../scss/styles.scss */ article.node-materiau.vm-cardsmall > div.side, article.node-breve.vm-cardsmall > div.side { border-radius: 5px; background-clip: padding-box; overflow: hidden; } -/* line 1120, ../scss/styles.scss */ +/* line 1113, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.focused, article.node-breve.vm-cardsmall.focused { box-shadow: 0 0 7px rgba(0, 0, 0, 0.9); } -/* line 1122, ../scss/styles.scss */ +/* line 1115, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.just-added, article.node-breve.vm-cardsmall.just-added { opacity: 0; } -/* line 1124, ../scss/styles.scss */ +/* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.associated, article.node-breve.vm-cardsmall.associated { -webkit-transition: margin 0.3s ease-out; transition: margin 0.3s ease-out; } -/* line 1126, ../scss/styles.scss */ +/* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.associated.just-added, article.node-breve.vm-cardsmall.associated.just-added { margin-left: -100px; margin-right: 100px; } -/* line 1128, ../scss/styles.scss */ +/* line 1121, ../scss/styles.scss */ .modal-content article.node-materiau.vm-cardsmall.associated, .modal-content article.node-breve.vm-cardsmall.associated { position: absolute; top: 0; left: 0; z-index: 999; } -/* line 1136, ../scss/styles.scss */ +/* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.removed, article.node-breve.vm-cardsmall.removed { -webkit-transition: width 0.3s ease-out; transition: width 0.3s ease-out; @@ -6220,7 +6215,7 @@ article.node-materiau.vm-cardsmall.removed, article.node-breve.vm-cardsmall.remo margin-left: 0; overflow: hidden; } -/* line 1146, ../scss/styles.scss */ +/* line 1139, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav, article.node-breve.vm-cardsmall nav.nav { position: absolute; top: 0; @@ -6233,37 +6228,37 @@ article.node-materiau.vm-cardsmall nav.nav, article.node-breve.vm-cardsmall nav. background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1158, ../scss/styles.scss */ +/* line 1151, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav a, article.node-breve.vm-cardsmall nav.nav a { color: #000; } -/* line 1159, ../scss/styles.scss */ +/* line 1152, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul { background-color: rgba(255, 255, 255, 0.9); } -/* line 1160, ../scss/styles.scss */ +/* line 1153, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav span.op, article.node-breve.vm-cardsmall nav.nav span.op { font-weight: 900; font-size: 14px; } -/* line 1162, ../scss/styles.scss */ +/* line 1155, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul { padding: 0; margin: 0; } -/* line 1164, ../scss/styles.scss */ +/* line 1157, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav section, article.node-breve.vm-cardsmall nav.nav section { position: relative; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav section > i, article.node-breve.vm-cardsmall nav.nav section > i { margin: 0 5px; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav section > i:hover, article.node-breve.vm-cardsmall nav.nav section > i:hover { cursor: pointer; } -/* line 1170, ../scss/styles.scss */ +/* line 1163, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul { position: absolute; right: 0; @@ -6276,7 +6271,7 @@ article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall n background-clip: padding-box; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); } -/* line 1174, ../scss/styles.scss */ +/* line 1167, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul li, article.node-breve.vm-cardsmall nav.nav ul li { padding: 0; margin: 0; @@ -6287,20 +6282,20 @@ article.node-materiau.vm-cardsmall nav.nav ul li, article.node-breve.vm-cardsmal -webkit-transition: height 0.2s ease-out; transition: height 0.2s ease-out; } -/* line 1178, ../scss/styles.scss */ +/* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul li a, article.node-breve.vm-cardsmall nav.nav ul li a { display: block; } -/* line 1181, ../scss/styles.scss */ +/* line 1174, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links { width: 160px; font-size: 0; } -/* line 1184, ../scss/styles.scss */ +/* line 1177, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links > * { font-size: 11px; } -/* line 1189, ../scss/styles.scss */ +/* line 1182, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li { display: moz-inline-stack; display: inline-block; @@ -6311,53 +6306,53 @@ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, articl max-width: 98%; padding-left: 2px; } -/* line 1191, ../scss/styles.scss */ +/* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } -/* line 1193, ../scss/styles.scss */ +/* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a.unflag-action { color: #000; text-decoration: none; } -/* line 1197, ../scss/styles.scss */ +/* line 1190, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create { display: block; width: 100%; } -/* line 1199, ../scss/styles.scss */ +/* line 1192, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create > * { margin-top: 1px; padding-top: 1px; border-top: 1px solid #e6e6e6; } -/* line 1200, ../scss/styles.scss */ +/* line 1193, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create a { color: #000; } -/* line 1202, ../scss/styles.scss */ +/* line 1195, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading { background: transparent url("../img/ajax-loader.gif") no-repeat 98% center; } -/* line 1203, ../scss/styles.scss */ +/* line 1196, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading a { visibility: hidden; } -/* line 1208, ../scss/styles.scss */ +/* line 1201, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardsmall nav.nav ul, .ie8 article.node-breve.vm-cardsmall nav.nav ul { background: #FFF; } -/* line 1213, ../scss/styles.scss */ +/* line 1206, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav section:hover ul, article.node-breve.vm-cardsmall nav.nav section:hover ul { padding: 5px 5px; } -/* line 1215, ../scss/styles.scss */ +/* line 1208, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav section:hover ul li, article.node-breve.vm-cardsmall nav.nav section:hover ul li { height: 17px; } -/* line 1228, ../scss/styles.scss */ +/* line 1221, ../scss/styles.scss */ article.node-materiau.vm-cardsmall div.workflow, article.node-breve.vm-cardsmall div.workflow { position: absolute; top: 0; @@ -6371,7 +6366,7 @@ article.node-materiau.vm-cardsmall div.workflow, article.node-breve.vm-cardsmall background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1234, ../scss/styles.scss */ +/* line 1227, ../scss/styles.scss */ article.node-materiau.vm-cardsmall div.workflow span, article.node-breve.vm-cardsmall div.workflow span { padding: 3px 0 0 4px; display: moz-inline-stack; @@ -6380,7 +6375,7 @@ article.node-materiau.vm-cardsmall div.workflow span, article.node-breve.vm-card zoom: 1; *display: inline; } -/* line 1237, ../scss/styles.scss */ +/* line 1230, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .field-name-field-description .upgrade, article.node-breve.vm-cardsmall .field-name-field-description .upgrade { font-size: 12px; padding-top: 4em; @@ -6389,12 +6384,12 @@ article.node-materiau.vm-cardsmall .field-name-field-description .upgrade, artic background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } -/* line 1245, ../scss/styles.scss */ +/* line 1238, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .side.oops p, article.node-materiau.vm-cardsmall .side .upgrade p, article.node-breve.vm-cardsmall .side.oops p, article.node-breve.vm-cardsmall .side .upgrade p { padding: 10px; font-size: 12px; } -/* line 1247, ../scss/styles.scss */ +/* line 1240, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .side.oops p a, article.node-materiau.vm-cardsmall .side .upgrade p a, article.node-breve.vm-cardsmall .side.oops p a, article.node-breve.vm-cardsmall .side .upgrade p a { display: block; margin: 10px 0; @@ -6413,28 +6408,28 @@ article.node-materiau.vm-cardsmall .side.oops p a, article.node-materiau.vm-card text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .side.oops p a:hover, article.node-materiau.vm-cardsmall .side.oops p a:focus, article.node-materiau.vm-cardsmall .side .upgrade p a:hover, article.node-materiau.vm-cardsmall .side .upgrade p a:focus, article.node-breve.vm-cardsmall .side.oops p a:hover, article.node-breve.vm-cardsmall .side.oops p a:focus, article.node-breve.vm-cardsmall .side .upgrade p a:hover, article.node-breve.vm-cardsmall .side .upgrade p a:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .side.oops p a:active, article.node-materiau.vm-cardsmall .side .upgrade p a:active, article.node-breve.vm-cardsmall .side.oops p a:active, article.node-breve.vm-cardsmall .side .upgrade p a:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 1332, ../scss/styles.scss */ +/* line 1325, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .group-header, article.node-breve.vm-cardsmall .group-header { display: none; position: absolute; font-size: 14px; font-weight: 500; } -/* line 1335, ../scss/styles.scss */ +/* line 1328, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .group-header .field-name-title-field, article.node-breve.vm-cardsmall .group-header .field-name-title-field { font-weight: 700; } -/* line 1336, ../scss/styles.scss */ +/* line 1329, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardsmall .group-header .field-name-field-localisation, article.node-breve.vm-cardsmall .group-header .field-name-field-reference-materio, article.node-breve.vm-cardsmall .group-header .field-name-field-localisation { display: moz-inline-stack; display: inline-block; @@ -6443,11 +6438,11 @@ article.node-materiau.vm-cardsmall .group-header .field-name-field-reference-mat *display: inline; font-size: 12px; } -/* line 1337, ../scss/styles.scss */ +/* line 1330, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .group-header .field-name-field-localisation, article.node-breve.vm-cardsmall .group-header .field-name-field-localisation { float: right; } -/* line 1339, ../scss/styles.scss */ +/* line 1332, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .group-images, article.node-breve.vm-cardsmall .group-images { position: relative; z-index: 1; @@ -6456,64 +6451,64 @@ article.node-materiau.vm-cardsmall .group-images, article.node-breve.vm-cardsmal background-clip: padding-box; overflow: hidden; } -/* line 82, ../scss/styles.scss */ +/* line 75, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .group-images figure, article.node-breve.vm-cardsmall .group-images figure { position: absolute; top: 0; left: 0; } -/* line 84, ../scss/styles.scss */ +/* line 77, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .group-images figure:first-child, article.node-breve.vm-cardsmall .group-images figure:first-child { position: relative; z-index: 1; } -/* line 1342, ../scss/styles.scss */ +/* line 1335, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links { width: 75px; min-width: 75px; } -/* line 1344, ../scss/styles.scss */ +/* line 1337, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li { width: 98%; } -/* line 1346, ../scss/styles.scss */ +/* line 1339, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardsmall nav.nav, .ie8 article.node-breve.vm-cardsmall nav.nav { background: #FFF; } -/* line 1348, ../scss/styles.scss */ +/* line 1341, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav, .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav { visibility: hidden; } -/* line 123, ../scss/styles.scss */ +/* line 116, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav > *, .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav > * { margin-top: -100000px; } -/* line 126, ../scss/styles.scss */ +/* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav { opacity: 0; -webkit-transition: visibility 0s 0.3s; transition: visibility 0s 0.3s; } -/* line 129, ../scss/styles.scss */ +/* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav > *, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav > * { -webkit-transition: margin-top 0s 0.3s; transition: margin-top 0s 0.3s; } -/* line 1350, ../scss/styles.scss */ +/* line 1343, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow, .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow { visibility: hidden; } -/* line 123, ../scss/styles.scss */ +/* line 116, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow > *, .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow > * { margin-top: -100000px; } -/* line 126, ../scss/styles.scss */ +/* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow { opacity: 0; -webkit-transition: visibility 0s 0.3s; transition: visibility 0s 0.3s; } -/* line 129, ../scss/styles.scss */ +/* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow > *, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow > * { -webkit-transition: margin-top 0s 0.3s; transition: margin-top 0s 0.3s; @@ -6527,16 +6522,16 @@ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, articl |_| |_____|_____|_____|_| |_____|__| |_____|_|_|_|__|__|_____|_____| |_____|__|__|__|__|____/ */ -/* line 1362, ../scss/styles.scss */ +/* line 1355, ../scss/styles.scss */ #tooltip .group-header.smallcard { font-size: 14px; font-weight: 500; } -/* line 1364, ../scss/styles.scss */ +/* line 1357, ../scss/styles.scss */ #tooltip .group-header.smallcard .field-name-title-field { font-weight: 700; } -/* line 1365, ../scss/styles.scss */ +/* line 1358, ../scss/styles.scss */ #tooltip .group-header.smallcard .field-name-field-reference-materio, #tooltip .group-header.smallcard .field-name-field-localisation { display: moz-inline-stack; display: inline-block; @@ -6545,7 +6540,7 @@ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, articl *display: inline; font-size: 12px; } -/* line 1366, ../scss/styles.scss */ +/* line 1359, ../scss/styles.scss */ #tooltip .group-header.smallcard .field-name-field-localisation { float: right; } @@ -6558,7 +6553,7 @@ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, articl |_____|__|__|__|__|____/ |_|_|_|_____|____/|_____|_____|_|_|_| */ -/* line 1378, ../scss/styles.scss */ +/* line 1371, ../scss/styles.scss */ article.node-materiau.vm-cardmedium, article.node-breve.vm-cardmedium { width: 210px; height: 295px; @@ -6576,38 +6571,38 @@ article.node-materiau.vm-cardmedium, article.node-breve.vm-cardmedium { -webkit-transition: box-shadow 0.3s ease-out; transition: box-shadow 0.3s ease-out; } -/* line 1115, ../scss/styles.scss */ +/* line 1108, ../scss/styles.scss */ article.node-materiau.vm-cardmedium > div.side, article.node-breve.vm-cardmedium > div.side { border-radius: 5px; background-clip: padding-box; overflow: hidden; } -/* line 1120, ../scss/styles.scss */ +/* line 1113, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.focused, article.node-breve.vm-cardmedium.focused { box-shadow: 0 0 7px rgba(0, 0, 0, 0.9); } -/* line 1122, ../scss/styles.scss */ +/* line 1115, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.just-added, article.node-breve.vm-cardmedium.just-added { opacity: 0; } -/* line 1124, ../scss/styles.scss */ +/* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.associated, article.node-breve.vm-cardmedium.associated { -webkit-transition: margin 0.3s ease-out; transition: margin 0.3s ease-out; } -/* line 1126, ../scss/styles.scss */ +/* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.associated.just-added, article.node-breve.vm-cardmedium.associated.just-added { margin-left: -210px; margin-right: 210px; } -/* line 1128, ../scss/styles.scss */ +/* line 1121, ../scss/styles.scss */ .modal-content article.node-materiau.vm-cardmedium.associated, .modal-content article.node-breve.vm-cardmedium.associated { position: absolute; top: 0; left: 0; z-index: 999; } -/* line 1136, ../scss/styles.scss */ +/* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.removed, article.node-breve.vm-cardmedium.removed { -webkit-transition: width 0.3s ease-out; transition: width 0.3s ease-out; @@ -6618,7 +6613,7 @@ article.node-materiau.vm-cardmedium.removed, article.node-breve.vm-cardmedium.re margin-left: 0; overflow: hidden; } -/* line 1146, ../scss/styles.scss */ +/* line 1139, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav, article.node-breve.vm-cardmedium nav.nav { position: absolute; top: 0; @@ -6631,37 +6626,37 @@ article.node-materiau.vm-cardmedium nav.nav, article.node-breve.vm-cardmedium na background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1158, ../scss/styles.scss */ +/* line 1151, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav a, article.node-breve.vm-cardmedium nav.nav a { color: #000; } -/* line 1159, ../scss/styles.scss */ +/* line 1152, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul { background-color: rgba(255, 255, 255, 0.9); } -/* line 1160, ../scss/styles.scss */ +/* line 1153, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav span.op, article.node-breve.vm-cardmedium nav.nav span.op { font-weight: 900; font-size: 14px; } -/* line 1162, ../scss/styles.scss */ +/* line 1155, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul { padding: 0; margin: 0; } -/* line 1164, ../scss/styles.scss */ +/* line 1157, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav section, article.node-breve.vm-cardmedium nav.nav section { position: relative; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav section > i, article.node-breve.vm-cardmedium nav.nav section > i { margin: 0 5px; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav section > i:hover, article.node-breve.vm-cardmedium nav.nav section > i:hover { cursor: pointer; } -/* line 1170, ../scss/styles.scss */ +/* line 1163, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul { position: absolute; right: 0; @@ -6674,7 +6669,7 @@ article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium background-clip: padding-box; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); } -/* line 1174, ../scss/styles.scss */ +/* line 1167, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul li, article.node-breve.vm-cardmedium nav.nav ul li { padding: 0; margin: 0; @@ -6685,20 +6680,20 @@ article.node-materiau.vm-cardmedium nav.nav ul li, article.node-breve.vm-cardmed -webkit-transition: height 0.2s ease-out; transition: height 0.2s ease-out; } -/* line 1178, ../scss/styles.scss */ +/* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul li a, article.node-breve.vm-cardmedium nav.nav ul li a { display: block; } -/* line 1181, ../scss/styles.scss */ +/* line 1174, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links { width: 160px; font-size: 0; } -/* line 1184, ../scss/styles.scss */ +/* line 1177, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links > * { font-size: 11px; } -/* line 1189, ../scss/styles.scss */ +/* line 1182, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li { display: moz-inline-stack; display: inline-block; @@ -6709,53 +6704,53 @@ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li, artic max-width: 98%; padding-left: 2px; } -/* line 1191, ../scss/styles.scss */ +/* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } -/* line 1193, ../scss/styles.scss */ +/* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a.unflag-action { color: #000; text-decoration: none; } -/* line 1197, ../scss/styles.scss */ +/* line 1190, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create { display: block; width: 100%; } -/* line 1199, ../scss/styles.scss */ +/* line 1192, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create > * { margin-top: 1px; padding-top: 1px; border-top: 1px solid #e6e6e6; } -/* line 1200, ../scss/styles.scss */ +/* line 1193, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create a { color: #000; } -/* line 1202, ../scss/styles.scss */ +/* line 1195, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading { background: transparent url("../img/ajax-loader.gif") no-repeat 98% center; } -/* line 1203, ../scss/styles.scss */ +/* line 1196, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading a { visibility: hidden; } -/* line 1208, ../scss/styles.scss */ +/* line 1201, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardmedium nav.nav ul, .ie8 article.node-breve.vm-cardmedium nav.nav ul { background: #FFF; } -/* line 1213, ../scss/styles.scss */ +/* line 1206, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav section:hover ul, article.node-breve.vm-cardmedium nav.nav section:hover ul { padding: 5px 5px; } -/* line 1215, ../scss/styles.scss */ +/* line 1208, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav section:hover ul li, article.node-breve.vm-cardmedium nav.nav section:hover ul li { height: 17px; } -/* line 1228, ../scss/styles.scss */ +/* line 1221, ../scss/styles.scss */ article.node-materiau.vm-cardmedium div.workflow, article.node-breve.vm-cardmedium div.workflow { position: absolute; top: 0; @@ -6769,7 +6764,7 @@ article.node-materiau.vm-cardmedium div.workflow, article.node-breve.vm-cardmedi background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1234, ../scss/styles.scss */ +/* line 1227, ../scss/styles.scss */ article.node-materiau.vm-cardmedium div.workflow span, article.node-breve.vm-cardmedium div.workflow span { padding: 3px 0 0 4px; display: moz-inline-stack; @@ -6778,7 +6773,7 @@ article.node-materiau.vm-cardmedium div.workflow span, article.node-breve.vm-car zoom: 1; *display: inline; } -/* line 1237, ../scss/styles.scss */ +/* line 1230, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description .upgrade, article.node-breve.vm-cardmedium .field-name-field-description .upgrade { font-size: 12px; padding-top: 4em; @@ -6787,12 +6782,12 @@ article.node-materiau.vm-cardmedium .field-name-field-description .upgrade, arti background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } -/* line 1245, ../scss/styles.scss */ +/* line 1238, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .side.oops p, article.node-materiau.vm-cardmedium .side .upgrade p, article.node-breve.vm-cardmedium .side.oops p, article.node-breve.vm-cardmedium .side .upgrade p { padding: 10px; font-size: 12px; } -/* line 1247, ../scss/styles.scss */ +/* line 1240, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .side.oops p a, article.node-materiau.vm-cardmedium .side .upgrade p a, article.node-breve.vm-cardmedium .side.oops p a, article.node-breve.vm-cardmedium .side .upgrade p a { display: block; margin: 10px 0; @@ -6811,17 +6806,17 @@ article.node-materiau.vm-cardmedium .side.oops p a, article.node-materiau.vm-car text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .side.oops p a:hover, article.node-materiau.vm-cardmedium .side.oops p a:focus, article.node-materiau.vm-cardmedium .side .upgrade p a:hover, article.node-materiau.vm-cardmedium .side .upgrade p a:focus, article.node-breve.vm-cardmedium .side.oops p a:hover, article.node-breve.vm-cardmedium .side.oops p a:focus, article.node-breve.vm-cardmedium .side .upgrade p a:hover, article.node-breve.vm-cardmedium .side .upgrade p a:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .side.oops p a:active, article.node-materiau.vm-cardmedium .side .upgrade p a:active, article.node-breve.vm-cardmedium .side.oops p a:active, article.node-breve.vm-cardmedium .side .upgrade p a:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 1381, ../scss/styles.scss */ +/* line 1374, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .side, article.node-breve.vm-cardmedium .side { position: absolute; width: 100%; @@ -6831,11 +6826,11 @@ article.node-materiau.vm-cardmedium .side, article.node-breve.vm-cardmedium .sid background-color: #fff; cursor: pointer; } -/* line 1383, ../scss/styles.scss */ +/* line 1376, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .side:nth-child(2), article.node-breve.vm-cardmedium .side:nth-child(2) { z-index: 1; } -/* line 1386, ../scss/styles.scss */ +/* line 1379, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-header, article.node-breve.vm-cardmedium .group-header { position: absolute; bottom: 0; @@ -6854,15 +6849,15 @@ article.node-materiau.vm-cardmedium .group-header, article.node-breve.vm-cardmed background-clip: padding-box; overflow: hidden; } -/* line 1390, ../scss/styles.scss */ +/* line 1383, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-header .field-name-title-field, article.node-breve.vm-cardmedium .group-header .field-name-title-field { font-weight: 700; } -/* line 1391, ../scss/styles.scss */ +/* line 1384, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-header .field-name-field-nature-titre, article.node-breve.vm-cardmedium .group-header .field-name-field-nature-titre { font-size: 14px; } -/* line 1396, ../scss/styles.scss */ +/* line 1389, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardmedium .group-header .field-name-field-localisation, article.node-materiau.vm-cardmedium .group-header .field-name-field-authored-on, article.node-breve.vm-cardmedium .group-header .field-name-field-reference-materio, article.node-breve.vm-cardmedium .group-header .field-name-field-localisation, article.node-breve.vm-cardmedium .group-header .field-name-field-authored-on { display: moz-inline-stack; display: inline-block; @@ -6873,18 +6868,18 @@ article.node-materiau.vm-cardmedium .group-header .field-name-field-reference-ma vertical-align: bottom; width: 48%; } -/* line 1397, ../scss/styles.scss */ +/* line 1390, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-header .field-name-field-localisation, article.node-breve.vm-cardmedium .group-header .field-name-field-localisation { text-align: right; } -/* line 1398, ../scss/styles.scss */ +/* line 1391, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardmedium .group-header, .ie8 article.node-breve.vm-cardmedium .group-header { background: #fff; font-color: #000; line-height: 1em; padding: 10px; } -/* line 1402, ../scss/styles.scss */ +/* line 1395, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.node-breve .group-header, article.node-breve.vm-cardmedium.node-breve .group-header { color: #fff; background-color: rgba(0, 0, 0, 0.7); @@ -6892,35 +6887,35 @@ article.node-materiau.vm-cardmedium.node-breve .group-header, article.node-breve -webkit-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } -/* line 1405, ../scss/styles.scss */ +/* line 1398, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardmedium.node-breve .group-header .field-name-field-authored-on { font-size: 12px; font-weight: 500; } -/* line 1406, ../scss/styles.scss */ +/* line 1399, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardmedium.node-breve .group-header, .ie8 article.node-breve.vm-cardmedium.node-breve .group-header { background: #000; font-size: 15px; line-height: 1.2em; } -/* line 1413, ../scss/styles.scss */ +/* line 1406, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-images, article.node-breve.vm-cardmedium .group-images { position: relative; z-index: 1; background-color: #fff; } -/* line 82, ../scss/styles.scss */ +/* line 75, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-images figure, article.node-breve.vm-cardmedium .group-images figure { position: absolute; top: 0; left: 0; } -/* line 84, ../scss/styles.scss */ +/* line 77, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .group-images figure:first-child, article.node-breve.vm-cardmedium .group-images figure:first-child { position: relative; z-index: 1; } -/* line 1416, ../scss/styles.scss */ +/* line 1409, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description, article.node-materiau.vm-cardmedium .field-name-body, article.node-breve.vm-cardmedium .field-name-field-description, article.node-breve.vm-cardmedium .field-name-body { font-size: 12px; font-weight: 300; @@ -6928,17 +6923,17 @@ article.node-materiau.vm-cardmedium .field-name-field-description, article.node- z-index: -1; padding: 5px; } -/* line 159, ../scss/styles.scss */ +/* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description.columnized, article.node-materiau.vm-cardmedium .field-name-body.columnized, article.node-breve.vm-cardmedium .field-name-field-description.columnized, article.node-breve.vm-cardmedium .field-name-body.columnized { padding: 0; -webkit-transition: margin-left 0.3s ease-out; transition: margin-left 0.3s ease-out; } -/* line 161, ../scss/styles.scss */ +/* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column > *, article.node-materiau.vm-cardmedium .field-name-body.columnized .column > *, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column > *, article.node-breve.vm-cardmedium .field-name-body.columnized .column > * { padding: 5px; } -/* line 163, ../scss/styles.scss */ +/* line 156, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher { display: inline-block; border-radius: 3px; @@ -6952,33 +6947,33 @@ article.node-materiau.vm-cardmedium .field-name-field-description.columnized .co line-height: 0.5; font-weight: normal; } -/* line 168, ../scss/styles.scss */ +/* line 161, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.prev-column, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher.prev-column { cursor: w-resize; } -/* line 169, ../scss/styles.scss */ +/* line 162, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.next-column, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher.next-column { cursor: e-resize; } -/* line 1418, ../scss/styles.scss */ +/* line 1411, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description .column > *, article.node-materiau.vm-cardmedium .field-name-body .column > *, article.node-breve.vm-cardmedium .field-name-field-description .column > *, article.node-breve.vm-cardmedium .field-name-body .column > * { padding-right: 25px; } -/* line 1422, ../scss/styles.scss */ +/* line 1415, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper, article.node-breve.vm-cardmedium .column-wrapper { padding: 5px; } -/* line 159, ../scss/styles.scss */ +/* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper.columnized, article.node-breve.vm-cardmedium .column-wrapper.columnized { padding: 0; -webkit-transition: margin-left 0.3s ease-out; transition: margin-left 0.3s ease-out; } -/* line 161, ../scss/styles.scss */ +/* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper.columnized .column > *, article.node-breve.vm-cardmedium .column-wrapper.columnized .column > * { padding: 5px; } -/* line 163, ../scss/styles.scss */ +/* line 156, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher { display: inline-block; border-radius: 3px; @@ -6992,84 +6987,84 @@ article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher, line-height: 0.5; font-weight: normal; } -/* line 168, ../scss/styles.scss */ +/* line 161, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher.prev-column { cursor: w-resize; } -/* line 169, ../scss/styles.scss */ +/* line 162, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher.next-column { cursor: e-resize; } -/* line 1425, ../scss/styles.scss */ +/* line 1418, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-company-fab, article.node-materiau.vm-cardmedium .field-name-field-company-distrib, article.node-breve.vm-cardmedium .field-name-field-company-fab, article.node-breve.vm-cardmedium .field-name-field-company-distrib { font-size: 12px; padding: 5px; font-weight: 300; } -/* line 1427, ../scss/styles.scss */ +/* line 1420, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-label, article.node-materiau.vm-cardmedium .field-name-field-company-distrib .field-label, article.node-breve.vm-cardmedium .field-name-field-company-fab .field-label, article.node-breve.vm-cardmedium .field-name-field-company-distrib .field-label { font-size: 10px; text-transform: lowercase; margin: 0; } -/* line 1428, ../scss/styles.scss */ +/* line 1421, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardmedium .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardmedium .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardmedium .field-name-field-company-distrib .field-name-field-tode-company { font-size: 14px; } -/* line 1432, ../scss/styles.scss */ +/* line 1425, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-materiau-ref, article.node-materiau.vm-cardmedium .field-name-field-source, article.node-materiau.vm-cardmedium .field-name-field-attachments, article.node-breve.vm-cardmedium .field-name-field-materiau-ref, article.node-breve.vm-cardmedium .field-name-field-source, article.node-breve.vm-cardmedium .field-name-field-attachments { font-size: 12px; padding: 5px; font-weight: 300; } -/* line 1434, ../scss/styles.scss */ +/* line 1427, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-materiau-ref a, article.node-materiau.vm-cardmedium .field-name-field-source a, article.node-materiau.vm-cardmedium .field-name-field-attachments a, article.node-breve.vm-cardmedium .field-name-field-materiau-ref a, article.node-breve.vm-cardmedium .field-name-field-source a, article.node-breve.vm-cardmedium .field-name-field-attachments a { color: #000; } -/* line 1436, ../scss/styles.scss */ +/* line 1429, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-label, article.node-breve.vm-cardmedium .field-label { font-weight: 900; margin: 1em 0 0.5em; } -/* line 1438, ../scss/styles.scss */ +/* line 1431, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav, .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav { visibility: hidden; } -/* line 123, ../scss/styles.scss */ +/* line 116, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav > *, .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav > * { margin-top: -100000px; } -/* line 126, ../scss/styles.scss */ +/* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav { opacity: 0; -webkit-transition: visibility 0s 0.3s; transition: visibility 0s 0.3s; } -/* line 129, ../scss/styles.scss */ +/* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav > *, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav > * { -webkit-transition: margin-top 0s 0.3s; transition: margin-top 0s 0.3s; } -/* line 1440, ../scss/styles.scss */ +/* line 1433, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow, .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow { visibility: hidden; } -/* line 123, ../scss/styles.scss */ +/* line 116, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow > *, .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow > * { margin-top: -100000px; } -/* line 126, ../scss/styles.scss */ +/* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow { opacity: 0; -webkit-transition: visibility 0s 0.3s; transition: visibility 0s 0.3s; } -/* line 129, ../scss/styles.scss */ +/* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow > *, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow > * { -webkit-transition: margin-top 0s 0.3s; transition: margin-top 0s 0.3s; } -/* line 1442, ../scss/styles.scss */ +/* line 1435, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardmedium nav.nav, .ie8 article.node-breve.vm-cardmedium nav.nav { background: #FFF; } @@ -7081,7 +7076,7 @@ article.node-materiau.vm-cardmedium .field-label, article.node-breve.vm-cardmedi |_____|__|__|__|__|____/ |_____|_____|_____| */ -/* line 1452, ../scss/styles.scss */ +/* line 1445, ../scss/styles.scss */ article.node-materiau.vm-cardbig, article.node-breve.vm-cardbig { width: 425px; height: 610px; @@ -7099,38 +7094,38 @@ article.node-materiau.vm-cardbig, article.node-breve.vm-cardbig { -webkit-transition: box-shadow 0.3s ease-out; transition: box-shadow 0.3s ease-out; } -/* line 1115, ../scss/styles.scss */ +/* line 1108, ../scss/styles.scss */ article.node-materiau.vm-cardbig > div.side, article.node-breve.vm-cardbig > div.side { border-radius: 5px; background-clip: padding-box; overflow: hidden; } -/* line 1120, ../scss/styles.scss */ +/* line 1113, ../scss/styles.scss */ article.node-materiau.vm-cardbig.focused, article.node-breve.vm-cardbig.focused { box-shadow: 0 0 7px rgba(0, 0, 0, 0.9); } -/* line 1122, ../scss/styles.scss */ +/* line 1115, ../scss/styles.scss */ article.node-materiau.vm-cardbig.just-added, article.node-breve.vm-cardbig.just-added { opacity: 0; } -/* line 1124, ../scss/styles.scss */ +/* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardbig.associated, article.node-breve.vm-cardbig.associated { -webkit-transition: margin 0.3s ease-out; transition: margin 0.3s ease-out; } -/* line 1126, ../scss/styles.scss */ +/* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardbig.associated.just-added, article.node-breve.vm-cardbig.associated.just-added { margin-left: -425px; margin-right: 425px; } -/* line 1128, ../scss/styles.scss */ +/* line 1121, ../scss/styles.scss */ .modal-content article.node-materiau.vm-cardbig.associated, .modal-content article.node-breve.vm-cardbig.associated { position: absolute; top: 0; left: 0; z-index: 999; } -/* line 1136, ../scss/styles.scss */ +/* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardbig.removed, article.node-breve.vm-cardbig.removed { -webkit-transition: width 0.3s ease-out; transition: width 0.3s ease-out; @@ -7141,7 +7136,7 @@ article.node-materiau.vm-cardbig.removed, article.node-breve.vm-cardbig.removed margin-left: 0; overflow: hidden; } -/* line 1146, ../scss/styles.scss */ +/* line 1139, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav, article.node-breve.vm-cardbig nav.nav { position: absolute; top: 0; @@ -7154,37 +7149,37 @@ article.node-materiau.vm-cardbig nav.nav, article.node-breve.vm-cardbig nav.nav background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1158, ../scss/styles.scss */ +/* line 1151, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav a, article.node-breve.vm-cardbig nav.nav a { color: #000; } -/* line 1159, ../scss/styles.scss */ +/* line 1152, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul { background-color: rgba(255, 255, 255, 0.9); } -/* line 1160, ../scss/styles.scss */ +/* line 1153, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav span.op, article.node-breve.vm-cardbig nav.nav span.op { font-weight: 900; font-size: 14px; } -/* line 1162, ../scss/styles.scss */ +/* line 1155, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul { padding: 0; margin: 0; } -/* line 1164, ../scss/styles.scss */ +/* line 1157, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav section, article.node-breve.vm-cardbig nav.nav section { position: relative; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav section > i, article.node-breve.vm-cardbig nav.nav section > i { margin: 0 5px; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav section > i:hover, article.node-breve.vm-cardbig nav.nav section > i:hover { cursor: pointer; } -/* line 1170, ../scss/styles.scss */ +/* line 1163, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul { position: absolute; right: 0; @@ -7197,7 +7192,7 @@ article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.n background-clip: padding-box; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); } -/* line 1174, ../scss/styles.scss */ +/* line 1167, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul li, article.node-breve.vm-cardbig nav.nav ul li { padding: 0; margin: 0; @@ -7208,20 +7203,20 @@ article.node-materiau.vm-cardbig nav.nav ul li, article.node-breve.vm-cardbig na -webkit-transition: height 0.2s ease-out; transition: height 0.2s ease-out; } -/* line 1178, ../scss/styles.scss */ +/* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul li a, article.node-breve.vm-cardbig nav.nav ul li a { display: block; } -/* line 1181, ../scss/styles.scss */ +/* line 1174, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links { width: 160px; font-size: 0; } -/* line 1184, ../scss/styles.scss */ +/* line 1177, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links > * { font-size: 11px; } -/* line 1189, ../scss/styles.scss */ +/* line 1182, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li { display: moz-inline-stack; display: inline-block; @@ -7232,53 +7227,53 @@ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li, article. max-width: 98%; padding-left: 2px; } -/* line 1191, ../scss/styles.scss */ +/* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } -/* line 1193, ../scss/styles.scss */ +/* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a.unflag-action { color: #000; text-decoration: none; } -/* line 1197, ../scss/styles.scss */ +/* line 1190, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create { display: block; width: 100%; } -/* line 1199, ../scss/styles.scss */ +/* line 1192, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create > * { margin-top: 1px; padding-top: 1px; border-top: 1px solid #e6e6e6; } -/* line 1200, ../scss/styles.scss */ +/* line 1193, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create a { color: #000; } -/* line 1202, ../scss/styles.scss */ +/* line 1195, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading { background: transparent url("../img/ajax-loader.gif") no-repeat 98% center; } -/* line 1203, ../scss/styles.scss */ +/* line 1196, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading a { visibility: hidden; } -/* line 1208, ../scss/styles.scss */ +/* line 1201, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardbig nav.nav ul, .ie8 article.node-breve.vm-cardbig nav.nav ul { background: #FFF; } -/* line 1213, ../scss/styles.scss */ +/* line 1206, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav section:hover ul, article.node-breve.vm-cardbig nav.nav section:hover ul { padding: 5px 5px; } -/* line 1215, ../scss/styles.scss */ +/* line 1208, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav section:hover ul li, article.node-breve.vm-cardbig nav.nav section:hover ul li { height: 17px; } -/* line 1228, ../scss/styles.scss */ +/* line 1221, ../scss/styles.scss */ article.node-materiau.vm-cardbig div.workflow, article.node-breve.vm-cardbig div.workflow { position: absolute; top: 0; @@ -7292,7 +7287,7 @@ article.node-materiau.vm-cardbig div.workflow, article.node-breve.vm-cardbig div background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1234, ../scss/styles.scss */ +/* line 1227, ../scss/styles.scss */ article.node-materiau.vm-cardbig div.workflow span, article.node-breve.vm-cardbig div.workflow span { padding: 3px 0 0 4px; display: moz-inline-stack; @@ -7301,7 +7296,7 @@ article.node-materiau.vm-cardbig div.workflow span, article.node-breve.vm-cardbi zoom: 1; *display: inline; } -/* line 1237, ../scss/styles.scss */ +/* line 1230, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description .upgrade, article.node-breve.vm-cardbig .field-name-field-description .upgrade { font-size: 12px; padding-top: 4em; @@ -7310,12 +7305,12 @@ article.node-materiau.vm-cardbig .field-name-field-description .upgrade, article background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } -/* line 1245, ../scss/styles.scss */ +/* line 1238, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side.oops p, article.node-materiau.vm-cardbig .side .upgrade p, article.node-breve.vm-cardbig .side.oops p, article.node-breve.vm-cardbig .side .upgrade p { padding: 10px; font-size: 12px; } -/* line 1247, ../scss/styles.scss */ +/* line 1240, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbig .side .upgrade p a, article.node-breve.vm-cardbig .side.oops p a, article.node-breve.vm-cardbig .side .upgrade p a { display: block; margin: 10px 0; @@ -7334,17 +7329,17 @@ article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbi text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side.oops p a:hover, article.node-materiau.vm-cardbig .side.oops p a:focus, article.node-materiau.vm-cardbig .side .upgrade p a:hover, article.node-materiau.vm-cardbig .side .upgrade p a:focus, article.node-breve.vm-cardbig .side.oops p a:hover, article.node-breve.vm-cardbig .side.oops p a:focus, article.node-breve.vm-cardbig .side .upgrade p a:hover, article.node-breve.vm-cardbig .side .upgrade p a:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side.oops p a:active, article.node-materiau.vm-cardbig .side .upgrade p a:active, article.node-breve.vm-cardbig .side.oops p a:active, article.node-breve.vm-cardbig .side .upgrade p a:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 1455, ../scss/styles.scss */ +/* line 1448, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side, article.node-breve.vm-cardbig .side { position: absolute; width: 100%; @@ -7356,18 +7351,18 @@ article.node-materiau.vm-cardbig .side, article.node-breve.vm-cardbig .side { top: 340px; cursor: pointer; } -/* line 1457, ../scss/styles.scss */ +/* line 1450, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side:nth-child(2), article.node-breve.vm-cardbig .side:nth-child(2) { z-index: 1; } -/* line 1460, ../scss/styles.scss */ +/* line 1453, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-side1, article.node-breve.vm-cardbig .group-side1 { position: relative; border-radius: 5px 5px 0 0; background-clip: padding-box; overflow: hidden; } -/* line 1462, ../scss/styles.scss */ +/* line 1455, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-header, article.node-breve.vm-cardbig .group-header { position: absolute; bottom: 0; @@ -7382,15 +7377,15 @@ article.node-materiau.vm-cardbig .group-header, article.node-breve.vm-cardbig .g -webkit-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } -/* line 1466, ../scss/styles.scss */ +/* line 1459, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-header .field-name-title-field, article.node-breve.vm-cardbig .group-header .field-name-title-field { font-weight: 700; } -/* line 1467, ../scss/styles.scss */ +/* line 1460, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-header .field-name-field-nature-titre, article.node-breve.vm-cardbig .group-header .field-name-field-nature-titre { font-size: 14px; } -/* line 1469, ../scss/styles.scss */ +/* line 1462, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardbig .group-header .field-name-field-localisation, article.node-materiau.vm-cardbig .group-header .field-name-field-authored-on, article.node-breve.vm-cardbig .group-header .field-name-field-reference-materio, article.node-breve.vm-cardbig .group-header .field-name-field-localisation, article.node-breve.vm-cardbig .group-header .field-name-field-authored-on { display: moz-inline-stack; display: inline-block; @@ -7401,11 +7396,11 @@ article.node-materiau.vm-cardbig .group-header .field-name-field-reference-mater vertical-align: bottom; width: 48%; } -/* line 1470, ../scss/styles.scss */ +/* line 1463, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-header .field-name-field-localisation, article.node-breve.vm-cardbig .group-header .field-name-field-localisation { text-align: right; } -/* line 1471, ../scss/styles.scss */ +/* line 1464, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardbig .group-header, .ie8 article.node-breve.vm-cardbig .group-header { background: #fff; font-color: #000; @@ -7413,7 +7408,7 @@ article.node-materiau.vm-cardbig .group-header .field-name-field-localisation, a padding: 20px; border-bottom: 1px solid #C6C6C6; } -/* line 1475, ../scss/styles.scss */ +/* line 1468, ../scss/styles.scss */ article.node-materiau.vm-cardbig.node-breve .group-header, article.node-breve.vm-cardbig.node-breve .group-header { color: #fff; background-color: rgba(0, 0, 0, 0.7); @@ -7421,53 +7416,53 @@ article.node-materiau.vm-cardbig.node-breve .group-header, article.node-breve.vm -webkit-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } -/* line 1477, ../scss/styles.scss */ +/* line 1470, ../scss/styles.scss */ article.node-materiau.vm-cardbig.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardbig.node-breve .group-header .field-name-field-authored-on { font-size: 12px; font-weight: 500; } -/* line 1478, ../scss/styles.scss */ +/* line 1471, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardbig.node-breve .group-header, .ie8 article.node-breve.vm-cardbig.node-breve .group-header { background: #000; font-color: #fff; line-height: 1em; padding: 20px; } -/* line 1481, ../scss/styles.scss */ +/* line 1474, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-images, article.node-breve.vm-cardbig .group-images { position: relative; z-index: 1; background-color: #fff; height: auto; } -/* line 82, ../scss/styles.scss */ +/* line 75, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-images figure, article.node-breve.vm-cardbig .group-images figure { position: absolute; top: 0; left: 0; } -/* line 84, ../scss/styles.scss */ +/* line 77, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-images figure:first-child, article.node-breve.vm-cardbig .group-images figure:first-child { position: relative; z-index: 1; } -/* line 1484, ../scss/styles.scss */ +/* line 1477, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description, article.node-materiau.vm-cardbig .field-name-body, article.node-breve.vm-cardbig .field-name-field-description, article.node-breve.vm-cardbig .field-name-body { font-size: 12px; font-weight: 300; padding: 10px; } -/* line 159, ../scss/styles.scss */ +/* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description.columnized, article.node-materiau.vm-cardbig .field-name-body.columnized, article.node-breve.vm-cardbig .field-name-field-description.columnized, article.node-breve.vm-cardbig .field-name-body.columnized { padding: 0; -webkit-transition: margin-left 0.3s ease-out; transition: margin-left 0.3s ease-out; } -/* line 161, ../scss/styles.scss */ +/* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description.columnized .column > *, article.node-materiau.vm-cardbig .field-name-body.columnized .column > *, article.node-breve.vm-cardbig .field-name-field-description.columnized .column > *, article.node-breve.vm-cardbig .field-name-body.columnized .column > * { padding: 10px; } -/* line 163, ../scss/styles.scss */ +/* line 156, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher { display: inline-block; border-radius: 3px; @@ -7481,29 +7476,29 @@ article.node-materiau.vm-cardbig .field-name-field-description.columnized .colum line-height: 0.5; font-weight: normal; } -/* line 168, ../scss/styles.scss */ +/* line 161, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.prev-column, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher.prev-column { cursor: w-resize; } -/* line 169, ../scss/styles.scss */ +/* line 162, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.next-column, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher.next-column { cursor: e-resize; } -/* line 1488, ../scss/styles.scss */ +/* line 1481, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper, article.node-breve.vm-cardbig .column-wrapper { padding: 10px; } -/* line 159, ../scss/styles.scss */ +/* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper.columnized, article.node-breve.vm-cardbig .column-wrapper.columnized { padding: 0; -webkit-transition: margin-left 0.3s ease-out; transition: margin-left 0.3s ease-out; } -/* line 161, ../scss/styles.scss */ +/* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper.columnized .column > *, article.node-breve.vm-cardbig .column-wrapper.columnized .column > * { padding: 10px; } -/* line 163, ../scss/styles.scss */ +/* line 156, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher { display: inline-block; border-radius: 3px; @@ -7517,54 +7512,54 @@ article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher, ar line-height: 0.5; font-weight: normal; } -/* line 168, ../scss/styles.scss */ +/* line 161, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher.prev-column { cursor: w-resize; } -/* line 169, ../scss/styles.scss */ +/* line 162, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher.next-column { cursor: e-resize; } -/* line 1492, ../scss/styles.scss */ +/* line 1485, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-company-fab, article.node-materiau.vm-cardbig .field-name-field-company-distrib, article.node-breve.vm-cardbig .field-name-field-company-fab, article.node-breve.vm-cardbig .field-name-field-company-distrib { font-size: 12px; padding: 10px; font-weight: 300; } -/* line 1494, ../scss/styles.scss */ +/* line 1487, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-company-fab .field-label, article.node-materiau.vm-cardbig .field-name-field-company-distrib .field-label, article.node-breve.vm-cardbig .field-name-field-company-fab .field-label, article.node-breve.vm-cardbig .field-name-field-company-distrib .field-label { font-size: 10px; text-transform: lowercase; float: none; } -/* line 1495, ../scss/styles.scss */ +/* line 1488, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardbig .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardbig .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardbig .field-name-field-company-distrib .field-name-field-tode-company { font-size: 14px; } -/* line 1499, ../scss/styles.scss */ +/* line 1492, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-materiau-ref, article.node-materiau.vm-cardbig .field-name-field-source, article.node-materiau.vm-cardbig .field-name-field-attachments, article.node-breve.vm-cardbig .field-name-field-materiau-ref, article.node-breve.vm-cardbig .field-name-field-source, article.node-breve.vm-cardbig .field-name-field-attachments { font-size: 12px; padding: 10px; font-weight: 300; } -/* line 1500, ../scss/styles.scss */ +/* line 1493, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-materiau-ref a, article.node-materiau.vm-cardbig .field-name-field-source a, article.node-materiau.vm-cardbig .field-name-field-attachments a, article.node-breve.vm-cardbig .field-name-field-materiau-ref a, article.node-breve.vm-cardbig .field-name-field-source a, article.node-breve.vm-cardbig .field-name-field-attachments a { color: #000; } -/* line 1502, ../scss/styles.scss */ +/* line 1495, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-label, article.node-breve.vm-cardbig .field-label { font-weight: 900; margin: 0 0 0.5em; } -/* line 1506, ../scss/styles.scss */ +/* line 1499, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardbig nav.nav, .ie8 article.node-breve.vm-cardbig nav.nav { background: #FFF; } -/* line 1509, ../scss/styles.scss */ +/* line 1502, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side.oops p, article.node-materiau.vm-cardbig .side .upgrade p, article.node-breve.vm-cardbig .side.oops p, article.node-breve.vm-cardbig .side .upgrade p { padding: 3em; } -/* line 1511, ../scss/styles.scss */ +/* line 1504, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbig .side .upgrade p a, article.node-breve.vm-cardbig .side.oops p a, article.node-breve.vm-cardbig .side .upgrade p a { border: 2px solid #eee; background-color: #eee; @@ -7574,7 +7569,7 @@ article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbi -webkit-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; } -/* line 1518, ../scss/styles.scss */ +/* line 1511, ../scss/styles.scss */ article.node-materiau.vm-cardbig:hover .side.oops p a, article.node-materiau.vm-cardbig:hover .side .upgrade p a, article.node-breve.vm-cardbig:hover .side.oops p a, article.node-breve.vm-cardbig:hover .side .upgrade p a { border: 2px solid #69CDCF; background-color: #69CDCF; @@ -7587,7 +7582,7 @@ article.node-materiau.vm-cardbig:hover .side.oops p a, article.node-materiau.vm- |_____|__|__|__|__|____/ |__| |_____|_____|_____| */ -/* line 1531, ../scss/styles.scss */ +/* line 1524, ../scss/styles.scss */ article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull { width: 850px; height: 610px; @@ -7606,38 +7601,38 @@ article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull { transition: box-shadow 0.3s ease-out; font-size: 0px; } -/* line 1115, ../scss/styles.scss */ +/* line 1108, ../scss/styles.scss */ article.node-materiau.vm-cardfull > div.side, article.node-breve.vm-cardfull > div.side { border-radius: 5px; background-clip: padding-box; overflow: hidden; } -/* line 1120, ../scss/styles.scss */ +/* line 1113, ../scss/styles.scss */ article.node-materiau.vm-cardfull.focused, article.node-breve.vm-cardfull.focused { box-shadow: 0 0 7px rgba(0, 0, 0, 0.9); } -/* line 1122, ../scss/styles.scss */ +/* line 1115, ../scss/styles.scss */ article.node-materiau.vm-cardfull.just-added, article.node-breve.vm-cardfull.just-added { opacity: 0; } -/* line 1124, ../scss/styles.scss */ +/* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardfull.associated, article.node-breve.vm-cardfull.associated { -webkit-transition: margin 0.3s ease-out; transition: margin 0.3s ease-out; } -/* line 1126, ../scss/styles.scss */ +/* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardfull.associated.just-added, article.node-breve.vm-cardfull.associated.just-added { margin-left: -850px; margin-right: 850px; } -/* line 1128, ../scss/styles.scss */ +/* line 1121, ../scss/styles.scss */ .modal-content article.node-materiau.vm-cardfull.associated, .modal-content article.node-breve.vm-cardfull.associated { position: absolute; top: 0; left: 0; z-index: 999; } -/* line 1136, ../scss/styles.scss */ +/* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardfull.removed, article.node-breve.vm-cardfull.removed { -webkit-transition: width 0.3s ease-out; transition: width 0.3s ease-out; @@ -7648,7 +7643,7 @@ article.node-materiau.vm-cardfull.removed, article.node-breve.vm-cardfull.remove margin-left: 0; overflow: hidden; } -/* line 1146, ../scss/styles.scss */ +/* line 1139, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav { position: absolute; top: 0; @@ -7661,37 +7656,37 @@ article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.na background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1158, ../scss/styles.scss */ +/* line 1151, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav a, article.node-breve.vm-cardfull nav.nav a { color: #000; } -/* line 1159, ../scss/styles.scss */ +/* line 1152, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul { background-color: rgba(255, 255, 255, 0.9); } -/* line 1160, ../scss/styles.scss */ +/* line 1153, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav span.op, article.node-breve.vm-cardfull nav.nav span.op { font-weight: 900; font-size: 14px; } -/* line 1162, ../scss/styles.scss */ +/* line 1155, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul { padding: 0; margin: 0; } -/* line 1164, ../scss/styles.scss */ +/* line 1157, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav section, article.node-breve.vm-cardfull nav.nav section { position: relative; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav section > i, article.node-breve.vm-cardfull nav.nav section > i { margin: 0 5px; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav section > i:hover, article.node-breve.vm-cardfull nav.nav section > i:hover { cursor: pointer; } -/* line 1170, ../scss/styles.scss */ +/* line 1163, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul { position: absolute; right: 0; @@ -7704,7 +7699,7 @@ article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav background-clip: padding-box; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); } -/* line 1174, ../scss/styles.scss */ +/* line 1167, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul li, article.node-breve.vm-cardfull nav.nav ul li { padding: 0; margin: 0; @@ -7715,20 +7710,20 @@ article.node-materiau.vm-cardfull nav.nav ul li, article.node-breve.vm-cardfull -webkit-transition: height 0.2s ease-out; transition: height 0.2s ease-out; } -/* line 1178, ../scss/styles.scss */ +/* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul li a, article.node-breve.vm-cardfull nav.nav ul li a { display: block; } -/* line 1181, ../scss/styles.scss */ +/* line 1174, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links { width: 160px; font-size: 0; } -/* line 1184, ../scss/styles.scss */ +/* line 1177, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links > * { font-size: 11px; } -/* line 1189, ../scss/styles.scss */ +/* line 1182, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li { display: moz-inline-stack; display: inline-block; @@ -7739,53 +7734,53 @@ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li, article max-width: 98%; padding-left: 2px; } -/* line 1191, ../scss/styles.scss */ +/* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } -/* line 1193, ../scss/styles.scss */ +/* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a.unflag-action { color: #000; text-decoration: none; } -/* line 1197, ../scss/styles.scss */ +/* line 1190, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create { display: block; width: 100%; } -/* line 1199, ../scss/styles.scss */ +/* line 1192, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create > * { margin-top: 1px; padding-top: 1px; border-top: 1px solid #e6e6e6; } -/* line 1200, ../scss/styles.scss */ +/* line 1193, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create a { color: #000; } -/* line 1202, ../scss/styles.scss */ +/* line 1195, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading { background: transparent url("../img/ajax-loader.gif") no-repeat 98% center; } -/* line 1203, ../scss/styles.scss */ +/* line 1196, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading a { visibility: hidden; } -/* line 1208, ../scss/styles.scss */ +/* line 1201, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardfull nav.nav ul, .ie8 article.node-breve.vm-cardfull nav.nav ul { background: #FFF; } -/* line 1213, ../scss/styles.scss */ +/* line 1206, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav section:hover ul, article.node-breve.vm-cardfull nav.nav section:hover ul { padding: 5px 5px; } -/* line 1215, ../scss/styles.scss */ +/* line 1208, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav section:hover ul li, article.node-breve.vm-cardfull nav.nav section:hover ul li { height: 17px; } -/* line 1228, ../scss/styles.scss */ +/* line 1221, ../scss/styles.scss */ article.node-materiau.vm-cardfull div.workflow, article.node-breve.vm-cardfull div.workflow { position: absolute; top: 0; @@ -7799,7 +7794,7 @@ article.node-materiau.vm-cardfull div.workflow, article.node-breve.vm-cardfull d background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1234, ../scss/styles.scss */ +/* line 1227, ../scss/styles.scss */ article.node-materiau.vm-cardfull div.workflow span, article.node-breve.vm-cardfull div.workflow span { padding: 3px 0 0 4px; display: moz-inline-stack; @@ -7808,7 +7803,7 @@ article.node-materiau.vm-cardfull div.workflow span, article.node-breve.vm-cardf zoom: 1; *display: inline; } -/* line 1237, ../scss/styles.scss */ +/* line 1230, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-description .upgrade, article.node-breve.vm-cardfull .field-name-field-description .upgrade { font-size: 12px; padding-top: 4em; @@ -7817,12 +7812,12 @@ article.node-materiau.vm-cardfull .field-name-field-description .upgrade, articl background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } -/* line 1245, ../scss/styles.scss */ +/* line 1238, ../scss/styles.scss */ article.node-materiau.vm-cardfull .side.oops p, article.node-materiau.vm-cardfull .side .upgrade p, article.node-breve.vm-cardfull .side.oops p, article.node-breve.vm-cardfull .side .upgrade p { padding: 10px; font-size: 12px; } -/* line 1247, ../scss/styles.scss */ +/* line 1240, ../scss/styles.scss */ article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardfull .side .upgrade p a, article.node-breve.vm-cardfull .side.oops p a, article.node-breve.vm-cardfull .side .upgrade p a { display: block; margin: 10px 0; @@ -7841,25 +7836,25 @@ article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardf text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ article.node-materiau.vm-cardfull .side.oops p a:hover, article.node-materiau.vm-cardfull .side.oops p a:focus, article.node-materiau.vm-cardfull .side .upgrade p a:hover, article.node-materiau.vm-cardfull .side .upgrade p a:focus, article.node-breve.vm-cardfull .side.oops p a:hover, article.node-breve.vm-cardfull .side.oops p a:focus, article.node-breve.vm-cardfull .side .upgrade p a:hover, article.node-breve.vm-cardfull .side .upgrade p a:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardfull .side.oops p a:active, article.node-materiau.vm-cardfull .side .upgrade p a:active, article.node-breve.vm-cardfull .side.oops p a:active, article.node-breve.vm-cardfull .side .upgrade p a:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 1533, ../scss/styles.scss */ +/* line 1526, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav { top: 0; } -/* line 1537, ../scss/styles.scss */ +/* line 1530, ../scss/styles.scss */ article.node-materiau.vm-cardfull > *, article.node-breve.vm-cardfull > * { font-size: 16px; } -/* line 1539, ../scss/styles.scss */ +/* line 1532, ../scss/styles.scss */ article.node-materiau.vm-cardfull > .side, article.node-breve.vm-cardfull > .side { display: moz-inline-stack; display: inline-block; @@ -7868,44 +7863,44 @@ article.node-materiau.vm-cardfull > .side, article.node-breve.vm-cardfull > .sid *display: inline; width: 50%; } -/* line 1540, ../scss/styles.scss */ +/* line 1533, ../scss/styles.scss */ article.node-materiau.vm-cardfull > .side.group-side-left, article.node-breve.vm-cardfull > .side.group-side-left { border-radius: 5px 0 0 5px; background-clip: padding-box; } -/* line 1543, ../scss/styles.scss */ +/* line 1536, ../scss/styles.scss */ article.node-materiau.vm-cardfull > .side.group-side-right, article.node-breve.vm-cardfull > .side.group-side-right { border-radius: 0 5px 5px 0; background-clip: padding-box; } -/* line 1549, ../scss/styles.scss */ +/* line 1542, ../scss/styles.scss */ article.node-materiau.vm-cardfull .group-images, article.node-breve.vm-cardfull .group-images { position: relative; z-index: 1; background-color: #fff; } -/* line 82, ../scss/styles.scss */ +/* line 75, ../scss/styles.scss */ article.node-materiau.vm-cardfull .group-images figure, article.node-breve.vm-cardfull .group-images figure { position: absolute; top: 0; left: 0; } -/* line 84, ../scss/styles.scss */ +/* line 77, ../scss/styles.scss */ article.node-materiau.vm-cardfull .group-images figure:first-child, article.node-breve.vm-cardfull .group-images figure:first-child { position: relative; z-index: 1; } -/* line 1551, ../scss/styles.scss */ +/* line 1544, ../scss/styles.scss */ article.node-materiau.vm-cardfull .group-header, article.node-breve.vm-cardfull .group-header { font-size: 20px; font-weight: 300; padding: 10px; } -/* line 1553, ../scss/styles.scss */ +/* line 1546, ../scss/styles.scss */ article.node-materiau.vm-cardfull .group-header .field-name-title-field, article.node-breve.vm-cardfull .group-header .field-name-title-field { font-weight: 700; } -/* line 1554, ../scss/styles.scss */ +/* line 1547, ../scss/styles.scss */ article.node-materiau.vm-cardfull .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardfull .group-header .field-name-field-localisation, article.node-materiau.vm-cardfull .group-header .field-name-field-authored-on, article.node-breve.vm-cardfull .group-header .field-name-field-reference-materio, article.node-breve.vm-cardfull .group-header .field-name-field-localisation, article.node-breve.vm-cardfull .group-header .field-name-field-authored-on { display: moz-inline-stack; display: inline-block; @@ -7915,7 +7910,7 @@ article.node-materiau.vm-cardfull .group-header .field-name-field-reference-mate font-size: 12px; padding-right: 15px; } -/* line 1558, ../scss/styles.scss */ +/* line 1551, ../scss/styles.scss */ article.node-materiau.vm-cardfull.node-breve .group-header, article.node-breve.vm-cardfull.node-breve .group-header { color: #fff; background-color: rgba(0, 0, 0, 0.7); @@ -7923,22 +7918,22 @@ article.node-materiau.vm-cardfull.node-breve .group-header, article.node-breve.v -webkit-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } -/* line 1560, ../scss/styles.scss */ +/* line 1553, ../scss/styles.scss */ article.node-materiau.vm-cardfull.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardfull.node-breve .group-header .field-name-field-authored-on { font-weight: 500; } -/* line 1564, ../scss/styles.scss */ +/* line 1557, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-description, article.node-materiau.vm-cardfull .field-name-body, article.node-breve.vm-cardfull .field-name-field-description, article.node-breve.vm-cardfull .field-name-body { font-size: 12px; font-weight: 300; padding: 10px; } -/* line 1568, ../scss/styles.scss */ +/* line 1561, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-attachments, article.node-breve.vm-cardfull .field-name-field-attachments { padding: 10px; font-size: 12px; } -/* line 1574, ../scss/styles.scss */ +/* line 1567, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-company-fab, article.node-materiau.vm-cardfull .field-name-field-company-distrib, article.node-breve.vm-cardfull .field-name-field-company-fab, article.node-breve.vm-cardfull .field-name-field-company-distrib { font-size: 12px; padding: 10px; @@ -7950,48 +7945,48 @@ article.node-materiau.vm-cardfull .field-name-field-company-fab, article.node-ma *display: inline; width: 40%; } -/* line 1577, ../scss/styles.scss */ +/* line 1570, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-company-fab .field-item, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-item, article.node-breve.vm-cardfull .field-name-field-company-fab .field-item, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-item { margin-top: 1em; } -/* line 1578, ../scss/styles.scss */ +/* line 1571, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-company-fab .field-label, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-label, article.node-breve.vm-cardfull .field-name-field-company-fab .field-label, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-label { font-size: 10px; text-transform: lowercase; float: none; } -/* line 1579, ../scss/styles.scss */ +/* line 1572, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardfull .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-name-field-tode-company { font-size: 14px; } -/* line 1582, ../scss/styles.scss */ +/* line 1575, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-materiau-ref, article.node-materiau.vm-cardfull .field-name-field-source, article.node-materiau.vm-cardfull .field-name-field-attachments, article.node-breve.vm-cardfull .field-name-field-materiau-ref, article.node-breve.vm-cardfull .field-name-field-source, article.node-breve.vm-cardfull .field-name-field-attachments { font-size: 12px; padding: 10px; font-weight: 300; } -/* line 1583, ../scss/styles.scss */ +/* line 1576, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-name-field-materiau-ref a, article.node-materiau.vm-cardfull .field-name-field-source a, article.node-materiau.vm-cardfull .field-name-field-attachments a, article.node-breve.vm-cardfull .field-name-field-materiau-ref a, article.node-breve.vm-cardfull .field-name-field-source a, article.node-breve.vm-cardfull .field-name-field-attachments a { color: #000; } -/* line 1585, ../scss/styles.scss */ +/* line 1578, ../scss/styles.scss */ article.node-materiau.vm-cardfull .field-label, article.node-breve.vm-cardfull .field-label { font-weight: 900; margin: 0 0 0.5em; } -/* line 1588, ../scss/styles.scss */ +/* line 1581, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav { margin: 5px; } -/* line 1590, ../scss/styles.scss */ +/* line 1583, ../scss/styles.scss */ article.node-materiau.vm-cardfull div.workflow, article.node-breve.vm-cardfull div.workflow { margin: 5px; } -/* line 1593, ../scss/styles.scss */ +/* line 1586, ../scss/styles.scss */ article.node-materiau.vm-cardfull .side.oops p, article.node-materiau.vm-cardfull .side .upgrade p, article.node-breve.vm-cardfull .side.oops p, article.node-breve.vm-cardfull .side .upgrade p { padding: 3em; } -/* line 1595, ../scss/styles.scss */ +/* line 1588, ../scss/styles.scss */ article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardfull .side .upgrade p a, article.node-breve.vm-cardfull .side.oops p a, article.node-breve.vm-cardfull .side .upgrade p a { border: 2px solid #eee; background-color: #eee; @@ -8001,7 +7996,7 @@ article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardf -webkit-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; } -/* line 1602, ../scss/styles.scss */ +/* line 1595, ../scss/styles.scss */ article.node-materiau.vm-cardfull:hover .side.oops p a, article.node-materiau.vm-cardfull:hover .side .upgrade p a, article.node-breve.vm-cardfull:hover .side.oops p a, article.node-breve.vm-cardfull:hover .side .upgrade p a { border: 2px solid #69CDCF; background-color: #69CDCF; @@ -8014,12 +8009,12 @@ article.node-materiau.vm-cardfull:hover .side.oops p a, article.node-materiau.vm |___|__,|_| |___| | _|_| |_|_|_|_| |_| */ -/* line 1615, ../scss/styles.scss */ +/* line 1608, ../scss/styles.scss */ body.print-node-materiau { margin: 2em; } -/* line 1619, ../scss/styles.scss */ +/* line 1612, ../scss/styles.scss */ .print-content .node-materiau { width: 850px; height: auto; @@ -8039,38 +8034,38 @@ body.print-node-materiau { padding: 1em; margin: 0; } -/* line 1115, ../scss/styles.scss */ +/* line 1108, ../scss/styles.scss */ .print-content .node-materiau > div.side { border-radius: 5px; background-clip: padding-box; overflow: hidden; } -/* line 1120, ../scss/styles.scss */ +/* line 1113, ../scss/styles.scss */ .print-content .node-materiau.focused { box-shadow: 0 0 7px rgba(0, 0, 0, 0.9); } -/* line 1122, ../scss/styles.scss */ +/* line 1115, ../scss/styles.scss */ .print-content .node-materiau.just-added { opacity: 0; } -/* line 1124, ../scss/styles.scss */ +/* line 1117, ../scss/styles.scss */ .print-content .node-materiau.associated { -webkit-transition: margin 0.3s ease-out; transition: margin 0.3s ease-out; } -/* line 1126, ../scss/styles.scss */ +/* line 1119, ../scss/styles.scss */ .print-content .node-materiau.associated.just-added { margin-left: -850px; margin-right: 850px; } -/* line 1128, ../scss/styles.scss */ +/* line 1121, ../scss/styles.scss */ .modal-content .print-content .node-materiau.associated { position: absolute; top: 0; left: 0; z-index: 999; } -/* line 1136, ../scss/styles.scss */ +/* line 1129, ../scss/styles.scss */ .print-content .node-materiau.removed { -webkit-transition: width 0.3s ease-out; transition: width 0.3s ease-out; @@ -8081,7 +8076,7 @@ body.print-node-materiau { margin-left: 0; overflow: hidden; } -/* line 1146, ../scss/styles.scss */ +/* line 1139, ../scss/styles.scss */ .print-content .node-materiau nav.nav { position: absolute; top: 0; @@ -8094,37 +8089,37 @@ body.print-node-materiau { background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1158, ../scss/styles.scss */ +/* line 1151, ../scss/styles.scss */ .print-content .node-materiau nav.nav a { color: #000; } -/* line 1159, ../scss/styles.scss */ +/* line 1152, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul { background-color: rgba(255, 255, 255, 0.9); } -/* line 1160, ../scss/styles.scss */ +/* line 1153, ../scss/styles.scss */ .print-content .node-materiau nav.nav span.op { font-weight: 900; font-size: 14px; } -/* line 1162, ../scss/styles.scss */ +/* line 1155, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul { padding: 0; margin: 0; } -/* line 1164, ../scss/styles.scss */ +/* line 1157, ../scss/styles.scss */ .print-content .node-materiau nav.nav section { position: relative; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ .print-content .node-materiau nav.nav section > i { margin: 0 5px; } -/* line 1167, ../scss/styles.scss */ +/* line 1160, ../scss/styles.scss */ .print-content .node-materiau nav.nav section > i:hover { cursor: pointer; } -/* line 1170, ../scss/styles.scss */ +/* line 1163, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul { position: absolute; right: 0; @@ -8137,7 +8132,7 @@ body.print-node-materiau { background-clip: padding-box; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); } -/* line 1174, ../scss/styles.scss */ +/* line 1167, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul li { padding: 0; margin: 0; @@ -8148,20 +8143,20 @@ body.print-node-materiau { -webkit-transition: height 0.2s ease-out; transition: height 0.2s ease-out; } -/* line 1178, ../scss/styles.scss */ +/* line 1171, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul li a { display: block; } -/* line 1181, ../scss/styles.scss */ +/* line 1174, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links { width: 160px; font-size: 0; } -/* line 1184, ../scss/styles.scss */ +/* line 1177, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links > * { font-size: 11px; } -/* line 1189, ../scss/styles.scss */ +/* line 1182, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li { display: moz-inline-stack; display: inline-block; @@ -8172,53 +8167,53 @@ body.print-node-materiau { max-width: 98%; padding-left: 2px; } -/* line 1191, ../scss/styles.scss */ +/* line 1184, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } -/* line 1193, ../scss/styles.scss */ +/* line 1186, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li a:hover, .print-content .node-materiau nav.nav ul.flag-lists-entity-links li a.unflag-action { color: #000; text-decoration: none; } -/* line 1197, ../scss/styles.scss */ +/* line 1190, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li.flag-lists-create { display: block; width: 100%; } -/* line 1199, ../scss/styles.scss */ +/* line 1192, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li.flag-lists-create > * { margin-top: 1px; padding-top: 1px; border-top: 1px solid #e6e6e6; } -/* line 1200, ../scss/styles.scss */ +/* line 1193, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li.flag-lists-create a { color: #000; } -/* line 1202, ../scss/styles.scss */ +/* line 1195, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li.loading { background: transparent url("../img/ajax-loader.gif") no-repeat 98% center; } -/* line 1203, ../scss/styles.scss */ +/* line 1196, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li.loading a { visibility: hidden; } -/* line 1208, ../scss/styles.scss */ +/* line 1201, ../scss/styles.scss */ .ie8 .print-content .node-materiau nav.nav ul { background: #FFF; } -/* line 1213, ../scss/styles.scss */ +/* line 1206, ../scss/styles.scss */ .print-content .node-materiau nav.nav section:hover ul { padding: 5px 5px; } -/* line 1215, ../scss/styles.scss */ +/* line 1208, ../scss/styles.scss */ .print-content .node-materiau nav.nav section:hover ul li { height: 17px; } -/* line 1228, ../scss/styles.scss */ +/* line 1221, ../scss/styles.scss */ .print-content .node-materiau div.workflow { position: absolute; top: 0; @@ -8232,7 +8227,7 @@ body.print-node-materiau { background-color: rgba(255, 255, 255, 0.9); color: #000; } -/* line 1234, ../scss/styles.scss */ +/* line 1227, ../scss/styles.scss */ .print-content .node-materiau div.workflow span { padding: 3px 0 0 4px; display: moz-inline-stack; @@ -8241,7 +8236,7 @@ body.print-node-materiau { zoom: 1; *display: inline; } -/* line 1237, ../scss/styles.scss */ +/* line 1230, ../scss/styles.scss */ .print-content .node-materiau .field-name-field-description .upgrade { font-size: 12px; padding-top: 4em; @@ -8250,12 +8245,12 @@ body.print-node-materiau { background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } -/* line 1245, ../scss/styles.scss */ +/* line 1238, ../scss/styles.scss */ .print-content .node-materiau .side.oops p, .print-content .node-materiau .side .upgrade p { padding: 10px; font-size: 12px; } -/* line 1247, ../scss/styles.scss */ +/* line 1240, ../scss/styles.scss */ .print-content .node-materiau .side.oops p a, .print-content .node-materiau .side .upgrade p a { display: block; margin: 10px 0; @@ -8274,28 +8269,28 @@ body.print-node-materiau { text-align: center; text-decoration: none; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ .print-content .node-materiau .side.oops p a:hover, .print-content .node-materiau .side.oops p a:focus, .print-content .node-materiau .side .upgrade p a:hover, .print-content .node-materiau .side .upgrade p a:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ .print-content .node-materiau .side.oops p a:active, .print-content .node-materiau .side .upgrade p a:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 1623, ../scss/styles.scss */ +/* line 1616, ../scss/styles.scss */ .print-content .node-materiau .field-name-title-field { font-weight: 500; font-size: 36px; } -/* line 1626, ../scss/styles.scss */ +/* line 1619, ../scss/styles.scss */ .print-content .node-materiau .field-name-field-nature-titre { font-weight: 500; font-size: 24px; margin-bottom: 0.5em; } -/* line 1630, ../scss/styles.scss */ +/* line 1623, ../scss/styles.scss */ .print-content .node-materiau .group-head-right { position: absolute; top: 0; @@ -8303,7 +8298,7 @@ body.print-node-materiau { padding: 1em; text-align: right; } -/* line 1637, ../scss/styles.scss */ +/* line 1630, ../scss/styles.scss */ .print-content .node-materiau .side { display: moz-inline-stack; display: inline-block; @@ -8312,16 +8307,16 @@ body.print-node-materiau { *display: inline; width: 50%; } -/* line 1641, ../scss/styles.scss */ +/* line 1634, ../scss/styles.scss */ .print-content .node-materiau .side.group-side-right { border-radius: 5px 5px 5px 5px; background-clip: padding-box; } -/* line 1643, ../scss/styles.scss */ +/* line 1636, ../scss/styles.scss */ .print-content .node-materiau .side.group-side-right .field-name-field-materiau-image { float: right; } -/* line 1655, ../scss/styles.scss */ +/* line 1648, ../scss/styles.scss */ .print-content .node-materiau .field-name-field-description, .print-content .node-materiau .field-name-field-company-fab, .print-content .node-materiau .field-name-field-reference-distrib { @@ -8336,13 +8331,13 @@ body.print-node-materiau { /_/ /_/ |_/___/_/ |_/ /_/ */ -/* line 1673, ../scss/styles.scss */ +/* line 1666, ../scss/styles.scss */ .print-site_name { width: 100%; vertical-align: bottom; margin-bottom: 1em; } -/* line 1677, ../scss/styles.scss */ +/* line 1670, ../scss/styles.scss */ .print-site_name h1 { margin: 0; font-size: 36px; @@ -8355,15 +8350,15 @@ body.print-node-materiau { position: relative; line-height: 1.25; } -/* line 1681, ../scss/styles.scss */ +/* line 1674, ../scss/styles.scss */ .print-site_name h1 a { color: inherit; } -/* line 1683, ../scss/styles.scss */ +/* line 1676, ../scss/styles.scss */ .print-site_name h1 a:hover { text-decoration: none; } -/* line 1686, ../scss/styles.scss */ +/* line 1679, ../scss/styles.scss */ .print-site_name span.beta { line-height: 1; letter-spacing: 0.1em; @@ -8374,25 +8369,25 @@ body.print-node-materiau { padding-left: 0; margin-left: 0; } -/* line 1692, ../scss/styles.scss */ +/* line 1685, ../scss/styles.scss */ .print-site_name span.slogan { font-size: 14px; margin-top: -3px; margin-left: -0.5em; font-weight: 900; } -/* line 1697, ../scss/styles.scss */ +/* line 1690, ../scss/styles.scss */ .ie8 .print-site_name span.slogan { position: absolute; margin-top: 22px; } -/* line 1701, ../scss/styles.scss */ +/* line 1694, ../scss/styles.scss */ .print-content { margin-bottom: 1em; } -/* line 1705, ../scss/styles.scss */ +/* line 1698, ../scss/styles.scss */ .print-footer { margin-bottom: 2em; } @@ -8405,7 +8400,7 @@ body.print-node-materiau { /_/ |_\____/ /_/ \____/\____/\____/_/ /_/_/ /_____/_____/ /_/ /_____/ */ -/* line 1717, ../scss/styles.scss */ +/* line 1710, ../scss/styles.scss */ #autocomplete { border: 0; border-radius: 3px; @@ -8414,21 +8409,21 @@ body.print-node-materiau { text-align: left; margin-left: 2px; } -/* line 1722, ../scss/styles.scss */ +/* line 1715, ../scss/styles.scss */ .oldie #autocomplete { background-color: #545454; } -/* line 1723, ../scss/styles.scss */ +/* line 1716, ../scss/styles.scss */ #autocomplete li { color: #FFF; background-color: transparent; font-size: 12px; } -/* line 1725, ../scss/styles.scss */ +/* line 1718, ../scss/styles.scss */ #autocomplete li.selected { background-color: rgba(0, 0, 0, 0.8); } -/* line 1726, ../scss/styles.scss */ +/* line 1719, ../scss/styles.scss */ #autocomplete li div { padding: 0.1em 5px; } @@ -8436,7 +8431,7 @@ body.print-node-materiau { /** * the old modal api (balck bg) for contextual forms (create new flag list) */ -/* line 1766, ../scss/styles.scss */ +/* line 1759, ../scss/styles.scss */ #modal { background-color: rgba(0, 0, 0, 0.7); border-radius: 5px; @@ -8444,35 +8439,35 @@ body.print-node-materiau { border: 0; font-size: 12px; } -/* line 1736, ../scss/styles.scss */ +/* line 1729, ../scss/styles.scss */ #modal * { color: #fff; background-color: transparent; } -/* line 1738, ../scss/styles.scss */ +/* line 1731, ../scss/styles.scss */ #modal form { background-color: transparent; color: #fff; border: 0px; } -/* line 1741, ../scss/styles.scss */ +/* line 1734, ../scss/styles.scss */ #modal form .form-actions { background-color: transparent; margin: 0; padding: 0; border: 0; } -/* line 1744, ../scss/styles.scss */ +/* line 1737, ../scss/styles.scss */ #modal form input.form-text, #modal form textarea, #modal form div.grippie { background-color: #fff; color: #000; border: 0; } -/* line 1746, ../scss/styles.scss */ +/* line 1739, ../scss/styles.scss */ #modal form .form-actions { text-align: right; } -/* line 1747, ../scss/styles.scss */ +/* line 1740, ../scss/styles.scss */ #modal form input.form-submit { border-style: solid; border-width: 0; @@ -8507,7 +8502,7 @@ body.print-node-materiau { #modal form input.form-submit:hover, #modal form input.form-submit:focus { color: #FFFFFF; } -/* line 1750, ../scss/styles.scss */ +/* line 1743, ../scss/styles.scss */ #modal form input.form-submit[name="create"] { border-style: solid; border-width: 0; @@ -8542,7 +8537,7 @@ body.print-node-materiau { #modal form input.form-submit[name="create"]:hover, #modal form input.form-submit[name="create"]:focus { color: #FFFFFF; } -/* line 1753, ../scss/styles.scss */ +/* line 1746, ../scss/styles.scss */ #modal form input.form-submit[name="save"] { border-style: solid; border-width: 0; @@ -8577,7 +8572,7 @@ body.print-node-materiau { #modal form input.form-submit[name="save"]:hover, #modal form input.form-submit[name="save"]:focus { color: #FFFFFF; } -/* line 1756, ../scss/styles.scss */ +/* line 1749, ../scss/styles.scss */ #modal form input.form-submit[name="delete"] { border-style: solid; border-width: 0; @@ -8612,7 +8607,7 @@ body.print-node-materiau { #modal form input.form-submit[name="delete"]:hover, #modal form input.form-submit[name="delete"]:focus { color: #FFFFFF; } -/* line 1759, ../scss/styles.scss */ +/* line 1752, ../scss/styles.scss */ #modal form input.form-submit[name="cancel"] { border-style: solid; border-width: 0; @@ -8647,15 +8642,15 @@ body.print-node-materiau { #modal form input.form-submit[name="cancel"]:hover, #modal form input.form-submit[name="cancel"]:focus { color: #333333; } -/* line 1768, ../scss/styles.scss */ +/* line 1761, ../scss/styles.scss */ #modal > * { padding: 10px; } -/* line 1772, ../scss/styles.scss */ +/* line 1765, ../scss/styles.scss */ #modal .form-item-flag-lists-name input { width: 95%; } -/* line 1775, ../scss/styles.scss */ +/* line 1768, ../scss/styles.scss */ #modal .actions { text-align: right; } @@ -8663,7 +8658,7 @@ body.print-node-materiau { /** * the new modal api used for preview and register modal */ -/* line 1783, ../scss/styles.scss */ +/* line 1776, ../scss/styles.scss */ .modal-wrapper { bottom: 0; left: 0; @@ -8674,7 +8669,7 @@ body.print-node-materiau { white-space: nowrap; z-index: 99998; } -/* line 1784, ../scss/styles.scss */ +/* line 1777, ../scss/styles.scss */ .modal-wrapper:before { content: ""; display: inline-block; @@ -8682,11 +8677,11 @@ body.print-node-materiau { margin-right: -0.25em; vertical-align: middle; } -/* line 1791, ../scss/styles.scss */ +/* line 1784, ../scss/styles.scss */ .modal-wrapper:after, .modal-wrapper:before { -moz-box-sizing: border-box; } -/* line 1806, ../scss/styles.scss */ +/* line 1799, ../scss/styles.scss */ .modal-wrapper .modal-bg { background-color: #000; position: absolute; @@ -8696,7 +8691,7 @@ body.print-node-materiau { height: 100%; opacity: 0.5; } -/* line 1814, ../scss/styles.scss */ +/* line 1807, ../scss/styles.scss */ .modal-wrapper .modal-content { position: relative; display: inline-block; @@ -8715,16 +8710,16 @@ body.print-node-materiau { \____//____/\____/_/ |_|\____/_____/_____/_/ /_/ |_/_/ |_/ */ -/* line 1836, ../scss/styles.scss */ +/* line 1829, ../scss/styles.scss */ .jspContainer .jspVerticalBar { background-color: transparent; width: 5px; } -/* line 1840, ../scss/styles.scss */ +/* line 1833, ../scss/styles.scss */ .jspContainer .jspVerticalBar .jspTrack { background-color: transparent; } -/* line 1842, ../scss/styles.scss */ +/* line 1835, ../scss/styles.scss */ .jspContainer .jspVerticalBar .jspTrack .jspDrag { background-color: #ccc; border-radius: 3px; @@ -8739,7 +8734,7 @@ body.print-node-materiau { /_/ \____/\____/_____/_/ /___/_/ */ -/* line 1858, ../scss/styles.scss */ +/* line 1851, ../scss/styles.scss */ #tooltip { position: absolute; z-index: 999; @@ -8752,7 +8747,7 @@ body.print-node-materiau { font-weight: 500; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 1862, ../scss/styles.scss */ +/* line 1855, ../scss/styles.scss */ #tooltip.op-visible { -webkit-transition: opacity 0.1s ease-out; transition: opacity 0.1s ease-out; @@ -8767,24 +8762,24 @@ body.print-node-materiau { */ @media only screen and (min-width: 40.063em) and (max-width: 64em) { - /* line 1876, ../scss/styles.scss */ + /* line 1869, ../scss/styles.scss */ #block-feedback-form { bottom: 5px; left: 5px; right: auto; } } -/* line 1880, ../scss/styles.scss */ +/* line 1873, ../scss/styles.scss */ #block-feedback-form h2 { line-height: 1.2; font-size: 14px; margin: 0; } -/* line 1882, ../scss/styles.scss */ +/* line 1875, ../scss/styles.scss */ #block-feedback-form h2 .title { display: none; } -/* line 1885, ../scss/styles.scss */ +/* line 1878, ../scss/styles.scss */ #block-feedback-form #feedback-form-toggle { padding: 2px 3px; border-radius: 3px; @@ -8794,7 +8789,7 @@ body.print-node-materiau { line-height: 2; font-weight: 900; } -/* line 1889, ../scss/styles.scss */ +/* line 1882, ../scss/styles.scss */ #block-feedback-form .content { background-color: rgba(0, 0, 0, 0.7); border-radius: 5px; @@ -8802,35 +8797,35 @@ body.print-node-materiau { border: 0; font-size: 12px; } -/* line 1736, ../scss/styles.scss */ +/* line 1729, ../scss/styles.scss */ #block-feedback-form .content * { color: #fff; background-color: transparent; } -/* line 1738, ../scss/styles.scss */ +/* line 1731, ../scss/styles.scss */ #block-feedback-form .content form { background-color: transparent; color: #fff; border: 0px; } -/* line 1741, ../scss/styles.scss */ +/* line 1734, ../scss/styles.scss */ #block-feedback-form .content form .form-actions { background-color: transparent; margin: 0; padding: 0; border: 0; } -/* line 1744, ../scss/styles.scss */ +/* line 1737, ../scss/styles.scss */ #block-feedback-form .content form input.form-text, #block-feedback-form .content form textarea, #block-feedback-form .content form div.grippie { background-color: #fff; color: #000; border: 0; } -/* line 1746, ../scss/styles.scss */ +/* line 1739, ../scss/styles.scss */ #block-feedback-form .content form .form-actions { text-align: right; } -/* line 1747, ../scss/styles.scss */ +/* line 1740, ../scss/styles.scss */ #block-feedback-form .content form input.form-submit { border-style: solid; border-width: 0; @@ -8865,7 +8860,7 @@ body.print-node-materiau { #block-feedback-form .content form input.form-submit:hover, #block-feedback-form .content form input.form-submit:focus { color: #FFFFFF; } -/* line 1750, ../scss/styles.scss */ +/* line 1743, ../scss/styles.scss */ #block-feedback-form .content form input.form-submit[name="create"] { border-style: solid; border-width: 0; @@ -8900,7 +8895,7 @@ body.print-node-materiau { #block-feedback-form .content form input.form-submit[name="create"]:hover, #block-feedback-form .content form input.form-submit[name="create"]:focus { color: #FFFFFF; } -/* line 1753, ../scss/styles.scss */ +/* line 1746, ../scss/styles.scss */ #block-feedback-form .content form input.form-submit[name="save"] { border-style: solid; border-width: 0; @@ -8935,7 +8930,7 @@ body.print-node-materiau { #block-feedback-form .content form input.form-submit[name="save"]:hover, #block-feedback-form .content form input.form-submit[name="save"]:focus { color: #FFFFFF; } -/* line 1756, ../scss/styles.scss */ +/* line 1749, ../scss/styles.scss */ #block-feedback-form .content form input.form-submit[name="delete"] { border-style: solid; border-width: 0; @@ -8970,7 +8965,7 @@ body.print-node-materiau { #block-feedback-form .content form input.form-submit[name="delete"]:hover, #block-feedback-form .content form input.form-submit[name="delete"]:focus { color: #FFFFFF; } -/* line 1759, ../scss/styles.scss */ +/* line 1752, ../scss/styles.scss */ #block-feedback-form .content form input.form-submit[name="cancel"] { border-style: solid; border-width: 0; @@ -9005,11 +9000,11 @@ body.print-node-materiau { #block-feedback-form .content form input.form-submit[name="cancel"]:hover, #block-feedback-form .content form input.form-submit[name="cancel"]:focus { color: #333333; } -/* line 1891, ../scss/styles.scss */ +/* line 1884, ../scss/styles.scss */ .ie8 #block-feedback-form .content { background: #000; } -/* line 1894, ../scss/styles.scss */ +/* line 1887, ../scss/styles.scss */ #block-feedback-form #feedback-status-message { background-color: #fff; padding: 5px; @@ -9023,7 +9018,7 @@ body.print-node-materiau { /_/ /_/ |_/____/_/ |_| /_/ /_/ /_/ |_/_____/____/ */ -/* line 1921, ../scss/styles.scss */ +/* line 1914, ../scss/styles.scss */ #tasks ul.tabs { display: moz-inline-stack; display: inline-block; @@ -9034,23 +9029,23 @@ body.print-node-materiau { padding: 0; margin: 0; } -/* line 1925, ../scss/styles.scss */ +/* line 1918, ../scss/styles.scss */ #tasks ul.tabs li { padding: 0; margin: 2px 5px; border: 0 solid #fff; } -/* line 1926, ../scss/styles.scss */ +/* line 1919, ../scss/styles.scss */ #tasks ul.tabs a { border: 0; color: #7f7f7f; } -/* line 1928, ../scss/styles.scss */ +/* line 1921, ../scss/styles.scss */ #tasks ul.tabs a.active, #tasks ul.tabs a:hover { font-weight: 900; color: #000; } -/* line 1906, ../scss/styles.scss */ +/* line 1899, ../scss/styles.scss */ #tasks ul.tabs.primary a { font-size: 12px; padding: 5px 10px; @@ -9058,11 +9053,11 @@ body.print-node-materiau { border-radius: 3px; background-clip: padding-box; } -/* line 1910, ../scss/styles.scss */ +/* line 1903, ../scss/styles.scss */ #tasks ul.tabs.primary a.active, #tasks ul.tabs.primary a:hover { background-color: #e6e6e6; } -/* line 1935, ../scss/styles.scss */ +/* line 1928, ../scss/styles.scss */ #tasks ul.tabs.secondary { font-size: 10px; padding: 0.5em 1em; @@ -9082,20 +9077,20 @@ body.print-node-materiau { |___|___|___|_| */ -/* line 1957, ../scss/styles.scss */ +/* line 1950, ../scss/styles.scss */ .page-user #main, .page-user-edit #main, .page-user-password #main, .page-user-reset #main, .page-toboggan #main { background: #fff url("../img/user-page-bg.gif") no-repeat bottom right; } -/* line 1959, ../scss/styles.scss */ +/* line 1952, ../scss/styles.scss */ .page-user .messages, .page-user-edit .messages, .page-user-password .messages, .page-user-reset .messages, .page-toboggan .messages { width: 800px; margin: 0 auto; } -/* line 1961, ../scss/styles.scss */ +/* line 1954, ../scss/styles.scss */ .page-user.role-6 #tasks .tabs.primary, .page-user-edit.role-6 #tasks .tabs.primary, .page-user-password.role-6 #tasks .tabs.primary, .page-user-reset.role-6 #tasks .tabs.primary, .page-toboggan.role-6 #tasks .tabs.primary { display: none; } -/* line 1906, ../scss/styles.scss */ +/* line 1899, ../scss/styles.scss */ .page-user.role-6 #tasks .tabs.secondary a, .page-user-edit.role-6 #tasks .tabs.secondary a, .page-user-password.role-6 #tasks .tabs.secondary a, .page-user-reset.role-6 #tasks .tabs.secondary a, .page-toboggan.role-6 #tasks .tabs.secondary a { font-size: 12px; padding: 5px 10px; @@ -9103,11 +9098,11 @@ body.print-node-materiau { border-radius: 3px; background-clip: padding-box; } -/* line 1910, ../scss/styles.scss */ +/* line 1903, ../scss/styles.scss */ .page-user.role-6 #tasks .tabs.secondary a.active, .page-user.role-6 #tasks .tabs.secondary a:hover, .page-user-edit.role-6 #tasks .tabs.secondary a.active, .page-user-edit.role-6 #tasks .tabs.secondary a:hover, .page-user-password.role-6 #tasks .tabs.secondary a.active, .page-user-password.role-6 #tasks .tabs.secondary a:hover, .page-user-reset.role-6 #tasks .tabs.secondary a.active, .page-user-reset.role-6 #tasks .tabs.secondary a:hover, .page-toboggan.role-6 #tasks .tabs.secondary a.active, .page-toboggan.role-6 #tasks .tabs.secondary a:hover { background-color: #e6e6e6; } -/* line 1964, ../scss/styles.scss */ +/* line 1957, ../scss/styles.scss */ .page-user #content .inner-content > *, .page-user-edit #content .inner-content > *, .page-user-password #content .inner-content > *, .page-user-reset #content .inner-content > *, .page-toboggan #content .inner-content > * { width: 800px; margin: 0 auto; @@ -9115,11 +9110,11 @@ body.print-node-materiau { font-size: 14px; /* #user-profile-form */ } -/* line 1967, ../scss/styles.scss */ +/* line 1960, ../scss/styles.scss */ .page-user #content .inner-content > * fieldset, .page-user-edit #content .inner-content > * fieldset, .page-user-password #content .inner-content > * fieldset, .page-user-reset #content .inner-content > * fieldset, .page-toboggan #content .inner-content > * fieldset { margin-bottom: 1em; } -/* line 1971, ../scss/styles.scss */ +/* line 1964, ../scss/styles.scss */ .page-user #content .inner-content > * legend, .page-user-edit #content .inner-content > * legend, .page-user-password #content .inner-content > * legend, .page-user-reset #content .inner-content > * legend, .page-toboggan #content .inner-content > * legend { font-size: 16px; margin: 0; @@ -9127,16 +9122,16 @@ body.print-node-materiau { line-height: 1; border: 0 solid #fff; } -/* line 1973, ../scss/styles.scss */ +/* line 1966, ../scss/styles.scss */ .page-user #content .inner-content > * legend a, .page-user-edit #content .inner-content > * legend a, .page-user-password #content .inner-content > * legend a, .page-user-reset #content .inner-content > * legend a, .page-toboggan #content .inner-content > * legend a { color: #000; } -/* line 1976, ../scss/styles.scss */ +/* line 1969, ../scss/styles.scss */ .page-user #content .inner-content > * .form-item, .page-user-edit #content .inner-content > * .form-item, .page-user-password #content .inner-content > * .form-item, .page-user-reset #content .inner-content > * .form-item, .page-toboggan #content .inner-content > * .form-item { margin: 0 0 0.5em 0; width: 100%; } -/* line 1978, ../scss/styles.scss */ +/* line 1971, ../scss/styles.scss */ .page-user #content .inner-content > * .form-item label, .page-user #content .inner-content > * .form-item input.form-text, .page-user-edit #content .inner-content > * .form-item label, .page-user-edit #content .inner-content > * .form-item input.form-text, .page-user-password #content .inner-content > * .form-item label, .page-user-password #content .inner-content > * .form-item input.form-text, .page-user-reset #content .inner-content > * .form-item label, .page-user-reset #content .inner-content > * .form-item input.form-text, .page-toboggan #content .inner-content > * .form-item label, .page-toboggan #content .inner-content > * .form-item input.form-text { display: moz-inline-stack; display: inline-block; @@ -9145,42 +9140,42 @@ body.print-node-materiau { *display: inline; vertical-align: middle; } -/* line 1981, ../scss/styles.scss */ +/* line 1974, ../scss/styles.scss */ .page-user #content .inner-content > * .form-item label, .page-user-edit #content .inner-content > * .form-item label, .page-user-password #content .inner-content > * .form-item label, .page-user-reset #content .inner-content > * .form-item label, .page-toboggan #content .inner-content > * .form-item label { margin-right: 1em; min-width: 6em; } -/* line 1982, ../scss/styles.scss */ +/* line 1975, ../scss/styles.scss */ .page-user #content .inner-content > * .form-item input.form-text, .page-user-edit #content .inner-content > * .form-item input.form-text, .page-user-password #content .inner-content > * .form-item input.form-text, .page-user-reset #content .inner-content > * .form-item input.form-text, .page-toboggan #content .inner-content > * .form-item input.form-text { padding: 2px 4px; } -/* line 1987, ../scss/styles.scss */ +/* line 1980, ../scss/styles.scss */ .page-user #content .inner-content > * .form-wrapper > .form-item, .page-user-edit #content .inner-content > * .form-wrapper > .form-item, .page-user-password #content .inner-content > * .form-wrapper > .form-item, .page-user-reset #content .inner-content > * .form-wrapper > .form-item, .page-toboggan #content .inner-content > * .form-wrapper > .form-item { margin: 0 0 2em 0; } -/* line 1991, ../scss/styles.scss */ +/* line 1984, ../scss/styles.scss */ .page-user #content .inner-content > * .form-type-password-confirm label, .page-user #content .inner-content > * .form-type-new-password-confirm label, .page-user-edit #content .inner-content > * .form-type-password-confirm label, .page-user-edit #content .inner-content > * .form-type-new-password-confirm label, .page-user-password #content .inner-content > * .form-type-password-confirm label, .page-user-password #content .inner-content > * .form-type-new-password-confirm label, .page-user-reset #content .inner-content > * .form-type-password-confirm label, .page-user-reset #content .inner-content > * .form-type-new-password-confirm label, .page-toboggan #content .inner-content > * .form-type-password-confirm label, .page-toboggan #content .inner-content > * .form-type-new-password-confirm label { width: 9em; } -/* line 1992, ../scss/styles.scss */ +/* line 1985, ../scss/styles.scss */ .page-user #content .inner-content > * .form-type-password-confirm .password-parent, .page-user #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-password #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-parent, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-parent { width: auto; } -/* line 1993, ../scss/styles.scss */ +/* line 1986, ../scss/styles.scss */ .page-user #content .inner-content > * .form-type-password-confirm .password-strength, .page-user #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-password #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-password #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-strength, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-confirm, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-confirm { width: 15em; margin-top: 0; } -/* line 1999, ../scss/styles.scss */ +/* line 1992, ../scss/styles.scss */ .page-user #content .inner-content > * .form-type-checkbox input, .page-user-edit #content .inner-content > * .form-type-checkbox input, .page-user-password #content .inner-content > * .form-type-checkbox input, .page-user-reset #content .inner-content > * .form-type-checkbox input, .page-toboggan #content .inner-content > * .form-type-checkbox input { margin: 0; } -/* line 2000, ../scss/styles.scss */ +/* line 1993, ../scss/styles.scss */ .page-user #content .inner-content > * .form-type-checkbox label, .page-user-edit #content .inner-content > * .form-type-checkbox label, .page-user-password #content .inner-content > * .form-type-checkbox label, .page-user-reset #content .inner-content > * .form-type-checkbox label, .page-toboggan #content .inner-content > * .form-type-checkbox label { font-size: 14px; margin: 0; } -/* line 2004, ../scss/styles.scss */ +/* line 1997, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-language .form-item, .page-user-edit #content .inner-content > * #edit-language .form-item, .page-user-password #content .inner-content > * #edit-language .form-item, .page-user-reset #content .inner-content > * #edit-language .form-item, .page-toboggan #content .inner-content > * #edit-language .form-item { display: moz-inline-stack; display: inline-block; @@ -9190,27 +9185,27 @@ body.print-node-materiau { width: auto; margin-right: 1em; } -/* line 2006, ../scss/styles.scss */ +/* line 1999, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-language .form-item input, .page-user #content .inner-content > * #edit-language .form-item label, .page-user-edit #content .inner-content > * #edit-language .form-item input, .page-user-edit #content .inner-content > * #edit-language .form-item label, .page-user-password #content .inner-content > * #edit-language .form-item input, .page-user-password #content .inner-content > * #edit-language .form-item label, .page-user-reset #content .inner-content > * #edit-language .form-item input, .page-user-reset #content .inner-content > * #edit-language .form-item label, .page-toboggan #content .inner-content > * #edit-language .form-item input, .page-toboggan #content .inner-content > * #edit-language .form-item label { margin: 0; } -/* line 2010, ../scss/styles.scss */ +/* line 2003, ../scss/styles.scss */ .page-user #content .inner-content > * select.form-select, .page-user-edit #content .inner-content > * select.form-select, .page-user-password #content .inner-content > * select.form-select, .page-user-reset #content .inner-content > * select.form-select, .page-toboggan #content .inner-content > * select.form-select { width: auto; padding: 2px 4px; height: auto; } -/* line 2014, ../scss/styles.scss */ +/* line 2007, ../scss/styles.scss */ .page-user #content .inner-content > * div.description, .page-user-edit #content .inner-content > * div.description, .page-user-password #content .inner-content > * div.description, .page-user-reset #content .inner-content > * div.description, .page-toboggan #content .inner-content > * div.description { font-size: 10px; } -/* line 2017, ../scss/styles.scss */ +/* line 2010, ../scss/styles.scss */ .page-user #content .inner-content > * div.form-actions, .page-user-edit #content .inner-content > * div.form-actions, .page-user-password #content .inner-content > * div.form-actions, .page-user-reset #content .inner-content > * div.form-actions, .page-toboggan #content .inner-content > * div.form-actions { margin: 0; text-align: right; padding: 1em 0.5em; } -/* line 2024, ../scss/styles.scss */ +/* line 2017, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user #content .inner-content > * #edit-profile-adherent-field-name, .page-user #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user #content .inner-content > * #edit-profile-adherent-field-service, .page-user #content .inner-content > * #edit-profile-adherent-field-employee, .page-user #content .inner-content > * #edit-profile-adherent-field-naf, .page-user #content .inner-content > * #edit-profile-adherent-field-siret, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name, @@ -9231,7 +9226,7 @@ body.print-node-materiau { width: auto; margin: 0 1em 0.5em 0; } -/* line 2028, ../scss/styles.scss */ +/* line 2021, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user #content .inner-content > * #edit-profile-adherent-field-name div, .page-user #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user #content .inner-content > * #edit-profile-adherent-field-service div, .page-user #content .inner-content > * #edit-profile-adherent-field-employee div, .page-user #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user #content .inner-content > * #edit-profile-adherent-field-siret div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name div, @@ -9247,7 +9242,7 @@ body.print-node-materiau { margin: 0; padding: 0; } -/* line 2034, ../scss/styles.scss */ +/* line 2027, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-name label, .page-user #content .inner-content > * #edit-profile-adherent-field-service label, .page-user #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-service label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user-edit #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-service label, @@ -9256,27 +9251,27 @@ body.print-node-materiau { .page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf label, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret label, .page-toboggan #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label { min-width: auto; } -/* line 2037, ../scss/styles.scss */ +/* line 2030, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret input { width: 8em; } -/* line 2038, ../scss/styles.scss */ +/* line 2031, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf input { width: 13em; } -/* line 2040, ../scss/styles.scss */ +/* line 2033, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-password #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-organization, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-organization { margin: 2em 0 0 0; } -/* line 2040, ../scss/styles.scss */ +/* line 2033, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-organization input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-organization input { width: 35em; } -/* line 2042, ../scss/styles.scss */ +/* line 2035, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee input { width: 4em; } -/* line 2046, ../scss/styles.scss */ +/* line 2039, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-password #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number { display: moz-inline-stack; display: inline-block; @@ -9285,20 +9280,20 @@ body.print-node-materiau { *display: inline; vertical-align: middle; } -/* line 2053, ../scss/styles.scss */ +/* line 2046, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input { width: 35em; } -/* line 2056, ../scss/styles.scss */ +/* line 2049, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-password #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item { width: auto; margin-right: 1em; } -/* line 2060, ../scss/styles.scss */ +/* line 2053, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website { margin: 2em 0 0 0; } -/* line 2062, ../scss/styles.scss */ +/* line 2055, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > * { display: moz-inline-stack; display: inline-block; @@ -9307,15 +9302,15 @@ body.print-node-materiau { *display: inline; vertical-align: middle; } -/* line 2063, ../scss/styles.scss */ +/* line 2056, ../scss/styles.scss */ .page-user #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website input { width: 35em; } -/* line 2067, ../scss/styles.scss */ +/* line 2060, ../scss/styles.scss */ .page-user #content .inner-content > *.profile h3, .page-user-edit #content .inner-content > *.profile h3, .page-user-password #content .inner-content > *.profile h3, .page-user-reset #content .inner-content > *.profile h3, .page-toboggan #content .inner-content > *.profile h3 { border: 0 solid transparent; } -/* line 2068, ../scss/styles.scss */ +/* line 2061, ../scss/styles.scss */ .page-user #content .inner-content > *.profile .field-label, .page-user-edit #content .inner-content > *.profile .field-label, .page-user-password #content .inner-content > *.profile .field-label, .page-user-reset #content .inner-content > *.profile .field-label, .page-toboggan #content .inner-content > *.profile .field-label { display: inline; } @@ -9327,11 +9322,11 @@ body.print-node-materiau { |_____|_____|_|_|_|__| |_____|_____|_|___|_____|_____|_____| */ -/* line 2082, ../scss/styles.scss */ +/* line 2075, ../scss/styles.scss */ body.node-type-simplenews #content .inner-content { text-align: center; } -/* line 2085, ../scss/styles.scss */ +/* line 2078, ../scss/styles.scss */ body.node-type-simplenews #content article.node.node-simplenews { display: moz-inline-stack; display: inline-block; @@ -9341,7 +9336,7 @@ body.node-type-simplenews #content article.node.node-simplenews { max-width: 600px; padding: 1em 0; } -/* line 2089, ../scss/styles.scss */ +/* line 2082, ../scss/styles.scss */ body.node-type-simplenews #content article.node.node-simplenews tbody { border-top: 0px; } @@ -9353,11 +9348,11 @@ body.node-type-simplenews #content article.node.node-simplenews tbody { |__| |__|__|_____|_____| |_____|_____|_|___| |_| |__|__|_____| |_| */ -/* line 2104, ../scss/styles.scss */ +/* line 2097, ../scss/styles.scss */ .page-node-11175 #main { background: #fff url("../img/bg-contact.gif") no-repeat bottom right; } -/* line 2108, ../scss/styles.scss */ +/* line 2101, ../scss/styles.scss */ .page-node-11175 #main .field-name-body p { display: moz-inline-stack; display: inline-block; @@ -9366,7 +9361,7 @@ body.node-type-simplenews #content article.node.node-simplenews tbody { *display: inline; margin: 15px; } -/* line 2110, ../scss/styles.scss */ +/* line 2103, ../scss/styles.scss */ .page-node-11175 #main .field-name-body p strong { font-size: 18px; } @@ -9379,7 +9374,7 @@ body.node-type-simplenews #content article.node.node-simplenews tbody { */ @media only screen and (min-width: 40.063em) { - /* line 2128, ../scss/styles.scss */ + /* line 2121, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column, body.page-node-11187 .node-11187 .field-name-body div.column-demi, body.page-node-11187 .node-11187 .field-name-body div.column-full, body.page-node-11187 .node-11187 .field-name-body div.column-auto { display: moz-inline-stack; display: inline-block; @@ -9388,52 +9383,52 @@ body.node-type-simplenews #content article.node.node-simplenews tbody { *display: inline; margin: 10px; } - /* line 2131, ../scss/styles.scss */ + /* line 2124, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column { width: 22.4%; } - /* line 2133, ../scss/styles.scss */ + /* line 2126, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column ul.list-text { min-height: 170px; } - /* line 2135, ../scss/styles.scss */ + /* line 2128, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-demi { width: 46%; } - /* line 2137, ../scss/styles.scss */ + /* line 2130, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-demi ul.list-text { min-height: 110px; } - /* line 2139, ../scss/styles.scss */ + /* line 2132, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-full { width: 92%; } - /* line 2143, ../scss/styles.scss */ + /* line 2136, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-auto { width: auto; max-width: 98%; } - /* line 2150, ../scss/styles.scss */ + /* line 2143, ../scss/styles.scss */ body.page-node-11187 #block-materio-user-user-register { width: 600px; margin: 0 auto; } } @media only screen and (max-width: 40em) { - /* line 2157, ../scss/styles.scss */ + /* line 2150, ../scss/styles.scss */ body.page-node-11187 #block-system-help { text-align: center; } } -/* line 2161, ../scss/styles.scss */ +/* line 2154, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body { text-align: center; } -/* line 2163, ../scss/styles.scss */ +/* line 2156, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body > * { text-align: left; } -/* line 2164, ../scss/styles.scss */ +/* line 2157, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column, body.page-node-11187 .node-11187 .field-name-body div.column-demi, body.page-node-11187 .node-11187 .field-name-body div.column-full, body.page-node-11187 .node-11187 .field-name-body div.column-auto { position: relative; border-radius: 5px; @@ -9441,28 +9436,28 @@ body.page-node-11187 .node-11187 .field-name-body div.column, body.page-node-111 box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); overflow: hidden; } -/* line 2167, ../scss/styles.scss */ +/* line 2160, ../scss/styles.scss */ .ie8 body.page-node-11187 .node-11187 .field-name-body div.column, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-demi, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-full, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-auto { max-width: 500px; margin: auto; margin-bottom: 15px; border: 1px solid #C6C6C6; } -/* line 2170, ../scss/styles.scss */ +/* line 2163, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column > *, body.page-node-11187 .node-11187 .field-name-body div.column-demi > *, body.page-node-11187 .node-11187 .field-name-body div.column-full > *, body.page-node-11187 .node-11187 .field-name-body div.column-auto > * { padding: 0 10px; } -/* line 2171, ../scss/styles.scss */ +/* line 2164, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column img, body.page-node-11187 .node-11187 .field-name-body div.column-demi img, body.page-node-11187 .node-11187 .field-name-body div.column-full img, body.page-node-11187 .node-11187 .field-name-body div.column-auto img { float: left; padding: 0; } -/* line 2172, ../scss/styles.scss */ +/* line 2165, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column h2, body.page-node-11187 .node-11187 .field-name-body div.column-demi h2, body.page-node-11187 .node-11187 .field-name-body div.column-full h2, body.page-node-11187 .node-11187 .field-name-body div.column-auto h2 { text-align: left; margin: 5px 0 0; } -/* line 2173, ../scss/styles.scss */ +/* line 2166, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-demi .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-full .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-auto .subtitle { padding: 0 0 0 1em; font-size: 18px; @@ -9470,22 +9465,22 @@ body.page-node-11187 .node-11187 .field-name-body div.column .subtitle, body.pag font-weight: bold; line-height: 1; } -/* line 2177, ../scss/styles.scss */ +/* line 2170, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column ul, body.page-node-11187 .node-11187 .field-name-body div.column-demi ul, body.page-node-11187 .node-11187 .field-name-body div.column-full ul, body.page-node-11187 .node-11187 .field-name-body div.column-auto ul { margin: 0; padding: 0 15px; } -/* line 2178, ../scss/styles.scss */ +/* line 2171, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column li, body.page-node-11187 .node-11187 .field-name-body div.column-demi li, body.page-node-11187 .node-11187 .field-name-body div.column-full li, body.page-node-11187 .node-11187 .field-name-body div.column-auto li { list-style: none; font-size: 12px; } -/* line 2180, ../scss/styles.scss */ +/* line 2173, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column li:before, body.page-node-11187 .node-11187 .field-name-body div.column-demi li:before, body.page-node-11187 .node-11187 .field-name-body div.column-full li:before, body.page-node-11187 .node-11187 .field-name-body div.column-auto li:before { content: "+ "; font-weight: 900; } -/* line 2185, ../scss/styles.scss */ +/* line 2178, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto .get-link { margin: 0; border-radius: 0 0 5px 5px 0 0 0; @@ -9493,7 +9488,7 @@ body.page-node-11187 .node-11187 .field-name-body div.column .get-link, body.pag border: 1px solid #fff; min-height: 92px; } -/* line 2187, ../scss/styles.scss */ +/* line 2180, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-full .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-auto .get-link a { display: block; width: 100%; @@ -9501,36 +9496,36 @@ body.page-node-11187 .node-11187 .field-name-body div.column .get-link a, body.p color: #1A1A1A; text-decoration: none; } -/* line 2189, ../scss/styles.scss */ +/* line 2182, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.gratos .get-link { background-color: #4BA13D; } -/* line 2190, ../scss/styles.scss */ +/* line 2183, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.flocon .get-link { background-color: #69CDCF; } -/* line 2191, ../scss/styles.scss */ +/* line 2184, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.etoile .get-link { background-color: #D476AE; } -/* line 2192, ../scss/styles.scss */ +/* line 2185, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.cinqetoiles .get-link { background-color: #E6DE1C; } -/* line 2193, ../scss/styles.scss */ +/* line 2186, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-demi.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-full.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-auto.ecole-de-neige { float: none; } -/* line 2199, ../scss/styles.scss */ +/* line 2192, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column h2 { padding: 10px 0 0; font-size: 24px; } -/* line 2200, ../scss/styles.scss */ +/* line 2193, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .subtitle { min-height: 3em; } -/* line 2201, ../scss/styles.scss */ +/* line 2194, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link { padding: 0; font-size: 24px; @@ -9542,55 +9537,55 @@ body.page-node-11187 .node-11187 .field-name-body div.column .get-link { -webkit-transition: text-shadow 0.3s ease-out; transition: text-shadow 0.3s ease-out; } -/* line 2205, ../scss/styles.scss */ +/* line 2198, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link span { font-size: 20px; } -/* line 58, ../scss/styles.scss */ +/* line 51, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link:hover, body.page-node-11187 .node-11187 .field-name-body div.column .get-link:focus { text-shadow: 0 0 3px white; } -/* line 61, ../scss/styles.scss */ +/* line 54, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } -/* line 2210, ../scss/styles.scss */ +/* line 2203, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-demi h2 { padding: 10px 0 0; font-size: 24px; top: 0; } -/* line 2211, ../scss/styles.scss */ +/* line 2204, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-demi .subtitle { min-height: 2em; } -/* line 2212, ../scss/styles.scss */ +/* line 2205, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-demi ul { font-size: 14px; min-height: 120px; } -/* line 2213, ../scss/styles.scss */ +/* line 2206, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link { font-size: 14px; text-align: left; padding: 0 1em; background-color: #ddd; } -/* line 2222, ../scss/styles.scss */ +/* line 2215, ../scss/styles.scss */ body.page-node-11187.logged-in .column.gratos .get-link { cursor: auto !important; } -/* line 2224, ../scss/styles.scss */ +/* line 2217, ../scss/styles.scss */ body.page-node-11187.logged-in .column.gratos .get-link a { display: none !important; } -/* line 2227, ../scss/styles.scss */ +/* line 2220, ../scss/styles.scss */ body.page-node-11187.logged-in.role-6 .column.flocon .get-link { cursor: auto !important; } -/* line 2229, ../scss/styles.scss */ +/* line 2222, ../scss/styles.scss */ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { display: none !important; } @@ -9602,31 +9597,31 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { |__|__|____/|__|__|_____|_____|_____|_____|_|___| |__| |_____|__|__|_|_|_| */ -/* line 2243, ../scss/styles.scss */ +/* line 2236, ../scss/styles.scss */ .node-11186 nav ul.links a.language-link { display: none; } -/* line 2246, ../scss/styles.scss */ +/* line 2239, ../scss/styles.scss */ #webform-client-form-11186 { background-color: #e6e6e6; border-radius: 10px; background-clip: padding-box; } @media only screen and (min-width: 40.063em) { - /* line 2246, ../scss/styles.scss */ + /* line 2239, ../scss/styles.scss */ #webform-client-form-11186 { padding: 10px 30px; } - /* line 2249, ../scss/styles.scss */ + /* line 2242, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options { margin: 10px 0; } - /* line 2251, ../scss/styles.scss */ + /* line 2244, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options label { width: auto; } - /* line 2253, ../scss/styles.scss */ + /* line 2246, ../scss/styles.scss */ #webform-client-form-11186 fieldset { border-radius: 5px; background-clip: padding-box; @@ -9634,22 +9629,22 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { border-bottom: 1px solid #cccccc; padding: 10px; } - /* line 2255, ../scss/styles.scss */ + /* line 2248, ../scss/styles.scss */ #webform-client-form-11186 fieldset fieldset { border: 0 solid #ddd; padding: 0; } - /* line 2257, ../scss/styles.scss */ + /* line 2250, ../scss/styles.scss */ #webform-client-form-11186 legend { margin: 0; font-size: 18px; font-weight: 700; } - /* line 2258, ../scss/styles.scss */ + /* line 2251, ../scss/styles.scss */ #webform-client-form-11186 .form-item { margin: 0 20px 0 0; } - /* line 2259, ../scss/styles.scss */ + /* line 2252, ../scss/styles.scss */ #webform-client-form-11186 label { font-size: 12px; width: 10em; @@ -9662,7 +9657,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { margin-right: 1em; border-bottom: 1px solid #cccccc; } - /* line 2260, ../scss/styles.scss */ + /* line 2253, ../scss/styles.scss */ #webform-client-form-11186 .description { font-size: 10px; width: 25em; @@ -9675,40 +9670,40 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { margin-left: 1em; color: #7f7f7f; } - /* line 2261, ../scss/styles.scss */ + /* line 2254, ../scss/styles.scss */ #webform-client-form-11186 input.form-text { width: 13em; } } @media only screen and (min-width: 40.063em) and (max-width: 64em) { - /* line 2246, ../scss/styles.scss */ + /* line 2239, ../scss/styles.scss */ #webform-client-form-11186 { padding: 10px; } - /* line 2266, ../scss/styles.scss */ + /* line 2259, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options { margin: 0 0 10px 0; } - /* line 2268, ../scss/styles.scss */ + /* line 2261, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-item { width: 100%; } - /* line 2269, ../scss/styles.scss */ + /* line 2262, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options label { width: 75%; } - /* line 2271, ../scss/styles.scss */ + /* line 2264, ../scss/styles.scss */ #webform-client-form-11186 legend { margin: 0; font-size: 16px; font-weight: 700; } - /* line 2272, ../scss/styles.scss */ + /* line 2265, ../scss/styles.scss */ #webform-client-form-11186 .form-item { margin: 0; float: none; } - /* line 2273, ../scss/styles.scss */ + /* line 2266, ../scss/styles.scss */ #webform-client-form-11186 label { font-size: 12px; width: 30%; @@ -9720,16 +9715,16 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { vertical-align: middle; margin-right: 0.5em; } - /* line 2274, ../scss/styles.scss */ + /* line 2267, ../scss/styles.scss */ #webform-client-form-11186 input.form-text, #webform-client-form-11186 select.form-select { width: 60%; } - /* line 2275, ../scss/styles.scss */ + /* line 2268, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-infos { font-size: 14px; } } -/* line 2280, ../scss/styles.scss */ +/* line 2273, ../scss/styles.scss */ #webform-client-form-11186 .fieldset-wrapper > .form-item { display: moz-inline-stack; display: inline-block; @@ -9737,7 +9732,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { zoom: 1; *display: inline; } -/* line 2282, ../scss/styles.scss */ +/* line 2275, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left { display: moz-inline-stack; display: inline-block; @@ -9747,7 +9742,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { width: 25%; border: none; } -/* line 2283, ../scss/styles.scss */ +/* line 2276, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right { display: moz-inline-stack; display: inline-block; @@ -9756,7 +9751,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { *display: inline; min-width: 70%; } -/* line 2287, ../scss/styles.scss */ +/* line 2280, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio { border: 1px solid #ddd; border-radius: 5px; @@ -9765,7 +9760,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { margin: 5px 0; background-color: #fff; } -/* line 2289, ../scss/styles.scss */ +/* line 2282, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio input { display: moz-inline-stack; display: inline-block; @@ -9775,7 +9770,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { vertical-align: middle; margin: 0px 5px; } -/* line 2290, ../scss/styles.scss */ +/* line 2283, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio label { font-size: 20px; font-weight: 700; @@ -9787,41 +9782,41 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { vertical-align: middle; margin: 0; } -/* line 2292, ../scss/styles.scss */ +/* line 2285, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } -/* line 2293, ../scss/styles.scss */ +/* line 2286, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(1) { background-color: #69CDCF; } -/* line 2294, ../scss/styles.scss */ +/* line 2287, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(2) { background-color: #D476AE; } -/* line 2295, ../scss/styles.scss */ +/* line 2288, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(3) { background-color: #E6DE1C; } -/* line 2297, ../scss/styles.scss */ +/* line 2290, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:not(.selected) { opacity: 0.4; } -/* line 2300, ../scss/styles.scss */ +/* line 2293, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options > label { width: 200px; font-size: 18px; font-weight: 700; } -/* line 2301, ../scss/styles.scss */ +/* line 2294, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-left--membership-options label { border: 0; } -/* line 2304, ../scss/styles.scss */ +/* line 2297, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--me--my-account-email { display: block; } -/* line 2309, ../scss/styles.scss */ +/* line 2302, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--company--administrative-e-mail .description { display: moz-inline-stack; display: inline-block; @@ -9829,11 +9824,11 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { zoom: 1; *display: inline; } -/* line 2312, ../scss/styles.scss */ +/* line 2305, ../scss/styles.scss */ #webform-client-form-11186 #addressfield-wrapper { margin-top: 1em; } -/* line 2313, ../scss/styles.scss */ +/* line 2306, ../scss/styles.scss */ #webform-client-form-11186 .street-block .form-item { display: moz-inline-stack; display: inline-block; @@ -9841,12 +9836,12 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { zoom: 1; *display: inline; } -/* line 2315, ../scss/styles.scss */ +/* line 2308, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--collaborators { margin: 20px 0; overflow: hidden; } -/* line 2317, ../scss/styles.scss */ +/* line 2310, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--collaborators fieldset { display: moz-inline-stack; display: inline-block; @@ -9855,23 +9850,23 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { *display: inline; width: 33%; } -/* line 2318, ../scss/styles.scss */ +/* line 2311, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--collaborators .form-item { display: block; } -/* line 2319, ../scss/styles.scss */ +/* line 2312, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--collaborators label { width: 6em; } -/* line 2320, ../scss/styles.scss */ +/* line 2313, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--collaborators input { width: 11em; } -/* line 2323, ../scss/styles.scss */ +/* line 2316, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-infos { margin: 20px 0; } -/* line 2325, ../scss/styles.scss */ +/* line 2318, ../scss/styles.scss */ #webform-client-form-11186 .form-actions { padding: 0; margin: 0; @@ -9879,7 +9874,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { background-color: transparent; text-align: left; } -/* line 2330, ../scss/styles.scss */ +/* line 2323, ../scss/styles.scss */ #webform-client-form-11186 .form-actions .form-submit { border: 2px solid #69CDCF; background-color: #69CDCF; @@ -9895,17 +9890,17 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { -webkit-transition: text-shadow 0.2s ease-out; transition: text-shadow 0.2s ease-out; } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ #webform-client-form-11186 .form-actions .form-submit:hover, #webform-client-form-11186 .form-actions .form-submit:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ #webform-client-form-11186 .form-actions .form-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } -/* line 2340, ../scss/styles.scss */ +/* line 2333, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--news-letters > label { margin: 0; font-size: 18px; @@ -9913,7 +9908,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { border: none; line-height: 40px; } -/* line 2341, ../scss/styles.scss */ +/* line 2334, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--news-letters .form-item { display: moz-inline-stack; display: inline-block; @@ -9921,23 +9916,23 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { zoom: 1; *display: inline; } -/* line 2343, ../scss/styles.scss */ +/* line 2336, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--news-letters .form-item label { width: auto; } -/* line 2344, ../scss/styles.scss */ +/* line 2337, ../scss/styles.scss */ #webform-client-form-11186 #webform-component-column-right--news-letters .form-item input, #webform-client-form-11186 #webform-component-column-right--news-letters .form-item label { margin: 0; } -/* line 2348, ../scss/styles.scss */ +/* line 2341, ../scss/styles.scss */ #webform-client-form-11186 #edit-submitted-terms-of-services { margin-bottom: 0.5em; } -/* line 2350, ../scss/styles.scss */ +/* line 2343, ../scss/styles.scss */ #webform-client-form-11186 #edit-submitted-terms-of-services input, #webform-client-form-11186 #edit-submitted-terms-of-services label { margin: 0 0.3em 0 0; } -/* line 2351, ../scss/styles.scss */ +/* line 2344, ../scss/styles.scss */ #webform-client-form-11186 #edit-submitted-terms-of-services label { width: auto; } @@ -9949,41 +9944,41 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { |_____|_____| |_____|__|__|__|__| |_| \___/|_____|_____|_____| |__| |_____|__|__|_|_|_| */ -/* line 2362, ../scss/styles.scss */ +/* line 2355, ../scss/styles.scss */ #uc-cart-view-form { background-color: #e6e6e6; padding: 10px, 30px; display: inline-block; } -/* line 2368, ../scss/styles.scss */ +/* line 2361, ../scss/styles.scss */ #uc-cart-view-form table { width: auto; display: table; background-color: #fff; } -/* line 2372, ../scss/styles.scss */ +/* line 2365, ../scss/styles.scss */ #uc-cart-view-form table thead th { border-bottom: none; padding: 1em; } -/* line 2373, ../scss/styles.scss */ +/* line 2366, ../scss/styles.scss */ #uc-cart-view-form table tbody { border-top: none; } -/* line 2375, ../scss/styles.scss */ +/* line 2368, ../scss/styles.scss */ #uc-cart-view-form table tbody tr.even, #uc-cart-view-form table tbody tr.odd { background-color: #fff; border-bottom: none; } -/* line 2379, ../scss/styles.scss */ +/* line 2372, ../scss/styles.scss */ #uc-cart-view-form table tbody td { padding: 1em; } -/* line 2386, ../scss/styles.scss */ +/* line 2379, ../scss/styles.scss */ #uc-cart-view-form .form-type-uc-quantity input { width: 2em; } -/* line 2390, ../scss/styles.scss */ +/* line 2383, ../scss/styles.scss */ #uc-cart-view-form .form-actions { padding: 0; margin: 0; @@ -9993,11 +9988,11 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { display: block; width: 100%; } -/* line 2397, ../scss/styles.scss */ +/* line 2390, ../scss/styles.scss */ #uc-cart-view-form .form-actions:before, #uc-cart-view-form .form-actions:after { display: block; } -/* line 2400, ../scss/styles.scss */ +/* line 2393, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit { font-size: 16px; font-weight: bold; @@ -10015,17 +10010,17 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { text-decoration: none; margin-left: 1em; } -/* line 58, ../scss/styles.scss */ +/* line 51, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit:hover, #uc-cart-view-form .form-actions .form-submit:focus { text-shadow: 0 0 3px white; } -/* line 61, ../scss/styles.scss */ +/* line 54, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } -/* line 2403, ../scss/styles.scss */ +/* line 2396, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit#edit-checkout--2 { font-size: 16px; font-weight: bold; @@ -10049,21 +10044,21 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { background-color: #69CDCF; color: #fff; } -/* line 58, ../scss/styles.scss */ +/* line 51, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:hover, #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:focus { text-shadow: 0 0 3px white; } -/* line 61, ../scss/styles.scss */ +/* line 54, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:hover, #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; @@ -10077,18 +10072,18 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { |_____|_____| |_____|__|__|_____|_____|__|__|_____|_____| |_| |__| |_____|__|__|_|_|_| */ -/* line 2417, ../scss/styles.scss */ +/* line 2410, ../scss/styles.scss */ #uc-cart-checkout-form { display: inline-block; background-color: #e6e6e6; padding: 10px, 30px; } -/* line 2430, ../scss/styles.scss */ +/* line 2423, ../scss/styles.scss */ #uc-cart-checkout-form fieldset.form-row { padding-bottom: 20px; margin-bottom: 20px; } -/* line 2436, ../scss/styles.scss */ +/* line 2429, ../scss/styles.scss */ #uc-cart-checkout-form fieldset.form-column { display: moz-inline-stack; display: inline-block; @@ -10098,17 +10093,17 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { max-width: 39%; margin: 15px 1em; } -/* line 2439, ../scss/styles.scss */ +/* line 2432, ../scss/styles.scss */ #uc-cart-checkout-form fieldset.form-column > .fieldset-wrapper > .form-wrapper { margin: 10px 0; } -/* line 2446, ../scss/styles.scss */ +/* line 2439, ../scss/styles.scss */ #uc-cart-checkout-form fieldset.form-column-right { border-left: 1px solid #ccc; margin-left: 2em; padding-left: 2em; } -/* line 2452, ../scss/styles.scss */ +/* line 2445, ../scss/styles.scss */ #uc-cart-checkout-form legend { margin: 0; font-size: 18px; @@ -10116,19 +10111,19 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { border: none; line-height: 2; } -/* line 2453, ../scss/styles.scss */ +/* line 2446, ../scss/styles.scss */ #uc-cart-checkout-form .fieldset-description { font-size: 12px; } -/* line 2454, ../scss/styles.scss */ +/* line 2447, ../scss/styles.scss */ #uc-cart-checkout-form .fieldset-wrapper { font-size: 12px; } -/* line 2455, ../scss/styles.scss */ +/* line 2448, ../scss/styles.scss */ #uc-cart-checkout-form .form-item { margin: 0 20px 0 0; } -/* line 2457, ../scss/styles.scss */ +/* line 2450, ../scss/styles.scss */ #uc-cart-checkout-form .description { font-size: 10px; width: 25em; @@ -10141,7 +10136,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { margin-left: 1em; color: #7f7f7f; } -/* line 2460, ../scss/styles.scss */ +/* line 2453, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane > .fieldset-wrapper { display: moz-inline-stack; display: inline-block; @@ -10153,57 +10148,57 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { padding: 10px; background-color: #fff; } -/* line 2467, ../scss/styles.scss */ +/* line 2460, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane table { font-size: 14px; min-width: 20em; } -/* line 2423, ../scss/styles.scss */ +/* line 2416, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane table td.price { width: 4em; } -/* line 2471, ../scss/styles.scss */ +/* line 2464, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane tbody { border: none; } -/* line 2472, ../scss/styles.scss */ +/* line 2465, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane tr { background-color: transparent; border: none; } -/* line 2473, ../scss/styles.scss */ +/* line 2466, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane td { padding: 0 5px; vertical-align: bottom; } -/* line 2476, ../scss/styles.scss */ +/* line 2469, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane td.products { width: auto; } -/* line 2477, ../scss/styles.scss */ +/* line 2470, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane td.products a { color: inherit; font-weight: 700; } -/* line 2479, ../scss/styles.scss */ +/* line 2472, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane td.products ul.product-description { margin: 0; font-size: 12px; } -/* line 2480, ../scss/styles.scss */ +/* line 2473, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane td.products li { list-style: none; } -/* line 2484, ../scss/styles.scss */ +/* line 2477, ../scss/styles.scss */ #uc-cart-checkout-form #cart-pane tr.subtotal td { font-size: 16px; font-weight: 700; } -/* line 2488, ../scss/styles.scss */ +/* line 2481, ../scss/styles.scss */ #uc-cart-checkout-form #customer-pane { width: 35em; } -/* line 2491, ../scss/styles.scss */ +/* line 2484, ../scss/styles.scss */ #uc-cart-checkout-form #billing-pane label { font-size: 12px; width: 8em; @@ -10216,22 +10211,22 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { margin-right: 1em; border-bottom: 1px solid #cccccc; } -/* line 2492, ../scss/styles.scss */ +/* line 2485, ../scss/styles.scss */ #uc-cart-checkout-form #billing-pane input.form-text { width: 13em; } -/* line 2499, ../scss/styles.scss */ +/* line 2492, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane { float: right; } -/* line 2502, ../scss/styles.scss */ +/* line 2495, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane .fieldset-wrapper { background-color: #fff; border-radius: 5px; background-clip: padding-box; padding: 10px; } -/* line 2508, ../scss/styles.scss */ +/* line 2501, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #line-items-div { float: none; border: none; @@ -10242,57 +10237,57 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { *display: inline; margin: 10px 0 20px; } -/* line 2511, ../scss/styles.scss */ +/* line 2504, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #line-items-div table { font-size: 14px; min-width: 20em; } -/* line 2423, ../scss/styles.scss */ +/* line 2416, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #line-items-div table td.price { width: 4em; } -/* line 2512, ../scss/styles.scss */ +/* line 2505, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #line-items-div tbody { border: none; } -/* line 2513, ../scss/styles.scss */ +/* line 2506, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #line-items-div td { padding: 0 5px; } -/* line 2517, ../scss/styles.scss */ +/* line 2510, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #line-items-div tr td { font-weight: 500; } -/* line 2519, ../scss/styles.scss */ +/* line 2512, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #line-items-div tr.line-item-total td { font-size: 16px; font-weight: 700; text-align: right; } -/* line 2526, ../scss/styles.scss */ +/* line 2519, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method label { width: auto; border-bottom: none; } -/* line 2527, ../scss/styles.scss */ +/* line 2520, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method .form-item-panes-payment-payment-method { border: 1px solid #ddd; border-radius: 5px; margin: 0.5em; padding: 0.5em; } -/* line 2531, ../scss/styles.scss */ +/* line 2524, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method .form-item-panes-payment-payment-method label { font-weight: bold; } -/* line 2535, ../scss/styles.scss */ +/* line 2528, ../scss/styles.scss */ #uc-cart-checkout-form #payment-pane #payment-details { width: 25em; border-top: none; padding: 0; margin: 0; } -/* line 2541, ../scss/styles.scss */ +/* line 2534, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions { padding: 0; margin: 0; @@ -10300,7 +10295,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { background-color: transparent; text-align: right; } -/* line 2546, ../scss/styles.scss */ +/* line 2539, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit { font-size: 16px; font-weight: bold; @@ -10318,17 +10313,17 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { text-decoration: none; margin-left: 1em; } -/* line 58, ../scss/styles.scss */ +/* line 51, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit:hover, #uc-cart-checkout-form .form-actions .form-submit:focus { text-shadow: 0 0 3px white; } -/* line 61, ../scss/styles.scss */ +/* line 54, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } -/* line 2549, ../scss/styles.scss */ +/* line 2542, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit#edit-continue { font-size: 16px; font-weight: bold; @@ -10352,21 +10347,21 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { background-color: #69CDCF; color: #fff; } -/* line 58, ../scss/styles.scss */ +/* line 51, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit#edit-continue:hover, #uc-cart-checkout-form .form-actions .form-submit#edit-continue:focus { text-shadow: 0 0 3px white; } -/* line 61, ../scss/styles.scss */ +/* line 54, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit#edit-continue:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit#edit-continue:hover, #uc-cart-checkout-form .form-actions .form-submit#edit-continue:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit#edit-continue:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; @@ -10388,65 +10383,65 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { |_____|_____| |_____|__|__|_____|_____|__|__|_____|_____| |_| \___/|__|__|_____|_____|____/|__|__| |_| |_____|_____|_|___| */ -/* line 2576, ../scss/styles.scss */ +/* line 2569, ../scss/styles.scss */ .page-cart-checkout-review #content > .inner-content { display: inline-block; padding: 1em; } -/* line 2584, ../scss/styles.scss */ +/* line 2577, ../scss/styles.scss */ .page-cart-checkout-review #edit-actions { margin: 0; padding: 0; } -/* line 2586, ../scss/styles.scss */ +/* line 2579, ../scss/styles.scss */ .page-cart-checkout-review #edit-actions:before, .page-cart-checkout-review #edit-actions:after { display: block; } -/* line 2590, ../scss/styles.scss */ +/* line 2583, ../scss/styles.scss */ .page-cart-checkout-review #review-instructions { width: 30em; padding: 1em 0; } -/* line 2596, ../scss/styles.scss */ +/* line 2589, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table { border: none; } -/* line 2598, ../scss/styles.scss */ +/* line 2591, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table .pane-title-row { border: none; background-color: transparent; text-align: left; font-size: 18px; } -/* line 2603, ../scss/styles.scss */ +/* line 2596, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table .pane-title-row td { padding: 1em 0 0 0; } -/* line 2606, ../scss/styles.scss */ +/* line 2599, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table table.cart-review tr.odd { background-color: transparent; border: none; } -/* line 2611, ../scss/styles.scss */ +/* line 2604, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table td.title-col { padding: 0; text-align: left; } -/* line 2615, ../scss/styles.scss */ +/* line 2608, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table td.data-col { padding: 0; width: 75%; } -/* line 2619, ../scss/styles.scss */ +/* line 2612, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table .review-button-row { border: none; background-color: transparent; } -/* line 2623, ../scss/styles.scss */ +/* line 2616, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table .review-button-row > td { padding: 3em 0 0 0; } -/* line 2627, ../scss/styles.scss */ +/* line 2620, ../scss/styles.scss */ .page-cart-checkout-review table.order-review-table .review-button-row form { margin: 0 0.5em 0 0; display: moz-inline-stack; @@ -10455,13 +10450,13 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { zoom: 1; *display: inline; } -/* line 2634, ../scss/styles.scss */ +/* line 2627, ../scss/styles.scss */ .page-cart-checkout-review #edit-actions { border: 0px; background-color: transparent; text-align: right; } -/* line 2639, ../scss/styles.scss */ +/* line 2632, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit { font-size: 16px; font-weight: bold; @@ -10479,17 +10474,17 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { text-decoration: none; margin-left: 1em; } -/* line 58, ../scss/styles.scss */ +/* line 51, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit:hover, .page-cart-checkout-review input.form-submit:focus { text-shadow: 0 0 3px white; } -/* line 61, ../scss/styles.scss */ +/* line 54, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } -/* line 2642, ../scss/styles.scss */ +/* line 2635, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit#edit-submit { font-size: 16px; font-weight: bold; @@ -10513,21 +10508,21 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { background-color: #69CDCF; color: #fff; } -/* line 58, ../scss/styles.scss */ +/* line 51, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit#edit-submit:hover, .page-cart-checkout-review input.form-submit#edit-submit:focus { text-shadow: 0 0 3px white; } -/* line 61, ../scss/styles.scss */ +/* line 54, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit#edit-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } -/* line 71, ../scss/styles.scss */ +/* line 64, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit#edit-submit:hover, .page-cart-checkout-review input.form-submit#edit-submit:focus { text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); } -/* line 74, ../scss/styles.scss */ +/* line 67, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit#edit-submit:active { -webkit-transition: text-shadow 0s ease-out; transition: text-shadow 0s ease-out; @@ -10541,7 +10536,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { |____/|_____|____/|__|__|_____| |_| |_____|__ _|_____|_____| |__| */ -/* line 2658, ../scss/styles.scss */ +/* line 2651, ../scss/styles.scss */ #didactique-page .node-didactique { border-radius: 5px; background-clip: padding-box; @@ -10553,23 +10548,23 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { margin: 1em auto; padding: 1em; } -/* line 2665, ../scss/styles.scss */ +/* line 2658, ../scss/styles.scss */ #didactique-page .node-didactique .field-name-field-emvideo { margin: 1em 0; } -/* line 2669, ../scss/styles.scss */ +/* line 2662, ../scss/styles.scss */ #didactique-page .node-didactique .field-name-title-field { font-size: 24px; font-weight: 900; font-style: italic; padding: 5px 0; } -/* line 2673, ../scss/styles.scss */ +/* line 2666, ../scss/styles.scss */ #didactique-page .node-didactique .field-name-field-visuel figure, #didactique-page .node-didactique .field-name-field-visuel img { max-width: 100%; } @media only screen and (min-width: 40.063em) { - /* line 2678, ../scss/styles.scss */ + /* line 2671, ../scss/styles.scss */ #didactique-page .side { display: moz-inline-stack; display: inline-block; @@ -10578,11 +10573,11 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { *display: inline; vertical-align: top; } - /* line 2679, ../scss/styles.scss */ + /* line 2672, ../scss/styles.scss */ #didactique-page .group-sideleft { width: 60%; } - /* line 2680, ../scss/styles.scss */ + /* line 2673, ../scss/styles.scss */ #didactique-page .group-sideright { width: 39%; } @@ -10596,7 +10591,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { */ @media only screen and (max-width: 40em) { - /* line 2698, ../scss/styles.scss */ + /* line 2691, ../scss/styles.scss */ .page-whoweare #tool-bar #block-materio-page-title-materio-page-title { display: none; } @@ -10610,23 +10605,23 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { |_|_|_|__,|_|_|_|_| |___|_|_|__,|_|_|___|___| */ -/* line 2712, ../scss/styles.scss */ +/* line 2705, ../scss/styles.scss */ .maintenance-page #container, .maintenance-page #header { text-align: center; padding: 0; position: relative; } -/* line 2713, ../scss/styles.scss */ +/* line 2706, ../scss/styles.scss */ .maintenance-page #main { background-color: transparent; } -/* line 2714, ../scss/styles.scss */ +/* line 2707, ../scss/styles.scss */ .maintenance-page #header h1.site-name { font-size: 36px; margin: 0; padding-left: 0; } -/* line 2715, ../scss/styles.scss */ +/* line 2708, ../scss/styles.scss */ .maintenance-page h2.site-slogan { font-size: 16px; font-weight: 300; @@ -10641,69 +10636,69 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { |__| |__|__|__ _| |__| */ -/* line 2725, ../scss/styles.scss */ +/* line 2718, ../scss/styles.scss */ .page-faq-page #main { background: #fff url("../img/bg-faq.png") no-repeat bottom right; } -/* line 2731, ../scss/styles.scss */ +/* line 2724, ../scss/styles.scss */ #content .faq-content .faq-description { font-size: 12px; padding-bottom: 2em; } -/* line 2735, ../scss/styles.scss */ +/* line 2728, ../scss/styles.scss */ #content .faq-content ul.faq-ul-questions-top { margin: 0; } -/* line 2737, ../scss/styles.scss */ +/* line 2730, ../scss/styles.scss */ #content .faq-content ul.faq-ul-questions-top li { list-style: none; } -/* line 2739, ../scss/styles.scss */ +/* line 2732, ../scss/styles.scss */ #content .faq-content ul.faq-ul-questions-top li a { font-size: 18px; font-weight: 500; } -/* line 2745, ../scss/styles.scss */ +/* line 2738, ../scss/styles.scss */ #content .faq-content h3.faq-header { font-size: 20px; font-weight: 700; line-height: 1.2; margin: 0; } -/* line 2748, ../scss/styles.scss */ +/* line 2741, ../scss/styles.scss */ #content .faq-content h3.faq-header a { color: #000; } -/* line 2751, ../scss/styles.scss */ +/* line 2744, ../scss/styles.scss */ #content .faq-content .faq-dl-hide-answer { padding: 0; } -/* line 2754, ../scss/styles.scss */ +/* line 2747, ../scss/styles.scss */ #content .faq-content .faq-category-group { padding-bottom: 1em; } -/* line 2757, ../scss/styles.scss */ +/* line 2750, ../scss/styles.scss */ #content .faq-content .faq-question-answer { padding: 0.3em 0 0 0.8em; } -/* line 2759, ../scss/styles.scss */ +/* line 2752, ../scss/styles.scss */ #content .faq-content .faq-question-answer .faq-question { font-size: 16px; padding: 0; font-weight: 500; } -/* line 2761, ../scss/styles.scss */ +/* line 2754, ../scss/styles.scss */ #content .faq-content .faq-question-answer .faq-question a { color: #000; } -/* line 2763, ../scss/styles.scss */ +/* line 2756, ../scss/styles.scss */ #content .faq-content .faq-question-answer .faq-answer { padding: 0; margin-bottom: 2em; font-size: 12px; } -/* line 2769, ../scss/styles.scss */ +/* line 2762, ../scss/styles.scss */ #content .faq-content .field-name-body img { max-width: 50%; height: auto; @@ -10716,99 +10711,107 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { / __ / /_/ / / / / / / __/ | |/ // __/ /_/ /_/\____/_/ /_/ /_/\___/ |___//____/ */ -/* line 2784, ../scss/styles.scss */ +/* line 2776, ../scss/styles.scss */ +body.home-v2 { + background-color: #f7f8f2; +} +/* line 2779, ../scss/styles.scss */ body.home-v2 #center { background-color: transparent; padding: 0; } -/* line 2798, ../scss/styles.scss */ +/* line 2793, ../scss/styles.scss */ #home-v2 h2 { font-size: 2.1em; font-weight: 300; } -/* line 2799, ../scss/styles.scss */ +/* line 2794, ../scss/styles.scss */ #home-v2 a { color: #000; } -/* line 2801, ../scss/styles.scss */ +/* line 2796, ../scss/styles.scss */ #home-v2 .panel-separator { clear: both; } -/* line 2805, ../scss/styles.scss */ +/* line 2797, ../scss/styles.scss */ +#home-v2 > .panel-panel > div > .panel-pane { + overflow: hidden; +} +/* line 2801, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-node { border-radius: 5px; background-clip: padding-box; overflow: hidden; } -/* line 2808, ../scss/styles.scss */ +/* line 2804, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-node .pane-content, #home-v2 > .panel-panel > div > .panel-pane.pane-node .node { position: relative; width: 100%; height: 100%; overflow: hidden; } -/* line 2812, ../scss/styles.scss */ +/* line 2808, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-node .links a { background-color: rgba(255, 255, 255, 0.7); border-radius: 5px; background-clip: padding-box; padding: 15px; } -/* line 2818, ../scss/styles.scss */ +/* line 2814, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video { height: auto; background-color: #f7f8f2; margin-top: 0; padding-top: 0; } -/* line 2823, ../scss/styles.scss */ +/* line 2819, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-field-emvideo .embedded-video { margin: 0 auto; } @media only screen and (max-width: 40em) { - /* line 2823, ../scss/styles.scss */ + /* line 2819, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-field-emvideo .embedded-video { width: 320px; height: 180px; } } @media only screen and (min-width: 40.063em) and (max-width: 64em) { - /* line 2823, ../scss/styles.scss */ + /* line 2819, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-field-emvideo .embedded-video { width: 640px; height: 360px; } } @media only screen and (min-width: 64.063em) and (max-width: 90em) { - /* line 2823, ../scss/styles.scss */ + /* line 2819, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-field-emvideo .embedded-video { width: 800px; height: 450px; } } @media only screen and (min-width: 90.063em) { - /* line 2823, ../scss/styles.scss */ + /* line 2819, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-field-emvideo .embedded-video { width: 1024px; height: 576px; } } -/* line 2837, ../scss/styles.scss */ +/* line 2833, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-field-emvideo .embedded-video .player, #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-field-emvideo .embedded-video iframe { width: 100%; height: 100%; } -/* line 2843, ../scss/styles.scss */ +/* line 2839, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-title-field { display: none; } -/* line 2847, ../scss/styles.scss */ +/* line 2843, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-body { margin-top: 1em; text-align: center; } -/* line 2851, ../scss/styles.scss */ +/* line 2847, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video .field-name-body p { text-align: left; display: moz-inline-stack; @@ -10820,16 +10823,16 @@ body.home-v2 #center { margin-left: 2%; font-size: 0.756em; } -/* line 2860, ../scss/styles.scss */ +/* line 2856, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 { margin: 2em 0; } -/* line 2862, ../scss/styles.scss */ +/* line 2858, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 ul.menu { margin: 0px; text-align: center; } -/* line 2865, ../scss/styles.scss */ +/* line 2861, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li { margin: 0 1em 0 0; padding: 0px; @@ -10840,7 +10843,7 @@ body.home-v2 #center { zoom: 1; *display: inline; } -/* line 2868, ../scss/styles.scss */ +/* line 2864, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li a { background-color: #4d4d4d; border-radius: 5px; @@ -10852,42 +10855,42 @@ body.home-v2 #center { -webkit-transition: opacity,background-color 0.2s ease-out; transition: opacity,background-color 0.2s ease-out; } -/* line 2880, ../scss/styles.scss */ +/* line 2876, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(1):hover a { background-color: #ff7400; color: #4d4d4d; } -/* line 2884, ../scss/styles.scss */ +/* line 2880, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(2):hover a { background-color: #79e644; color: #4d4d4d; } -/* line 2888, ../scss/styles.scss */ +/* line 2884, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(3):hover a { background-color: #69cdcf; color: #4d4d4d; } -/* line 2892, ../scss/styles.scss */ +/* line 2888, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(4):hover a { background-color: #e6de1c; color: #4d4d4d; } -/* line 2896, ../scss/styles.scss */ +/* line 2892, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(5):hover a { background-color: #d476ae; color: #4d4d4d; } -/* line 2900, ../scss/styles.scss */ +/* line 2896, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(6):hover a { background-color: #772e88; color: #4d4d4d; } -/* line 2904, ../scss/styles.scss */ +/* line 2900, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(7):hover a { background-color: #e62326; color: #4d4d4d; } -/* line 2908, ../scss/styles.scss */ +/* line 2904, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: box-shadow 0.3s ease-out; @@ -10898,35 +10901,35 @@ body.home-v2 #center { background-size: cover; position: relative; } -/* line 2793, ../scss/styles.scss */ +/* line 2788, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 2916, ../scss/styles.scss */ +/* line 2912, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content { width: 100%; height: 100%; position: relative; } -/* line 2918, ../scss/styles.scss */ +/* line 2914, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .node { position: absolute; height: 100%; width: 100%; } -/* line 2919, ../scss/styles.scss */ +/* line 2915, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .field-name-field-bandeau { position: absolute; width: 100%; height: 100%; overflow: hidden; } -/* line 2921, ../scss/styles.scss */ +/* line 2917, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .field-name-field-bandeau img { width: 100%; margin-top: -10%; } -/* line 2923, ../scss/styles.scss */ +/* line 2919, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content { position: relative; z-index: 2; @@ -10937,16 +10940,16 @@ body.home-v2 #center { border-radius: 5px; background-clip: padding-box; } -/* line 2931, ../scss/styles.scss */ +/* line 2927, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 2934, ../scss/styles.scss */ +/* line 2930, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content .field-name-body { margin-top: 1em; } -/* line 2942, ../scss/styles.scss */ +/* line 2938, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom:after { content: url("../img/bulle.png"); -webkit-transform: scale(0.8); @@ -10957,7 +10960,7 @@ body.home-v2 #center { right: -80px; z-index: 10; } -/* line 2951, ../scss/styles.scss */ +/* line 2947, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: box-shadow 0.3s ease-out; @@ -10967,15 +10970,15 @@ body.home-v2 #center { background-color: #FFF; position: relative; } -/* line 2793, ../scss/styles.scss */ +/* line 2788, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 2957, ../scss/styles.scss */ +/* line 2953, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .links a { background-color: #e6e6e6; } -/* line 2959, ../scss/styles.scss */ +/* line 2955, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .field-name-field-bandeau { display: moz-inline-stack; display: inline-block; @@ -10983,8 +10986,14 @@ body.home-v2 #center { zoom: 1; *display: inline; width: 60%; + height: 100%; + overflow: hidden; } -/* line 2962, ../scss/styles.scss */ +/* line 2957, ../scss/styles.scss */ +#home-v2 > .panel-panel > div > .panel-pane.bdd .field-name-field-bandeau img { + max-width: 2000px; +} +/* line 2960, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .group-content { display: moz-inline-stack; display: inline-block; @@ -10997,16 +11006,16 @@ body.home-v2 #center { border-radius: 5px; background-clip: padding-box; } -/* line 2967, ../scss/styles.scss */ +/* line 2965, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .group-content .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 2970, ../scss/styles.scss */ +/* line 2968, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .group-content .field-name-body { margin-top: 1em; } -/* line 2975, ../scss/styles.scss */ +/* line 2973, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd:after { content: url("../img/boule.png"); -webkit-transform: scale(0.8); @@ -11016,7 +11025,7 @@ body.home-v2 #center { bottom: -50px; left: -50px; } -/* line 2983, ../scss/styles.scss */ +/* line 2982, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: box-shadow 0.3s ease-out; @@ -11027,20 +11036,20 @@ body.home-v2 #center { background-color: #000; color: #FFF; } -/* line 2793, ../scss/styles.scss */ +/* line 2788, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 2990, ../scss/styles.scss */ +/* line 2989, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations a { color: #FFF; } -/* line 2992, ../scss/styles.scss */ +/* line 2991, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .node { padding: 0 0 0 30%; width: 70%; } -/* line 2995, ../scss/styles.scss */ +/* line 2994, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .node:before { content: " "; background: transparent url("../img/formations.png") no-repeat center center; @@ -11052,21 +11061,21 @@ body.home-v2 #center { width: 30%; height: 100%; } -/* line 3008, ../scss/styles.scss */ +/* line 3007, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .group-content { padding: 1em; position: relative; } -/* line 3010, ../scss/styles.scss */ +/* line 3009, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .group-content .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 3013, ../scss/styles.scss */ +/* line 3012, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .group-content .field-name-body { margin-top: 1em; } -/* line 3018, ../scss/styles.scss */ +/* line 3017, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: box-shadow 0.3s ease-out; @@ -11075,16 +11084,16 @@ body.home-v2 #center { height: 300px; margin-top: 30px; } -/* line 2793, ../scss/styles.scss */ +/* line 2788, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 3024, ../scss/styles.scss */ +/* line 3023, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .node { padding: 0 30% 0 0; width: 70%; } -/* line 3027, ../scss/styles.scss */ +/* line 3026, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .node:before { content: " "; background: transparent url("../img/services.png") no-repeat center center; @@ -11096,21 +11105,21 @@ body.home-v2 #center { width: 30%; height: 100%; } -/* line 3040, ../scss/styles.scss */ +/* line 3039, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .group-content { padding: 1em; position: relative; } -/* line 3042, ../scss/styles.scss */ +/* line 3041, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .group-content .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 3045, ../scss/styles.scss */ +/* line 3044, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .group-content .field-name-body { margin-top: 1em; } -/* line 3051, ../scss/styles.scss */ +/* line 3050, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: box-shadow 0.3s ease-out; @@ -11122,15 +11131,15 @@ body.home-v2 #center { border-radius: 10px; background-clip: padding-box; } -/* line 2793, ../scss/styles.scss */ +/* line 2788, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 3058, ../scss/styles.scss */ +/* line 3057, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication, #home-v2 > .panel-panel > div > .panel-pane.publication a, #home-v2 > .panel-panel > div > .panel-pane.publication h1, #home-v2 > .panel-panel > div > .panel-pane.publication h2 { color: #fff; } -/* line 3062, ../scss/styles.scss */ +/* line 3061, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication .view-publication-home-v2 .views-row { display: moz-inline-stack; display: inline-block; @@ -11139,11 +11148,11 @@ body.home-v2 #center { *display: inline; width: 30%; } -/* line 3065, ../scss/styles.scss */ +/* line 3064, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication .view-publication-home-v2 .views-row h1 { display: none; } -/* line 3071, ../scss/styles.scss */ +/* line 3070, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 { background-color: #e6e6e6; border-radius: 10px; @@ -11152,11 +11161,11 @@ body.home-v2 #center { padding-top: 1em; position: relative; } -/* line 3078, ../scss/styles.scss */ +/* line 3077, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 h2 { font-size: 30px; } -/* line 3080, ../scss/styles.scss */ +/* line 3079, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper { width: 100%; margin-left: auto; @@ -11174,29 +11183,29 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper:after { clear: both; } -/* line 3082, ../scss/styles.scss */ +/* line 3081, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-panel { overflow: hidden; } -/* line 3084, ../scss/styles.scss */ +/* line 3083, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-panel .inside { margin: 0; } -/* line 3086, ../scss/styles.scss */ +/* line 3085, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-col-first { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 58.33333%; float: left; } -/* line 3087, ../scss/styles.scss */ +/* line 3086, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-col-last { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; } -/* line 3089, ../scss/styles.scss */ +/* line 3088, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .panel-col-bottom { width: 100%; margin-left: auto; @@ -11216,14 +11225,14 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .panel-col-bottom:after { clear: both; } -/* line 3091, ../scss/styles.scss */ +/* line 3090, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .panel-col-bottom > .inside { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } -/* line 3097, ../scss/styles.scss */ +/* line 3096, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .view-news-home-v2 .views-row { display: moz-inline-stack; display: inline-block; @@ -11231,7 +11240,7 @@ body.home-v2 #center { zoom: 1; *display: inline; } -/* line 3099, ../scss/styles.scss */ +/* line 3098, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .node-simplenews { border-radius: 5px; background-clip: padding-box; @@ -11243,7 +11252,7 @@ body.home-v2 #center { position: relative; margin: 7px; } -/* line 3106, ../scss/styles.scss */ +/* line 3105, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .node-simplenews > a { position: absolute; bottom: 0; @@ -11251,13 +11260,13 @@ body.home-v2 #center { background-color: #FFF; text-align: center; } -/* line 3111, ../scss/styles.scss */ +/* line 3110, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .node-simplenews > a h1 { padding: 10px; margin: 0; font-size: 1em; } -/* line 3120, ../scss/styles.scss */ +/* line 3119, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2:after { content: url("../img/point.png"); position: absolute; diff --git a/sites/all/themes/gui/materiobasetheme/js/script.js b/sites/all/themes/gui/materiobasetheme/js/script.js index be711f8a..271fe362 100644 --- a/sites/all/themes/gui/materiobasetheme/js/script.js +++ b/sites/all/themes/gui/materiobasetheme/js/script.js @@ -92,12 +92,12 @@ initForms(); - initLayout(); - initInfinitScroller(); - initEvents(); - initKeyboardShortcuts(); - - initViewmodes(); + if(!_isFrontHomeV2) + initLayout(); + initInfinitScroller(); + initEvents(); + initKeyboardShortcuts(); + initViewmodes(); if(_isBreveMateriauNodePage) $.event.trigger({ type : 'resultschanged', container : '#content>.inner-content'}); @@ -282,27 +282,134 @@ }, 15000); }; - /** - * home v2 + /* + __ ___ + / /_ ____ ____ ___ ___ _ _|__ \ + / __ \/ __ \/ __ `__ \/ _ \ | | / /_/ / + / / / / /_/ / / / / / / __/ | |/ / __/ + /_/ /_/\____/_/ /_/ /_/\___/ |___/____/ + */ function initHomeV2(){ console.log('initHomeV2'); - $('.panel-pane.showroom .group-content', '#home-v2') - .attr('data-0', 'transform:translateX(-40em);') - .attr('data-500', 'transform:translateX(0);'); - $('.panel-pane.database .group-content', '#home-v2') - .attr('data-550', 'transform:translateX(40em);') - .attr('data-900', 'transform:translateX(0em);'); + // Click Menu and scroll to part of the page + $('.pane-menu-menu-home-v2 .menu li a').each(function(){ + // var href = $(this).attr("href"); + // var part = link.replace("/fr/", ""); + // $(this).attr('href', '#' +part); + // $(this).click(function(e){ + // e.preventDefault(); + // var scrollTo = $('.' + part).offset().top -200; + // $("body").animate({scrollTop: scrollTo}, 2000 ); + // return false; + // }) + var reg = /\b([^-]+)-link/g; + var match = reg.exec($(this).attr('class')); + console.log('match', match); + $(this).attr('href', '#' +match[1]+ '-pane'); + + $('#'+match[1]+'-pane').attr('data-menu-offset','-80'); + }); + + + + // SKROLLR effects + // showroom TXT + $('.panel-pane.showroom .group-content', '#home-v2') + .attr('data-400-center-top', 'transform:translateX(-35em);opacity:0;') + .attr('data-100-center-center', 'transform[quadratic]:translateX(0em);opacity[quadratic]:1;') + .attr('data-top-bottom', 'transform[quadratic]:translateX(10em);'); + // showroom Image BGD + $('.panel-pane.showroom .field-name-field-bandeau img', '#home-v2') + .attr('data-400-bottom-top', 'transform:translateY(-20em);') + .attr('data-100-top-bottom', 'transform:translateY(5em);'); + // database TXT + $('.panel-pane.bdd .group-content', '#home-v2') + .attr('data-400-center-top', 'transform:translateX(40em);opacity:0;') + .attr('data-100-center-center', 'transform[quadratic]:translateX(0em);opacity[quadratic]:1;'); + // database IMG + $('.panel-pane.bdd .field-name-field-bandeau img', '#home-v2') + .attr('data-400-bottom-top', 'transform:translateX(0em);') + .attr('data-100-top-bottom', 'transform[quadratic]:translateX(-40em);'); + //NEWS node news + $('.panel-pane.news .views-row', '#home-v2').each(function(i, e){ + $(this) + .attr('data-anchor-target', "#news-pane") + .attr('data--'+i*100+'-bottom-top', 'opacity:0;') + .attr('data-'+i*50+'-center-center', 'opacity:1;'); + }); + // NEWS daily + $('.panel-pane.news-panel .panel-col-last', '#home-v2') + .attr('data-400-bottom-top', 'transform:translateX(40em);') + .attr('data-center-top', 'transform[quadratic]:translateX(0em);'); + // Formations + $('.panel-pane.formations .group-content', '#home-v2') + .attr('data-50-bottom-top', 'transform:translateX(20em);opacity:0;') + .attr('data-center-top', 'transform[quadratic]:translateX(0em);opacity:1;'); + // Formations + $('.panel-pane.services .group-content', '#home-v2') + .attr('data-50-bottom-top', 'transform:translateX(20em);opacity:0;') + .attr('data-center-top', 'transform[quadratic]:translateX(0em);opacity:1;'); + //Publication node news + $('.panel-pane.publication .views-row', '#home-v2').each(function(i, e){ + $(this) + // .attr('data-anchor-target', "#news-pane") + .attr('data--'+i*100+'-bottom-top', 'opacity:0;') + .attr('data-'+i*50+'-center-center', 'opacity:1;'); + }); + _skrollr = skrollr.init(); + + //The options (second parameter) are all optional. The values shown are the default values. + skrollr.menu.init(_skrollr, { + //skrollr will smoothly animate to the new position using `animateTo`. + animate: true, + + //The easing function to use. + easing: 'outCubic', + + //Multiply your data-[offset] values so they match those set in skrollr.init + scale: 2, + + //How long the animation should take in ms. + duration: function(currentTop, targetTop) { + //By default, the duration is hardcoded at 500ms. + // return 500; + //But you could calculate a value based on the current scroll position (`currentTop`) and the target scroll position (`targetTop`). + return Math.abs(currentTop - targetTop)*0.8; + }, + + //If you pass a handleLink function you'll disable `data-menu-top` and `data-menu-offset`. + //You are in control where skrollr will scroll to. You get the clicked link as a parameter and are expected to return a number. + // handleLink: function(link) { + // return 400;//Hardcoding 400 doesn't make much sense. + // }, + + //By default skrollr-menu will only react to links whose href attribute contains a hash and nothing more, e.g. `href="#foo"`. + //If you enable `complexLinks`, skrollr-menu also reacts to absolute and relative URLs which have a hash part. + //The following will all work (if the user is on the correct page): + //http://example.com/currentPage/#foo + //http://example.com/currentDir/currentPage.html?foo=bar#foo + ///?foo=bar#foo + complexLinks: false, + + //This event is triggered right before we jump/animate to a new hash. + // change: function(newHash, newTopPosition) { + // //Do stuff + // }, + + //Add hash link (e.g. `#foo`) to URL or not. + updateUrl: false //defaults to `true`. + }); }; /** * layout */ function initLayout(){ - if(!_max_768() && !$('body').is('.home-v2')){ + if(!_max_768()){ var height = $('#header').h() + $('#tasks').h(); if(!_max_480() && !_touch ){ @@ -1591,17 +1698,4 @@ } }; - //HOME - //Click Menu and scroll to part of the page - $(".bdd").addClass('database'); - $('.pane-menu-menu-home-v2 .menu li a').each(function(){ - var link = $(this).attr("href"); - var part = link.replace("/fr/", ""); - $(this).attr('href', '#' +part); - $(this).click(function(){ - var scrollTo = $('.' + part).offset().top -200; - $("body").animate({scrollTop: scrollTo}, 2000 ); - }) - }); - })(jQuery); diff --git a/sites/all/themes/gui/materiobasetheme/materiobasetheme.info b/sites/all/themes/gui/materiobasetheme/materiobasetheme.info index c36a7bd0..dbaac3dc 100644 --- a/sites/all/themes/gui/materiobasetheme/materiobasetheme.info +++ b/sites/all/themes/gui/materiobasetheme/materiobasetheme.info @@ -26,6 +26,7 @@ scripts[] = "bower_components/jquery.hotkeys/jquery.hotkeys.js" scripts[] = "bower_components/jquery.columnizer/src/jquery.columnizer.min.js" scripts[] = "bower_components/jquery.lazyload/jquery.lazyload.js" scripts[] = "bower_components/skrollr/dist/skrollr.min.js" +scripts[] = "bower_components/skrollr-menu/dist/skrollr.menu.min.js" scripts[] = "js/script.js" diff --git a/sites/all/themes/gui/materiobasetheme/scss/styles.scss b/sites/all/themes/gui/materiobasetheme/scss/styles.scss index 95a50e92..1626ffe3 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/styles.scss +++ b/sites/all/themes/gui/materiobasetheme/scss/styles.scss @@ -31,13 +31,6 @@ @import "layout.scss"; @import "../fonts/icon/foundation-icons.css"; -#root{ - // background: #fff url('../img/beta-2.png') no-repeat 0px 0px; - body.home-v2 &{ - background-color: $creme; - } - -} @mixin shadowBtn(){ @include drop-shadow(0, 0, 5px, 0.4); @@ -2781,6 +2774,8 @@ body.page-node-11187{ */ body.home-v2{ + background-color: $creme; + #center{ background-color: transparent; padding:0; @@ -2801,6 +2796,7 @@ body.home-v2{ .panel-separator{clear:both;} >.panel-panel>div>.panel-pane { // padding: 10px 15px; + overflow:hidden; &.pane-node{ @include rounded(5px); @@ -2957,8 +2953,10 @@ body.home-v2{ .links a{background-color: #e6e6e6;} .field-name-field-bandeau{ - @include inlineblock(); width:60%; + @include inlineblock(); width:60%; height:100%; overflow:hidden; + img{max-width:2000px;} } + .group-content{ @include inlineblock(); width:35%; background-color: rgba(255,255,255, 0.7); @@ -2980,6 +2978,7 @@ body.home-v2{ left: -50px; } } + &.formations{ @include shaddowed(); position: relative;