|
@@ -1,12064 +1,74 @@
|
|
|
-/**
|
|
|
- * Primary Drupal Styles
|
|
|
- * Author: g-u-i.net
|
|
|
- */
|
|
|
-/*!
|
|
|
- * Bootstrap v2.3.2
|
|
|
- *
|
|
|
- * Copyright 2012 Twitter, Inc
|
|
|
- * Licensed under the Apache License v2.0
|
|
|
- * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
- *
|
|
|
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
|
|
|
- */
|
|
|
-.clearfix {
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.clearfix:before,
|
|
|
-.clearfix:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.clearfix:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.hide-text {
|
|
|
- font: 0/0 a;
|
|
|
- color: transparent;
|
|
|
- text-shadow: none;
|
|
|
- background-color: transparent;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-.input-block-level {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- min-height: 30px;
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
- -moz-box-sizing: border-box;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-article,
|
|
|
-aside,
|
|
|
-details,
|
|
|
-figcaption,
|
|
|
-figure,
|
|
|
-footer,
|
|
|
-header,
|
|
|
-hgroup,
|
|
|
-nav,
|
|
|
-section {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-audio,
|
|
|
-canvas,
|
|
|
-video {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-audio:not([controls]) {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-html {
|
|
|
- font-size: 100%;
|
|
|
- -webkit-text-size-adjust: 100%;
|
|
|
- -ms-text-size-adjust: 100%;
|
|
|
-}
|
|
|
-a:focus {
|
|
|
- outline: thin dotted #333;
|
|
|
- outline: 5px auto -webkit-focus-ring-color;
|
|
|
- outline-offset: -2px;
|
|
|
-}
|
|
|
-a:hover,
|
|
|
-a:active {
|
|
|
- outline: 0;
|
|
|
-}
|
|
|
-sub,
|
|
|
-sup {
|
|
|
- position: relative;
|
|
|
- font-size: 75%;
|
|
|
- line-height: 0;
|
|
|
- vertical-align: baseline;
|
|
|
-}
|
|
|
-sup {
|
|
|
- top: -0.5em;
|
|
|
-}
|
|
|
-sub {
|
|
|
- bottom: -0.25em;
|
|
|
-}
|
|
|
-img {
|
|
|
- /* Responsive images (ensure images don't scale beyond their parents) */
|
|
|
- max-width: 100%;
|
|
|
- /* Part 1: Set a maxium relative to the parent */
|
|
|
- width: auto\9;
|
|
|
- /* IE7-8 need help adjusting responsive images */
|
|
|
- height: auto;
|
|
|
- /* Part 2: Scale the height according to the width, otherwise you get stretching */
|
|
|
- vertical-align: middle;
|
|
|
- border: 0;
|
|
|
- -ms-interpolation-mode: bicubic;
|
|
|
-}
|
|
|
-#map_canvas img,
|
|
|
-.google-maps img {
|
|
|
- max-width: none;
|
|
|
-}
|
|
|
-button,
|
|
|
-input,
|
|
|
-select,
|
|
|
-textarea {
|
|
|
- margin: 0;
|
|
|
- font-size: 100%;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-button,
|
|
|
-input {
|
|
|
- *overflow: visible;
|
|
|
- line-height: normal;
|
|
|
-}
|
|
|
-button::-moz-focus-inner,
|
|
|
-input::-moz-focus-inner {
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-button,
|
|
|
-html input[type="button"],
|
|
|
-input[type="reset"],
|
|
|
-input[type="submit"] {
|
|
|
- -webkit-appearance: button;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-label,
|
|
|
-select,
|
|
|
-button,
|
|
|
-input[type="button"],
|
|
|
-input[type="reset"],
|
|
|
-input[type="submit"],
|
|
|
-input[type="radio"],
|
|
|
-input[type="checkbox"] {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-input[type="search"] {
|
|
|
- -webkit-box-sizing: content-box;
|
|
|
- -moz-box-sizing: content-box;
|
|
|
- box-sizing: content-box;
|
|
|
- -webkit-appearance: textfield;
|
|
|
-}
|
|
|
-input[type="search"]::-webkit-search-decoration,
|
|
|
-input[type="search"]::-webkit-search-cancel-button {
|
|
|
- -webkit-appearance: none;
|
|
|
-}
|
|
|
-textarea {
|
|
|
- overflow: auto;
|
|
|
- vertical-align: top;
|
|
|
-}
|
|
|
-@media print {
|
|
|
- * {
|
|
|
- text-shadow: none !important;
|
|
|
- color: #000 !important;
|
|
|
- background: transparent !important;
|
|
|
- box-shadow: none !important;
|
|
|
- }
|
|
|
- a,
|
|
|
- a:visited {
|
|
|
- text-decoration: underline;
|
|
|
- }
|
|
|
- a[href]:after {
|
|
|
- content: " (" attr(href) ")";
|
|
|
- }
|
|
|
- abbr[title]:after {
|
|
|
- content: " (" attr(title) ")";
|
|
|
- }
|
|
|
- .ir a:after,
|
|
|
- a[href^="javascript:"]:after,
|
|
|
- a[href^="#"]:after {
|
|
|
- content: "";
|
|
|
- }
|
|
|
- pre,
|
|
|
- blockquote {
|
|
|
- border: 1px solid #999;
|
|
|
- page-break-inside: avoid;
|
|
|
- }
|
|
|
- thead {
|
|
|
- display: table-header-group;
|
|
|
- }
|
|
|
- tr,
|
|
|
- img {
|
|
|
- page-break-inside: avoid;
|
|
|
- }
|
|
|
- img {
|
|
|
- max-width: 100% !important;
|
|
|
- }
|
|
|
- @page {
|
|
|
- margin: 0.5cm;
|
|
|
- }
|
|
|
- p,
|
|
|
- h2,
|
|
|
- h3 {
|
|
|
- orphans: 3;
|
|
|
- widows: 3;
|
|
|
- }
|
|
|
- h2,
|
|
|
- h3 {
|
|
|
- page-break-after: avoid;
|
|
|
- }
|
|
|
-}
|
|
|
-body {
|
|
|
- margin: 0;
|
|
|
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 20px;
|
|
|
- color: #333333;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-a {
|
|
|
- color: #0088cc;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-a:hover,
|
|
|
-a:focus {
|
|
|
- color: #005580;
|
|
|
- text-decoration: underline;
|
|
|
-}
|
|
|
-.img-rounded {
|
|
|
- -webkit-border-radius: 6px;
|
|
|
- -moz-border-radius: 6px;
|
|
|
- border-radius: 6px;
|
|
|
- -webkit-border-radius: 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 0 0;
|
|
|
- border-radius: 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.img-polaroid {
|
|
|
- padding: 4px;
|
|
|
- background-color: #fff;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.1) #000000;
|
|
|
- -moz-box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.1) #000000;
|
|
|
- -ms-box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.1) #000000;
|
|
|
- box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.1) #000000;
|
|
|
-}
|
|
|
-.img-circle {
|
|
|
- -webkit-border-radius: 500px;
|
|
|
- -moz-border-radius: 500px;
|
|
|
- border-radius: 500px;
|
|
|
- -webkit-border-radius: 500px 0 0 0;
|
|
|
- -moz-border-radius: 500px 0 0 0;
|
|
|
- border-radius: 500px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.row {
|
|
|
- margin-left: -20px;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.row:before,
|
|
|
-.row:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.row:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-[class*="span"] {
|
|
|
- float: left;
|
|
|
- min-height: 1px;
|
|
|
- margin-left: 20px;
|
|
|
-}
|
|
|
-.container,
|
|
|
-.navbar-static-top .container,
|
|
|
-.navbar-fixed-top .container,
|
|
|
-.navbar-fixed-bottom .container {
|
|
|
- width: 940px;
|
|
|
-}
|
|
|
-.span12 {
|
|
|
- width: 940px;
|
|
|
-}
|
|
|
-.span11 {
|
|
|
- width: 860px;
|
|
|
-}
|
|
|
-.span10 {
|
|
|
- width: 780px;
|
|
|
-}
|
|
|
-.span9 {
|
|
|
- width: 700px;
|
|
|
-}
|
|
|
-.span8 {
|
|
|
- width: 620px;
|
|
|
-}
|
|
|
-.span7 {
|
|
|
- width: 540px;
|
|
|
-}
|
|
|
-.span6 {
|
|
|
- width: 460px;
|
|
|
-}
|
|
|
-.span5 {
|
|
|
- width: 380px;
|
|
|
-}
|
|
|
-.span4 {
|
|
|
- width: 300px;
|
|
|
-}
|
|
|
-.span3 {
|
|
|
- width: 220px;
|
|
|
-}
|
|
|
-.span2 {
|
|
|
- width: 140px;
|
|
|
-}
|
|
|
-.span1 {
|
|
|
- width: 60px;
|
|
|
-}
|
|
|
-.offset12 {
|
|
|
- margin-left: 980px;
|
|
|
-}
|
|
|
-.offset11 {
|
|
|
- margin-left: 900px;
|
|
|
-}
|
|
|
-.offset10 {
|
|
|
- margin-left: 820px;
|
|
|
-}
|
|
|
-.offset9 {
|
|
|
- margin-left: 740px;
|
|
|
-}
|
|
|
-.offset8 {
|
|
|
- margin-left: 660px;
|
|
|
-}
|
|
|
-.offset7 {
|
|
|
- margin-left: 580px;
|
|
|
-}
|
|
|
-.offset6 {
|
|
|
- margin-left: 500px;
|
|
|
-}
|
|
|
-.offset5 {
|
|
|
- margin-left: 420px;
|
|
|
-}
|
|
|
-.offset4 {
|
|
|
- margin-left: 340px;
|
|
|
-}
|
|
|
-.offset3 {
|
|
|
- margin-left: 260px;
|
|
|
-}
|
|
|
-.offset2 {
|
|
|
- margin-left: 180px;
|
|
|
-}
|
|
|
-.offset1 {
|
|
|
- margin-left: 100px;
|
|
|
-}
|
|
|
-.row-fluid {
|
|
|
- width: 100%;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.row-fluid:before,
|
|
|
-.row-fluid:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.row-fluid:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.row-fluid [class*="span"] {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- min-height: 30px;
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
- -moz-box-sizing: border-box;
|
|
|
- box-sizing: border-box;
|
|
|
- float: left;
|
|
|
- margin-left: 2.12765957%;
|
|
|
- *margin-left: 2.07446809%;
|
|
|
-}
|
|
|
-.row-fluid [class*="span"]:first-child {
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.row-fluid .controls-row [class*="span"] + [class*="span"] {
|
|
|
- margin-left: 2.12765957%;
|
|
|
-}
|
|
|
-.row-fluid .span12 {
|
|
|
- width: 100%;
|
|
|
- *width: 99.94680851%;
|
|
|
-}
|
|
|
-.row-fluid .span11 {
|
|
|
- width: 91.4893617%;
|
|
|
- *width: 91.43617021%;
|
|
|
-}
|
|
|
-.row-fluid .span10 {
|
|
|
- width: 82.9787234%;
|
|
|
- *width: 82.92553191%;
|
|
|
-}
|
|
|
-.row-fluid .span9 {
|
|
|
- width: 74.46808511%;
|
|
|
- *width: 74.41489362%;
|
|
|
-}
|
|
|
-.row-fluid .span8 {
|
|
|
- width: 65.95744681%;
|
|
|
- *width: 65.90425532%;
|
|
|
-}
|
|
|
-.row-fluid .span7 {
|
|
|
- width: 57.44680851%;
|
|
|
- *width: 57.39361702%;
|
|
|
-}
|
|
|
-.row-fluid .span6 {
|
|
|
- width: 48.93617021%;
|
|
|
- *width: 48.88297872%;
|
|
|
-}
|
|
|
-.row-fluid .span5 {
|
|
|
- width: 40.42553191%;
|
|
|
- *width: 40.37234043%;
|
|
|
-}
|
|
|
-.row-fluid .span4 {
|
|
|
- width: 31.91489362%;
|
|
|
- *width: 31.86170213%;
|
|
|
-}
|
|
|
-.row-fluid .span3 {
|
|
|
- width: 23.40425532%;
|
|
|
- *width: 23.35106383%;
|
|
|
-}
|
|
|
-.row-fluid .span2 {
|
|
|
- width: 14.89361702%;
|
|
|
- *width: 14.84042553%;
|
|
|
-}
|
|
|
-.row-fluid .span1 {
|
|
|
- width: 6.38297872%;
|
|
|
- *width: 6.32978723%;
|
|
|
-}
|
|
|
-.row-fluid .offset12 {
|
|
|
- margin-left: 104.25531915%;
|
|
|
- *margin-left: 104.14893617%;
|
|
|
-}
|
|
|
-.row-fluid .offset12:first-child {
|
|
|
- margin-left: 102.12765957%;
|
|
|
- *margin-left: 102.0212766%;
|
|
|
-}
|
|
|
-.row-fluid .offset11 {
|
|
|
- margin-left: 95.74468085%;
|
|
|
- *margin-left: 95.63829787%;
|
|
|
-}
|
|
|
-.row-fluid .offset11:first-child {
|
|
|
- margin-left: 93.61702128%;
|
|
|
- *margin-left: 93.5106383%;
|
|
|
-}
|
|
|
-.row-fluid .offset10 {
|
|
|
- margin-left: 87.23404255%;
|
|
|
- *margin-left: 87.12765957%;
|
|
|
-}
|
|
|
-.row-fluid .offset10:first-child {
|
|
|
- margin-left: 85.10638298%;
|
|
|
- *margin-left: 85%;
|
|
|
-}
|
|
|
-.row-fluid .offset9 {
|
|
|
- margin-left: 78.72340426%;
|
|
|
- *margin-left: 78.61702128%;
|
|
|
-}
|
|
|
-.row-fluid .offset9:first-child {
|
|
|
- margin-left: 76.59574468%;
|
|
|
- *margin-left: 76.4893617%;
|
|
|
-}
|
|
|
-.row-fluid .offset8 {
|
|
|
- margin-left: 70.21276596%;
|
|
|
- *margin-left: 70.10638298%;
|
|
|
-}
|
|
|
-.row-fluid .offset8:first-child {
|
|
|
- margin-left: 68.08510638%;
|
|
|
- *margin-left: 67.9787234%;
|
|
|
-}
|
|
|
-.row-fluid .offset7 {
|
|
|
- margin-left: 61.70212766%;
|
|
|
- *margin-left: 61.59574468%;
|
|
|
-}
|
|
|
-.row-fluid .offset7:first-child {
|
|
|
- margin-left: 59.57446809%;
|
|
|
- *margin-left: 59.46808511%;
|
|
|
-}
|
|
|
-.row-fluid .offset6 {
|
|
|
- margin-left: 53.19148936%;
|
|
|
- *margin-left: 53.08510638%;
|
|
|
-}
|
|
|
-.row-fluid .offset6:first-child {
|
|
|
- margin-left: 51.06382979%;
|
|
|
- *margin-left: 50.95744681%;
|
|
|
-}
|
|
|
-.row-fluid .offset5 {
|
|
|
- margin-left: 44.68085106%;
|
|
|
- *margin-left: 44.57446809%;
|
|
|
-}
|
|
|
-.row-fluid .offset5:first-child {
|
|
|
- margin-left: 42.55319149%;
|
|
|
- *margin-left: 42.44680851%;
|
|
|
-}
|
|
|
-.row-fluid .offset4 {
|
|
|
- margin-left: 36.17021277%;
|
|
|
- *margin-left: 36.06382979%;
|
|
|
-}
|
|
|
-.row-fluid .offset4:first-child {
|
|
|
- margin-left: 34.04255319%;
|
|
|
- *margin-left: 33.93617021%;
|
|
|
-}
|
|
|
-.row-fluid .offset3 {
|
|
|
- margin-left: 27.65957447%;
|
|
|
- *margin-left: 27.55319149%;
|
|
|
-}
|
|
|
-.row-fluid .offset3:first-child {
|
|
|
- margin-left: 25.53191489%;
|
|
|
- *margin-left: 25.42553191%;
|
|
|
-}
|
|
|
-.row-fluid .offset2 {
|
|
|
- margin-left: 19.14893617%;
|
|
|
- *margin-left: 19.04255319%;
|
|
|
-}
|
|
|
-.row-fluid .offset2:first-child {
|
|
|
- margin-left: 17.0212766%;
|
|
|
- *margin-left: 16.91489362%;
|
|
|
-}
|
|
|
-.row-fluid .offset1 {
|
|
|
- margin-left: 10.63829787%;
|
|
|
- *margin-left: 10.53191489%;
|
|
|
-}
|
|
|
-.row-fluid .offset1:first-child {
|
|
|
- margin-left: 8.5106383%;
|
|
|
- *margin-left: 8.40425532%;
|
|
|
-}
|
|
|
-[class*="span"].hide,
|
|
|
-.row-fluid [class*="span"].hide {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-[class*="span"].pull-right,
|
|
|
-.row-fluid [class*="span"].pull-right {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-.container {
|
|
|
- margin-right: auto;
|
|
|
- margin-left: auto;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.container:before,
|
|
|
-.container:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.container:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.container-fluid {
|
|
|
- padding-right: 20px;
|
|
|
- padding-left: 20px;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.container-fluid:before,
|
|
|
-.container-fluid:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.container-fluid:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-p {
|
|
|
- margin: 0 0 10px;
|
|
|
-}
|
|
|
-.lead {
|
|
|
- margin-bottom: 20px;
|
|
|
- font-size: 21px;
|
|
|
- font-weight: 200;
|
|
|
- line-height: 30px;
|
|
|
-}
|
|
|
-small {
|
|
|
- font-size: 85%;
|
|
|
-}
|
|
|
-strong {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-em {
|
|
|
- font-style: italic;
|
|
|
-}
|
|
|
-cite {
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-.muted {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-a.muted:hover,
|
|
|
-a.muted:focus {
|
|
|
- color: #808080;
|
|
|
-}
|
|
|
-.text-warning {
|
|
|
- color: #c09853;
|
|
|
-}
|
|
|
-a.text-warning:hover,
|
|
|
-a.text-warning:focus {
|
|
|
- color: #a47e3c;
|
|
|
-}
|
|
|
-.text-error {
|
|
|
- color: #b94a48;
|
|
|
-}
|
|
|
-a.text-error:hover,
|
|
|
-a.text-error:focus {
|
|
|
- color: #953b39;
|
|
|
-}
|
|
|
-.text-info {
|
|
|
- color: #3a87ad;
|
|
|
-}
|
|
|
-a.text-info:hover,
|
|
|
-a.text-info:focus {
|
|
|
- color: #2d6987;
|
|
|
-}
|
|
|
-.text-success {
|
|
|
- color: #468847;
|
|
|
-}
|
|
|
-a.text-success:hover,
|
|
|
-a.text-success:focus {
|
|
|
- color: #356635;
|
|
|
-}
|
|
|
-.text-left {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-.text-right {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-.text-center {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-h1,
|
|
|
-h2,
|
|
|
-h3,
|
|
|
-h4,
|
|
|
-h5,
|
|
|
-h6 {
|
|
|
- margin: 10px 0;
|
|
|
- font-family: inherit;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 20px;
|
|
|
- color: inherit;
|
|
|
- text-rendering: optimizelegibility;
|
|
|
-}
|
|
|
-h1 small,
|
|
|
-h2 small,
|
|
|
-h3 small,
|
|
|
-h4 small,
|
|
|
-h5 small,
|
|
|
-h6 small {
|
|
|
- font-weight: normal;
|
|
|
- line-height: 1;
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-h1,
|
|
|
-h2,
|
|
|
-h3 {
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-h1 {
|
|
|
- font-size: 38.5px;
|
|
|
-}
|
|
|
-h2 {
|
|
|
- font-size: 31.5px;
|
|
|
-}
|
|
|
-h3 {
|
|
|
- font-size: 24.5px;
|
|
|
-}
|
|
|
-h4 {
|
|
|
- font-size: 17.5px;
|
|
|
-}
|
|
|
-h5 {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-h6 {
|
|
|
- font-size: 11.9px;
|
|
|
-}
|
|
|
-h1 small {
|
|
|
- font-size: 24.5px;
|
|
|
-}
|
|
|
-h2 small {
|
|
|
- font-size: 17.5px;
|
|
|
-}
|
|
|
-h3 small {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-h4 small {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.page-header {
|
|
|
- padding-bottom: 9px;
|
|
|
- margin: 20px 0 30px;
|
|
|
- border-bottom: 1px solid #eeeeee;
|
|
|
-}
|
|
|
-ul,
|
|
|
-ol {
|
|
|
- padding: 0;
|
|
|
- margin: 0 0 10px 25px;
|
|
|
-}
|
|
|
-ul ul,
|
|
|
-ul ol,
|
|
|
-ol ol,
|
|
|
-ol ul {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-li {
|
|
|
- line-height: 20px;
|
|
|
-}
|
|
|
-ul.unstyled,
|
|
|
-ol.unstyled {
|
|
|
- margin-left: 0;
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-ul.inline,
|
|
|
-ol.inline {
|
|
|
- margin-left: 0;
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-ul.inline > li,
|
|
|
-ol.inline > li {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- padding-left: 5px;
|
|
|
- padding-right: 5px;
|
|
|
-}
|
|
|
-dl {
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-dt,
|
|
|
-dd {
|
|
|
- line-height: 20px;
|
|
|
-}
|
|
|
-dt {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-dd {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-.dl-horizontal {
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.dl-horizontal:before,
|
|
|
-.dl-horizontal:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.dl-horizontal:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.dl-horizontal dt {
|
|
|
- float: left;
|
|
|
- width: 160px;
|
|
|
- clear: left;
|
|
|
- text-align: right;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-.dl-horizontal dd {
|
|
|
- margin-left: 180px;
|
|
|
-}
|
|
|
-hr {
|
|
|
- margin: 20px 0;
|
|
|
- border: 0;
|
|
|
- border-top: 1px solid #eeeeee;
|
|
|
- border-bottom: 1px solid #ffffff;
|
|
|
-}
|
|
|
-abbr[title],
|
|
|
-abbr[data-original-title] {
|
|
|
- cursor: help;
|
|
|
- border-bottom: 1px dotted #999999;
|
|
|
-}
|
|
|
-abbr.initialism {
|
|
|
- font-size: 90%;
|
|
|
- text-transform: uppercase;
|
|
|
-}
|
|
|
-blockquote {
|
|
|
- padding: 0 0 0 15px;
|
|
|
- margin: 0 0 20px;
|
|
|
- border-left: 5px solid #eeeeee;
|
|
|
-}
|
|
|
-blockquote p {
|
|
|
- margin-bottom: 0;
|
|
|
- font-size: 17.5px;
|
|
|
- font-weight: 300;
|
|
|
- line-height: 1.25;
|
|
|
-}
|
|
|
-blockquote small {
|
|
|
- display: block;
|
|
|
- line-height: 20px;
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-blockquote small:before {
|
|
|
- content: '\2014 \00A0';
|
|
|
-}
|
|
|
-blockquote.pull-right {
|
|
|
- float: right;
|
|
|
- padding-right: 15px;
|
|
|
- padding-left: 0;
|
|
|
- border-right: 5px solid #eeeeee;
|
|
|
- border-left: 0;
|
|
|
-}
|
|
|
-blockquote.pull-right p,
|
|
|
-blockquote.pull-right small {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-blockquote.pull-right small:before {
|
|
|
- content: '';
|
|
|
-}
|
|
|
-blockquote.pull-right small:after {
|
|
|
- content: '\00A0 \2014';
|
|
|
-}
|
|
|
-q:before,
|
|
|
-q:after,
|
|
|
-blockquote:before,
|
|
|
-blockquote:after {
|
|
|
- content: "";
|
|
|
-}
|
|
|
-address {
|
|
|
- display: block;
|
|
|
- margin-bottom: 20px;
|
|
|
- font-style: normal;
|
|
|
- line-height: 20px;
|
|
|
-}
|
|
|
-code,
|
|
|
-pre {
|
|
|
- padding: 0 3px 2px;
|
|
|
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
- font-size: 12px;
|
|
|
- color: #333333;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 0;
|
|
|
- -moz-border-radius: 3px 0 0 0;
|
|
|
- border-radius: 3px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-code {
|
|
|
- padding: 2px 4px;
|
|
|
- color: #d14;
|
|
|
- background-color: #f7f7f9;
|
|
|
- border: 1px solid #e1e1e8;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-pre {
|
|
|
- display: block;
|
|
|
- padding: 9.5px;
|
|
|
- margin: 0 0 10px;
|
|
|
- font-size: 13px;
|
|
|
- line-height: 20px;
|
|
|
- word-break: break-all;
|
|
|
- word-wrap: break-word;
|
|
|
- white-space: pre;
|
|
|
- white-space: pre-wrap;
|
|
|
- background-color: #f5f5f5;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-pre.prettyprint {
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-pre code {
|
|
|
- padding: 0;
|
|
|
- color: inherit;
|
|
|
- white-space: pre;
|
|
|
- white-space: pre-wrap;
|
|
|
- background-color: transparent;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-.pre-scrollable {
|
|
|
- max-height: 340px;
|
|
|
- overflow-y: scroll;
|
|
|
-}
|
|
|
-form {
|
|
|
- margin: 0 0 20px;
|
|
|
-}
|
|
|
-fieldset {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-legend {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- padding: 0;
|
|
|
- margin-bottom: 20px;
|
|
|
- font-size: 21px;
|
|
|
- line-height: 40px;
|
|
|
- color: #333333;
|
|
|
- border: 0;
|
|
|
- border-bottom: 1px solid #e5e5e5;
|
|
|
-}
|
|
|
-legend small {
|
|
|
- font-size: 15px;
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-label,
|
|
|
-input,
|
|
|
-button,
|
|
|
-select,
|
|
|
-textarea {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 20px;
|
|
|
-}
|
|
|
-input,
|
|
|
-button,
|
|
|
-select,
|
|
|
-textarea {
|
|
|
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
-}
|
|
|
-label {
|
|
|
- display: block;
|
|
|
- margin-bottom: 5px;
|
|
|
-}
|
|
|
-select,
|
|
|
-textarea,
|
|
|
-input[type="text"],
|
|
|
-input[type="password"],
|
|
|
-input[type="datetime"],
|
|
|
-input[type="datetime-local"],
|
|
|
-input[type="date"],
|
|
|
-input[type="month"],
|
|
|
-input[type="time"],
|
|
|
-input[type="week"],
|
|
|
-input[type="number"],
|
|
|
-input[type="email"],
|
|
|
-input[type="url"],
|
|
|
-input[type="search"],
|
|
|
-input[type="tel"],
|
|
|
-input[type="color"],
|
|
|
-.uneditable-input {
|
|
|
- display: inline-block;
|
|
|
- height: 20px;
|
|
|
- padding: 4px 6px;
|
|
|
- margin-bottom: 10px;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 20px;
|
|
|
- color: #555555;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-input,
|
|
|
-textarea,
|
|
|
-.uneditable-input {
|
|
|
- width: 206px;
|
|
|
-}
|
|
|
-textarea {
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-textarea,
|
|
|
-input[type="text"],
|
|
|
-input[type="password"],
|
|
|
-input[type="datetime"],
|
|
|
-input[type="datetime-local"],
|
|
|
-input[type="date"],
|
|
|
-input[type="month"],
|
|
|
-input[type="time"],
|
|
|
-input[type="week"],
|
|
|
-input[type="number"],
|
|
|
-input[type="email"],
|
|
|
-input[type="url"],
|
|
|
-input[type="search"],
|
|
|
-input[type="tel"],
|
|
|
-input[type="color"],
|
|
|
-.uneditable-input {
|
|
|
- background-color: #ffffff;
|
|
|
- border: 1px solid #cccccc;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
|
- -moz-transition: border linear .2s, box-shadow linear .2s;
|
|
|
- -o-transition: border linear .2s, box-shadow linear .2s;
|
|
|
- transition: border linear .2s, box-shadow linear .2s;
|
|
|
-}
|
|
|
-textarea:focus,
|
|
|
-input[type="text"]:focus,
|
|
|
-input[type="password"]:focus,
|
|
|
-input[type="datetime"]:focus,
|
|
|
-input[type="datetime-local"]:focus,
|
|
|
-input[type="date"]:focus,
|
|
|
-input[type="month"]:focus,
|
|
|
-input[type="time"]:focus,
|
|
|
-input[type="week"]:focus,
|
|
|
-input[type="number"]:focus,
|
|
|
-input[type="email"]:focus,
|
|
|
-input[type="url"]:focus,
|
|
|
-input[type="search"]:focus,
|
|
|
-input[type="tel"]:focus,
|
|
|
-input[type="color"]:focus,
|
|
|
-.uneditable-input:focus {
|
|
|
- border-color: rgba(82, 168, 236, 0.8);
|
|
|
- outline: 0;
|
|
|
- outline: thin dotted \9;
|
|
|
- /* IE6-9 */
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) #000000;
|
|
|
-}
|
|
|
-input[type="radio"],
|
|
|
-input[type="checkbox"] {
|
|
|
- margin: 4px 0 0;
|
|
|
- *margin-top: 0;
|
|
|
- /* IE7 */
|
|
|
- margin-top: 1px \9;
|
|
|
- /* IE8-9 */
|
|
|
- line-height: normal;
|
|
|
-}
|
|
|
-input[type="file"],
|
|
|
-input[type="image"],
|
|
|
-input[type="submit"],
|
|
|
-input[type="reset"],
|
|
|
-input[type="button"],
|
|
|
-input[type="radio"],
|
|
|
-input[type="checkbox"] {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-select,
|
|
|
-input[type="file"] {
|
|
|
- height: 30px;
|
|
|
- /* In IE7, the height of the select element cannot be changed by height, only font-size */
|
|
|
- *margin-top: 4px;
|
|
|
- /* For IE7, add top margin to align select with labels */
|
|
|
- line-height: 30px;
|
|
|
-}
|
|
|
-select {
|
|
|
- width: 220px;
|
|
|
- border: 1px solid #cccccc;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-select[multiple],
|
|
|
-select[size] {
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-select:focus,
|
|
|
-input[type="file"]:focus,
|
|
|
-input[type="radio"]:focus,
|
|
|
-input[type="checkbox"]:focus {
|
|
|
- outline: thin dotted #333;
|
|
|
- outline: 5px auto -webkit-focus-ring-color;
|
|
|
- outline-offset: -2px;
|
|
|
-}
|
|
|
-.uneditable-input,
|
|
|
-.uneditable-textarea {
|
|
|
- color: #999999;
|
|
|
- background-color: #fcfcfc;
|
|
|
- border-color: #cccccc;
|
|
|
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.025) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.025) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.025) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.025) #000000;
|
|
|
- cursor: not-allowed;
|
|
|
-}
|
|
|
-.uneditable-input {
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-.uneditable-textarea {
|
|
|
- width: auto;
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-input:-moz-placeholder,
|
|
|
-textarea:-moz-placeholder {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-input:-ms-input-placeholder,
|
|
|
-textarea:-ms-input-placeholder {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-input::-webkit-input-placeholder,
|
|
|
-textarea::-webkit-input-placeholder {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-.radio,
|
|
|
-.checkbox {
|
|
|
- min-height: 20px;
|
|
|
- padding-left: 20px;
|
|
|
-}
|
|
|
-.radio input[type="radio"],
|
|
|
-.checkbox input[type="checkbox"] {
|
|
|
- float: left;
|
|
|
- margin-left: -20px;
|
|
|
-}
|
|
|
-.controls > .radio:first-child,
|
|
|
-.controls > .checkbox:first-child {
|
|
|
- padding-top: 5px;
|
|
|
-}
|
|
|
-.radio.inline,
|
|
|
-.checkbox.inline {
|
|
|
- display: inline-block;
|
|
|
- padding-top: 5px;
|
|
|
- margin-bottom: 0;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-.radio.inline + .radio.inline,
|
|
|
-.checkbox.inline + .checkbox.inline {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-.input-mini {
|
|
|
- width: 60px;
|
|
|
-}
|
|
|
-.input-small {
|
|
|
- width: 90px;
|
|
|
-}
|
|
|
-.input-medium {
|
|
|
- width: 150px;
|
|
|
-}
|
|
|
-.input-large {
|
|
|
- width: 210px;
|
|
|
-}
|
|
|
-.input-xlarge {
|
|
|
- width: 270px;
|
|
|
-}
|
|
|
-.input-xxlarge {
|
|
|
- width: 530px;
|
|
|
-}
|
|
|
-input[class*="span"],
|
|
|
-select[class*="span"],
|
|
|
-textarea[class*="span"],
|
|
|
-.uneditable-input[class*="span"],
|
|
|
-.row-fluid input[class*="span"],
|
|
|
-.row-fluid select[class*="span"],
|
|
|
-.row-fluid textarea[class*="span"],
|
|
|
-.row-fluid .uneditable-input[class*="span"] {
|
|
|
- float: none;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.input-append input[class*="span"],
|
|
|
-.input-append .uneditable-input[class*="span"],
|
|
|
-.input-prepend input[class*="span"],
|
|
|
-.input-prepend .uneditable-input[class*="span"],
|
|
|
-.row-fluid input[class*="span"],
|
|
|
-.row-fluid select[class*="span"],
|
|
|
-.row-fluid textarea[class*="span"],
|
|
|
-.row-fluid .uneditable-input[class*="span"],
|
|
|
-.row-fluid .input-prepend [class*="span"],
|
|
|
-.row-fluid .input-append [class*="span"] {
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-input,
|
|
|
-textarea,
|
|
|
-.uneditable-input {
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.controls-row [class*="span"] + [class*="span"] {
|
|
|
- margin-left: 20px;
|
|
|
-}
|
|
|
-input.span12,
|
|
|
-textarea.span12,
|
|
|
-.uneditable-input.span12 {
|
|
|
- width: 926px;
|
|
|
-}
|
|
|
-input.span11,
|
|
|
-textarea.span11,
|
|
|
-.uneditable-input.span11 {
|
|
|
- width: 846px;
|
|
|
-}
|
|
|
-input.span10,
|
|
|
-textarea.span10,
|
|
|
-.uneditable-input.span10 {
|
|
|
- width: 766px;
|
|
|
-}
|
|
|
-input.span9,
|
|
|
-textarea.span9,
|
|
|
-.uneditable-input.span9 {
|
|
|
- width: 686px;
|
|
|
-}
|
|
|
-input.span8,
|
|
|
-textarea.span8,
|
|
|
-.uneditable-input.span8 {
|
|
|
- width: 606px;
|
|
|
-}
|
|
|
-input.span7,
|
|
|
-textarea.span7,
|
|
|
-.uneditable-input.span7 {
|
|
|
- width: 526px;
|
|
|
-}
|
|
|
-input.span6,
|
|
|
-textarea.span6,
|
|
|
-.uneditable-input.span6 {
|
|
|
- width: 446px;
|
|
|
-}
|
|
|
-input.span5,
|
|
|
-textarea.span5,
|
|
|
-.uneditable-input.span5 {
|
|
|
- width: 366px;
|
|
|
-}
|
|
|
-input.span4,
|
|
|
-textarea.span4,
|
|
|
-.uneditable-input.span4 {
|
|
|
- width: 286px;
|
|
|
-}
|
|
|
-input.span3,
|
|
|
-textarea.span3,
|
|
|
-.uneditable-input.span3 {
|
|
|
- width: 206px;
|
|
|
-}
|
|
|
-input.span2,
|
|
|
-textarea.span2,
|
|
|
-.uneditable-input.span2 {
|
|
|
- width: 126px;
|
|
|
-}
|
|
|
-input.span1,
|
|
|
-textarea.span1,
|
|
|
-.uneditable-input.span1 {
|
|
|
- width: 46px;
|
|
|
-}
|
|
|
-.controls-row {
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.controls-row:before,
|
|
|
-.controls-row:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.controls-row:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.controls-row [class*="span"],
|
|
|
-.row-fluid .controls-row [class*="span"] {
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.controls-row .checkbox[class*="span"],
|
|
|
-.controls-row .radio[class*="span"] {
|
|
|
- padding-top: 5px;
|
|
|
-}
|
|
|
-input[disabled],
|
|
|
-select[disabled],
|
|
|
-textarea[disabled],
|
|
|
-input[readonly],
|
|
|
-select[readonly],
|
|
|
-textarea[readonly] {
|
|
|
- cursor: not-allowed;
|
|
|
- background-color: #eeeeee;
|
|
|
-}
|
|
|
-input[type="radio"][disabled],
|
|
|
-input[type="checkbox"][disabled],
|
|
|
-input[type="radio"][readonly],
|
|
|
-input[type="checkbox"][readonly] {
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-.control-group.warning .control-label,
|
|
|
-.control-group.warning .help-block,
|
|
|
-.control-group.warning .help-inline {
|
|
|
- color: #c09853;
|
|
|
-}
|
|
|
-.control-group.warning .checkbox,
|
|
|
-.control-group.warning .radio,
|
|
|
-.control-group.warning input,
|
|
|
-.control-group.warning select,
|
|
|
-.control-group.warning textarea {
|
|
|
- color: #c09853;
|
|
|
-}
|
|
|
-.control-group.warning input,
|
|
|
-.control-group.warning select,
|
|
|
-.control-group.warning textarea {
|
|
|
- border-color: #c09853;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
-}
|
|
|
-.control-group.warning input:focus,
|
|
|
-.control-group.warning select:focus,
|
|
|
-.control-group.warning textarea:focus {
|
|
|
- border-color: #a47e3c;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e #000000;
|
|
|
-}
|
|
|
-.control-group.warning .input-prepend .add-on,
|
|
|
-.control-group.warning .input-append .add-on {
|
|
|
- color: #c09853;
|
|
|
- background-color: #fcf8e3;
|
|
|
- border-color: #c09853;
|
|
|
-}
|
|
|
-.control-group.error .control-label,
|
|
|
-.control-group.error .help-block,
|
|
|
-.control-group.error .help-inline {
|
|
|
- color: #b94a48;
|
|
|
-}
|
|
|
-.control-group.error .checkbox,
|
|
|
-.control-group.error .radio,
|
|
|
-.control-group.error input,
|
|
|
-.control-group.error select,
|
|
|
-.control-group.error textarea {
|
|
|
- color: #b94a48;
|
|
|
-}
|
|
|
-.control-group.error input,
|
|
|
-.control-group.error select,
|
|
|
-.control-group.error textarea {
|
|
|
- border-color: #b94a48;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
-}
|
|
|
-.control-group.error input:focus,
|
|
|
-.control-group.error select:focus,
|
|
|
-.control-group.error textarea:focus {
|
|
|
- border-color: #953b39;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 #000000;
|
|
|
-}
|
|
|
-.control-group.error .input-prepend .add-on,
|
|
|
-.control-group.error .input-append .add-on {
|
|
|
- color: #b94a48;
|
|
|
- background-color: #f2dede;
|
|
|
- border-color: #b94a48;
|
|
|
-}
|
|
|
-.control-group.success .control-label,
|
|
|
-.control-group.success .help-block,
|
|
|
-.control-group.success .help-inline {
|
|
|
- color: #468847;
|
|
|
-}
|
|
|
-.control-group.success .checkbox,
|
|
|
-.control-group.success .radio,
|
|
|
-.control-group.success input,
|
|
|
-.control-group.success select,
|
|
|
-.control-group.success textarea {
|
|
|
- color: #468847;
|
|
|
-}
|
|
|
-.control-group.success input,
|
|
|
-.control-group.success select,
|
|
|
-.control-group.success textarea {
|
|
|
- border-color: #468847;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
-}
|
|
|
-.control-group.success input:focus,
|
|
|
-.control-group.success select:focus,
|
|
|
-.control-group.success textarea:focus {
|
|
|
- border-color: #356635;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b #000000;
|
|
|
-}
|
|
|
-.control-group.success .input-prepend .add-on,
|
|
|
-.control-group.success .input-append .add-on {
|
|
|
- color: #468847;
|
|
|
- background-color: #dff0d8;
|
|
|
- border-color: #468847;
|
|
|
-}
|
|
|
-.control-group.info .control-label,
|
|
|
-.control-group.info .help-block,
|
|
|
-.control-group.info .help-inline {
|
|
|
- color: #3a87ad;
|
|
|
-}
|
|
|
-.control-group.info .checkbox,
|
|
|
-.control-group.info .radio,
|
|
|
-.control-group.info input,
|
|
|
-.control-group.info select,
|
|
|
-.control-group.info textarea {
|
|
|
- color: #3a87ad;
|
|
|
-}
|
|
|
-.control-group.info input,
|
|
|
-.control-group.info select,
|
|
|
-.control-group.info textarea {
|
|
|
- border-color: #3a87ad;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075) #000000;
|
|
|
-}
|
|
|
-.control-group.info input:focus,
|
|
|
-.control-group.info select:focus,
|
|
|
-.control-group.info textarea:focus {
|
|
|
- border-color: #2d6987;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3 #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3 #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3 #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3 #000000;
|
|
|
-}
|
|
|
-.control-group.info .input-prepend .add-on,
|
|
|
-.control-group.info .input-append .add-on {
|
|
|
- color: #3a87ad;
|
|
|
- background-color: #d9edf7;
|
|
|
- border-color: #3a87ad;
|
|
|
-}
|
|
|
-input:focus:invalid,
|
|
|
-textarea:focus:invalid,
|
|
|
-select:focus:invalid {
|
|
|
- color: #b94a48;
|
|
|
- border-color: #ee5f5b;
|
|
|
-}
|
|
|
-input:focus:invalid:focus,
|
|
|
-textarea:focus:invalid:focus,
|
|
|
-select:focus:invalid:focus {
|
|
|
- border-color: #e9322d;
|
|
|
- -webkit-box-shadow: 0 0 6px #f8b9b7;
|
|
|
- -moz-box-shadow: 0 0 6px #f8b9b7;
|
|
|
- box-shadow: 0 0 6px #f8b9b7;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 0 0 6px #f8b9b7 #000000;
|
|
|
- -moz-box-shadow: 0 0 0 0 6px #f8b9b7 #000000;
|
|
|
- -ms-box-shadow: 0 0 0 0 6px #f8b9b7 #000000;
|
|
|
- box-shadow: 0 0 0 0 6px #f8b9b7 #000000;
|
|
|
-}
|
|
|
-.form-actions {
|
|
|
- padding: 19px 20px 20px;
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
- background-color: #f5f5f5;
|
|
|
- border-top: 1px solid #e5e5e5;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.form-actions:before,
|
|
|
-.form-actions:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.form-actions:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.help-block,
|
|
|
-.help-inline {
|
|
|
- color: #595959;
|
|
|
-}
|
|
|
-.help-block {
|
|
|
- display: block;
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
-.help-inline {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- vertical-align: middle;
|
|
|
- padding-left: 5px;
|
|
|
-}
|
|
|
-.input-append,
|
|
|
-.input-prepend {
|
|
|
- display: inline-block;
|
|
|
- margin-bottom: 10px;
|
|
|
- vertical-align: middle;
|
|
|
- font-size: 0;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-.input-append input,
|
|
|
-.input-prepend input,
|
|
|
-.input-append select,
|
|
|
-.input-prepend select,
|
|
|
-.input-append .uneditable-input,
|
|
|
-.input-prepend .uneditable-input,
|
|
|
-.input-append .dropdown-menu,
|
|
|
-.input-prepend .dropdown-menu,
|
|
|
-.input-append .popover,
|
|
|
-.input-prepend .popover {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.input-append input,
|
|
|
-.input-prepend input,
|
|
|
-.input-append select,
|
|
|
-.input-prepend select,
|
|
|
-.input-append .uneditable-input,
|
|
|
-.input-prepend .uneditable-input {
|
|
|
- position: relative;
|
|
|
- margin-bottom: 0;
|
|
|
- *margin-left: 0;
|
|
|
- vertical-align: top;
|
|
|
- -webkit-border-radius: 0 4px 4px 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0;
|
|
|
- border-radius: 0 4px 4px 0;
|
|
|
- -webkit-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-append input:focus,
|
|
|
-.input-prepend input:focus,
|
|
|
-.input-append select:focus,
|
|
|
-.input-prepend select:focus,
|
|
|
-.input-append .uneditable-input:focus,
|
|
|
-.input-prepend .uneditable-input:focus {
|
|
|
- z-index: 2;
|
|
|
-}
|
|
|
-.input-append .add-on,
|
|
|
-.input-prepend .add-on {
|
|
|
- display: inline-block;
|
|
|
- width: auto;
|
|
|
- height: 20px;
|
|
|
- min-width: 16px;
|
|
|
- padding: 4px 5px;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 20px;
|
|
|
- text-align: center;
|
|
|
- text-shadow: 0 1px 0 #ffffff;
|
|
|
- background-color: #eeeeee;
|
|
|
- border: 1px solid #ccc;
|
|
|
-}
|
|
|
-.input-append .add-on,
|
|
|
-.input-prepend .add-on,
|
|
|
-.input-append .btn,
|
|
|
-.input-prepend .btn,
|
|
|
-.input-append .btn-group > .dropdown-toggle,
|
|
|
-.input-prepend .btn-group > .dropdown-toggle {
|
|
|
- vertical-align: top;
|
|
|
- -webkit-border-radius: 0;
|
|
|
- -moz-border-radius: 0;
|
|
|
- border-radius: 0;
|
|
|
- -webkit-border-radius: 0 0 0 0;
|
|
|
- -moz-border-radius: 0 0 0 0;
|
|
|
- border-radius: 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-append .active,
|
|
|
-.input-prepend .active {
|
|
|
- background-color: #5ee673;
|
|
|
- border-color: #17942a;
|
|
|
-}
|
|
|
-.input-prepend .add-on,
|
|
|
-.input-prepend .btn {
|
|
|
- margin-right: -1px;
|
|
|
-}
|
|
|
-.input-prepend .add-on:first-child,
|
|
|
-.input-prepend .btn:first-child {
|
|
|
- -webkit-border-radius: 4px 0 0 4px;
|
|
|
- -moz-border-radius: 4px 0 0 4px;
|
|
|
- border-radius: 4px 0 0 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-append input,
|
|
|
-.input-append select,
|
|
|
-.input-append .uneditable-input {
|
|
|
- -webkit-border-radius: 4px 0 0 4px;
|
|
|
- -moz-border-radius: 4px 0 0 4px;
|
|
|
- border-radius: 4px 0 0 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-append input + .btn-group .btn:last-child,
|
|
|
-.input-append select + .btn-group .btn:last-child,
|
|
|
-.input-append .uneditable-input + .btn-group .btn:last-child {
|
|
|
- -webkit-border-radius: 0 4px 4px 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0;
|
|
|
- border-radius: 0 4px 4px 0;
|
|
|
- -webkit-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-append .add-on,
|
|
|
-.input-append .btn,
|
|
|
-.input-append .btn-group {
|
|
|
- margin-left: -1px;
|
|
|
-}
|
|
|
-.input-append .add-on:last-child,
|
|
|
-.input-append .btn:last-child,
|
|
|
-.input-append .btn-group:last-child > .dropdown-toggle {
|
|
|
- -webkit-border-radius: 0 4px 4px 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0;
|
|
|
- border-radius: 0 4px 4px 0;
|
|
|
- -webkit-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-prepend.input-append input,
|
|
|
-.input-prepend.input-append select,
|
|
|
-.input-prepend.input-append .uneditable-input {
|
|
|
- -webkit-border-radius: 0;
|
|
|
- -moz-border-radius: 0;
|
|
|
- border-radius: 0;
|
|
|
- -webkit-border-radius: 0 0 0 0;
|
|
|
- -moz-border-radius: 0 0 0 0;
|
|
|
- border-radius: 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-prepend.input-append input + .btn-group .btn,
|
|
|
-.input-prepend.input-append select + .btn-group .btn,
|
|
|
-.input-prepend.input-append .uneditable-input + .btn-group .btn {
|
|
|
- -webkit-border-radius: 0 4px 4px 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0;
|
|
|
- border-radius: 0 4px 4px 0;
|
|
|
- -webkit-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-prepend.input-append .add-on:first-child,
|
|
|
-.input-prepend.input-append .btn:first-child {
|
|
|
- margin-right: -1px;
|
|
|
- -webkit-border-radius: 4px 0 0 4px;
|
|
|
- -moz-border-radius: 4px 0 0 4px;
|
|
|
- border-radius: 4px 0 0 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-prepend.input-append .add-on:last-child,
|
|
|
-.input-prepend.input-append .btn:last-child {
|
|
|
- margin-left: -1px;
|
|
|
- -webkit-border-radius: 0 4px 4px 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0;
|
|
|
- border-radius: 0 4px 4px 0;
|
|
|
- -webkit-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -moz-border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- border-radius: 0 4px 4px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.input-prepend.input-append .btn-group:first-child {
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-input.search-query {
|
|
|
- padding-right: 14px;
|
|
|
- padding-right: 4px \9;
|
|
|
- padding-left: 14px;
|
|
|
- padding-left: 4px \9;
|
|
|
- /* IE7-8 doesn't have border-radius, so don't indent the padding */
|
|
|
- margin-bottom: 0;
|
|
|
- -webkit-border-radius: 15px;
|
|
|
- -moz-border-radius: 15px;
|
|
|
- border-radius: 15px;
|
|
|
- -webkit-border-radius: 15px 0 0 0;
|
|
|
- -moz-border-radius: 15px 0 0 0;
|
|
|
- border-radius: 15px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-/* Allow for input prepend/append in search forms */
|
|
|
-.form-search .input-append .search-query,
|
|
|
-.form-search .input-prepend .search-query {
|
|
|
- -webkit-border-radius: 0;
|
|
|
- -moz-border-radius: 0;
|
|
|
- border-radius: 0;
|
|
|
- -webkit-border-radius: 0 0 0 0;
|
|
|
- -moz-border-radius: 0 0 0 0;
|
|
|
- border-radius: 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.form-search .input-append .search-query {
|
|
|
- -webkit-border-radius: 14px 0 0 14px;
|
|
|
- -moz-border-radius: 14px 0 0 14px;
|
|
|
- border-radius: 14px 0 0 14px;
|
|
|
- -webkit-border-radius: 14px 0 0 14px 0 0 0;
|
|
|
- -moz-border-radius: 14px 0 0 14px 0 0 0;
|
|
|
- border-radius: 14px 0 0 14px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.form-search .input-append .btn {
|
|
|
- -webkit-border-radius: 0 14px 14px 0;
|
|
|
- -moz-border-radius: 0 14px 14px 0;
|
|
|
- border-radius: 0 14px 14px 0;
|
|
|
- -webkit-border-radius: 0 14px 14px 0 0 0 0;
|
|
|
- -moz-border-radius: 0 14px 14px 0 0 0 0;
|
|
|
- border-radius: 0 14px 14px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.form-search .input-prepend .search-query {
|
|
|
- -webkit-border-radius: 0 14px 14px 0;
|
|
|
- -moz-border-radius: 0 14px 14px 0;
|
|
|
- border-radius: 0 14px 14px 0;
|
|
|
- -webkit-border-radius: 0 14px 14px 0 0 0 0;
|
|
|
- -moz-border-radius: 0 14px 14px 0 0 0 0;
|
|
|
- border-radius: 0 14px 14px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.form-search .input-prepend .btn {
|
|
|
- -webkit-border-radius: 14px 0 0 14px;
|
|
|
- -moz-border-radius: 14px 0 0 14px;
|
|
|
- border-radius: 14px 0 0 14px;
|
|
|
- -webkit-border-radius: 14px 0 0 14px 0 0 0;
|
|
|
- -moz-border-radius: 14px 0 0 14px 0 0 0;
|
|
|
- border-radius: 14px 0 0 14px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.form-search input,
|
|
|
-.form-inline input,
|
|
|
-.form-horizontal input,
|
|
|
-.form-search textarea,
|
|
|
-.form-inline textarea,
|
|
|
-.form-horizontal textarea,
|
|
|
-.form-search select,
|
|
|
-.form-inline select,
|
|
|
-.form-horizontal select,
|
|
|
-.form-search .help-inline,
|
|
|
-.form-inline .help-inline,
|
|
|
-.form-horizontal .help-inline,
|
|
|
-.form-search .uneditable-input,
|
|
|
-.form-inline .uneditable-input,
|
|
|
-.form-horizontal .uneditable-input,
|
|
|
-.form-search .input-prepend,
|
|
|
-.form-inline .input-prepend,
|
|
|
-.form-horizontal .input-prepend,
|
|
|
-.form-search .input-append,
|
|
|
-.form-inline .input-append,
|
|
|
-.form-horizontal .input-append {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- margin-bottom: 0;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-.form-search .hide,
|
|
|
-.form-inline .hide,
|
|
|
-.form-horizontal .hide {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.form-search label,
|
|
|
-.form-inline label,
|
|
|
-.form-search .btn-group,
|
|
|
-.form-inline .btn-group {
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-.form-search .input-append,
|
|
|
-.form-inline .input-append,
|
|
|
-.form-search .input-prepend,
|
|
|
-.form-inline .input-prepend {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-.form-search .radio,
|
|
|
-.form-search .checkbox,
|
|
|
-.form-inline .radio,
|
|
|
-.form-inline .checkbox {
|
|
|
- padding-left: 0;
|
|
|
- margin-bottom: 0;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-.form-search .radio input[type="radio"],
|
|
|
-.form-search .checkbox input[type="checkbox"],
|
|
|
-.form-inline .radio input[type="radio"],
|
|
|
-.form-inline .checkbox input[type="checkbox"] {
|
|
|
- float: left;
|
|
|
- margin-right: 3px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.control-group {
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
-legend + .control-group {
|
|
|
- margin-top: 20px;
|
|
|
- -webkit-margin-top-collapse: separate;
|
|
|
-}
|
|
|
-.form-horizontal .control-group {
|
|
|
- margin-bottom: 20px;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.form-horizontal .control-group:before,
|
|
|
-.form-horizontal .control-group:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.form-horizontal .control-group:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.form-horizontal .control-label {
|
|
|
- float: left;
|
|
|
- width: 160px;
|
|
|
- padding-top: 5px;
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-.form-horizontal .controls {
|
|
|
- *display: inline-block;
|
|
|
- *padding-left: 20px;
|
|
|
- margin-left: 180px;
|
|
|
- *margin-left: 0;
|
|
|
-}
|
|
|
-.form-horizontal .controls:first-child {
|
|
|
- *padding-left: 180px;
|
|
|
-}
|
|
|
-.form-horizontal .help-block {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-.form-horizontal input + .help-block,
|
|
|
-.form-horizontal select + .help-block,
|
|
|
-.form-horizontal textarea + .help-block,
|
|
|
-.form-horizontal .uneditable-input + .help-block,
|
|
|
-.form-horizontal .input-prepend + .help-block,
|
|
|
-.form-horizontal .input-append + .help-block {
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-.form-horizontal .form-actions {
|
|
|
- padding-left: 180px;
|
|
|
-}
|
|
|
-table {
|
|
|
- max-width: 100%;
|
|
|
- background-color: transparent;
|
|
|
- border-collapse: collapse;
|
|
|
- border-spacing: 0;
|
|
|
-}
|
|
|
-.table {
|
|
|
- width: 100%;
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-.table th,
|
|
|
-.table td {
|
|
|
- padding: 8px;
|
|
|
- line-height: 20px;
|
|
|
- text-align: left;
|
|
|
- vertical-align: top;
|
|
|
- border-top: 1px solid #dddddd;
|
|
|
-}
|
|
|
-.table th {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.table thead th {
|
|
|
- vertical-align: bottom;
|
|
|
-}
|
|
|
-.table caption + thead tr:first-child th,
|
|
|
-.table caption + thead tr:first-child td,
|
|
|
-.table colgroup + thead tr:first-child th,
|
|
|
-.table colgroup + thead tr:first-child td,
|
|
|
-.table thead:first-child tr:first-child th,
|
|
|
-.table thead:first-child tr:first-child td {
|
|
|
- border-top: 0;
|
|
|
-}
|
|
|
-.table tbody + tbody {
|
|
|
- border-top: 2px solid #dddddd;
|
|
|
-}
|
|
|
-.table .table {
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-.table-condensed th,
|
|
|
-.table-condensed td {
|
|
|
- padding: 4px 5px;
|
|
|
-}
|
|
|
-.table-bordered {
|
|
|
- border: 1px solid #dddddd;
|
|
|
- border-collapse: separate;
|
|
|
- *border-collapse: collapse;
|
|
|
- border-left: 0;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.table-bordered th,
|
|
|
-.table-bordered td {
|
|
|
- border-left: 1px solid #dddddd;
|
|
|
-}
|
|
|
-.table-bordered caption + thead tr:first-child th,
|
|
|
-.table-bordered caption + tbody tr:first-child th,
|
|
|
-.table-bordered caption + tbody tr:first-child td,
|
|
|
-.table-bordered colgroup + thead tr:first-child th,
|
|
|
-.table-bordered colgroup + tbody tr:first-child th,
|
|
|
-.table-bordered colgroup + tbody tr:first-child td,
|
|
|
-.table-bordered thead:first-child tr:first-child th,
|
|
|
-.table-bordered tbody:first-child tr:first-child th,
|
|
|
-.table-bordered tbody:first-child tr:first-child td {
|
|
|
- border-top: 0;
|
|
|
-}
|
|
|
-.table-bordered thead:first-child tr:first-child > th:first-child,
|
|
|
-.table-bordered tbody:first-child tr:first-child > td:first-child,
|
|
|
-.table-bordered tbody:first-child tr:first-child > th:first-child {
|
|
|
- -webkit-border-top-left-radius: 4px;
|
|
|
- -moz-border-radius-topleft: 4px;
|
|
|
- border-top-left-radius: 4px;
|
|
|
-}
|
|
|
-.table-bordered thead:first-child tr:first-child > th:last-child,
|
|
|
-.table-bordered tbody:first-child tr:first-child > td:last-child,
|
|
|
-.table-bordered tbody:first-child tr:first-child > th:last-child {
|
|
|
- -webkit-border-top-right-radius: 4px;
|
|
|
- -moz-border-radius-topright: 4px;
|
|
|
- border-top-right-radius: 4px;
|
|
|
-}
|
|
|
-.table-bordered thead:last-child tr:last-child > th:first-child,
|
|
|
-.table-bordered tbody:last-child tr:last-child > td:first-child,
|
|
|
-.table-bordered tbody:last-child tr:last-child > th:first-child,
|
|
|
-.table-bordered tfoot:last-child tr:last-child > td:first-child,
|
|
|
-.table-bordered tfoot:last-child tr:last-child > th:first-child {
|
|
|
- -webkit-border-bottom-left-radius: 4px;
|
|
|
- -moz-border-radius-bottomleft: 4px;
|
|
|
- border-bottom-left-radius: 4px;
|
|
|
-}
|
|
|
-.table-bordered thead:last-child tr:last-child > th:last-child,
|
|
|
-.table-bordered tbody:last-child tr:last-child > td:last-child,
|
|
|
-.table-bordered tbody:last-child tr:last-child > th:last-child,
|
|
|
-.table-bordered tfoot:last-child tr:last-child > td:last-child,
|
|
|
-.table-bordered tfoot:last-child tr:last-child > th:last-child {
|
|
|
- -webkit-border-bottom-right-radius: 4px;
|
|
|
- -moz-border-radius-bottomright: 4px;
|
|
|
- border-bottom-right-radius: 4px;
|
|
|
-}
|
|
|
-.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
|
|
|
- -webkit-border-bottom-left-radius: 0;
|
|
|
- -moz-border-radius-bottomleft: 0;
|
|
|
- border-bottom-left-radius: 0;
|
|
|
-}
|
|
|
-.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
|
|
|
- -webkit-border-bottom-right-radius: 0;
|
|
|
- -moz-border-radius-bottomright: 0;
|
|
|
- border-bottom-right-radius: 0;
|
|
|
-}
|
|
|
-.table-bordered caption + thead tr:first-child th:first-child,
|
|
|
-.table-bordered caption + tbody tr:first-child td:first-child,
|
|
|
-.table-bordered colgroup + thead tr:first-child th:first-child,
|
|
|
-.table-bordered colgroup + tbody tr:first-child td:first-child {
|
|
|
- -webkit-border-top-left-radius: 4px;
|
|
|
- -moz-border-radius-topleft: 4px;
|
|
|
- border-top-left-radius: 4px;
|
|
|
-}
|
|
|
-.table-bordered caption + thead tr:first-child th:last-child,
|
|
|
-.table-bordered caption + tbody tr:first-child td:last-child,
|
|
|
-.table-bordered colgroup + thead tr:first-child th:last-child,
|
|
|
-.table-bordered colgroup + tbody tr:first-child td:last-child {
|
|
|
- -webkit-border-top-right-radius: 4px;
|
|
|
- -moz-border-radius-topright: 4px;
|
|
|
- border-top-right-radius: 4px;
|
|
|
-}
|
|
|
-.table-striped tbody > tr:nth-child(odd) > td,
|
|
|
-.table-striped tbody > tr:nth-child(odd) > th {
|
|
|
- background-color: #f9f9f9;
|
|
|
-}
|
|
|
-.table-hover tbody tr:hover > td,
|
|
|
-.table-hover tbody tr:hover > th {
|
|
|
- background-color: #f5f5f5;
|
|
|
-}
|
|
|
-table td[class*="span"],
|
|
|
-table th[class*="span"],
|
|
|
-.row-fluid table td[class*="span"],
|
|
|
-.row-fluid table th[class*="span"] {
|
|
|
- display: table-cell;
|
|
|
- float: none;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span1,
|
|
|
-.table th.span1 {
|
|
|
- float: none;
|
|
|
- width: 44px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span2,
|
|
|
-.table th.span2 {
|
|
|
- float: none;
|
|
|
- width: 124px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span3,
|
|
|
-.table th.span3 {
|
|
|
- float: none;
|
|
|
- width: 204px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span4,
|
|
|
-.table th.span4 {
|
|
|
- float: none;
|
|
|
- width: 284px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span5,
|
|
|
-.table th.span5 {
|
|
|
- float: none;
|
|
|
- width: 364px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span6,
|
|
|
-.table th.span6 {
|
|
|
- float: none;
|
|
|
- width: 444px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span7,
|
|
|
-.table th.span7 {
|
|
|
- float: none;
|
|
|
- width: 524px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span8,
|
|
|
-.table th.span8 {
|
|
|
- float: none;
|
|
|
- width: 604px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span9,
|
|
|
-.table th.span9 {
|
|
|
- float: none;
|
|
|
- width: 684px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span10,
|
|
|
-.table th.span10 {
|
|
|
- float: none;
|
|
|
- width: 764px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span11,
|
|
|
-.table th.span11 {
|
|
|
- float: none;
|
|
|
- width: 844px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table td.span12,
|
|
|
-.table th.span12 {
|
|
|
- float: none;
|
|
|
- width: 924px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.table tbody tr.success > td {
|
|
|
- background-color: #dff0d8;
|
|
|
-}
|
|
|
-.table tbody tr.error > td {
|
|
|
- background-color: #f2dede;
|
|
|
-}
|
|
|
-.table tbody tr.warning > td {
|
|
|
- background-color: #fcf8e3;
|
|
|
-}
|
|
|
-.table tbody tr.info > td {
|
|
|
- background-color: #d9edf7;
|
|
|
-}
|
|
|
-.table-hover tbody tr.success:hover > td {
|
|
|
- background-color: #d0e9c6;
|
|
|
-}
|
|
|
-.table-hover tbody tr.error:hover > td {
|
|
|
- background-color: #ebcccc;
|
|
|
-}
|
|
|
-.table-hover tbody tr.warning:hover > td {
|
|
|
- background-color: #faf2cc;
|
|
|
-}
|
|
|
-.table-hover tbody tr.info:hover > td {
|
|
|
- background-color: #c4e3f3;
|
|
|
-}
|
|
|
-[class^="icon-"],
|
|
|
-[class*=" icon-"] {
|
|
|
- display: inline-block;
|
|
|
- width: 14px;
|
|
|
- height: 14px;
|
|
|
- *margin-right: .3em;
|
|
|
- line-height: 14px;
|
|
|
- vertical-align: text-top;
|
|
|
- background-image: url("../img/glyphicons-halflings.png");
|
|
|
- background-position: 14px 14px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- margin-top: 1px;
|
|
|
-}
|
|
|
-/* White icons with optional class, or on hover/focus/active states of certain elements */
|
|
|
-.icon-white,
|
|
|
-.nav-pills > .active > a > [class^="icon-"],
|
|
|
-.nav-pills > .active > a > [class*=" icon-"],
|
|
|
-.nav-list > .active > a > [class^="icon-"],
|
|
|
-.nav-list > .active > a > [class*=" icon-"],
|
|
|
-.navbar-inverse .nav > .active > a > [class^="icon-"],
|
|
|
-.navbar-inverse .nav > .active > a > [class*=" icon-"],
|
|
|
-.dropdown-menu > li > a:hover > [class^="icon-"],
|
|
|
-.dropdown-menu > li > a:focus > [class^="icon-"],
|
|
|
-.dropdown-menu > li > a:hover > [class*=" icon-"],
|
|
|
-.dropdown-menu > li > a:focus > [class*=" icon-"],
|
|
|
-.dropdown-menu > .active > a > [class^="icon-"],
|
|
|
-.dropdown-menu > .active > a > [class*=" icon-"],
|
|
|
-.dropdown-submenu:hover > a > [class^="icon-"],
|
|
|
-.dropdown-submenu:focus > a > [class^="icon-"],
|
|
|
-.dropdown-submenu:hover > a > [class*=" icon-"],
|
|
|
-.dropdown-submenu:focus > a > [class*=" icon-"] {
|
|
|
- background-image: url("../img/glyphicons-halflings-white.png");
|
|
|
-}
|
|
|
-.icon-glass {
|
|
|
- background-position: 0 0;
|
|
|
-}
|
|
|
-.icon-music {
|
|
|
- background-position: -24px 0;
|
|
|
-}
|
|
|
-.icon-search {
|
|
|
- background-position: -48px 0;
|
|
|
-}
|
|
|
-.icon-envelope {
|
|
|
- background-position: -72px 0;
|
|
|
-}
|
|
|
-.icon-heart {
|
|
|
- background-position: -96px 0;
|
|
|
-}
|
|
|
-.icon-star {
|
|
|
- background-position: -120px 0;
|
|
|
-}
|
|
|
-.icon-star-empty {
|
|
|
- background-position: -144px 0;
|
|
|
-}
|
|
|
-.icon-user {
|
|
|
- background-position: -168px 0;
|
|
|
-}
|
|
|
-.icon-film {
|
|
|
- background-position: -192px 0;
|
|
|
-}
|
|
|
-.icon-th-large {
|
|
|
- background-position: -216px 0;
|
|
|
-}
|
|
|
-.icon-th {
|
|
|
- background-position: -240px 0;
|
|
|
-}
|
|
|
-.icon-th-list {
|
|
|
- background-position: -264px 0;
|
|
|
-}
|
|
|
-.icon-ok {
|
|
|
- background-position: -288px 0;
|
|
|
-}
|
|
|
-.icon-remove {
|
|
|
- background-position: -312px 0;
|
|
|
-}
|
|
|
-.icon-zoom-in {
|
|
|
- background-position: -336px 0;
|
|
|
-}
|
|
|
-.icon-zoom-out {
|
|
|
- background-position: -360px 0;
|
|
|
-}
|
|
|
-.icon-off {
|
|
|
- background-position: -384px 0;
|
|
|
-}
|
|
|
-.icon-signal {
|
|
|
- background-position: -408px 0;
|
|
|
-}
|
|
|
-.icon-cog {
|
|
|
- background-position: -432px 0;
|
|
|
-}
|
|
|
-.icon-trash {
|
|
|
- background-position: -456px 0;
|
|
|
-}
|
|
|
-.icon-home {
|
|
|
- background-position: 0 -24px;
|
|
|
-}
|
|
|
-.icon-file {
|
|
|
- background-position: -24px -24px;
|
|
|
-}
|
|
|
-.icon-time {
|
|
|
- background-position: -48px -24px;
|
|
|
-}
|
|
|
-.icon-road {
|
|
|
- background-position: -72px -24px;
|
|
|
-}
|
|
|
-.icon-download-alt {
|
|
|
- background-position: -96px -24px;
|
|
|
-}
|
|
|
-.icon-download {
|
|
|
- background-position: -120px -24px;
|
|
|
-}
|
|
|
-.icon-upload {
|
|
|
- background-position: -144px -24px;
|
|
|
-}
|
|
|
-.icon-inbox {
|
|
|
- background-position: -168px -24px;
|
|
|
-}
|
|
|
-.icon-play-circle {
|
|
|
- background-position: -192px -24px;
|
|
|
-}
|
|
|
-.icon-repeat {
|
|
|
- background-position: -216px -24px;
|
|
|
-}
|
|
|
-.icon-refresh {
|
|
|
- background-position: -240px -24px;
|
|
|
-}
|
|
|
-.icon-list-alt {
|
|
|
- background-position: -264px -24px;
|
|
|
-}
|
|
|
-.icon-lock {
|
|
|
- background-position: -287px -24px;
|
|
|
-}
|
|
|
-.icon-flag {
|
|
|
- background-position: -312px -24px;
|
|
|
-}
|
|
|
-.icon-headphones {
|
|
|
- background-position: -336px -24px;
|
|
|
-}
|
|
|
-.icon-volume-off {
|
|
|
- background-position: -360px -24px;
|
|
|
-}
|
|
|
-.icon-volume-down {
|
|
|
- background-position: -384px -24px;
|
|
|
-}
|
|
|
-.icon-volume-up {
|
|
|
- background-position: -408px -24px;
|
|
|
-}
|
|
|
-.icon-qrcode {
|
|
|
- background-position: -432px -24px;
|
|
|
-}
|
|
|
-.icon-barcode {
|
|
|
- background-position: -456px -24px;
|
|
|
-}
|
|
|
-.icon-tag {
|
|
|
- background-position: 0 -48px;
|
|
|
-}
|
|
|
-.icon-tags {
|
|
|
- background-position: -25px -48px;
|
|
|
-}
|
|
|
-.icon-book {
|
|
|
- background-position: -48px -48px;
|
|
|
-}
|
|
|
-.icon-bookmark {
|
|
|
- background-position: -72px -48px;
|
|
|
-}
|
|
|
-.icon-print {
|
|
|
- background-position: -96px -48px;
|
|
|
-}
|
|
|
-.icon-camera {
|
|
|
- background-position: -120px -48px;
|
|
|
-}
|
|
|
-.icon-font {
|
|
|
- background-position: -144px -48px;
|
|
|
-}
|
|
|
-.icon-bold {
|
|
|
- background-position: -167px -48px;
|
|
|
-}
|
|
|
-.icon-italic {
|
|
|
- background-position: -192px -48px;
|
|
|
-}
|
|
|
-.icon-text-height {
|
|
|
- background-position: -216px -48px;
|
|
|
-}
|
|
|
-.icon-text-width {
|
|
|
- background-position: -240px -48px;
|
|
|
-}
|
|
|
-.icon-align-left {
|
|
|
- background-position: -264px -48px;
|
|
|
-}
|
|
|
-.icon-align-center {
|
|
|
- background-position: -288px -48px;
|
|
|
-}
|
|
|
-.icon-align-right {
|
|
|
- background-position: -312px -48px;
|
|
|
-}
|
|
|
-.icon-align-justify {
|
|
|
- background-position: -336px -48px;
|
|
|
-}
|
|
|
-.icon-list {
|
|
|
- background-position: -360px -48px;
|
|
|
-}
|
|
|
-.icon-indent-left {
|
|
|
- background-position: -384px -48px;
|
|
|
-}
|
|
|
-.icon-indent-right {
|
|
|
- background-position: -408px -48px;
|
|
|
-}
|
|
|
-.icon-facetime-video {
|
|
|
- background-position: -432px -48px;
|
|
|
-}
|
|
|
-.icon-picture {
|
|
|
- background-position: -456px -48px;
|
|
|
-}
|
|
|
-.icon-pencil {
|
|
|
- background-position: 0 -72px;
|
|
|
-}
|
|
|
-.icon-map-marker {
|
|
|
- background-position: -24px -72px;
|
|
|
-}
|
|
|
-.icon-adjust {
|
|
|
- background-position: -48px -72px;
|
|
|
-}
|
|
|
-.icon-tint {
|
|
|
- background-position: -72px -72px;
|
|
|
-}
|
|
|
-.icon-edit {
|
|
|
- background-position: -96px -72px;
|
|
|
-}
|
|
|
-.icon-share {
|
|
|
- background-position: -120px -72px;
|
|
|
-}
|
|
|
-.icon-check {
|
|
|
- background-position: -144px -72px;
|
|
|
-}
|
|
|
-.icon-move {
|
|
|
- background-position: -168px -72px;
|
|
|
-}
|
|
|
-.icon-step-backward {
|
|
|
- background-position: -192px -72px;
|
|
|
-}
|
|
|
-.icon-fast-backward {
|
|
|
- background-position: -216px -72px;
|
|
|
-}
|
|
|
-.icon-backward {
|
|
|
- background-position: -240px -72px;
|
|
|
-}
|
|
|
-.icon-play {
|
|
|
- background-position: -264px -72px;
|
|
|
-}
|
|
|
-.icon-pause {
|
|
|
- background-position: -288px -72px;
|
|
|
-}
|
|
|
-.icon-stop {
|
|
|
- background-position: -312px -72px;
|
|
|
-}
|
|
|
-.icon-forward {
|
|
|
- background-position: -336px -72px;
|
|
|
-}
|
|
|
-.icon-fast-forward {
|
|
|
- background-position: -360px -72px;
|
|
|
-}
|
|
|
-.icon-step-forward {
|
|
|
- background-position: -384px -72px;
|
|
|
-}
|
|
|
-.icon-eject {
|
|
|
- background-position: -408px -72px;
|
|
|
-}
|
|
|
-.icon-chevron-left {
|
|
|
- background-position: -432px -72px;
|
|
|
-}
|
|
|
-.icon-chevron-right {
|
|
|
- background-position: -456px -72px;
|
|
|
-}
|
|
|
-.icon-plus-sign {
|
|
|
- background-position: 0 -96px;
|
|
|
-}
|
|
|
-.icon-minus-sign {
|
|
|
- background-position: -24px -96px;
|
|
|
-}
|
|
|
-.icon-remove-sign {
|
|
|
- background-position: -48px -96px;
|
|
|
-}
|
|
|
-.icon-ok-sign {
|
|
|
- background-position: -72px -96px;
|
|
|
-}
|
|
|
-.icon-question-sign {
|
|
|
- background-position: -96px -96px;
|
|
|
-}
|
|
|
-.icon-info-sign {
|
|
|
- background-position: -120px -96px;
|
|
|
-}
|
|
|
-.icon-screenshot {
|
|
|
- background-position: -144px -96px;
|
|
|
-}
|
|
|
-.icon-remove-circle {
|
|
|
- background-position: -168px -96px;
|
|
|
-}
|
|
|
-.icon-ok-circle {
|
|
|
- background-position: -192px -96px;
|
|
|
-}
|
|
|
-.icon-ban-circle {
|
|
|
- background-position: -216px -96px;
|
|
|
-}
|
|
|
-.icon-arrow-left {
|
|
|
- background-position: -240px -96px;
|
|
|
-}
|
|
|
-.icon-arrow-right {
|
|
|
- background-position: -264px -96px;
|
|
|
-}
|
|
|
-.icon-arrow-up {
|
|
|
- background-position: -289px -96px;
|
|
|
-}
|
|
|
-.icon-arrow-down {
|
|
|
- background-position: -312px -96px;
|
|
|
-}
|
|
|
-.icon-share-alt {
|
|
|
- background-position: -336px -96px;
|
|
|
-}
|
|
|
-.icon-resize-full {
|
|
|
- background-position: -360px -96px;
|
|
|
-}
|
|
|
-.icon-resize-small {
|
|
|
- background-position: -384px -96px;
|
|
|
-}
|
|
|
-.icon-plus {
|
|
|
- background-position: -408px -96px;
|
|
|
-}
|
|
|
-.icon-minus {
|
|
|
- background-position: -433px -96px;
|
|
|
-}
|
|
|
-.icon-asterisk {
|
|
|
- background-position: -456px -96px;
|
|
|
-}
|
|
|
-.icon-exclamation-sign {
|
|
|
- background-position: 0 -120px;
|
|
|
-}
|
|
|
-.icon-gift {
|
|
|
- background-position: -24px -120px;
|
|
|
-}
|
|
|
-.icon-leaf {
|
|
|
- background-position: -48px -120px;
|
|
|
-}
|
|
|
-.icon-fire {
|
|
|
- background-position: -72px -120px;
|
|
|
-}
|
|
|
-.icon-eye-open {
|
|
|
- background-position: -96px -120px;
|
|
|
-}
|
|
|
-.icon-eye-close {
|
|
|
- background-position: -120px -120px;
|
|
|
-}
|
|
|
-.icon-warning-sign {
|
|
|
- background-position: -144px -120px;
|
|
|
-}
|
|
|
-.icon-plane {
|
|
|
- background-position: -168px -120px;
|
|
|
-}
|
|
|
-.icon-calendar {
|
|
|
- background-position: -192px -120px;
|
|
|
-}
|
|
|
-.icon-random {
|
|
|
- background-position: -216px -120px;
|
|
|
- width: 16px;
|
|
|
-}
|
|
|
-.icon-comment {
|
|
|
- background-position: -240px -120px;
|
|
|
-}
|
|
|
-.icon-magnet {
|
|
|
- background-position: -264px -120px;
|
|
|
-}
|
|
|
-.icon-chevron-up {
|
|
|
- background-position: -288px -120px;
|
|
|
-}
|
|
|
-.icon-chevron-down {
|
|
|
- background-position: -313px -119px;
|
|
|
-}
|
|
|
-.icon-retweet {
|
|
|
- background-position: -336px -120px;
|
|
|
-}
|
|
|
-.icon-shopping-cart {
|
|
|
- background-position: -360px -120px;
|
|
|
-}
|
|
|
-.icon-folder-close {
|
|
|
- background-position: -384px -120px;
|
|
|
- width: 16px;
|
|
|
-}
|
|
|
-.icon-folder-open {
|
|
|
- background-position: -408px -120px;
|
|
|
- width: 16px;
|
|
|
-}
|
|
|
-.icon-resize-vertical {
|
|
|
- background-position: -432px -119px;
|
|
|
-}
|
|
|
-.icon-resize-horizontal {
|
|
|
- background-position: -456px -118px;
|
|
|
-}
|
|
|
-.icon-hdd {
|
|
|
- background-position: 0 -144px;
|
|
|
-}
|
|
|
-.icon-bullhorn {
|
|
|
- background-position: -24px -144px;
|
|
|
-}
|
|
|
-.icon-bell {
|
|
|
- background-position: -48px -144px;
|
|
|
-}
|
|
|
-.icon-certificate {
|
|
|
- background-position: -72px -144px;
|
|
|
-}
|
|
|
-.icon-thumbs-up {
|
|
|
- background-position: -96px -144px;
|
|
|
-}
|
|
|
-.icon-thumbs-down {
|
|
|
- background-position: -120px -144px;
|
|
|
-}
|
|
|
-.icon-hand-right {
|
|
|
- background-position: -144px -144px;
|
|
|
-}
|
|
|
-.icon-hand-left {
|
|
|
- background-position: -168px -144px;
|
|
|
-}
|
|
|
-.icon-hand-up {
|
|
|
- background-position: -192px -144px;
|
|
|
-}
|
|
|
-.icon-hand-down {
|
|
|
- background-position: -216px -144px;
|
|
|
-}
|
|
|
-.icon-circle-arrow-right {
|
|
|
- background-position: -240px -144px;
|
|
|
-}
|
|
|
-.icon-circle-arrow-left {
|
|
|
- background-position: -264px -144px;
|
|
|
-}
|
|
|
-.icon-circle-arrow-up {
|
|
|
- background-position: -288px -144px;
|
|
|
-}
|
|
|
-.icon-circle-arrow-down {
|
|
|
- background-position: -312px -144px;
|
|
|
-}
|
|
|
-.icon-globe {
|
|
|
- background-position: -336px -144px;
|
|
|
-}
|
|
|
-.icon-wrench {
|
|
|
- background-position: -360px -144px;
|
|
|
-}
|
|
|
-.icon-tasks {
|
|
|
- background-position: -384px -144px;
|
|
|
-}
|
|
|
-.icon-filter {
|
|
|
- background-position: -408px -144px;
|
|
|
-}
|
|
|
-.icon-briefcase {
|
|
|
- background-position: -432px -144px;
|
|
|
-}
|
|
|
-.icon-fullscreen {
|
|
|
- background-position: -456px -144px;
|
|
|
-}
|
|
|
-.dropup,
|
|
|
-.dropdown {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.dropdown-toggle {
|
|
|
- *margin-bottom: -3px;
|
|
|
-}
|
|
|
-.dropdown-toggle:active,
|
|
|
-.open .dropdown-toggle {
|
|
|
- outline: 0;
|
|
|
-}
|
|
|
-.caret {
|
|
|
- display: inline-block;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- vertical-align: top;
|
|
|
- border-top: 4px solid #000000;
|
|
|
- border-right: 4px solid transparent;
|
|
|
- border-left: 4px solid transparent;
|
|
|
- content: "";
|
|
|
-}
|
|
|
-.dropdown .caret {
|
|
|
- margin-top: 8px;
|
|
|
- margin-left: 2px;
|
|
|
-}
|
|
|
-.dropdown-menu {
|
|
|
- position: absolute;
|
|
|
- top: 100%;
|
|
|
- left: 0;
|
|
|
- z-index: 1000;
|
|
|
- display: none;
|
|
|
- float: left;
|
|
|
- min-width: 160px;
|
|
|
- padding: 5px 0;
|
|
|
- margin: 2px 0 0;
|
|
|
- list-style: none;
|
|
|
- background-color: #ffffff;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
- *border-right-width: 2px;
|
|
|
- *border-bottom-width: 2px;
|
|
|
- -webkit-border-radius: 6px;
|
|
|
- -moz-border-radius: 6px;
|
|
|
- border-radius: 6px;
|
|
|
- -webkit-border-radius: 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 0 0;
|
|
|
- border-radius: 6px 0 0 0;
|
|
|
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- -moz-box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- -ms-box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.dropdown-menu.pull-right {
|
|
|
- right: 0;
|
|
|
- left: auto;
|
|
|
-}
|
|
|
-.dropdown-menu .divider {
|
|
|
- *width: 100%;
|
|
|
- height: 1px;
|
|
|
- margin: 9px 1px;
|
|
|
- *margin: -5px 0 5px;
|
|
|
- overflow: hidden;
|
|
|
- background-color: #e5e5e5;
|
|
|
- border-bottom: 1px solid #ffffff;
|
|
|
-}
|
|
|
-.dropdown-menu > li > a {
|
|
|
- display: block;
|
|
|
- padding: 3px 20px;
|
|
|
- clear: both;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 20px;
|
|
|
- color: #333333;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-.dropdown-menu > li > a:hover,
|
|
|
-.dropdown-menu > li > a:focus,
|
|
|
-.dropdown-submenu:hover > a,
|
|
|
-.dropdown-submenu:focus > a {
|
|
|
- text-decoration: none;
|
|
|
- color: #ffffff;
|
|
|
- background-color: #0081c2;
|
|
|
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
|
|
-}
|
|
|
-.dropdown-menu > .active > a,
|
|
|
-.dropdown-menu > .active > a:hover,
|
|
|
-.dropdown-menu > .active > a:focus {
|
|
|
- color: #ffffff;
|
|
|
- text-decoration: none;
|
|
|
- outline: 0;
|
|
|
- background-color: #0081c2;
|
|
|
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
|
|
-}
|
|
|
-.dropdown-menu > .disabled > a,
|
|
|
-.dropdown-menu > .disabled > a:hover,
|
|
|
-.dropdown-menu > .disabled > a:focus {
|
|
|
- color: #999999;
|
|
|
-}
|
|
|
-.dropdown-menu > .disabled > a:hover,
|
|
|
-.dropdown-menu > .disabled > a:focus {
|
|
|
- text-decoration: none;
|
|
|
- background-color: transparent;
|
|
|
- background-image: none;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
- cursor: default;
|
|
|
-}
|
|
|
-.open {
|
|
|
- *z-index: 1000;
|
|
|
-}
|
|
|
-.open > .dropdown-menu {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-.dropdown-backdrop {
|
|
|
- position: fixed;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- top: 0;
|
|
|
- z-index: 990;
|
|
|
-}
|
|
|
-.pull-right > .dropdown-menu {
|
|
|
- right: 0;
|
|
|
- left: auto;
|
|
|
-}
|
|
|
-.dropup .caret,
|
|
|
-.navbar-fixed-bottom .dropdown .caret {
|
|
|
- border-top: 0;
|
|
|
- border-bottom: 4px solid #000000;
|
|
|
- content: "";
|
|
|
-}
|
|
|
-.dropup .dropdown-menu,
|
|
|
-.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
|
- top: auto;
|
|
|
- bottom: 100%;
|
|
|
- margin-bottom: 1px;
|
|
|
-}
|
|
|
-.dropdown-submenu {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.dropdown-submenu > .dropdown-menu {
|
|
|
- top: 0;
|
|
|
- left: 100%;
|
|
|
- margin-top: -6px;
|
|
|
- margin-left: -1px;
|
|
|
- -webkit-border-radius: 0 6px 6px 6px;
|
|
|
- -moz-border-radius: 0 6px 6px 6px;
|
|
|
- border-radius: 0 6px 6px 6px;
|
|
|
- -webkit-border-radius: 0 6px 6px 6px 0 0 0;
|
|
|
- -moz-border-radius: 0 6px 6px 6px 0 0 0;
|
|
|
- border-radius: 0 6px 6px 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.dropdown-submenu:hover > .dropdown-menu {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-.dropup .dropdown-submenu > .dropdown-menu {
|
|
|
- top: auto;
|
|
|
- bottom: 0;
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: -2px;
|
|
|
- -webkit-border-radius: 5px 5px 5px 0;
|
|
|
- -moz-border-radius: 5px 5px 5px 0;
|
|
|
- border-radius: 5px 5px 5px 0;
|
|
|
- -webkit-border-radius: 5px 5px 5px 0 0 0 0;
|
|
|
- -moz-border-radius: 5px 5px 5px 0 0 0 0;
|
|
|
- border-radius: 5px 5px 5px 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.dropdown-submenu > a:after {
|
|
|
- display: block;
|
|
|
- content: " ";
|
|
|
- float: right;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-color: transparent;
|
|
|
- border-style: solid;
|
|
|
- border-width: 5px 0 5px 5px;
|
|
|
- border-left-color: #cccccc;
|
|
|
- margin-top: 5px;
|
|
|
- margin-right: -10px;
|
|
|
-}
|
|
|
-.dropdown-submenu:hover > a:after {
|
|
|
- border-left-color: #ffffff;
|
|
|
-}
|
|
|
-.dropdown-submenu.pull-left {
|
|
|
- float: none;
|
|
|
-}
|
|
|
-.dropdown-submenu.pull-left > .dropdown-menu {
|
|
|
- left: -100%;
|
|
|
- margin-left: 10px;
|
|
|
- -webkit-border-radius: 6px 0 6px 6px;
|
|
|
- -moz-border-radius: 6px 0 6px 6px;
|
|
|
- border-radius: 6px 0 6px 6px;
|
|
|
- -webkit-border-radius: 6px 0 6px 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 6px 6px 0 0 0;
|
|
|
- border-radius: 6px 0 6px 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.dropdown .dropdown-menu .nav-header {
|
|
|
- padding-left: 20px;
|
|
|
- padding-right: 20px;
|
|
|
-}
|
|
|
-.typeahead {
|
|
|
- z-index: 1051;
|
|
|
- margin-top: 2px;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.well {
|
|
|
- min-height: 20px;
|
|
|
- padding: 19px;
|
|
|
- margin-bottom: 20px;
|
|
|
- background-color: #f5f5f5;
|
|
|
- border: 1px solid #e3e3e3;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 1px rgba(0, 0, 0, 0.05) #000000;
|
|
|
-}
|
|
|
-.well blockquote {
|
|
|
- border-color: #ddd;
|
|
|
- border-color: rgba(0, 0, 0, 0.15);
|
|
|
-}
|
|
|
-.well-large {
|
|
|
- padding: 24px;
|
|
|
- -webkit-border-radius: 6px;
|
|
|
- -moz-border-radius: 6px;
|
|
|
- border-radius: 6px;
|
|
|
- -webkit-border-radius: 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 0 0;
|
|
|
- border-radius: 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.well-small {
|
|
|
- padding: 9px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 0;
|
|
|
- -moz-border-radius: 3px 0 0 0;
|
|
|
- border-radius: 3px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.fade {
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: opacity 0.15s linear;
|
|
|
- -moz-transition: opacity 0.15s linear;
|
|
|
- -o-transition: opacity 0.15s linear;
|
|
|
- transition: opacity 0.15s linear;
|
|
|
-}
|
|
|
-.fade.in {
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-.collapse {
|
|
|
- position: relative;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.35s ease;
|
|
|
- -moz-transition: height 0.35s ease;
|
|
|
- -o-transition: height 0.35s ease;
|
|
|
- transition: height 0.35s ease;
|
|
|
-}
|
|
|
-.collapse.in {
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-.close {
|
|
|
- float: right;
|
|
|
- font-size: 20px;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 20px;
|
|
|
- color: #000000;
|
|
|
- text-shadow: 0 1px 0 #ffffff;
|
|
|
- opacity: 0.2;
|
|
|
- filter: alpha(opacity=20);
|
|
|
- -webkit-opacity: 20;
|
|
|
- -khtml-opacity: 20;
|
|
|
- -moz-opacity: 20;
|
|
|
- opacity: 20;
|
|
|
-}
|
|
|
-.close:hover,
|
|
|
-.close:focus {
|
|
|
- color: #000000;
|
|
|
- text-decoration: none;
|
|
|
- cursor: pointer;
|
|
|
- opacity: 0.4;
|
|
|
- filter: alpha(opacity=40);
|
|
|
- -webkit-opacity: 40;
|
|
|
- -khtml-opacity: 40;
|
|
|
- -moz-opacity: 40;
|
|
|
- opacity: 40;
|
|
|
-}
|
|
|
-button.close {
|
|
|
- padding: 0;
|
|
|
- cursor: pointer;
|
|
|
- background: transparent;
|
|
|
- border: 0;
|
|
|
- -webkit-appearance: none;
|
|
|
-}
|
|
|
-.btn {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- padding: 4px 12px;
|
|
|
- margin-bottom: 0;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 20px;
|
|
|
- text-align: center;
|
|
|
- vertical-align: middle;
|
|
|
- cursor: pointer;
|
|
|
- color: #333333;
|
|
|
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
|
- background-color: #f5f5f5;
|
|
|
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
|
|
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #e6e6e6;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
- border: 1px solid #cccccc;
|
|
|
- *border: 0;
|
|
|
- border-bottom-color: #b3b3b3;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- *margin-left: .3em;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
-}
|
|
|
-.btn:hover,
|
|
|
-.btn:focus,
|
|
|
-.btn:active,
|
|
|
-.btn.active,
|
|
|
-.btn.disabled,
|
|
|
-.btn[disabled] {
|
|
|
- color: #333333;
|
|
|
- background-color: #e6e6e6;
|
|
|
- *background-color: #d9d9d9;
|
|
|
-}
|
|
|
-.btn:active,
|
|
|
-.btn.active {
|
|
|
- background-color: #cccccc \9;
|
|
|
-}
|
|
|
-.btn:first-child {
|
|
|
- *margin-left: 0;
|
|
|
-}
|
|
|
-.btn:hover,
|
|
|
-.btn:focus {
|
|
|
- color: #333333;
|
|
|
- text-decoration: none;
|
|
|
- background-position: 0 -15px;
|
|
|
- -webkit-transition: background-position 0.1s linear;
|
|
|
- -moz-transition: background-position 0.1s linear;
|
|
|
- -o-transition: background-position 0.1s linear;
|
|
|
- transition: background-position 0.1s linear;
|
|
|
-}
|
|
|
-.btn:focus {
|
|
|
- outline: thin dotted #333;
|
|
|
- outline: 5px auto -webkit-focus-ring-color;
|
|
|
- outline-offset: -2px;
|
|
|
-}
|
|
|
-.btn.active,
|
|
|
-.btn:active {
|
|
|
- background-image: none;
|
|
|
- outline: 0;
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
-}
|
|
|
-.btn.disabled,
|
|
|
-.btn[disabled] {
|
|
|
- cursor: default;
|
|
|
- background-image: none;
|
|
|
- opacity: 0.65;
|
|
|
- filter: alpha(opacity=65);
|
|
|
- -webkit-opacity: 65;
|
|
|
- -khtml-opacity: 65;
|
|
|
- -moz-opacity: 65;
|
|
|
- opacity: 65;
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 none #000000;
|
|
|
- -moz-box-shadow: 0 0 none #000000;
|
|
|
- -ms-box-shadow: 0 0 none #000000;
|
|
|
- box-shadow: 0 0 none #000000;
|
|
|
-}
|
|
|
-.btn-large {
|
|
|
- padding: 11px 19px;
|
|
|
- font-size: 17.5px;
|
|
|
- -webkit-border-radius: 6px;
|
|
|
- -moz-border-radius: 6px;
|
|
|
- border-radius: 6px;
|
|
|
- -webkit-border-radius: 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 0 0;
|
|
|
- border-radius: 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-large [class^="icon-"],
|
|
|
-.btn-large [class*=" icon-"] {
|
|
|
- margin-top: 4px;
|
|
|
-}
|
|
|
-.btn-small {
|
|
|
- padding: 2px 10px;
|
|
|
- font-size: 11.9px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 0;
|
|
|
- -moz-border-radius: 3px 0 0 0;
|
|
|
- border-radius: 3px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-small [class^="icon-"],
|
|
|
-.btn-small [class*=" icon-"] {
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-.btn-mini [class^="icon-"],
|
|
|
-.btn-mini [class*=" icon-"] {
|
|
|
- margin-top: -1px;
|
|
|
-}
|
|
|
-.btn-mini {
|
|
|
- padding: 0 6px;
|
|
|
- font-size: 10.5px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 0;
|
|
|
- -moz-border-radius: 3px 0 0 0;
|
|
|
- border-radius: 3px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-block {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 0;
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
- -moz-box-sizing: border-box;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-.btn-block + .btn-block {
|
|
|
- margin-top: 5px;
|
|
|
-}
|
|
|
-input[type="submit"].btn-block,
|
|
|
-input[type="reset"].btn-block,
|
|
|
-input[type="button"].btn-block {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-.btn-primary.active,
|
|
|
-.btn-warning.active,
|
|
|
-.btn-danger.active,
|
|
|
-.btn-success.active,
|
|
|
-.btn-info.active,
|
|
|
-.btn-inverse.active {
|
|
|
- color: rgba(255, 255, 255, 0.75);
|
|
|
-}
|
|
|
-.btn-primary {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #006dcc;
|
|
|
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
|
|
- background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
|
|
- background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
|
|
- background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
|
|
- border-color: #0044cc #0044cc #002a80;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #0044cc;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-.btn-primary:hover,
|
|
|
-.btn-primary:focus,
|
|
|
-.btn-primary:active,
|
|
|
-.btn-primary.active,
|
|
|
-.btn-primary.disabled,
|
|
|
-.btn-primary[disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #0044cc;
|
|
|
- *background-color: #003bb3;
|
|
|
-}
|
|
|
-.btn-primary:active,
|
|
|
-.btn-primary.active {
|
|
|
- background-color: #003399 \9;
|
|
|
-}
|
|
|
-.btn-warning {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #faa732;
|
|
|
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
|
|
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
|
|
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
|
|
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
|
|
- border-color: #f89406 #f89406 #ad6704;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #f89406;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-.btn-warning:hover,
|
|
|
-.btn-warning:focus,
|
|
|
-.btn-warning:active,
|
|
|
-.btn-warning.active,
|
|
|
-.btn-warning.disabled,
|
|
|
-.btn-warning[disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #f89406;
|
|
|
- *background-color: #df8505;
|
|
|
-}
|
|
|
-.btn-warning:active,
|
|
|
-.btn-warning.active {
|
|
|
- background-color: #c67605 \9;
|
|
|
-}
|
|
|
-.btn-danger {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #da4f49;
|
|
|
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
|
|
|
- background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
|
|
- background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
|
|
- background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
|
|
|
- border-color: #bd362f #bd362f #802420;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #bd362f;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-.btn-danger:hover,
|
|
|
-.btn-danger:focus,
|
|
|
-.btn-danger:active,
|
|
|
-.btn-danger.active,
|
|
|
-.btn-danger.disabled,
|
|
|
-.btn-danger[disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #bd362f;
|
|
|
- *background-color: #a9302a;
|
|
|
-}
|
|
|
-.btn-danger:active,
|
|
|
-.btn-danger.active {
|
|
|
- background-color: #942a25 \9;
|
|
|
-}
|
|
|
-.btn-success {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #5bb75b;
|
|
|
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
|
|
- background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
|
|
- background-image: -o-linear-gradient(top, #62c462, #51a351);
|
|
|
- background-image: linear-gradient(to bottom, #62c462, #51a351);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
|
|
- border-color: #51a351 #51a351 #387038;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #51a351;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-.btn-success:hover,
|
|
|
-.btn-success:focus,
|
|
|
-.btn-success:active,
|
|
|
-.btn-success.active,
|
|
|
-.btn-success.disabled,
|
|
|
-.btn-success[disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #51a351;
|
|
|
- *background-color: #499249;
|
|
|
-}
|
|
|
-.btn-success:active,
|
|
|
-.btn-success.active {
|
|
|
- background-color: #408140 \9;
|
|
|
-}
|
|
|
-.btn-info {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #49afcd;
|
|
|
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
|
|
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
|
|
- border-color: #2f96b4 #2f96b4 #1f6377;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #2f96b4;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-.btn-info:hover,
|
|
|
-.btn-info:focus,
|
|
|
-.btn-info:active,
|
|
|
-.btn-info.active,
|
|
|
-.btn-info.disabled,
|
|
|
-.btn-info[disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #2f96b4;
|
|
|
- *background-color: #2a85a0;
|
|
|
-}
|
|
|
-.btn-info:active,
|
|
|
-.btn-info.active {
|
|
|
- background-color: #24748c \9;
|
|
|
-}
|
|
|
-.btn-inverse {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #363636;
|
|
|
- background-image: -moz-linear-gradient(top, #444444, #222222);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
|
|
- background-image: -webkit-linear-gradient(top, #444444, #222222);
|
|
|
- background-image: -o-linear-gradient(top, #444444, #222222);
|
|
|
- background-image: linear-gradient(to bottom, #444444, #222222);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
|
|
|
- border-color: #222222 #222222 #000000;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #222222;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-.btn-inverse:hover,
|
|
|
-.btn-inverse:focus,
|
|
|
-.btn-inverse:active,
|
|
|
-.btn-inverse.active,
|
|
|
-.btn-inverse.disabled,
|
|
|
-.btn-inverse[disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #222222;
|
|
|
- *background-color: #151515;
|
|
|
-}
|
|
|
-.btn-inverse:active,
|
|
|
-.btn-inverse.active {
|
|
|
- background-color: #080808 \9;
|
|
|
-}
|
|
|
-button.btn,
|
|
|
-input[type="submit"].btn {
|
|
|
- *padding-top: 3px;
|
|
|
- *padding-bottom: 3px;
|
|
|
-}
|
|
|
-button.btn::-moz-focus-inner,
|
|
|
-input[type="submit"].btn::-moz-focus-inner {
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-button.btn.btn-large,
|
|
|
-input[type="submit"].btn.btn-large {
|
|
|
- *padding-top: 7px;
|
|
|
- *padding-bottom: 7px;
|
|
|
-}
|
|
|
-button.btn.btn-small,
|
|
|
-input[type="submit"].btn.btn-small {
|
|
|
- *padding-top: 3px;
|
|
|
- *padding-bottom: 3px;
|
|
|
-}
|
|
|
-button.btn.btn-mini,
|
|
|
-input[type="submit"].btn.btn-mini {
|
|
|
- *padding-top: 1px;
|
|
|
- *padding-bottom: 1px;
|
|
|
-}
|
|
|
-.btn-link,
|
|
|
-.btn-link:active,
|
|
|
-.btn-link[disabled] {
|
|
|
- background-color: transparent;
|
|
|
- background-image: none;
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 none #000000;
|
|
|
- -moz-box-shadow: 0 0 none #000000;
|
|
|
- -ms-box-shadow: 0 0 none #000000;
|
|
|
- box-shadow: 0 0 none #000000;
|
|
|
-}
|
|
|
-.btn-link {
|
|
|
- border-color: transparent;
|
|
|
- cursor: pointer;
|
|
|
- color: #0088cc;
|
|
|
- -webkit-border-radius: 0;
|
|
|
- -moz-border-radius: 0;
|
|
|
- border-radius: 0;
|
|
|
- -webkit-border-radius: 0 0 0 0;
|
|
|
- -moz-border-radius: 0 0 0 0;
|
|
|
- border-radius: 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-link:hover,
|
|
|
-.btn-link:focus {
|
|
|
- color: #005580;
|
|
|
- text-decoration: underline;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-.btn-link[disabled]:hover,
|
|
|
-.btn-link[disabled]:focus {
|
|
|
- color: #333333;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-.btn-group {
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- font-size: 0;
|
|
|
- vertical-align: middle;
|
|
|
- white-space: nowrap;
|
|
|
- *margin-left: .3em;
|
|
|
-}
|
|
|
-.btn-group:first-child {
|
|
|
- *margin-left: 0;
|
|
|
-}
|
|
|
-.btn-group + .btn-group {
|
|
|
- margin-left: 5px;
|
|
|
-}
|
|
|
-.btn-toolbar {
|
|
|
- font-size: 0;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
-.btn-toolbar > .btn + .btn,
|
|
|
-.btn-toolbar > .btn-group + .btn,
|
|
|
-.btn-toolbar > .btn + .btn-group {
|
|
|
- margin-left: 5px;
|
|
|
-}
|
|
|
-.btn-group > .btn {
|
|
|
- position: relative;
|
|
|
- -webkit-border-radius: 0;
|
|
|
- -moz-border-radius: 0;
|
|
|
- border-radius: 0;
|
|
|
- -webkit-border-radius: 0 0 0 0;
|
|
|
- -moz-border-radius: 0 0 0 0;
|
|
|
- border-radius: 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-group > .btn + .btn {
|
|
|
- margin-left: -1px;
|
|
|
-}
|
|
|
-.btn-group > .btn,
|
|
|
-.btn-group > .dropdown-menu,
|
|
|
-.btn-group > .popover {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.btn-group > .btn-mini {
|
|
|
- font-size: 10.5px;
|
|
|
-}
|
|
|
-.btn-group > .btn-small {
|
|
|
- font-size: 11.9px;
|
|
|
-}
|
|
|
-.btn-group > .btn-large {
|
|
|
- font-size: 17.5px;
|
|
|
-}
|
|
|
-.btn-group > .btn:first-child {
|
|
|
- margin-left: 0;
|
|
|
- -webkit-border-top-left-radius: 4px;
|
|
|
- -moz-border-radius-topleft: 4px;
|
|
|
- border-top-left-radius: 4px;
|
|
|
- -webkit-border-bottom-left-radius: 4px;
|
|
|
- -moz-border-radius-bottomleft: 4px;
|
|
|
- border-bottom-left-radius: 4px;
|
|
|
-}
|
|
|
-.btn-group > .btn:last-child,
|
|
|
-.btn-group > .dropdown-toggle {
|
|
|
- -webkit-border-top-right-radius: 4px;
|
|
|
- -moz-border-radius-topright: 4px;
|
|
|
- border-top-right-radius: 4px;
|
|
|
- -webkit-border-bottom-right-radius: 4px;
|
|
|
- -moz-border-radius-bottomright: 4px;
|
|
|
- border-bottom-right-radius: 4px;
|
|
|
-}
|
|
|
-.btn-group > .btn.large:first-child {
|
|
|
- margin-left: 0;
|
|
|
- -webkit-border-top-left-radius: 6px;
|
|
|
- -moz-border-radius-topleft: 6px;
|
|
|
- border-top-left-radius: 6px;
|
|
|
- -webkit-border-bottom-left-radius: 6px;
|
|
|
- -moz-border-radius-bottomleft: 6px;
|
|
|
- border-bottom-left-radius: 6px;
|
|
|
-}
|
|
|
-.btn-group > .btn.large:last-child,
|
|
|
-.btn-group > .large.dropdown-toggle {
|
|
|
- -webkit-border-top-right-radius: 6px;
|
|
|
- -moz-border-radius-topright: 6px;
|
|
|
- border-top-right-radius: 6px;
|
|
|
- -webkit-border-bottom-right-radius: 6px;
|
|
|
- -moz-border-radius-bottomright: 6px;
|
|
|
- border-bottom-right-radius: 6px;
|
|
|
-}
|
|
|
-.btn-group > .btn:hover,
|
|
|
-.btn-group > .btn:focus,
|
|
|
-.btn-group > .btn:active,
|
|
|
-.btn-group > .btn.active {
|
|
|
- z-index: 2;
|
|
|
-}
|
|
|
-.btn-group .dropdown-toggle:active,
|
|
|
-.btn-group.open .dropdown-toggle {
|
|
|
- outline: 0;
|
|
|
-}
|
|
|
-.btn-group > .btn + .dropdown-toggle {
|
|
|
- padding-left: 8px;
|
|
|
- padding-right: 8px;
|
|
|
- -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- *padding-top: 5px;
|
|
|
- *padding-bottom: 5px;
|
|
|
-}
|
|
|
-.btn-group > .btn-mini + .dropdown-toggle {
|
|
|
- padding-left: 5px;
|
|
|
- padding-right: 5px;
|
|
|
- *padding-top: 2px;
|
|
|
- *padding-bottom: 2px;
|
|
|
-}
|
|
|
-.btn-group > .btn-small + .dropdown-toggle {
|
|
|
- *padding-top: 5px;
|
|
|
- *padding-bottom: 4px;
|
|
|
-}
|
|
|
-.btn-group > .btn-large + .dropdown-toggle {
|
|
|
- padding-left: 12px;
|
|
|
- padding-right: 12px;
|
|
|
- *padding-top: 7px;
|
|
|
- *padding-bottom: 7px;
|
|
|
-}
|
|
|
-.btn-group.open .dropdown-toggle {
|
|
|
- background-image: none;
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
-}
|
|
|
-.btn-group.open .btn.dropdown-toggle {
|
|
|
- background-color: #e6e6e6;
|
|
|
-}
|
|
|
-.btn-group.open .btn-primary.dropdown-toggle {
|
|
|
- background-color: #0044cc;
|
|
|
-}
|
|
|
-.btn-group.open .btn-warning.dropdown-toggle {
|
|
|
- background-color: #f89406;
|
|
|
-}
|
|
|
-.btn-group.open .btn-danger.dropdown-toggle {
|
|
|
- background-color: #bd362f;
|
|
|
-}
|
|
|
-.btn-group.open .btn-success.dropdown-toggle {
|
|
|
- background-color: #51a351;
|
|
|
-}
|
|
|
-.btn-group.open .btn-info.dropdown-toggle {
|
|
|
- background-color: #2f96b4;
|
|
|
-}
|
|
|
-.btn-group.open .btn-inverse.dropdown-toggle {
|
|
|
- background-color: #222222;
|
|
|
-}
|
|
|
-.btn .caret {
|
|
|
- margin-top: 8px;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.btn-large .caret {
|
|
|
- margin-top: 6px;
|
|
|
-}
|
|
|
-.btn-large .caret {
|
|
|
- border-left-width: 5px;
|
|
|
- border-right-width: 5px;
|
|
|
- border-top-width: 5px;
|
|
|
-}
|
|
|
-.btn-mini .caret,
|
|
|
-.btn-small .caret {
|
|
|
- margin-top: 8px;
|
|
|
-}
|
|
|
-.dropup .btn-large .caret {
|
|
|
- border-bottom-width: 5px;
|
|
|
-}
|
|
|
-.btn-primary .caret,
|
|
|
-.btn-warning .caret,
|
|
|
-.btn-danger .caret,
|
|
|
-.btn-info .caret,
|
|
|
-.btn-success .caret,
|
|
|
-.btn-inverse .caret {
|
|
|
- border-top-color: #ffffff;
|
|
|
- border-bottom-color: #ffffff;
|
|
|
-}
|
|
|
-.btn-group-vertical {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.btn-group-vertical > .btn {
|
|
|
- display: block;
|
|
|
- float: none;
|
|
|
- max-width: 100%;
|
|
|
- -webkit-border-radius: 0;
|
|
|
- -moz-border-radius: 0;
|
|
|
- border-radius: 0;
|
|
|
- -webkit-border-radius: 0 0 0 0;
|
|
|
- -moz-border-radius: 0 0 0 0;
|
|
|
- border-radius: 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-group-vertical > .btn + .btn {
|
|
|
- margin-left: 0;
|
|
|
- margin-top: -1px;
|
|
|
-}
|
|
|
-.btn-group-vertical > .btn:first-child {
|
|
|
- -webkit-border-radius: 4px 4px 0 0;
|
|
|
- -moz-border-radius: 4px 4px 0 0;
|
|
|
- border-radius: 4px 4px 0 0;
|
|
|
- -webkit-border-radius: 4px 4px 0 0 0 0 0;
|
|
|
- -moz-border-radius: 4px 4px 0 0 0 0 0;
|
|
|
- border-radius: 4px 4px 0 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-group-vertical > .btn:last-child {
|
|
|
- -webkit-border-radius: 0 0 4px 4px;
|
|
|
- -moz-border-radius: 0 0 4px 4px;
|
|
|
- border-radius: 0 0 4px 4px;
|
|
|
- -webkit-border-radius: 0 0 4px 4px 0 0 0;
|
|
|
- -moz-border-radius: 0 0 4px 4px 0 0 0;
|
|
|
- border-radius: 0 0 4px 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-group-vertical > .btn-large:first-child {
|
|
|
- -webkit-border-radius: 6px 6px 0 0;
|
|
|
- -moz-border-radius: 6px 6px 0 0;
|
|
|
- border-radius: 6px 6px 0 0;
|
|
|
- -webkit-border-radius: 6px 6px 0 0 0 0 0;
|
|
|
- -moz-border-radius: 6px 6px 0 0 0 0 0;
|
|
|
- border-radius: 6px 6px 0 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.btn-group-vertical > .btn-large:last-child {
|
|
|
- -webkit-border-radius: 0 0 6px 6px;
|
|
|
- -moz-border-radius: 0 0 6px 6px;
|
|
|
- border-radius: 0 0 6px 6px;
|
|
|
- -webkit-border-radius: 0 0 6px 6px 0 0 0;
|
|
|
- -moz-border-radius: 0 0 6px 6px 0 0 0;
|
|
|
- border-radius: 0 0 6px 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.alert {
|
|
|
- padding: 8px 35px 8px 14px;
|
|
|
- margin-bottom: 20px;
|
|
|
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
- background-color: #fcf8e3;
|
|
|
- border: 1px solid #fbeed5;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.alert,
|
|
|
-.alert h4 {
|
|
|
- color: #c09853;
|
|
|
-}
|
|
|
-.alert h4 {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-.alert .close {
|
|
|
- position: relative;
|
|
|
- top: -2px;
|
|
|
- right: -21px;
|
|
|
- line-height: 20px;
|
|
|
-}
|
|
|
-.alert-success {
|
|
|
- background-color: #dff0d8;
|
|
|
- border-color: #d6e9c6;
|
|
|
- color: #468847;
|
|
|
-}
|
|
|
-.alert-success h4 {
|
|
|
- color: #468847;
|
|
|
-}
|
|
|
-.alert-danger,
|
|
|
-.alert-error {
|
|
|
- background-color: #f2dede;
|
|
|
- border-color: #eed3d7;
|
|
|
- color: #b94a48;
|
|
|
-}
|
|
|
-.alert-danger h4,
|
|
|
-.alert-error h4 {
|
|
|
- color: #b94a48;
|
|
|
-}
|
|
|
-.alert-info {
|
|
|
- background-color: #d9edf7;
|
|
|
- border-color: #bce8f1;
|
|
|
- color: #3a87ad;
|
|
|
-}
|
|
|
-.alert-info h4 {
|
|
|
- color: #3a87ad;
|
|
|
-}
|
|
|
-.alert-block {
|
|
|
- padding-top: 14px;
|
|
|
- padding-bottom: 14px;
|
|
|
-}
|
|
|
-.alert-block > p,
|
|
|
-.alert-block > ul {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-.alert-block p + p {
|
|
|
- margin-top: 5px;
|
|
|
-}
|
|
|
-.modal-backdrop {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 1040;
|
|
|
- background-color: #000000;
|
|
|
-}
|
|
|
-.modal-backdrop.fade {
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-.modal-backdrop,
|
|
|
-.modal-backdrop.fade.in {
|
|
|
- opacity: 0.8;
|
|
|
- filter: alpha(opacity=80);
|
|
|
- -webkit-opacity: 80;
|
|
|
- -khtml-opacity: 80;
|
|
|
- -moz-opacity: 80;
|
|
|
- opacity: 80;
|
|
|
-}
|
|
|
-.modal {
|
|
|
- position: fixed;
|
|
|
- top: 10%;
|
|
|
- left: 50%;
|
|
|
- z-index: 1050;
|
|
|
- width: 560px;
|
|
|
- margin-left: -280px;
|
|
|
- background-color: #ffffff;
|
|
|
- border: 1px solid #999;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.3);
|
|
|
- *border: 1px solid #999;
|
|
|
- /* IE6-7 */
|
|
|
- -webkit-border-radius: 6px;
|
|
|
- -moz-border-radius: 6px;
|
|
|
- border-radius: 6px;
|
|
|
- -webkit-border-radius: 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 0 0;
|
|
|
- border-radius: 6px 0 0 0;
|
|
|
- -moz-background-clip: padding;
|
|
|
- -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 0 3px 7px rgba(0, 0, 0, 0.3) #000000;
|
|
|
- -moz-box-shadow: 0 0 0 3px 7px rgba(0, 0, 0, 0.3) #000000;
|
|
|
- -ms-box-shadow: 0 0 0 3px 7px rgba(0, 0, 0, 0.3) #000000;
|
|
|
- box-shadow: 0 0 0 3px 7px rgba(0, 0, 0, 0.3) #000000;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding-box;
|
|
|
- background-clip: padding-box;
|
|
|
- outline: none;
|
|
|
-}
|
|
|
-.modal.fade {
|
|
|
- -webkit-transition: opacity .3s linear, top .3s ease-out;
|
|
|
- -moz-transition: opacity .3s linear, top .3s ease-out;
|
|
|
- -o-transition: opacity .3s linear, top .3s ease-out;
|
|
|
- transition: opacity .3s linear, top .3s ease-out;
|
|
|
- top: -25%;
|
|
|
-}
|
|
|
-.modal.fade.in {
|
|
|
- top: 10%;
|
|
|
-}
|
|
|
-.modal-header {
|
|
|
- padding: 9px 15px;
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
-}
|
|
|
-.modal-header .close {
|
|
|
- margin-top: 2px;
|
|
|
-}
|
|
|
-.modal-header h3 {
|
|
|
- margin: 0;
|
|
|
- line-height: 30px;
|
|
|
-}
|
|
|
-.modal-body {
|
|
|
- position: relative;
|
|
|
- overflow-y: auto;
|
|
|
- max-height: 400px;
|
|
|
- padding: 15px;
|
|
|
-}
|
|
|
-.modal-form {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-.modal-footer {
|
|
|
- padding: 14px 15px 15px;
|
|
|
- margin-bottom: 0;
|
|
|
- text-align: right;
|
|
|
- background-color: #f5f5f5;
|
|
|
- border-top: 1px solid #ddd;
|
|
|
- -webkit-border-radius: 0 0 6px 6px;
|
|
|
- -moz-border-radius: 0 0 6px 6px;
|
|
|
- border-radius: 0 0 6px 6px;
|
|
|
- -webkit-border-radius: 0 0 6px 6px 0 0 0;
|
|
|
- -moz-border-radius: 0 0 6px 6px 0 0 0;
|
|
|
- border-radius: 0 0 6px 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
- -moz-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
- box-shadow: inset 0 1px 0 #ffffff;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 0 #ffffff #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 0 #ffffff #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 0 #ffffff #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 0 #ffffff #000000;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.modal-footer:before,
|
|
|
-.modal-footer:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.modal-footer:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.modal-footer .btn + .btn {
|
|
|
- margin-left: 5px;
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-.modal-footer .btn-group .btn + .btn {
|
|
|
- margin-left: -1px;
|
|
|
-}
|
|
|
-.modal-footer .btn-block + .btn-block {
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.tooltip {
|
|
|
- position: absolute;
|
|
|
- z-index: 1030;
|
|
|
- display: block;
|
|
|
- visibility: visible;
|
|
|
- font-size: 11px;
|
|
|
- line-height: 1.4;
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-.tooltip.in {
|
|
|
- opacity: 0.8;
|
|
|
- filter: alpha(opacity=80);
|
|
|
- -webkit-opacity: 80;
|
|
|
- -khtml-opacity: 80;
|
|
|
- -moz-opacity: 80;
|
|
|
- opacity: 80;
|
|
|
-}
|
|
|
-.tooltip.top {
|
|
|
- margin-top: -3px;
|
|
|
- padding: 5px 0;
|
|
|
-}
|
|
|
-.tooltip.right {
|
|
|
- margin-left: 3px;
|
|
|
- padding: 0 5px;
|
|
|
-}
|
|
|
-.tooltip.bottom {
|
|
|
- margin-top: 3px;
|
|
|
- padding: 5px 0;
|
|
|
-}
|
|
|
-.tooltip.left {
|
|
|
- margin-left: -3px;
|
|
|
- padding: 0 5px;
|
|
|
-}
|
|
|
-.tooltip-inner {
|
|
|
- max-width: 200px;
|
|
|
- padding: 8px;
|
|
|
- color: #ffffff;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
- background-color: #000000;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.tooltip-arrow {
|
|
|
- position: absolute;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-color: transparent;
|
|
|
- border-style: solid;
|
|
|
-}
|
|
|
-.tooltip.top .tooltip-arrow {
|
|
|
- bottom: 0;
|
|
|
- left: 50%;
|
|
|
- margin-left: -5px;
|
|
|
- border-width: 5px 5px 0;
|
|
|
- border-top-color: #000000;
|
|
|
-}
|
|
|
-.tooltip.right .tooltip-arrow {
|
|
|
- top: 50%;
|
|
|
- left: 0;
|
|
|
- margin-top: -5px;
|
|
|
- border-width: 5px 5px 5px 0;
|
|
|
- border-right-color: #000000;
|
|
|
-}
|
|
|
-.tooltip.left .tooltip-arrow {
|
|
|
- top: 50%;
|
|
|
- right: 0;
|
|
|
- margin-top: -5px;
|
|
|
- border-width: 5px 0 5px 5px;
|
|
|
- border-left-color: #000000;
|
|
|
-}
|
|
|
-.tooltip.bottom .tooltip-arrow {
|
|
|
- top: 0;
|
|
|
- left: 50%;
|
|
|
- margin-left: -5px;
|
|
|
- border-width: 0 5px 5px;
|
|
|
- border-bottom-color: #000000;
|
|
|
-}
|
|
|
-.popover {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 1010;
|
|
|
- display: none;
|
|
|
- max-width: 276px;
|
|
|
- padding: 1px;
|
|
|
- text-align: left;
|
|
|
- background-color: #ffffff;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-border-radius: 6px;
|
|
|
- -moz-border-radius: 6px;
|
|
|
- border-radius: 6px;
|
|
|
- -webkit-border-radius: 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 0 0;
|
|
|
- border-radius: 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- -moz-box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- -ms-box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- box-shadow: 0 0 0 5px 10px rgba(0, 0, 0, 0.2) #000000;
|
|
|
- white-space: normal;
|
|
|
-}
|
|
|
-.popover.top {
|
|
|
- margin-top: -10px;
|
|
|
-}
|
|
|
-.popover.right {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-.popover.bottom {
|
|
|
- margin-top: 10px;
|
|
|
-}
|
|
|
-.popover.left {
|
|
|
- margin-left: -10px;
|
|
|
-}
|
|
|
-.popover-title {
|
|
|
- margin: 0;
|
|
|
- padding: 8px 14px;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 18px;
|
|
|
- background-color: #f7f7f7;
|
|
|
- border-bottom: 1px solid #ebebeb;
|
|
|
- -webkit-border-radius: 5px 5px 0 0;
|
|
|
- -moz-border-radius: 5px 5px 0 0;
|
|
|
- border-radius: 5px 5px 0 0;
|
|
|
- -webkit-border-radius: 5px 5px 0 0 0 0 0;
|
|
|
- -moz-border-radius: 5px 5px 0 0 0 0 0;
|
|
|
- border-radius: 5px 5px 0 0 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.popover-title:empty {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.popover-content {
|
|
|
- padding: 9px 14px;
|
|
|
-}
|
|
|
-.popover .arrow,
|
|
|
-.popover .arrow:after {
|
|
|
- position: absolute;
|
|
|
- display: block;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-color: transparent;
|
|
|
- border-style: solid;
|
|
|
-}
|
|
|
-.popover .arrow {
|
|
|
- border-width: 11px;
|
|
|
-}
|
|
|
-.popover .arrow:after {
|
|
|
- border-width: 10px;
|
|
|
- content: "";
|
|
|
-}
|
|
|
-.popover.top .arrow {
|
|
|
- left: 50%;
|
|
|
- margin-left: -11px;
|
|
|
- border-bottom-width: 0;
|
|
|
- border-top-color: #999;
|
|
|
- border-top-color: rgba(0, 0, 0, 0.25);
|
|
|
- bottom: -11px;
|
|
|
-}
|
|
|
-.popover.top .arrow:after {
|
|
|
- bottom: 1px;
|
|
|
- margin-left: -10px;
|
|
|
- border-bottom-width: 0;
|
|
|
- border-top-color: #ffffff;
|
|
|
-}
|
|
|
-.popover.right .arrow {
|
|
|
- top: 50%;
|
|
|
- left: -11px;
|
|
|
- margin-top: -11px;
|
|
|
- border-left-width: 0;
|
|
|
- border-right-color: #999;
|
|
|
- border-right-color: rgba(0, 0, 0, 0.25);
|
|
|
-}
|
|
|
-.popover.right .arrow:after {
|
|
|
- left: 1px;
|
|
|
- bottom: -10px;
|
|
|
- border-left-width: 0;
|
|
|
- border-right-color: #ffffff;
|
|
|
-}
|
|
|
-.popover.bottom .arrow {
|
|
|
- left: 50%;
|
|
|
- margin-left: -11px;
|
|
|
- border-top-width: 0;
|
|
|
- border-bottom-color: #999;
|
|
|
- border-bottom-color: rgba(0, 0, 0, 0.25);
|
|
|
- top: -11px;
|
|
|
-}
|
|
|
-.popover.bottom .arrow:after {
|
|
|
- top: 1px;
|
|
|
- margin-left: -10px;
|
|
|
- border-top-width: 0;
|
|
|
- border-bottom-color: #ffffff;
|
|
|
-}
|
|
|
-.popover.left .arrow {
|
|
|
- top: 50%;
|
|
|
- right: -11px;
|
|
|
- margin-top: -11px;
|
|
|
- border-right-width: 0;
|
|
|
- border-left-color: #999;
|
|
|
- border-left-color: rgba(0, 0, 0, 0.25);
|
|
|
-}
|
|
|
-.popover.left .arrow:after {
|
|
|
- right: 1px;
|
|
|
- border-right-width: 0;
|
|
|
- border-left-color: #ffffff;
|
|
|
- bottom: -10px;
|
|
|
-}
|
|
|
-.thumbnails {
|
|
|
- margin-left: -20px;
|
|
|
- list-style: none;
|
|
|
- *zoom: 1;
|
|
|
-}
|
|
|
-.thumbnails:before,
|
|
|
-.thumbnails:after {
|
|
|
- display: table;
|
|
|
- content: "";
|
|
|
- line-height: 0;
|
|
|
-}
|
|
|
-.thumbnails:after {
|
|
|
- clear: both;
|
|
|
-}
|
|
|
-.row-fluid .thumbnails {
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-.thumbnails > li {
|
|
|
- float: left;
|
|
|
- margin-bottom: 20px;
|
|
|
- margin-left: 20px;
|
|
|
-}
|
|
|
-.thumbnail {
|
|
|
- display: block;
|
|
|
- padding: 4px;
|
|
|
- line-height: 20px;
|
|
|
- border: 1px solid #ddd;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
|
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
|
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.055) #000000;
|
|
|
- -moz-box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.055) #000000;
|
|
|
- -ms-box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.055) #000000;
|
|
|
- box-shadow: 0 0 0 1px 3px rgba(0, 0, 0, 0.055) #000000;
|
|
|
- -webkit-transition: all 0.2s ease-in-out;
|
|
|
- -moz-transition: all 0.2s ease-in-out;
|
|
|
- -o-transition: all 0.2s ease-in-out;
|
|
|
- transition: all 0.2s ease-in-out;
|
|
|
-}
|
|
|
-a.thumbnail:hover,
|
|
|
-a.thumbnail:focus {
|
|
|
- border-color: #0088cc;
|
|
|
- -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
|
|
- -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
|
|
- box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 0 1px 4px rgba(0, 105, 214, 0.25) #000000;
|
|
|
- -moz-box-shadow: 0 0 0 1px 4px rgba(0, 105, 214, 0.25) #000000;
|
|
|
- -ms-box-shadow: 0 0 0 1px 4px rgba(0, 105, 214, 0.25) #000000;
|
|
|
- box-shadow: 0 0 0 1px 4px rgba(0, 105, 214, 0.25) #000000;
|
|
|
-}
|
|
|
-.thumbnail > img {
|
|
|
- display: block;
|
|
|
- max-width: 100%;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
-}
|
|
|
-.thumbnail .caption {
|
|
|
- padding: 9px;
|
|
|
- color: #555555;
|
|
|
-}
|
|
|
-.media,
|
|
|
-.media-body {
|
|
|
- overflow: hidden;
|
|
|
- *overflow: visible;
|
|
|
- zoom: 1;
|
|
|
-}
|
|
|
-.media,
|
|
|
-.media .media {
|
|
|
- margin-top: 15px;
|
|
|
-}
|
|
|
-.media:first-child {
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-.media-object {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-.media-heading {
|
|
|
- margin: 0 0 5px;
|
|
|
-}
|
|
|
-.media > .pull-left {
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-.media > .pull-right {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-.media-list {
|
|
|
- margin-left: 0;
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-.label,
|
|
|
-.badge {
|
|
|
- display: inline-block;
|
|
|
- padding: 2px 4px;
|
|
|
- font-size: 11.844px;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 14px;
|
|
|
- color: #ffffff;
|
|
|
- vertical-align: baseline;
|
|
|
- white-space: nowrap;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #999999;
|
|
|
-}
|
|
|
-.label {
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 0;
|
|
|
- -moz-border-radius: 3px 0 0 0;
|
|
|
- border-radius: 3px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.badge {
|
|
|
- padding-left: 9px;
|
|
|
- padding-right: 9px;
|
|
|
- -webkit-border-radius: 9px;
|
|
|
- -moz-border-radius: 9px;
|
|
|
- border-radius: 9px;
|
|
|
- -webkit-border-radius: 9px 0 0 0;
|
|
|
- -moz-border-radius: 9px 0 0 0;
|
|
|
- border-radius: 9px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.label:empty,
|
|
|
-.badge:empty {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-a.label:hover,
|
|
|
-a.label:focus,
|
|
|
-a.badge:hover,
|
|
|
-a.badge:focus {
|
|
|
- color: #ffffff;
|
|
|
- text-decoration: none;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.label-important,
|
|
|
-.badge-important {
|
|
|
- background-color: #b94a48;
|
|
|
-}
|
|
|
-.label-important[href],
|
|
|
-.badge-important[href] {
|
|
|
- background-color: #953b39;
|
|
|
-}
|
|
|
-.label-warning,
|
|
|
-.badge-warning {
|
|
|
- background-color: #f89406;
|
|
|
-}
|
|
|
-.label-warning[href],
|
|
|
-.badge-warning[href] {
|
|
|
- background-color: #c67605;
|
|
|
-}
|
|
|
-.label-success,
|
|
|
-.badge-success {
|
|
|
- background-color: #468847;
|
|
|
-}
|
|
|
-.label-success[href],
|
|
|
-.badge-success[href] {
|
|
|
- background-color: #356635;
|
|
|
-}
|
|
|
-.label-info,
|
|
|
-.badge-info {
|
|
|
- background-color: #3a87ad;
|
|
|
-}
|
|
|
-.label-info[href],
|
|
|
-.badge-info[href] {
|
|
|
- background-color: #2d6987;
|
|
|
-}
|
|
|
-.label-inverse,
|
|
|
-.badge-inverse {
|
|
|
- background-color: #333333;
|
|
|
-}
|
|
|
-.label-inverse[href],
|
|
|
-.badge-inverse[href] {
|
|
|
- background-color: #1a1a1a;
|
|
|
-}
|
|
|
-.btn .label,
|
|
|
-.btn .badge {
|
|
|
- position: relative;
|
|
|
- top: -1px;
|
|
|
-}
|
|
|
-.btn-mini .label,
|
|
|
-.btn-mini .badge {
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-@-webkit-keyframes progress-bar-stripes {
|
|
|
- from {
|
|
|
- background-position: 40px 0;
|
|
|
- }
|
|
|
- to {
|
|
|
- background-position: 0 0;
|
|
|
- }
|
|
|
-}
|
|
|
-@-moz-keyframes progress-bar-stripes {
|
|
|
- from {
|
|
|
- background-position: 40px 0;
|
|
|
- }
|
|
|
- to {
|
|
|
- background-position: 0 0;
|
|
|
- }
|
|
|
-}
|
|
|
-@-ms-keyframes progress-bar-stripes {
|
|
|
- from {
|
|
|
- background-position: 40px 0;
|
|
|
- }
|
|
|
- to {
|
|
|
- background-position: 0 0;
|
|
|
- }
|
|
|
-}
|
|
|
-@-o-keyframes progress-bar-stripes {
|
|
|
- from {
|
|
|
- background-position: 0 0;
|
|
|
- }
|
|
|
- to {
|
|
|
- background-position: 40px 0;
|
|
|
- }
|
|
|
-}
|
|
|
-@keyframes progress-bar-stripes {
|
|
|
- from {
|
|
|
- background-position: 40px 0;
|
|
|
- }
|
|
|
- to {
|
|
|
- background-position: 0 0;
|
|
|
- }
|
|
|
-}
|
|
|
-.progress {
|
|
|
- overflow: hidden;
|
|
|
- height: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
- background-color: #f7f7f7;
|
|
|
- background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
|
|
- background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
|
|
- background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
|
|
- background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
|
|
|
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.1) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.1) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.1) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 2px rgba(0, 0, 0, 0.1) #000000;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.progress .bar {
|
|
|
- width: 0%;
|
|
|
- height: 100%;
|
|
|
- color: #ffffff;
|
|
|
- float: left;
|
|
|
- font-size: 12px;
|
|
|
- text-align: center;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #0e90d2;
|
|
|
- background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
|
|
- background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
|
|
- background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
|
|
- background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
|
|
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 -1px 0 rgba(0, 0, 0, 0.15) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 -1px 0 rgba(0, 0, 0, 0.15) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 -1px 0 rgba(0, 0, 0, 0.15) #000000;
|
|
|
- box-shadow: 0 0 inset 0 -1px 0 rgba(0, 0, 0, 0.15) #000000;
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
- -moz-box-sizing: border-box;
|
|
|
- box-sizing: border-box;
|
|
|
- -webkit-transition: width 0.6s ease;
|
|
|
- -moz-transition: width 0.6s ease;
|
|
|
- -o-transition: width 0.6s ease;
|
|
|
- transition: width 0.6s ease;
|
|
|
-}
|
|
|
-.progress .bar + .bar {
|
|
|
- -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
|
|
|
- -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
|
|
|
- box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15) #000000;
|
|
|
- box-shadow: 0 0 inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15) #000000;
|
|
|
-}
|
|
|
-.progress-striped .bar {
|
|
|
- background-color: #149bdf;
|
|
|
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
|
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- -webkit-background-size: 40px 40px;
|
|
|
- -moz-background-size: 40px 40px;
|
|
|
- -o-background-size: 40px 40px;
|
|
|
- background-size: 40px 40px;
|
|
|
-}
|
|
|
-.progress.active .bar {
|
|
|
- -webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
|
- -moz-animation: progress-bar-stripes 2s linear infinite;
|
|
|
- -ms-animation: progress-bar-stripes 2s linear infinite;
|
|
|
- -o-animation: progress-bar-stripes 2s linear infinite;
|
|
|
- animation: progress-bar-stripes 2s linear infinite;
|
|
|
-}
|
|
|
-.progress-danger .bar,
|
|
|
-.progress .bar-danger {
|
|
|
- background-color: #dd514c;
|
|
|
- background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
|
|
- background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
|
|
- background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
|
|
- background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
|
|
-}
|
|
|
-.progress-danger.progress-striped .bar,
|
|
|
-.progress-striped .bar-danger {
|
|
|
- background-color: #ee5f5b;
|
|
|
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
|
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
-}
|
|
|
-.progress-success .bar,
|
|
|
-.progress .bar-success {
|
|
|
- background-color: #5eb95e;
|
|
|
- background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
|
|
- background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
|
|
- background-image: -o-linear-gradient(top, #62c462, #57a957);
|
|
|
- background-image: linear-gradient(to bottom, #62c462, #57a957);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
|
|
-}
|
|
|
-.progress-success.progress-striped .bar,
|
|
|
-.progress-striped .bar-success {
|
|
|
- background-color: #62c462;
|
|
|
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
|
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
-}
|
|
|
-.progress-info .bar,
|
|
|
-.progress .bar-info {
|
|
|
- background-color: #4bb1cf;
|
|
|
- background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
|
|
- background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
|
|
- background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
|
|
- background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
|
|
-}
|
|
|
-.progress-info.progress-striped .bar,
|
|
|
-.progress-striped .bar-info {
|
|
|
- background-color: #5bc0de;
|
|
|
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
|
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
-}
|
|
|
-.progress-warning .bar,
|
|
|
-.progress .bar-warning {
|
|
|
- background-color: #faa732;
|
|
|
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
|
|
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
|
|
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
|
|
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
|
|
-}
|
|
|
-.progress-warning.progress-striped .bar,
|
|
|
-.progress-striped .bar-warning {
|
|
|
- background-color: #fbb450;
|
|
|
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
|
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
-}
|
|
|
-.accordion {
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-.accordion-group {
|
|
|
- margin-bottom: 2px;
|
|
|
- border: 1px solid #e5e5e5;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.accordion-heading {
|
|
|
- border-bottom: 0;
|
|
|
-}
|
|
|
-.accordion-heading .accordion-toggle {
|
|
|
- display: block;
|
|
|
- padding: 8px 15px;
|
|
|
-}
|
|
|
-.accordion-toggle {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.accordion-inner {
|
|
|
- padding: 9px 15px;
|
|
|
- border-top: 1px solid #e5e5e5;
|
|
|
-}
|
|
|
-.carousel {
|
|
|
- position: relative;
|
|
|
- margin-bottom: 20px;
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-.carousel-inner {
|
|
|
- overflow: hidden;
|
|
|
- width: 100%;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.carousel-inner > .item {
|
|
|
- display: none;
|
|
|
- position: relative;
|
|
|
- -webkit-transition: 0.6s ease-in-out left;
|
|
|
- -moz-transition: 0.6s ease-in-out left;
|
|
|
- -o-transition: 0.6s ease-in-out left;
|
|
|
- transition: 0.6s ease-in-out left;
|
|
|
-}
|
|
|
-.carousel-inner > .item > img,
|
|
|
-.carousel-inner > .item > a > img {
|
|
|
- display: block;
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-.carousel-inner > .active,
|
|
|
-.carousel-inner > .next,
|
|
|
-.carousel-inner > .prev {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-.carousel-inner > .active {
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-.carousel-inner > .next,
|
|
|
-.carousel-inner > .prev {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-.carousel-inner > .next {
|
|
|
- left: 100%;
|
|
|
-}
|
|
|
-.carousel-inner > .prev {
|
|
|
- left: -100%;
|
|
|
-}
|
|
|
-.carousel-inner > .next.left,
|
|
|
-.carousel-inner > .prev.right {
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-.carousel-inner > .active.left {
|
|
|
- left: -100%;
|
|
|
-}
|
|
|
-.carousel-inner > .active.right {
|
|
|
- left: 100%;
|
|
|
-}
|
|
|
-.carousel-control {
|
|
|
- position: absolute;
|
|
|
- top: 40%;
|
|
|
- left: 15px;
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- margin-top: -20px;
|
|
|
- font-size: 60px;
|
|
|
- font-weight: 100;
|
|
|
- line-height: 30px;
|
|
|
- color: #ffffff;
|
|
|
- text-align: center;
|
|
|
- background: #222222;
|
|
|
- border: 3px solid #ffffff;
|
|
|
- -webkit-border-radius: 23px;
|
|
|
- -moz-border-radius: 23px;
|
|
|
- border-radius: 23px;
|
|
|
- -webkit-border-radius: 23px 0 0 0;
|
|
|
- -moz-border-radius: 23px 0 0 0;
|
|
|
- border-radius: 23px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- opacity: 0.5;
|
|
|
- filter: alpha(opacity=50);
|
|
|
- -webkit-opacity: 50;
|
|
|
- -khtml-opacity: 50;
|
|
|
- -moz-opacity: 50;
|
|
|
- opacity: 50;
|
|
|
-}
|
|
|
-.carousel-control.right {
|
|
|
- left: auto;
|
|
|
- right: 15px;
|
|
|
-}
|
|
|
-.carousel-control:hover,
|
|
|
-.carousel-control:focus {
|
|
|
- color: #ffffff;
|
|
|
- text-decoration: none;
|
|
|
- opacity: 0.9;
|
|
|
- filter: alpha(opacity=90);
|
|
|
- -webkit-opacity: 90;
|
|
|
- -khtml-opacity: 90;
|
|
|
- -moz-opacity: 90;
|
|
|
- opacity: 90;
|
|
|
-}
|
|
|
-.carousel-indicators {
|
|
|
- position: absolute;
|
|
|
- top: 15px;
|
|
|
- right: 15px;
|
|
|
- z-index: 5;
|
|
|
- margin: 0;
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-.carousel-indicators li {
|
|
|
- display: block;
|
|
|
- float: left;
|
|
|
- width: 10px;
|
|
|
- height: 10px;
|
|
|
- margin-left: 5px;
|
|
|
- text-indent: -999px;
|
|
|
- background-color: #ccc;
|
|
|
- background-color: rgba(255, 255, 255, 0.25);
|
|
|
- border-radius: 5px;
|
|
|
-}
|
|
|
-.carousel-indicators .active {
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-.carousel-caption {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- padding: 15px;
|
|
|
- background: #333333;
|
|
|
- background: rgba(0, 0, 0, 0.75);
|
|
|
-}
|
|
|
-.carousel-caption h4,
|
|
|
-.carousel-caption p {
|
|
|
- color: #ffffff;
|
|
|
- line-height: 20px;
|
|
|
-}
|
|
|
-.carousel-caption h4 {
|
|
|
- margin: 0 0 5px;
|
|
|
-}
|
|
|
-.carousel-caption p {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-.hero-unit {
|
|
|
- padding: 60px;
|
|
|
- margin-bottom: 30px;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 200;
|
|
|
- line-height: 30px;
|
|
|
- color: inherit;
|
|
|
- background-color: #eeeeee;
|
|
|
- -webkit-border-radius: 6px;
|
|
|
- -moz-border-radius: 6px;
|
|
|
- border-radius: 6px;
|
|
|
- -webkit-border-radius: 6px 0 0 0;
|
|
|
- -moz-border-radius: 6px 0 0 0;
|
|
|
- border-radius: 6px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.hero-unit h1 {
|
|
|
- margin-bottom: 0;
|
|
|
- font-size: 60px;
|
|
|
- line-height: 1;
|
|
|
- color: inherit;
|
|
|
- letter-spacing: -1px;
|
|
|
-}
|
|
|
-.hero-unit li {
|
|
|
- line-height: 30px;
|
|
|
-}
|
|
|
-.pull-right {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-.pull-left {
|
|
|
- float: left;
|
|
|
-}
|
|
|
-.hide {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.show {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-.invisible {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.affix {
|
|
|
- position: fixed;
|
|
|
-}
|
|
|
/*
|
|
|
- * www.g-u-i.net
|
|
|
- */
|
|
|
-body {
|
|
|
- font-size: 16px;
|
|
|
- font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif;
|
|
|
- font-weight: 500;
|
|
|
- font-style: normal;
|
|
|
- line-height: 1.3;
|
|
|
-}
|
|
|
-a {
|
|
|
- color: #007BC2;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-h1 {
|
|
|
- font-size: 1.6em;
|
|
|
-}
|
|
|
-h2 {
|
|
|
- font-size: 1.5em;
|
|
|
-}
|
|
|
-h3 {
|
|
|
- font-size: 1.4em;
|
|
|
-}
|
|
|
-h4 {
|
|
|
- font-size: 1.3em;
|
|
|
-}
|
|
|
-h5 {
|
|
|
- font-size: 1.2em;
|
|
|
-}
|
|
|
-h6 {
|
|
|
- font-size: 1.1em;
|
|
|
-}
|
|
|
-input,
|
|
|
-button,
|
|
|
-select,
|
|
|
-textarea {
|
|
|
- font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif;
|
|
|
- font-weight: 500;
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-#footer #footer-bottom {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#footer #footer-bottom .block {
|
|
|
- font-size: 8px;
|
|
|
-}
|
|
|
-/** RESPONSIVE break points */
|
|
|
-body {
|
|
|
- overflow-y: scroll;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-/** NIVEAU 0 */
|
|
|
-#root {
|
|
|
- min-width: 320px;
|
|
|
-}
|
|
|
-.ie8 #root {
|
|
|
- min-width: 1024px;
|
|
|
-}
|
|
|
-/** NIVEAU 1 */
|
|
|
-#container {
|
|
|
- margin: 0 auto;
|
|
|
- position: relative;
|
|
|
- -webkit-transition: padding-top 0.5s ease-out ease-out;
|
|
|
- -moz-transition: padding-top 0.5s ease-out ease-out;
|
|
|
- -o-transition: padding-top 0.5s ease-out ease-out;
|
|
|
- transition: padding-top 0.5s ease-out ease-out;
|
|
|
-}
|
|
|
-/** NIVEAU 2 */
|
|
|
-#header {
|
|
|
- z-index: 1000;
|
|
|
- width: 96%;
|
|
|
- padding-left: 2%;
|
|
|
- padding-right: 2%;
|
|
|
-}
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
- #header {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- margin: 0 auto;
|
|
|
- background-color: #ffffff;
|
|
|
- min-width: 310.4px;
|
|
|
- }
|
|
|
-}
|
|
|
-.editmenu-enabled #header {
|
|
|
- margin-top: 30px;
|
|
|
-}
|
|
|
-.admin-menu #header {
|
|
|
- margin-top: 35px;
|
|
|
-}
|
|
|
-#utilities {
|
|
|
- z-index: 999;
|
|
|
- background-color: #ffffff;
|
|
|
- width: 96%;
|
|
|
- padding-left: 2%;
|
|
|
- padding-right: 2%;
|
|
|
-}
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
- html.no-touch #utilities {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- margin: 0 auto;
|
|
|
- min-width: 310.4px;
|
|
|
- margin-top: 60px;
|
|
|
- }
|
|
|
- html.no-touch .editmenu-enabled #utilities {
|
|
|
- margin-top: 80px;
|
|
|
- }
|
|
|
- html.no-touch .admin-menu #utilities {
|
|
|
- margin-top: 85px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #utilities > .region {
|
|
|
- padding-top: 5px;
|
|
|
- padding-bottom: 5px;
|
|
|
- }
|
|
|
-}
|
|
|
-#main {
|
|
|
- width: 96%;
|
|
|
- padding-left: 2%;
|
|
|
- padding-right: 2%;
|
|
|
- overflow-x: hidden;
|
|
|
-}
|
|
|
-#footer {
|
|
|
- width: 96%;
|
|
|
- padding-left: 2%;
|
|
|
- padding-right: 2%;
|
|
|
-}
|
|
|
-/** NIVEAU 3 */
|
|
|
-.footer-block .region,
|
|
|
-.header-block {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-/** NIVEAU 4 */
|
|
|
-#center {
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-/** Z-INDEX */
|
|
|
-#block-feedback-form {
|
|
|
- z-index: 1001;
|
|
|
-}
|
|
|
-#admin-menu {
|
|
|
- z-index: 1002;
|
|
|
-}
|
|
|
-#admin-toolbar {
|
|
|
- z-index: 1003;
|
|
|
-}
|
|
|
-.op-visible {
|
|
|
- visibility: visible;
|
|
|
-}
|
|
|
-.csstransitions .op-visible {
|
|
|
- opacity: 0.01;
|
|
|
- filter: alpha(opacity=1);
|
|
|
- -webkit-opacity: 1;
|
|
|
- -khtml-opacity: 1;
|
|
|
- -moz-opacity: 1;
|
|
|
- opacity: 1;
|
|
|
- -webkit-transition: opacity 0.3s ease-out;
|
|
|
- -moz-transition: opacity 0.3s ease-out;
|
|
|
- -o-transition: opacity 0.3s ease-out;
|
|
|
- transition: opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.op-hidden {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.op-hidden > * {
|
|
|
- margin-top: -100000px;
|
|
|
-}
|
|
|
-.csstransition .op-hidden {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -o-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.csstransition .op-hidden > * {
|
|
|
- -webkit-transition: margin-top 0s 0.3s;
|
|
|
- -moz-transition: margin-top 0s 0.3s;
|
|
|
- -o-transition: margin-top 0s 0.3s;
|
|
|
- transition: margin-top 0s 0.3s;
|
|
|
-}
|
|
|
-/** colomnized() */
|
|
|
-/** HEADER */
|
|
|
-#header {
|
|
|
- padding-top: 5px;
|
|
|
- padding-bottom: 10px;
|
|
|
- height: 45px;
|
|
|
-}
|
|
|
-#header a,
|
|
|
-#header a:active,
|
|
|
-#header a:visited {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-#header .logo {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-#header .logo h1 {
|
|
|
- margin: 0;
|
|
|
- font-size: 36px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: baseline;
|
|
|
- position: relative;
|
|
|
- line-height: 1.25;
|
|
|
-}
|
|
|
-#header .logo h1 a:hover {
|
|
|
- text-decoration: none ;
|
|
|
-}
|
|
|
-#header .logo span.beta {
|
|
|
- line-height: 1;
|
|
|
- letter-spacing: 0.1em;
|
|
|
- color: #00007a;
|
|
|
- font-size: 12px;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- padding-left: 0;
|
|
|
- margin-left: 0;
|
|
|
-}
|
|
|
-#header .logo span.slogan {
|
|
|
- font-size: 14px;
|
|
|
- margin-top: -3px;
|
|
|
- margin-left: -0.5em;
|
|
|
- font-weight: 900;
|
|
|
-}
|
|
|
-@media screen and (max-width: 979px) {
|
|
|
- #header .logo span.slogan {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-.ie8 #header .logo span.slogan {
|
|
|
- position: absolute;
|
|
|
- margin-top: 22px;
|
|
|
-}
|
|
|
-#header #header-blocks {
|
|
|
- padding-top: 17px;
|
|
|
- float: right;
|
|
|
- text-align: right;
|
|
|
- text-transform: capitalize;
|
|
|
-}
|
|
|
-#header #header-blocks > .region {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- padding-right: 1em;
|
|
|
- margin-right: 1em;
|
|
|
- border-right: 1px solid #707070;
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #header #header-blocks > .region {
|
|
|
- padding-right: 0.3em;
|
|
|
- margin-right: 0.3em;
|
|
|
- }
|
|
|
-}
|
|
|
-#header #header-blocks > .region:last-child {
|
|
|
- border: none;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#header #header-blocks .block {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-#header #header-blocks .block h2 {
|
|
|
- font-size: 12px;
|
|
|
- margin: 0;
|
|
|
- line-height: 1.2;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-#header #header-blocks .block:not(:last-child) {
|
|
|
- padding-right: 0.8em;
|
|
|
-}
|
|
|
-@media screen and (max-width: 1199px) {
|
|
|
- #header #header-blocks .block:not(:last-child) {
|
|
|
- padding-right: 0.3em;
|
|
|
- }
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login {
|
|
|
- font-size: 12px;
|
|
|
- text-align: left;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login h2 {
|
|
|
- padding-right: 5px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login h2 i {
|
|
|
- vertical-align: text-bottom;
|
|
|
- margin: 0 2px 2px 0;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login form#user-login-form {
|
|
|
- position: absolute;
|
|
|
- overflow: hidden;
|
|
|
- right: 0;
|
|
|
- margin: 0;
|
|
|
- height: 0;
|
|
|
- -webkit-transition: height 0.3s ease-out;
|
|
|
- -moz-transition: height 0.3s ease-out;
|
|
|
- -o-transition: height 0.3s ease-out;
|
|
|
- transition: height 0.3s ease-out;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login form#user-login-form > div {
|
|
|
- padding: 5px;
|
|
|
- margin: 5px;
|
|
|
- background-color: #e6e6e6;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login form#user-login-form .form-item {
|
|
|
- margin: 0;
|
|
|
- padding-bottom: 5px;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login form#user-login-form input.form-text {
|
|
|
- width: 150px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login form#user-login-form #edit-actions {
|
|
|
- margin: 5px 0;
|
|
|
- padding: 0;
|
|
|
- background-color: transparent;
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login form#user-login-form #edit-actions input.form-submit {
|
|
|
- font-size: 12px;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-user-login form#user-login-form div.newpass a {
|
|
|
- font-size: 12px;
|
|
|
- color: #686868;
|
|
|
-}
|
|
|
-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 screen and (max-width: 479px) {
|
|
|
- #header #header-blocks #block-user-login span.login {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 {
|
|
|
- margin: 0;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 1.1;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists {
|
|
|
- position: absolute;
|
|
|
- z-index: 20;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- min-width: 100%;
|
|
|
- margin: 0 0 0 -5px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-.ie8 #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists {
|
|
|
- background: #FFF;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists ul {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li {
|
|
|
- list-style: none;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 700;
|
|
|
- padding: 0 10px;
|
|
|
- text-align: left;
|
|
|
- width: 200px;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.3s ease-out;
|
|
|
- -moz-transition: height 0.3s ease-out;
|
|
|
- -o-transition: height 0.3s ease-out;
|
|
|
- transition: height 0.3s ease-out;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a.open-list {
|
|
|
- max-width: 150px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.count {
|
|
|
- font-weight: 300;
|
|
|
- padding: 0 5px;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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 {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -o-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.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;
|
|
|
- -moz-transition: margin-top 0s 0.3s;
|
|
|
- -o-transition: margin-top 0s 0.3s;
|
|
|
- transition: margin-top 0s 0.3s;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists {
|
|
|
- padding-bottom: 5px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists li {
|
|
|
- height: 15px;
|
|
|
- padding: 3px 10px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 i {
|
|
|
- vertical-align: text-bottom;
|
|
|
- margin: 0 2px 2px 0;
|
|
|
-}
|
|
|
-@media screen and (min-width: 980px) {
|
|
|
- #header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 i {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 979px) {
|
|
|
- #header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 span.menu-title {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-#header #header-blocks #block-ajax-register-ajax-register-block {
|
|
|
- font-size: 12px;
|
|
|
- text-transform: lowercase;
|
|
|
-}
|
|
|
-#header #header-blocks #block-logintoboggan-logintoboggan-logged-in {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-logintoboggan-logintoboggan-logged-in i {
|
|
|
- vertical-align: text-bottom;
|
|
|
- margin: 0 2px 1px 0;
|
|
|
-}
|
|
|
-#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account {
|
|
|
- text-transform: lowercase;
|
|
|
-}
|
|
|
-#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.logout {
|
|
|
- display: none;
|
|
|
- margin-left: 5px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-logintoboggan-logintoboggan-logged-in .icon-off {
|
|
|
- margin: 0 0.5em 0 0.5em;
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-#header #header-blocks #headerblock-right .block {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-#header #header-blocks #headerblock-right .block:first-child {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-#header #header-blocks #block-locale-language {
|
|
|
- margin-left: 1em;
|
|
|
-}
|
|
|
-#header #header-blocks #block-locale-language ul,
|
|
|
-#header #header-blocks #block-locale-language li {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- list-style-type: none;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-#header #header-blocks #block-locale-language ul.active,
|
|
|
-#header #header-blocks #block-locale-language li.active {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.ie8 #header #header-blocks #block-locale-language {
|
|
|
- padding-top: 5px;
|
|
|
-}
|
|
|
-.ie8 #header #header-blocks #block-menu-menu-top-menu h2 {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#header #header-blocks #block-menu-menu-top-menu h2 i {
|
|
|
- vertical-align: text-bottom;
|
|
|
- margin: 0 0 2px 0;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-.ie8 #header #header-blocks #block-menu-menu-top-menu ul.menu,
|
|
|
-.ie8 #header #header-blocks #block-menu-menu-top-menu li {
|
|
|
- display: inline;
|
|
|
-}
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
- #header #header-blocks #block-menu-menu-top-menu h2 {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- #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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
- #header #header-blocks #block-menu-menu-top-menu a {
|
|
|
- padding: 0 0.5em 0 0;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #header #header-blocks #block-menu-menu-top-menu {
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- #header #header-blocks #block-menu-menu-top-menu h2 .menu-title {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- #header #header-blocks #block-menu-menu-top-menu .menu-wrapper {
|
|
|
- position: absolute;
|
|
|
- width: 150px;
|
|
|
- display: none;
|
|
|
- right: 0;
|
|
|
- padding-top: 5px;
|
|
|
- }
|
|
|
- #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu {
|
|
|
- background-color: #e6e6e6;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- padding: 0 5px 5px 5px;
|
|
|
- margin: 0;
|
|
|
- text-align: right;
|
|
|
- }
|
|
|
- #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li {
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.3s ease-out;
|
|
|
- -moz-transition: height 0.3s ease-out;
|
|
|
- -o-transition: height 0.3s ease-out;
|
|
|
- transition: height 0.3s ease-out;
|
|
|
- }
|
|
|
- #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li a {
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
- padding: 2px 5px;
|
|
|
- font-size: 12px;
|
|
|
- }
|
|
|
- html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover,
|
|
|
- #header #header-blocks #block-menu-menu-top-menu.hovered {
|
|
|
- z-index: 1000;
|
|
|
- }
|
|
|
- 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;
|
|
|
- }
|
|
|
- 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;
|
|
|
- }
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-user-old-database-link a {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-user-front-link a {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-user-front-link i {
|
|
|
- vertical-align: text-bottom;
|
|
|
- margin: 0 2px 2px 0;
|
|
|
-}
|
|
|
-#header #header-blocks #block-materio-user-front-link span.text {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#utilities {
|
|
|
- margin-top: 60px;
|
|
|
-}
|
|
|
-.not-logged-in #utilities {
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#utilities.closed {
|
|
|
- height: 0;
|
|
|
-}
|
|
|
-#utilities.closed .tabs,
|
|
|
-#utilities.closed .node-didactique {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#highlighted {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
|
|
|
- -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
|
|
|
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
|
|
|
- padding: 0.5em;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
- #highlighted {
|
|
|
- margin: 20px 0 6px;
|
|
|
- }
|
|
|
- #highlighted .block {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: top;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique {
|
|
|
- width: 65%;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .side {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: top;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .group-sideleft {
|
|
|
- width: 65%;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .group-sideright {
|
|
|
- width: 30%;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .field-name-title-field {
|
|
|
- font-size: 24px;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .node.emvideo .group-sideleft,
|
|
|
- #highlighted .block-materio-didactique .node.emvideo .group-sideright {
|
|
|
- width: 47%;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .node.emvideo .group-sideleft {
|
|
|
- margin-right: 2%;
|
|
|
- }
|
|
|
- #highlighted #block-materio-user-user-register {
|
|
|
- width: 30%;
|
|
|
- padding: 5px;
|
|
|
- height: 290px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (min-width: 480px) {
|
|
|
- #highlighted .block-materio-didactique .side {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: top;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #highlighted {
|
|
|
- margin: 10px 0 6px;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .group-sideleft,
|
|
|
- #highlighted .block-materio-didactique .group-sideright {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .field-name-title-field {
|
|
|
- font-size: 20px;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .node-didactique:not(:first-child) .field-name-title-field {
|
|
|
- font-weight: normal;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .node-didactique:not(:first-child) .field-name-title-field:before {
|
|
|
- content: "- ";
|
|
|
- }
|
|
|
- html.js #highlighted .block-materio-didactique .node-didactique {
|
|
|
- height: auto;
|
|
|
- height: 25px;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- html.js #highlighted .block-materio-didactique .node-didactique.opened {
|
|
|
- height: auto;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (min-width: 480px) and (max-width: 767px) {
|
|
|
- #highlighted .block-materio-didactique .group-sideleft {
|
|
|
- width: 50%;
|
|
|
- }
|
|
|
- #highlighted .block-materio-didactique .group-sideright {
|
|
|
- width: 50%;
|
|
|
- }
|
|
|
-}
|
|
|
-.oldie #highlighted .block {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-#highlighted .block-materio-didactique .node-didactique {
|
|
|
- font-size: 14px;
|
|
|
- background-color: #ffffff;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-#highlighted .block-materio-didactique .node-didactique .side {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-#highlighted .block-materio-didactique .node-didactique .field-name-title-field {
|
|
|
- font-weight: 900;
|
|
|
- font-style: italic;
|
|
|
- padding: 5px 0;
|
|
|
-}
|
|
|
-#highlighted .block-materio-didactique .node-didactique .field-name-field-visuel {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#highlighted .block-materio-didactique .node-didactique .field-name-field-visuel figure,
|
|
|
-#highlighted .block-materio-didactique .node-didactique .field-name-field-visuel img {
|
|
|
- display: inline;
|
|
|
-}
|
|
|
-#highlighted .block-materio-didactique .node-didactique.emvideo .field-name-field-visuel {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.ie8 #highlighted .block-materio-didactique .node-didactique .player {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique {
|
|
|
- position: relative;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .slides {
|
|
|
- height: 270px;
|
|
|
- margin: 0;
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .slides .node-didactique {
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .slides .field-name-title-field {
|
|
|
- height: 30px;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .slides .group-column-wrapper {
|
|
|
- height: 240px;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .side {
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-@media screen and (max-width: 479px) {
|
|
|
- html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
|
- width: 290px;
|
|
|
- height: 163.125px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (min-width: 480px) and (max-width: 767px) {
|
|
|
- html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
|
- width: 216px;
|
|
|
- height: 121.5px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (min-width: 768px) and (max-width: 979px) {
|
|
|
- html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
|
- width: 216px;
|
|
|
- height: 121.5px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (min-width: 980px) and (max-width: 1199px) {
|
|
|
- html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
|
- width: 280px;
|
|
|
- height: 157.5px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (min-width: 1200px) {
|
|
|
- html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
|
- width: 340px;
|
|
|
- height: 191.25px;
|
|
|
- }
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo * {
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .tabs {
|
|
|
- height: 30px;
|
|
|
- margin: 0;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-html.js #highlighted .block-materio-didactique .tabs > * {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: top ;
|
|
|
- padding: 5px 10px;
|
|
|
- font-size: 12px;
|
|
|
- cursor: pointer;
|
|
|
- color: #bfbfbf;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-/** block register */
|
|
|
-#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%;
|
|
|
-}
|
|
|
-.ie8 #block-materio-user-user-register,
|
|
|
-.ie8 #block-materio-user-user-createaccount {
|
|
|
- max-width: 250px;
|
|
|
- float: right;
|
|
|
- background-image: none;
|
|
|
-}
|
|
|
-#block-materio-user-user-register h2,
|
|
|
-#block-materio-user-user-createaccount h2,
|
|
|
-#block-materio-user-user-register h3,
|
|
|
-#block-materio-user-user-createaccount h3 {
|
|
|
- font-weight: 900;
|
|
|
- font-style: italic;
|
|
|
- padding: 5px 0;
|
|
|
- margin: 0;
|
|
|
- line-height: 1;
|
|
|
- background-color: #ffffff;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- min-width: 50%;
|
|
|
-}
|
|
|
-#block-materio-user-user-register h2,
|
|
|
-#block-materio-user-user-createaccount h2 {
|
|
|
- font-size: 24px;
|
|
|
-}
|
|
|
-#block-materio-user-user-register h3,
|
|
|
-#block-materio-user-user-createaccount h3 {
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-#block-materio-user-user-register form,
|
|
|
-#block-materio-user-user-createaccount form {
|
|
|
- margin: 0;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.7);
|
|
|
- *background-color: #ffffff;
|
|
|
- padding-bottom: 5px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-#block-materio-user-user-register .form-item,
|
|
|
-#block-materio-user-user-createaccount .form-item,
|
|
|
-#block-materio-user-user-register .form-wrapper,
|
|
|
-#block-materio-user-user-createaccount .form-wrapper {
|
|
|
- margin: 0;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #edit-account,
|
|
|
-#block-materio-user-user-createaccount #edit-account {
|
|
|
- margin-right: 5px;
|
|
|
-}
|
|
|
-#block-materio-user-user-register input.form-text,
|
|
|
-#block-materio-user-user-createaccount input.form-text {
|
|
|
- font-size: 12px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- margin-bottom: 4px;
|
|
|
-}
|
|
|
-.ie8 #block-materio-user-user-register input.form-text,
|
|
|
-.ie8 #block-materio-user-user-createaccount input.form-text {
|
|
|
- margin-right: 5px;
|
|
|
-}
|
|
|
-#block-materio-user-user-register .form-item-mail input.form-text,
|
|
|
-#block-materio-user-user-createaccount .form-item-mail input.form-text,
|
|
|
-#block-materio-user-user-register .form-item-name input.form-text,
|
|
|
-#block-materio-user-user-createaccount .form-item-name input.form-text {
|
|
|
- width: 11em;
|
|
|
-}
|
|
|
-#block-materio-user-user-register .form-item-pass input.form-text,
|
|
|
-#block-materio-user-user-createaccount .form-item-pass input.form-text {
|
|
|
- width: 7em;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #edit-mail-check,
|
|
|
-#block-materio-user-user-createaccount #edit-mail-check {
|
|
|
- position: absolute;
|
|
|
- bottom: 100%;
|
|
|
- z-index: 9999;
|
|
|
- background-image: none;
|
|
|
- height: auto;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- margin-bottom: 10px;
|
|
|
- font-size: 10px;
|
|
|
- background-color: #fff;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
|
|
|
- -webkit-transition: bottom 0.1s ease-out;
|
|
|
- -moz-transition: bottom 0.1s ease-out;
|
|
|
- -o-transition: bottom 0.1s ease-out;
|
|
|
- transition: bottom 0.1s ease-out;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #edit-mail-check.error,
|
|
|
-#block-materio-user-user-createaccount #edit-mail-check.error {
|
|
|
- background-color: #f3968d;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #edit-mail-check.ok,
|
|
|
-#block-materio-user-user-createaccount #edit-mail-check.ok {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#block-materio-user-user-register .form-submit,
|
|
|
-#block-materio-user-user-createaccount .form-submit {
|
|
|
- font-size: 16px;
|
|
|
- padding: 0.1em 0.6em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- margin-bottom: 4px;
|
|
|
-}
|
|
|
-#block-materio-user-user-register .form-item-termsofservices,
|
|
|
-#block-materio-user-user-createaccount .form-item-termsofservices,
|
|
|
-#block-materio-user-user-register #edit-field-newsletter,
|
|
|
-#block-materio-user-user-createaccount #edit-field-newsletter {
|
|
|
- margin-bottom: 0;
|
|
|
- display: block;
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-#block-materio-user-user-register .form-item-termsofservices > *,
|
|
|
-#block-materio-user-user-createaccount .form-item-termsofservices > *,
|
|
|
-#block-materio-user-user-register #edit-field-newsletter > *,
|
|
|
-#block-materio-user-user-createaccount #edit-field-newsletter > * {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#block-materio-user-user-register .form-item-termsofservices label,
|
|
|
-#block-materio-user-user-createaccount .form-item-termsofservices label,
|
|
|
-#block-materio-user-user-register #edit-field-newsletter label,
|
|
|
-#block-materio-user-user-createaccount #edit-field-newsletter label {
|
|
|
- font-size: 10px;
|
|
|
- background-color: #fff;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-#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;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #user-register-form .form-submit:hover,
|
|
|
-#block-materio-user-user-createaccount #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:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-#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;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-#block-materio-user-user-register #user-register-form .form-submit[disabled],
|
|
|
-#block-materio-user-user-createaccount #user-register-form .form-submit[disabled] {
|
|
|
- background-color: #dddddd;
|
|
|
- border: 2px solid #ddd;
|
|
|
-}
|
|
|
-#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;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #user-login .form-submit:hover,
|
|
|
-#block-materio-user-user-createaccount #user-login .form-submit:hover,
|
|
|
-#block-materio-user-user-register #user-login .form-submit:focus,
|
|
|
-#block-materio-user-user-createaccount #user-login .form-submit:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-#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;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-#block-materio-user-user-register #edit-simplenews,
|
|
|
-#block-materio-user-user-createaccount #edit-simplenews {
|
|
|
- padding-top: 0.5em;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #edit-simplenews .fieldset-description,
|
|
|
-#block-materio-user-user-createaccount #edit-simplenews .fieldset-description {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#block-materio-user-user-register #edit-simplenews .form-checkboxes .form-item,
|
|
|
-#block-materio-user-user-createaccount #edit-simplenews .form-checkboxes .form-item {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#block-materio-user-user-register a.join,
|
|
|
-#block-materio-user-user-createaccount a.join {
|
|
|
- display: block;
|
|
|
- width: 5em;
|
|
|
- font-size: 16px;
|
|
|
- padding: 0.1em 0.3em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-#block-materio-user-user-register a.join:hover,
|
|
|
-#block-materio-user-user-createaccount a.join:hover,
|
|
|
-#block-materio-user-user-register a.join:focus,
|
|
|
-#block-materio-user-user-createaccount a.join:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-#block-materio-user-user-register a.join:active,
|
|
|
-#block-materio-user-user-createaccount a.join:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-@media screen and (max-width: 479px) {
|
|
|
- #block-materio-user-user-register,
|
|
|
- #block-materio-user-user-createaccount {
|
|
|
- background-position: 160% 50%;
|
|
|
- }
|
|
|
- #block-materio-user-user-register .form-item-mail input.form-text,
|
|
|
- #block-materio-user-user-createaccount .form-item-mail input.form-text,
|
|
|
- #block-materio-user-user-register .form-item-name input.form-text,
|
|
|
- #block-materio-user-user-createaccount .form-item-name input.form-text {
|
|
|
- width: 7em;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #block-materio-user-user-register,
|
|
|
- #block-materio-user-user-createaccount {
|
|
|
- min-height: 60px;
|
|
|
- padding: 15px 0;
|
|
|
- }
|
|
|
- #block-materio-user-user-register #user-login,
|
|
|
- #block-materio-user-user-createaccount #user-login,
|
|
|
- #block-materio-user-user-register > h3:first-child,
|
|
|
- #block-materio-user-user-createaccount > h3:first-child,
|
|
|
- #block-materio-user-user-register > h3 span,
|
|
|
- #block-materio-user-user-createaccount > h3 span {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-#block-materio-user-user-register .message-error,
|
|
|
-#block-materio-user-user-createaccount .message-error {
|
|
|
- color: #b94a48;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-.modal-content #block-materio-user-user-register,
|
|
|
-.modal-content #block-materio-user-user-createaccount {
|
|
|
- padding: 0.5em 0.5em 5em 0.5em;
|
|
|
- width: 400px;
|
|
|
- background-color: #fff;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-/** content-top */
|
|
|
-#content-top {
|
|
|
- /** flag-list */
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists {
|
|
|
- font-size: 10px;
|
|
|
- color: #666666;
|
|
|
- font-weight: 300;
|
|
|
-}
|
|
|
-.ie8 #content-top #block-materio-flag-materio-flag-mybookmarks,
|
|
|
-.ie8 #content-top #block-materio-flag-materio-flag-mylists {
|
|
|
- margin-top: 40px;
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks h2,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists h2 {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 700;
|
|
|
- margin: 0;
|
|
|
- line-height: 1.2;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks h2 a.open-list,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists h2 a.open-list,
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks h2 i.icon-remove,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists h2 i.icon-remove {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- cursor: pointer;
|
|
|
- color: #000;
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: opacity 0.1s ease-out;
|
|
|
- -moz-transition: opacity 0.1s ease-out;
|
|
|
- -o-transition: opacity 0.1s ease-out;
|
|
|
- transition: opacity 0.1s ease-out;
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks:hover a.open-list,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists:hover a.open-list,
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks:hover i.icon-remove,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists:hover i.icon-remove {
|
|
|
- opacity: 0.01;
|
|
|
- filter: alpha(opacity=1);
|
|
|
- -webkit-opacity: 1;
|
|
|
- -khtml-opacity: 1;
|
|
|
- -moz-opacity: 1;
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists section.bookmarks {
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks.active,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists section.bookmarks.active {
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks .mylists section h2,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists .mylists section h2,
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks .mylists section .flaged,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists .mylists section .flaged {
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#content-top #block-materio-flag-materio-flag-mybookmarks .mylists section.active h2,
|
|
|
-#content-top #block-materio-flag-materio-flag-mylists .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 .flaged {
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-#tool-bar {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-#tool-bar .inner-content {
|
|
|
- padding-top: 10px;
|
|
|
- padding-bottom: 10px;
|
|
|
-}
|
|
|
-#tool-bar .inner-content > * {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle ;
|
|
|
-}
|
|
|
-@media screen and (max-width: 479px) {
|
|
|
- #tool-bar .inner-content {
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
- #tool-bar .inner-content h1 {
|
|
|
- line-height: 0.5;
|
|
|
- }
|
|
|
-}
|
|
|
-.oldie #tool-bar {
|
|
|
- background-color: #b1adad;
|
|
|
- padding: 0 10px;
|
|
|
-}
|
|
|
-#tool-bar .btn-group {
|
|
|
- padding: 0;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #ffffff;
|
|
|
- margin: 4px;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out;
|
|
|
-}
|
|
|
-#tool-bar .btn-group:hover,
|
|
|
-#tool-bar .btn-group:focus {
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
|
-}
|
|
|
-#tool-bar .btn-group:active {
|
|
|
- -webkit-transition: box-shadow 0s ease-out;
|
|
|
- -moz-transition: box-shadow 0s ease-out;
|
|
|
- -o-transition: box-shadow 0s ease-out;
|
|
|
- transition: box-shadow 0s ease-out;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title {
|
|
|
- margin: 0 10px 0 0;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title h1 {
|
|
|
- margin: 0;
|
|
|
- font-size: 24px;
|
|
|
- text-transform: capitalize;
|
|
|
- font-weight: 300;
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title i {
|
|
|
- vertical-align: middle ;
|
|
|
- margin-right: 5px;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title i.icon-materio-folder {
|
|
|
- margin-bottom: 2px;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title a.edit-list {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title a.edit-list > * {
|
|
|
- margin-top: -100000px;
|
|
|
-}
|
|
|
-.csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -o-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list > * {
|
|
|
- -webkit-transition: margin-top 0s 0.3s;
|
|
|
- -moz-transition: margin-top 0s 0.3s;
|
|
|
- -o-transition: margin-top 0s 0.3s;
|
|
|
- transition: margin-top 0s 0.3s;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title a.edit-list i {
|
|
|
- margin: 0 0 0 5px;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
|
|
|
- visibility: visible;
|
|
|
-}
|
|
|
-.csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
|
|
|
- opacity: 0.01;
|
|
|
- filter: alpha(opacity=1);
|
|
|
- -webkit-opacity: 1;
|
|
|
- -khtml-opacity: 1;
|
|
|
- -moz-opacity: 1;
|
|
|
- opacity: 1;
|
|
|
- -webkit-transition: opacity 0.3s ease-out;
|
|
|
- -moz-transition: opacity 0.3s ease-out;
|
|
|
- -o-transition: opacity 0.3s ease-out;
|
|
|
- transition: opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-@media screen and (max-width: 979px) {
|
|
|
- #tool-bar #block-materio-page-title-materio-page-title {
|
|
|
- display: block;
|
|
|
- }
|
|
|
-}
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- margin: 0 2px;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link.active {
|
|
|
- cursor: normal;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link .inner {
|
|
|
- display: none;
|
|
|
- font-size: 10px;
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
|
|
|
- display: block;
|
|
|
- }
|
|
|
- #tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link:not(.active) {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 479px) {
|
|
|
- html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall,
|
|
|
- #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .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-cardmedium {
|
|
|
- display: block;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (min-width: 480px) and (max-width: 767px) {
|
|
|
- html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall,
|
|
|
- #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .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-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-cardbig {
|
|
|
- display: block;
|
|
|
- }
|
|
|
-}
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-search {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-search > .inner {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- margin: 0 0 0 10px;
|
|
|
- padding: 3px 10px;
|
|
|
- background-color: #ffffff;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out;
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-search > .inner:hover,
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-search > .inner:focus {
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
|
-}
|
|
|
-#tool-bar #block-materio-search-api-materio-search-api-search > .inner:active {
|
|
|
- -webkit-transition: box-shadow 0s ease-out;
|
|
|
- -moz-transition: box-shadow 0s ease-out;
|
|
|
- -o-transition: box-shadow 0s ease-out;
|
|
|
- transition: box-shadow 0s ease-out;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form {
|
|
|
- text-align: right;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- margin: 0;
|
|
|
- vertical-align: middle;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form .form-checkboxes {
|
|
|
- padding: 3px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form .form-checkboxes .form-item {
|
|
|
- margin: 0 5px;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form .form-checkboxes .form-item label {
|
|
|
- font-size: 10px;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form input#edit-searchfield {
|
|
|
- border: 1px solid #cccccc;
|
|
|
- -webkit-border-radius: 20px;
|
|
|
- -moz-border-radius: 20px;
|
|
|
- border-radius: 20px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- padding: 4px 5px;
|
|
|
- height: 15px;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 1;
|
|
|
- background-position: 100% 5px;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form input#edit-searchfield.throbbing {
|
|
|
- background-position: 100% -15px;
|
|
|
-}
|
|
|
-.oldie #tool-bar #materio-search-api-search-form #edit-searchfield-autocomplete-aria-live {
|
|
|
- background-color: #1a1a1a;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form input#edit-create {
|
|
|
- padding: 3px;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form.loading {
|
|
|
- background: transparent url('../img/ajax-loader.gif') no-repeat 98% center;
|
|
|
-}
|
|
|
-#tool-bar #materio-search-api-search-form.loading input#edit-create {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-@media screen and (max-width: 479px) {
|
|
|
- #tool-bar #materio-search-api-search-form input#edit-searchfield {
|
|
|
- width: 16em;
|
|
|
- }
|
|
|
- #tool-bar #materio-search-api-search-form #edit-bundles-filter {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-#center {
|
|
|
- background-color: #e6e6e6;
|
|
|
- -webkit-border-radius: 10px;
|
|
|
- -moz-border-radius: 10px;
|
|
|
- border-radius: 10px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.node-type-page #center {
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-.ie8 #center {
|
|
|
- height: 100%;
|
|
|
- margin-top: 20px;
|
|
|
-}
|
|
|
-#content {
|
|
|
- -webkit-transition: height 0.3s ease-out;
|
|
|
- -moz-transition: height 0.3s ease-out;
|
|
|
- -o-transition: height 0.3s ease-out;
|
|
|
- transition: height 0.3s ease-out;
|
|
|
-}
|
|
|
-#content.faded {
|
|
|
- opacity: 0.005;
|
|
|
- filter: alpha(opacity=0.5);
|
|
|
- -webkit-opacity: 0.5;
|
|
|
- -khtml-opacity: 0.5;
|
|
|
- -moz-opacity: 0.5;
|
|
|
- opacity: 0.5;
|
|
|
- -webkit-transition: opacity 0.3s ease-out;
|
|
|
- -moz-transition: opacity 0.3s ease-out;
|
|
|
- -o-transition: opacity 0.3s ease-out;
|
|
|
- transition: opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-#content .materiobase-results,
|
|
|
-#content .materiobase-actuality,
|
|
|
-#content .materio-flags-list {
|
|
|
- padding: 0 0 30px 0;
|
|
|
- margin: 0 0 20px 0;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#content .materiobase-results p.search-performance,
|
|
|
-#content .materiobase-actuality p.search-performance,
|
|
|
-#content .materio-flags-list p.search-performance,
|
|
|
-#content .materiobase-results p.flaglist-infos,
|
|
|
-#content .materiobase-actuality p.flaglist-infos,
|
|
|
-#content .materio-flags-list p.flaglist-infos,
|
|
|
-#content .materiobase-results p.actualities-infos,
|
|
|
-#content .materiobase-actuality p.actualities-infos,
|
|
|
-#content .materio-flags-list p.actualities-infos {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 500;
|
|
|
- margin: 0;
|
|
|
- padding: 10px 0 5px 15px;
|
|
|
-}
|
|
|
-#content .materiobase-results .search-results,
|
|
|
-#content .materiobase-actuality .search-results,
|
|
|
-#content .materio-flags-list .search-results,
|
|
|
-#content .materiobase-results .actuality-items,
|
|
|
-#content .materiobase-actuality .actuality-items,
|
|
|
-#content .materio-flags-list .actuality-items,
|
|
|
-#content .materiobase-results .flaglist-items,
|
|
|
-#content .materiobase-actuality .flaglist-items,
|
|
|
-#content .materio-flags-list .flaglist-items {
|
|
|
- font-size: 0;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-#content .materiobase-results .search-results > *,
|
|
|
-#content .materiobase-actuality .search-results > *,
|
|
|
-#content .materio-flags-list .search-results > *,
|
|
|
-#content .materiobase-results .actuality-items > *,
|
|
|
-#content .materiobase-actuality .actuality-items > *,
|
|
|
-#content .materio-flags-list .actuality-items > *,
|
|
|
-#content .materiobase-results .flaglist-items > *,
|
|
|
-#content .materiobase-actuality .flaglist-items > *,
|
|
|
-#content .materio-flags-list .flaglist-items > * {
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-#content .materiobase-results .search-results > *,
|
|
|
-#content .materiobase-actuality .search-results > *,
|
|
|
-#content .materio-flags-list .search-results > *,
|
|
|
-#content .materiobase-results .actuality-items > *,
|
|
|
-#content .materiobase-actuality .actuality-items > *,
|
|
|
-#content .materio-flags-list .actuality-items > *,
|
|
|
-#content .materiobase-results .flaglist-items > *,
|
|
|
-#content .materiobase-actuality .flaglist-items > *,
|
|
|
-#content .materio-flags-list .flaglist-items > * {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-#content ul.pager {
|
|
|
- padding: 1em 0;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-.ie8 #content ul.pager {
|
|
|
- position: absolute;
|
|
|
- left: 37px;
|
|
|
- bottom: 35px;
|
|
|
-}
|
|
|
-#content ul.pager li {
|
|
|
- margin: 0;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-#content ul.pager .pager-current,
|
|
|
-#content ul.pager a {
|
|
|
- color: #000;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#content ul.pager .pager-current {
|
|
|
- font-weight: 900;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.ie8 #content ul.pager .pager-current {
|
|
|
- background: #fff;
|
|
|
- padding: 0.3em 1em 0.3em 1em;
|
|
|
- margin-top: 0.05em;
|
|
|
- border: 1px solid #333333;
|
|
|
-}
|
|
|
-#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 */
|
|
|
-#content-bottom {
|
|
|
- padding-top: 10px;
|
|
|
-}
|
|
|
-/** CARDS */
|
|
|
-/** card search performance */
|
|
|
-article.search-performance .inner {
|
|
|
- padding: 1em;
|
|
|
-}
|
|
|
-article.search-performance p {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.search-performance a.button {
|
|
|
- display: block;
|
|
|
- margin: 10px auto;
|
|
|
- max-width: 10em;
|
|
|
- font-size: 18px;
|
|
|
- padding: 0.1em 0.6em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-article.search-performance a.button:hover,
|
|
|
-article.search-performance a.button:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-article.search-performance a.button:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.search-performance.view-mode-cardsmall {
|
|
|
- width: 327px;
|
|
|
- height: 140px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-article.search-performance.view-mode-cardmedium {
|
|
|
- width: 210px;
|
|
|
- height: 295px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-article.search-performance.view-mode-cardmedium .inner {
|
|
|
- padding: 4em 1em 0;
|
|
|
-}
|
|
|
-article.search-performance.view-mode-cardbig {
|
|
|
- width: 425px;
|
|
|
- height: 115px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- display: block;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-article.search-performance.view-mode-cardfull {
|
|
|
- width: 850px;
|
|
|
- height: 115px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- display: block;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-article.search-performance.view-mode-cardfull .inner {
|
|
|
- padding: 1em 212px;
|
|
|
-}
|
|
|
-/** CARD BOOKMARKS */
|
|
|
-article.node-materiau.vm-bookmark,
|
|
|
-article.node-breve.vm-bookmark {
|
|
|
- width: 50px;
|
|
|
- height: 70px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- margin: 3px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark > div.side,
|
|
|
-article.node-breve.vm-bookmark > div.side {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark.focused,
|
|
|
-article.node-breve.vm-bookmark.focused {
|
|
|
- -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark.just-added,
|
|
|
-article.node-breve.vm-bookmark.just-added {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark.associated,
|
|
|
-article.node-breve.vm-bookmark.associated {
|
|
|
- -webkit-transition: margin 0.3s ease-out;
|
|
|
- -moz-transition: margin 0.3s ease-out;
|
|
|
- -o-transition: margin 0.3s ease-out;
|
|
|
- transition: margin 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark.associated.just-added,
|
|
|
-article.node-breve.vm-bookmark.associated.just-added {
|
|
|
- margin-left: -50px;
|
|
|
- margin-right: 50px;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark.removed,
|
|
|
-article.node-breve.vm-bookmark.removed {
|
|
|
- -webkit-transition: width 0.3s ease-out;
|
|
|
- -moz-transition: width 0.3s ease-out;
|
|
|
- -o-transition: width 0.3s ease-out;
|
|
|
- transition: width 0.3s ease-out;
|
|
|
- width: 0;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 0;
|
|
|
- margin-right: 0;
|
|
|
- margin-left: 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav,
|
|
|
-article.node-breve.vm-bookmark nav.nav {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px 0;
|
|
|
- -webkit-border-radius: 0 5px 0 3px;
|
|
|
- -moz-border-radius: 0 5px 0 3px;
|
|
|
- border-radius: 0 5px 0 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav a,
|
|
|
-article.node-breve.vm-bookmark nav.nav a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav ul,
|
|
|
-article.node-breve.vm-bookmark nav.nav ul {
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav span.op,
|
|
|
-article.node-breve.vm-bookmark nav.nav span.op {
|
|
|
- font-weight: 900;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav ul,
|
|
|
-article.node-breve.vm-bookmark nav.nav ul {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav section,
|
|
|
-article.node-breve.vm-bookmark nav.nav section {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav section > i,
|
|
|
-article.node-breve.vm-bookmark nav.nav section > i {
|
|
|
- margin: 0 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav section > i:hover,
|
|
|
-article.node-breve.vm-bookmark nav.nav section > i:hover {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav ul,
|
|
|
-article.node-breve.vm-bookmark nav.nav ul {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- margin-right: 22px;
|
|
|
- min-width: 80px;
|
|
|
- padding: 0;
|
|
|
- display: block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav ul li,
|
|
|
-article.node-breve.vm-bookmark nav.nav ul li {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- line-height: 1;
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.2s ease-out;
|
|
|
- -moz-transition: height 0.2s ease-out;
|
|
|
- -o-transition: height 0.2s ease-out;
|
|
|
- transition: height 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav ul li a,
|
|
|
-article.node-breve.vm-bookmark nav.nav ul li a {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- min-width: 48%;
|
|
|
- max-width: 98%;
|
|
|
- padding-left: 2px;
|
|
|
-}
|
|
|
-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;
|
|
|
- -moz-transition: color 0.2s ease-out;
|
|
|
- -o-transition: color 0.2s ease-out;
|
|
|
- transition: color 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.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: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.unflag-action {
|
|
|
- color: #000;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-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%;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-bookmark nav.nav ul,
|
|
|
-.ie8 article.node-breve.vm-bookmark nav.nav ul {
|
|
|
- background: #FFF;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav section:hover ul,
|
|
|
-article.node-breve.vm-bookmark nav.nav section:hover ul {
|
|
|
- padding: 5px 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark nav.nav section:hover ul li,
|
|
|
-article.node-breve.vm-bookmark nav.nav section:hover ul li {
|
|
|
- height: 17px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark div.workflow,
|
|
|
-article.node-breve.vm-bookmark div.workflow {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 5px 0 3px 0;
|
|
|
- -moz-border-radius: 5px 0 3px 0;
|
|
|
- border-radius: 5px 0 3px 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- vertical-align: top;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-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;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-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;
|
|
|
- margin-top: -4.5em;
|
|
|
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 4em);
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark .side.oops p,
|
|
|
-article.node-breve.vm-bookmark .side.oops p,
|
|
|
-article.node-materiau.vm-bookmark .side .upgrade p,
|
|
|
-article.node-breve.vm-bookmark .side .upgrade p {
|
|
|
- padding: 10px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark .side.oops p a,
|
|
|
-article.node-breve.vm-bookmark .side.oops p a,
|
|
|
-article.node-materiau.vm-bookmark .side .upgrade p a,
|
|
|
-article.node-breve.vm-bookmark .side .upgrade p a {
|
|
|
- display: block;
|
|
|
- margin: 10px 0;
|
|
|
- font-size: 18px;
|
|
|
- padding: 0.1em 0.6em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark .side.oops p a:hover,
|
|
|
-article.node-breve.vm-bookmark .side.oops p a:hover,
|
|
|
-article.node-materiau.vm-bookmark .side .upgrade p a:hover,
|
|
|
-article.node-breve.vm-bookmark .side .upgrade p a:hover,
|
|
|
-article.node-materiau.vm-bookmark .side.oops p a:focus,
|
|
|
-article.node-breve.vm-bookmark .side.oops p a:focus,
|
|
|
-article.node-materiau.vm-bookmark .side .upgrade p a:focus,
|
|
|
-article.node-breve.vm-bookmark .side .upgrade p a:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark .side.oops p a:active,
|
|
|
-article.node-breve.vm-bookmark .side.oops p a:active,
|
|
|
-article.node-materiau.vm-bookmark .side .upgrade p a:active,
|
|
|
-article.node-breve.vm-bookmark .side .upgrade p a:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark .group-header,
|
|
|
-article.node-breve.vm-bookmark .group-header {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark .group-images,
|
|
|
-article.node-breve.vm-bookmark .group-images {
|
|
|
- position: relative;
|
|
|
- z-index: 1;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark .group-images figure,
|
|
|
-article.node-breve.vm-bookmark .group-images figure {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-bookmark div.workflow,
|
|
|
-article.node-breve.vm-bookmark div.workflow {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-/** CARD SMALL */
|
|
|
-article.node-materiau.vm-cardsmall,
|
|
|
-article.node-breve.vm-cardsmall {
|
|
|
- width: 100px;
|
|
|
- height: 140px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall > div.side,
|
|
|
-article.node-breve.vm-cardsmall > div.side {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall.focused,
|
|
|
-article.node-breve.vm-cardsmall.focused {
|
|
|
- -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall.just-added,
|
|
|
-article.node-breve.vm-cardsmall.just-added {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall.associated,
|
|
|
-article.node-breve.vm-cardsmall.associated {
|
|
|
- -webkit-transition: margin 0.3s ease-out;
|
|
|
- -moz-transition: margin 0.3s ease-out;
|
|
|
- -o-transition: margin 0.3s ease-out;
|
|
|
- transition: margin 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall.associated.just-added,
|
|
|
-article.node-breve.vm-cardsmall.associated.just-added {
|
|
|
- margin-left: -100px;
|
|
|
- margin-right: 100px;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall.removed,
|
|
|
-article.node-breve.vm-cardsmall.removed {
|
|
|
- -webkit-transition: width 0.3s ease-out;
|
|
|
- -moz-transition: width 0.3s ease-out;
|
|
|
- -o-transition: width 0.3s ease-out;
|
|
|
- transition: width 0.3s ease-out;
|
|
|
- width: 0;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 0;
|
|
|
- margin-right: 0;
|
|
|
- margin-left: 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav,
|
|
|
-article.node-breve.vm-cardsmall nav.nav {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px 0;
|
|
|
- -webkit-border-radius: 0 5px 0 3px;
|
|
|
- -moz-border-radius: 0 5px 0 3px;
|
|
|
- border-radius: 0 5px 0 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav a,
|
|
|
-article.node-breve.vm-cardsmall nav.nav a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav ul,
|
|
|
-article.node-breve.vm-cardsmall nav.nav ul {
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav span.op,
|
|
|
-article.node-breve.vm-cardsmall nav.nav span.op {
|
|
|
- font-weight: 900;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav ul,
|
|
|
-article.node-breve.vm-cardsmall nav.nav ul {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav section,
|
|
|
-article.node-breve.vm-cardsmall nav.nav section {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav section > i,
|
|
|
-article.node-breve.vm-cardsmall nav.nav section > i {
|
|
|
- margin: 0 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav section > i:hover,
|
|
|
-article.node-breve.vm-cardsmall nav.nav section > i:hover {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav ul,
|
|
|
-article.node-breve.vm-cardsmall nav.nav ul {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- margin-right: 22px;
|
|
|
- min-width: 80px;
|
|
|
- padding: 0;
|
|
|
- display: block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav ul li,
|
|
|
-article.node-breve.vm-cardsmall nav.nav ul li {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- line-height: 1;
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.2s ease-out;
|
|
|
- -moz-transition: height 0.2s ease-out;
|
|
|
- -o-transition: height 0.2s ease-out;
|
|
|
- transition: height 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav ul li a,
|
|
|
-article.node-breve.vm-cardsmall nav.nav ul li a {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- min-width: 48%;
|
|
|
- max-width: 98%;
|
|
|
- padding-left: 2px;
|
|
|
-}
|
|
|
-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;
|
|
|
- -moz-transition: color 0.2s ease-out;
|
|
|
- -o-transition: color 0.2s ease-out;
|
|
|
- transition: color 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.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: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.unflag-action {
|
|
|
- color: #000;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-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%;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardsmall nav.nav ul,
|
|
|
-.ie8 article.node-breve.vm-cardsmall nav.nav ul {
|
|
|
- background: #FFF;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav section:hover ul,
|
|
|
-article.node-breve.vm-cardsmall nav.nav section:hover ul {
|
|
|
- padding: 5px 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall nav.nav section:hover ul li,
|
|
|
-article.node-breve.vm-cardsmall nav.nav section:hover ul li {
|
|
|
- height: 17px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall div.workflow,
|
|
|
-article.node-breve.vm-cardsmall div.workflow {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 5px 0 3px 0;
|
|
|
- -moz-border-radius: 5px 0 3px 0;
|
|
|
- border-radius: 5px 0 3px 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- vertical-align: top;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-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;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-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;
|
|
|
- margin-top: -4.5em;
|
|
|
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 4em);
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .side.oops p,
|
|
|
-article.node-breve.vm-cardsmall .side.oops p,
|
|
|
-article.node-materiau.vm-cardsmall .side .upgrade p,
|
|
|
-article.node-breve.vm-cardsmall .side .upgrade p {
|
|
|
- padding: 10px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .side.oops p a,
|
|
|
-article.node-breve.vm-cardsmall .side.oops p a,
|
|
|
-article.node-materiau.vm-cardsmall .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardsmall .side .upgrade p a {
|
|
|
- display: block;
|
|
|
- margin: 10px 0;
|
|
|
- font-size: 18px;
|
|
|
- padding: 0.1em 0.6em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .side.oops p a:hover,
|
|
|
-article.node-breve.vm-cardsmall .side.oops p a:hover,
|
|
|
-article.node-materiau.vm-cardsmall .side .upgrade p a:hover,
|
|
|
-article.node-breve.vm-cardsmall .side .upgrade p a:hover,
|
|
|
-article.node-materiau.vm-cardsmall .side.oops p a:focus,
|
|
|
-article.node-breve.vm-cardsmall .side.oops p a:focus,
|
|
|
-article.node-materiau.vm-cardsmall .side .upgrade p a:focus,
|
|
|
-article.node-breve.vm-cardsmall .side .upgrade p a:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .side.oops p a:active,
|
|
|
-article.node-breve.vm-cardsmall .side.oops p a:active,
|
|
|
-article.node-materiau.vm-cardsmall .side .upgrade p a:active,
|
|
|
-article.node-breve.vm-cardsmall .side .upgrade p a:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .group-header,
|
|
|
-article.node-breve.vm-cardsmall .group-header {
|
|
|
- display: none;
|
|
|
- position: absolute;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 500;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .group-header .field-name-field-reference-materio,
|
|
|
-article.node-breve.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-localisation {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .group-header .field-name-field-localisation,
|
|
|
-article.node-breve.vm-cardsmall .group-header .field-name-field-localisation {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .group-images,
|
|
|
-article.node-breve.vm-cardsmall .group-images {
|
|
|
- position: relative;
|
|
|
- z-index: 1;
|
|
|
- background-color: #ffffff;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardsmall .group-images figure,
|
|
|
-article.node-breve.vm-cardsmall .group-images figure {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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%;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardsmall nav.nav,
|
|
|
-.ie8 article.node-breve.vm-cardsmall nav.nav {
|
|
|
- background: #ffffff;
|
|
|
-}
|
|
|
-.no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav,
|
|
|
-.no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav,
|
|
|
-.csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -o-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.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;
|
|
|
- -moz-transition: margin-top 0s 0.3s;
|
|
|
- -o-transition: margin-top 0s 0.3s;
|
|
|
- transition: margin-top 0s 0.3s;
|
|
|
-}
|
|
|
-.no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow,
|
|
|
-.no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow,
|
|
|
-.csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -o-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.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;
|
|
|
- -moz-transition: margin-top 0s 0.3s;
|
|
|
- -o-transition: margin-top 0s 0.3s;
|
|
|
- transition: margin-top 0s 0.3s;
|
|
|
-}
|
|
|
-/** TOOLTIP SMALL CARD */
|
|
|
-#tooltip .group-header.smallcard {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 500;
|
|
|
-}
|
|
|
-#tooltip .group-header.smallcard .field-name-title-field {
|
|
|
- font-weight: 700;
|
|
|
-}
|
|
|
-#tooltip .group-header.smallcard .field-name-field-reference-materio,
|
|
|
-#tooltip .group-header.smallcard .field-name-field-localisation {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#tooltip .group-header.smallcard .field-name-field-localisation {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-/** CARD MEDIUM */
|
|
|
-article.node-materiau.vm-cardmedium,
|
|
|
-article.node-breve.vm-cardmedium {
|
|
|
- width: 210px;
|
|
|
- height: 295px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium > div.side,
|
|
|
-article.node-breve.vm-cardmedium > div.side {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium.focused,
|
|
|
-article.node-breve.vm-cardmedium.focused {
|
|
|
- -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium.just-added,
|
|
|
-article.node-breve.vm-cardmedium.just-added {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium.associated,
|
|
|
-article.node-breve.vm-cardmedium.associated {
|
|
|
- -webkit-transition: margin 0.3s ease-out;
|
|
|
- -moz-transition: margin 0.3s ease-out;
|
|
|
- -o-transition: margin 0.3s ease-out;
|
|
|
- transition: margin 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium.associated.just-added,
|
|
|
-article.node-breve.vm-cardmedium.associated.just-added {
|
|
|
- margin-left: -210px;
|
|
|
- margin-right: 210px;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium.removed,
|
|
|
-article.node-breve.vm-cardmedium.removed {
|
|
|
- -webkit-transition: width 0.3s ease-out;
|
|
|
- -moz-transition: width 0.3s ease-out;
|
|
|
- -o-transition: width 0.3s ease-out;
|
|
|
- transition: width 0.3s ease-out;
|
|
|
- width: 0;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 0;
|
|
|
- margin-right: 0;
|
|
|
- margin-left: 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav,
|
|
|
-article.node-breve.vm-cardmedium nav.nav {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px 0;
|
|
|
- -webkit-border-radius: 0 5px 0 3px;
|
|
|
- -moz-border-radius: 0 5px 0 3px;
|
|
|
- border-radius: 0 5px 0 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav a,
|
|
|
-article.node-breve.vm-cardmedium nav.nav a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav ul,
|
|
|
-article.node-breve.vm-cardmedium nav.nav ul {
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav span.op,
|
|
|
-article.node-breve.vm-cardmedium nav.nav span.op {
|
|
|
- font-weight: 900;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav ul,
|
|
|
-article.node-breve.vm-cardmedium nav.nav ul {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav section,
|
|
|
-article.node-breve.vm-cardmedium nav.nav section {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav section > i,
|
|
|
-article.node-breve.vm-cardmedium nav.nav section > i {
|
|
|
- margin: 0 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav section > i:hover,
|
|
|
-article.node-breve.vm-cardmedium nav.nav section > i:hover {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav ul,
|
|
|
-article.node-breve.vm-cardmedium nav.nav ul {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- margin-right: 22px;
|
|
|
- min-width: 80px;
|
|
|
- padding: 0;
|
|
|
- display: block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav ul li,
|
|
|
-article.node-breve.vm-cardmedium nav.nav ul li {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- line-height: 1;
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.2s ease-out;
|
|
|
- -moz-transition: height 0.2s ease-out;
|
|
|
- -o-transition: height 0.2s ease-out;
|
|
|
- transition: height 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav ul li a,
|
|
|
-article.node-breve.vm-cardmedium nav.nav ul li a {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- min-width: 48%;
|
|
|
- max-width: 98%;
|
|
|
- padding-left: 2px;
|
|
|
-}
|
|
|
-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;
|
|
|
- -moz-transition: color 0.2s ease-out;
|
|
|
- -o-transition: color 0.2s ease-out;
|
|
|
- transition: color 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.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: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.unflag-action {
|
|
|
- color: #000;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-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%;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardmedium nav.nav ul,
|
|
|
-.ie8 article.node-breve.vm-cardmedium nav.nav ul {
|
|
|
- background: #FFF;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav section:hover ul,
|
|
|
-article.node-breve.vm-cardmedium nav.nav section:hover ul {
|
|
|
- padding: 5px 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium nav.nav section:hover ul li,
|
|
|
-article.node-breve.vm-cardmedium nav.nav section:hover ul li {
|
|
|
- height: 17px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium div.workflow,
|
|
|
-article.node-breve.vm-cardmedium div.workflow {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 5px 0 3px 0;
|
|
|
- -moz-border-radius: 5px 0 3px 0;
|
|
|
- border-radius: 5px 0 3px 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- vertical-align: top;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-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;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-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;
|
|
|
- margin-top: -4.5em;
|
|
|
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 4em);
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .side.oops p,
|
|
|
-article.node-breve.vm-cardmedium .side.oops p,
|
|
|
-article.node-materiau.vm-cardmedium .side .upgrade p,
|
|
|
-article.node-breve.vm-cardmedium .side .upgrade p {
|
|
|
- padding: 10px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .side.oops p a,
|
|
|
-article.node-breve.vm-cardmedium .side.oops p a,
|
|
|
-article.node-materiau.vm-cardmedium .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardmedium .side .upgrade p a {
|
|
|
- display: block;
|
|
|
- margin: 10px 0;
|
|
|
- font-size: 18px;
|
|
|
- padding: 0.1em 0.6em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .side.oops p a:hover,
|
|
|
-article.node-breve.vm-cardmedium .side.oops p a:hover,
|
|
|
-article.node-materiau.vm-cardmedium .side .upgrade p a:hover,
|
|
|
-article.node-breve.vm-cardmedium .side .upgrade p a:hover,
|
|
|
-article.node-materiau.vm-cardmedium .side.oops p a:focus,
|
|
|
-article.node-breve.vm-cardmedium .side.oops p a:focus,
|
|
|
-article.node-materiau.vm-cardmedium .side .upgrade p a:focus,
|
|
|
-article.node-breve.vm-cardmedium .side .upgrade p a:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .side.oops p a:active,
|
|
|
-article.node-breve.vm-cardmedium .side.oops p a:active,
|
|
|
-article.node-materiau.vm-cardmedium .side .upgrade p a:active,
|
|
|
-article.node-breve.vm-cardmedium .side .upgrade p a:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .side,
|
|
|
-article.node-breve.vm-cardmedium .side {
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- background-color: #ffffff;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .side:nth-child(2),
|
|
|
-article.node-breve.vm-cardmedium .side:nth-child(2) {
|
|
|
- z-index: 1;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .group-header,
|
|
|
-article.node-breve.vm-cardmedium .group-header {
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- z-index: 2;
|
|
|
- width: 190px;
|
|
|
- padding: 5px 15px 5px 5px;
|
|
|
- min-height: 55px;
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 300;
|
|
|
- line-height: 1;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.8);
|
|
|
- *background-color: #ffffff;
|
|
|
- text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
|
|
|
- -webkit-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -o-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -webkit-border-radius: 0 0 4px 4px;
|
|
|
- -moz-border-radius: 0 0 4px 4px;
|
|
|
- border-radius: 0 0 4px 4px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .group-header .field-name-field-reference-materio,
|
|
|
-article.node-breve.vm-cardmedium .group-header .field-name-field-reference-materio,
|
|
|
-article.node-materiau.vm-cardmedium .group-header .field-name-field-localisation,
|
|
|
-article.node-breve.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-authored-on {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- font-size: 12px;
|
|
|
- vertical-align: bottom;
|
|
|
- width: 48%;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium.node-breve .group-header,
|
|
|
-article.node-breve.vm-cardmedium.node-breve .group-header {
|
|
|
- color: #fff;
|
|
|
- background-color: #000000;
|
|
|
- background-color: rgba(0, 0, 0, 0.7);
|
|
|
- *background-color: #000000;
|
|
|
- text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
|
|
|
- -webkit-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -o-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .group-images,
|
|
|
-article.node-breve.vm-cardmedium .group-images {
|
|
|
- position: relative;
|
|
|
- z-index: 1;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .group-images figure,
|
|
|
-article.node-breve.vm-cardmedium .group-images figure {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-description,
|
|
|
-article.node-breve.vm-cardmedium .field-name-field-description,
|
|
|
-article.node-materiau.vm-cardmedium .field-name-body,
|
|
|
-article.node-breve.vm-cardmedium .field-name-body {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 300;
|
|
|
- overflow: hidden;
|
|
|
- z-index: -1;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-description.columnized,
|
|
|
-article.node-breve.vm-cardmedium .field-name-field-description.columnized,
|
|
|
-article.node-materiau.vm-cardmedium .field-name-body.columnized,
|
|
|
-article.node-breve.vm-cardmedium .field-name-body.columnized {
|
|
|
- padding: 0;
|
|
|
- -webkit-transition: margin-left 0.3s ease-out;
|
|
|
- -moz-transition: margin-left 0.3s ease-out;
|
|
|
- -o-transition: margin-left 0.3s ease-out;
|
|
|
- transition: margin-left 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column > *,
|
|
|
-article.node-breve.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-body.columnized .column > * {
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher,
|
|
|
-article.node-breve.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-body.columnized .column-switcher {
|
|
|
- display: inline-block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- color: #fff;
|
|
|
- background-color: #3e3e3e;
|
|
|
- vertical-align: middle;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 22px;
|
|
|
- padding: 0.05em 0.15em 0.2em 0.2em;
|
|
|
- line-height: 0.5;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.prev-column,
|
|
|
-article.node-breve.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-body.columnized .column-switcher.prev-column {
|
|
|
- cursor: w-resize;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.next-column,
|
|
|
-article.node-breve.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-body.columnized .column-switcher.next-column {
|
|
|
- cursor: e-resize;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-description .column > *,
|
|
|
-article.node-breve.vm-cardmedium .field-name-field-description .column > *,
|
|
|
-article.node-materiau.vm-cardmedium .field-name-body .column > *,
|
|
|
-article.node-breve.vm-cardmedium .field-name-body .column > * {
|
|
|
- padding-right: 25px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .column-wrapper,
|
|
|
-article.node-breve.vm-cardmedium .column-wrapper {
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-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;
|
|
|
- -moz-transition: margin-left 0.3s ease-out;
|
|
|
- -o-transition: margin-left 0.3s ease-out;
|
|
|
- transition: margin-left 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .column-wrapper.columnized .column > *,
|
|
|
-article.node-breve.vm-cardmedium .column-wrapper.columnized .column > * {
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher,
|
|
|
-article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher {
|
|
|
- display: inline-block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- color: #fff;
|
|
|
- background-color: #3e3e3e;
|
|
|
- vertical-align: middle;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 22px;
|
|
|
- padding: 0.05em 0.15em 0.2em 0.2em;
|
|
|
- line-height: 0.5;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-company-fab,
|
|
|
-article.node-breve.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-distrib {
|
|
|
- font-size: 12px;
|
|
|
- padding: 5px;
|
|
|
- font-weight: 300;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-label,
|
|
|
-article.node-breve.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-distrib .field-label {
|
|
|
- font-size: 10px;
|
|
|
- text-transform: lowercase;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-name-field-tode-company,
|
|
|
-article.node-breve.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-distrib .field-name-field-tode-company {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-materiau-ref,
|
|
|
-article.node-breve.vm-cardmedium .field-name-field-materiau-ref,
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-source,
|
|
|
-article.node-breve.vm-cardmedium .field-name-field-source,
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-attachments,
|
|
|
-article.node-breve.vm-cardmedium .field-name-field-attachments {
|
|
|
- font-size: 12px;
|
|
|
- padding: 5px;
|
|
|
- font-weight: 300;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-materiau-ref a,
|
|
|
-article.node-breve.vm-cardmedium .field-name-field-materiau-ref a,
|
|
|
-article.node-materiau.vm-cardmedium .field-name-field-source a,
|
|
|
-article.node-breve.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-attachments a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardmedium .field-label,
|
|
|
-article.node-breve.vm-cardmedium .field-label {
|
|
|
- font-weight: 900;
|
|
|
- margin: 1em 0 0.5em;
|
|
|
-}
|
|
|
-.no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav,
|
|
|
-.no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav,
|
|
|
-.csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -o-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.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;
|
|
|
- -moz-transition: margin-top 0s 0.3s;
|
|
|
- -o-transition: margin-top 0s 0.3s;
|
|
|
- transition: margin-top 0s 0.3s;
|
|
|
-}
|
|
|
-.no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow,
|
|
|
-.no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow {
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow,
|
|
|
-.csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
- -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- -o-transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
- transition: visibility 0s 0.3s, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-.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;
|
|
|
- -moz-transition: margin-top 0s 0.3s;
|
|
|
- -o-transition: margin-top 0s 0.3s;
|
|
|
- transition: margin-top 0s 0.3s;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardmedium nav.nav,
|
|
|
-.ie8 article.node-breve.vm-cardmedium nav.nav {
|
|
|
- background: #ffffff;
|
|
|
-}
|
|
|
-/** CARD BIG */
|
|
|
-article.node-materiau.vm-cardbig,
|
|
|
-article.node-breve.vm-cardbig {
|
|
|
- width: 425px;
|
|
|
- height: 610px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig > div.side,
|
|
|
-article.node-breve.vm-cardbig > div.side {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig.focused,
|
|
|
-article.node-breve.vm-cardbig.focused {
|
|
|
- -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig.just-added,
|
|
|
-article.node-breve.vm-cardbig.just-added {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig.associated,
|
|
|
-article.node-breve.vm-cardbig.associated {
|
|
|
- -webkit-transition: margin 0.3s ease-out;
|
|
|
- -moz-transition: margin 0.3s ease-out;
|
|
|
- -o-transition: margin 0.3s ease-out;
|
|
|
- transition: margin 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig.associated.just-added,
|
|
|
-article.node-breve.vm-cardbig.associated.just-added {
|
|
|
- margin-left: -425px;
|
|
|
- margin-right: 425px;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig.removed,
|
|
|
-article.node-breve.vm-cardbig.removed {
|
|
|
- -webkit-transition: width 0.3s ease-out;
|
|
|
- -moz-transition: width 0.3s ease-out;
|
|
|
- -o-transition: width 0.3s ease-out;
|
|
|
- transition: width 0.3s ease-out;
|
|
|
- width: 0;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 0;
|
|
|
- margin-right: 0;
|
|
|
- margin-left: 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav,
|
|
|
-article.node-breve.vm-cardbig nav.nav {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px 0;
|
|
|
- -webkit-border-radius: 0 5px 0 3px;
|
|
|
- -moz-border-radius: 0 5px 0 3px;
|
|
|
- border-radius: 0 5px 0 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav a,
|
|
|
-article.node-breve.vm-cardbig nav.nav a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav ul,
|
|
|
-article.node-breve.vm-cardbig nav.nav ul {
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav span.op,
|
|
|
-article.node-breve.vm-cardbig nav.nav span.op {
|
|
|
- font-weight: 900;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav ul,
|
|
|
-article.node-breve.vm-cardbig nav.nav ul {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav section,
|
|
|
-article.node-breve.vm-cardbig nav.nav section {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav section > i,
|
|
|
-article.node-breve.vm-cardbig nav.nav section > i {
|
|
|
- margin: 0 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav section > i:hover,
|
|
|
-article.node-breve.vm-cardbig nav.nav section > i:hover {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav ul,
|
|
|
-article.node-breve.vm-cardbig nav.nav ul {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- margin-right: 22px;
|
|
|
- min-width: 80px;
|
|
|
- padding: 0;
|
|
|
- display: block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav ul li,
|
|
|
-article.node-breve.vm-cardbig nav.nav ul li {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- line-height: 1;
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.2s ease-out;
|
|
|
- -moz-transition: height 0.2s ease-out;
|
|
|
- -o-transition: height 0.2s ease-out;
|
|
|
- transition: height 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav ul li a,
|
|
|
-article.node-breve.vm-cardbig nav.nav ul li a {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- min-width: 48%;
|
|
|
- max-width: 98%;
|
|
|
- padding-left: 2px;
|
|
|
-}
|
|
|
-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;
|
|
|
- -moz-transition: color 0.2s ease-out;
|
|
|
- -o-transition: color 0.2s ease-out;
|
|
|
- transition: color 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.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: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.unflag-action {
|
|
|
- color: #000;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-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%;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardbig nav.nav ul,
|
|
|
-.ie8 article.node-breve.vm-cardbig nav.nav ul {
|
|
|
- background: #FFF;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav section:hover ul,
|
|
|
-article.node-breve.vm-cardbig nav.nav section:hover ul {
|
|
|
- padding: 5px 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig nav.nav section:hover ul li,
|
|
|
-article.node-breve.vm-cardbig nav.nav section:hover ul li {
|
|
|
- height: 17px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig div.workflow,
|
|
|
-article.node-breve.vm-cardbig div.workflow {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 5px 0 3px 0;
|
|
|
- -moz-border-radius: 5px 0 3px 0;
|
|
|
- border-radius: 5px 0 3px 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- vertical-align: top;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-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;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-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;
|
|
|
- margin-top: -4.5em;
|
|
|
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 4em);
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side.oops p,
|
|
|
-article.node-breve.vm-cardbig .side.oops p,
|
|
|
-article.node-materiau.vm-cardbig .side .upgrade p,
|
|
|
-article.node-breve.vm-cardbig .side .upgrade p {
|
|
|
- padding: 10px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side.oops p a,
|
|
|
-article.node-breve.vm-cardbig .side.oops p a,
|
|
|
-article.node-materiau.vm-cardbig .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardbig .side .upgrade p a {
|
|
|
- display: block;
|
|
|
- margin: 10px 0;
|
|
|
- font-size: 18px;
|
|
|
- padding: 0.1em 0.6em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side.oops p a:hover,
|
|
|
-article.node-breve.vm-cardbig .side.oops p a:hover,
|
|
|
-article.node-materiau.vm-cardbig .side .upgrade p a:hover,
|
|
|
-article.node-breve.vm-cardbig .side .upgrade p a:hover,
|
|
|
-article.node-materiau.vm-cardbig .side.oops p a:focus,
|
|
|
-article.node-breve.vm-cardbig .side.oops p a:focus,
|
|
|
-article.node-materiau.vm-cardbig .side .upgrade p a:focus,
|
|
|
-article.node-breve.vm-cardbig .side .upgrade p a:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side.oops p a:active,
|
|
|
-article.node-breve.vm-cardbig .side.oops p a:active,
|
|
|
-article.node-materiau.vm-cardbig .side .upgrade p a:active,
|
|
|
-article.node-breve.vm-cardbig .side .upgrade p a:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side,
|
|
|
-article.node-breve.vm-cardbig .side {
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- background-color: #ffffff;
|
|
|
- height: 270px;
|
|
|
- top: 340px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side:nth-child(2),
|
|
|
-article.node-breve.vm-cardbig .side:nth-child(2) {
|
|
|
- z-index: 1;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .group-side1,
|
|
|
-article.node-breve.vm-cardbig .group-side1 {
|
|
|
- position: relative;
|
|
|
- -webkit-border-radius: 5px 5px 0 0;
|
|
|
- -moz-border-radius: 5px 5px 0 0;
|
|
|
- border-radius: 5px 5px 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .group-header,
|
|
|
-article.node-breve.vm-cardbig .group-header {
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- z-index: 2;
|
|
|
- width: 405px;
|
|
|
- padding: 10px;
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 300;
|
|
|
- line-height: 1.1;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.8);
|
|
|
- *background-color: #ffffff;
|
|
|
- text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
|
|
|
- -webkit-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -o-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .group-header .field-name-field-reference-materio,
|
|
|
-article.node-breve.vm-cardbig .group-header .field-name-field-reference-materio,
|
|
|
-article.node-materiau.vm-cardbig .group-header .field-name-field-localisation,
|
|
|
-article.node-breve.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-authored-on {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- font-size: 12px;
|
|
|
- vertical-align: bottom;
|
|
|
- width: 48%;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardbig .group-header,
|
|
|
-.ie8 article.node-breve.vm-cardbig .group-header {
|
|
|
- background: #fff;
|
|
|
- font-color: #000;
|
|
|
- line-height: 1em;
|
|
|
- padding: 20px;
|
|
|
- border-bottom: 1px solid #C6C6C6;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig.node-breve .group-header,
|
|
|
-article.node-breve.vm-cardbig.node-breve .group-header {
|
|
|
- color: #fff;
|
|
|
- background-color: #000000;
|
|
|
- background-color: rgba(0, 0, 0, 0.7);
|
|
|
- *background-color: #000000;
|
|
|
- text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
|
|
|
- -webkit-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -o-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .group-images,
|
|
|
-article.node-breve.vm-cardbig .group-images {
|
|
|
- position: relative;
|
|
|
- z-index: 1;
|
|
|
- background-color: #ffffff;
|
|
|
- height: auto;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .group-images figure,
|
|
|
-article.node-breve.vm-cardbig .group-images figure {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-description,
|
|
|
-article.node-breve.vm-cardbig .field-name-field-description,
|
|
|
-article.node-materiau.vm-cardbig .field-name-body,
|
|
|
-article.node-breve.vm-cardbig .field-name-body {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 300;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-description.columnized,
|
|
|
-article.node-breve.vm-cardbig .field-name-field-description.columnized,
|
|
|
-article.node-materiau.vm-cardbig .field-name-body.columnized,
|
|
|
-article.node-breve.vm-cardbig .field-name-body.columnized {
|
|
|
- padding: 0;
|
|
|
- -webkit-transition: margin-left 0.3s ease-out;
|
|
|
- -moz-transition: margin-left 0.3s ease-out;
|
|
|
- -o-transition: margin-left 0.3s ease-out;
|
|
|
- transition: margin-left 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-description.columnized .column > *,
|
|
|
-article.node-breve.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-body.columnized .column > * {
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher,
|
|
|
-article.node-breve.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-body.columnized .column-switcher {
|
|
|
- display: inline-block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- color: #fff;
|
|
|
- background-color: #3e3e3e;
|
|
|
- vertical-align: middle;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 22px;
|
|
|
- padding: 0.05em 0.15em 0.2em 0.2em;
|
|
|
- line-height: 0.5;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.prev-column,
|
|
|
-article.node-breve.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-body.columnized .column-switcher.prev-column {
|
|
|
- cursor: w-resize;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.next-column,
|
|
|
-article.node-breve.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-body.columnized .column-switcher.next-column {
|
|
|
- cursor: e-resize;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .column-wrapper,
|
|
|
-article.node-breve.vm-cardbig .column-wrapper {
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-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;
|
|
|
- -moz-transition: margin-left 0.3s ease-out;
|
|
|
- -o-transition: margin-left 0.3s ease-out;
|
|
|
- transition: margin-left 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .column-wrapper.columnized .column > *,
|
|
|
-article.node-breve.vm-cardbig .column-wrapper.columnized .column > * {
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher,
|
|
|
-article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher {
|
|
|
- display: inline-block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- color: #fff;
|
|
|
- background-color: #3e3e3e;
|
|
|
- vertical-align: middle;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 22px;
|
|
|
- padding: 0.05em 0.15em 0.2em 0.2em;
|
|
|
- line-height: 0.5;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-company-fab,
|
|
|
-article.node-breve.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-distrib {
|
|
|
- font-size: 12px;
|
|
|
- padding: 10px;
|
|
|
- font-weight: 300;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-company-fab .field-label,
|
|
|
-article.node-breve.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-distrib .field-label {
|
|
|
- font-size: 10px;
|
|
|
- text-transform: lowercase;
|
|
|
- float: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-company-fab .field-name-field-tode-company,
|
|
|
-article.node-breve.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-distrib .field-name-field-tode-company {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-materiau-ref,
|
|
|
-article.node-breve.vm-cardbig .field-name-field-materiau-ref,
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-source,
|
|
|
-article.node-breve.vm-cardbig .field-name-field-source,
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-attachments,
|
|
|
-article.node-breve.vm-cardbig .field-name-field-attachments {
|
|
|
- font-size: 12px;
|
|
|
- padding: 10px;
|
|
|
- font-weight: 300;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-materiau-ref a,
|
|
|
-article.node-breve.vm-cardbig .field-name-field-materiau-ref a,
|
|
|
-article.node-materiau.vm-cardbig .field-name-field-source a,
|
|
|
-article.node-breve.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-attachments a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .field-label,
|
|
|
-article.node-breve.vm-cardbig .field-label {
|
|
|
- font-weight: 900;
|
|
|
- margin: 0 0 0.5em;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardbig nav.nav,
|
|
|
-.ie8 article.node-breve.vm-cardbig nav.nav {
|
|
|
- background: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side.oops p,
|
|
|
-article.node-breve.vm-cardbig .side.oops p,
|
|
|
-article.node-materiau.vm-cardbig .side .upgrade p,
|
|
|
-article.node-breve.vm-cardbig .side .upgrade p {
|
|
|
- padding: 3em;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig .side.oops p a,
|
|
|
-article.node-breve.vm-cardbig .side.oops p a,
|
|
|
-article.node-materiau.vm-cardbig .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardbig .side .upgrade p a {
|
|
|
- border: 2px solid #eee;
|
|
|
- background-color: #eeeeee;
|
|
|
- color: #fff;
|
|
|
- -webkit-transition: border 0.3s ease-out;
|
|
|
- -moz-transition: border 0.3s ease-out;
|
|
|
- -o-transition: border 0.3s ease-out;
|
|
|
- transition: border 0.3s ease-out;
|
|
|
- -webkit-transition: background-color 0.3s ease-out;
|
|
|
- -moz-transition: background-color 0.3s ease-out;
|
|
|
- -o-transition: background-color 0.3s ease-out;
|
|
|
- transition: background-color 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardbig:hover .side.oops p a,
|
|
|
-article.node-breve.vm-cardbig:hover .side.oops p a,
|
|
|
-article.node-materiau.vm-cardbig:hover .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardbig:hover .side .upgrade p a {
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
-}
|
|
|
-/** CARD FULL */
|
|
|
-article.node-materiau.vm-cardfull,
|
|
|
-article.node-breve.vm-cardfull {
|
|
|
- width: 850px;
|
|
|
- height: 610px;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- position: relative;
|
|
|
- margin: 7px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -moz-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- -o-transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out;
|
|
|
- font-size: 0px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull > div.side,
|
|
|
-article.node-breve.vm-cardfull > div.side {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull.focused,
|
|
|
-article.node-breve.vm-cardfull.focused {
|
|
|
- -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
- box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull.just-added,
|
|
|
-article.node-breve.vm-cardfull.just-added {
|
|
|
- filter: alpha(opacity=0);
|
|
|
- -webkit-opacity: 0;
|
|
|
- -khtml-opacity: 0;
|
|
|
- -moz-opacity: 0;
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull.associated,
|
|
|
-article.node-breve.vm-cardfull.associated {
|
|
|
- -webkit-transition: margin 0.3s ease-out;
|
|
|
- -moz-transition: margin 0.3s ease-out;
|
|
|
- -o-transition: margin 0.3s ease-out;
|
|
|
- transition: margin 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull.associated.just-added,
|
|
|
-article.node-breve.vm-cardfull.associated.just-added {
|
|
|
- margin-left: -850px;
|
|
|
- margin-right: 850px;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull.removed,
|
|
|
-article.node-breve.vm-cardfull.removed {
|
|
|
- -webkit-transition: width 0.3s ease-out;
|
|
|
- -moz-transition: width 0.3s ease-out;
|
|
|
- -o-transition: width 0.3s ease-out;
|
|
|
- transition: width 0.3s ease-out;
|
|
|
- width: 0;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 0;
|
|
|
- margin-right: 0;
|
|
|
- margin-left: 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav,
|
|
|
-article.node-breve.vm-cardfull nav.nav {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px 0;
|
|
|
- -webkit-border-radius: 0 5px 0 3px;
|
|
|
- -moz-border-radius: 0 5px 0 3px;
|
|
|
- border-radius: 0 5px 0 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav a,
|
|
|
-article.node-breve.vm-cardfull nav.nav a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav ul,
|
|
|
-article.node-breve.vm-cardfull nav.nav ul {
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav span.op,
|
|
|
-article.node-breve.vm-cardfull nav.nav span.op {
|
|
|
- font-weight: 900;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav ul,
|
|
|
-article.node-breve.vm-cardfull nav.nav ul {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav section,
|
|
|
-article.node-breve.vm-cardfull nav.nav section {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav section > i,
|
|
|
-article.node-breve.vm-cardfull nav.nav section > i {
|
|
|
- margin: 0 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav section > i:hover,
|
|
|
-article.node-breve.vm-cardfull nav.nav section > i:hover {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav ul,
|
|
|
-article.node-breve.vm-cardfull nav.nav ul {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- margin-right: 22px;
|
|
|
- min-width: 80px;
|
|
|
- padding: 0;
|
|
|
- display: block;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav ul li,
|
|
|
-article.node-breve.vm-cardfull nav.nav ul li {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- line-height: 1;
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- -webkit-transition: height 0.2s ease-out;
|
|
|
- -moz-transition: height 0.2s ease-out;
|
|
|
- -o-transition: height 0.2s ease-out;
|
|
|
- transition: height 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav ul li a,
|
|
|
-article.node-breve.vm-cardfull nav.nav ul li a {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- min-width: 48%;
|
|
|
- max-width: 98%;
|
|
|
- padding-left: 2px;
|
|
|
-}
|
|
|
-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;
|
|
|
- -moz-transition: color 0.2s ease-out;
|
|
|
- -o-transition: color 0.2s ease-out;
|
|
|
- transition: color 0.2s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.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: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.unflag-action {
|
|
|
- color: #000;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-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%;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-.ie8 article.node-materiau.vm-cardfull nav.nav ul,
|
|
|
-.ie8 article.node-breve.vm-cardfull nav.nav ul {
|
|
|
- background: #FFF;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav section:hover ul,
|
|
|
-article.node-breve.vm-cardfull nav.nav section:hover ul {
|
|
|
- padding: 5px 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav section:hover ul li,
|
|
|
-article.node-breve.vm-cardfull nav.nav section:hover ul li {
|
|
|
- height: 17px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull div.workflow,
|
|
|
-article.node-breve.vm-cardfull div.workflow {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: 11;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 5px 0 3px 0;
|
|
|
- -moz-border-radius: 5px 0 3px 0;
|
|
|
- border-radius: 5px 0 3px 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 10px;
|
|
|
- vertical-align: top;
|
|
|
- background-color: #ffffff;
|
|
|
- background-color: rgba(255, 255, 255, 0.9);
|
|
|
- *background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-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;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-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;
|
|
|
- margin-top: -4.5em;
|
|
|
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 4em);
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .side.oops p,
|
|
|
-article.node-breve.vm-cardfull .side.oops p,
|
|
|
-article.node-materiau.vm-cardfull .side .upgrade p,
|
|
|
-article.node-breve.vm-cardfull .side .upgrade p {
|
|
|
- padding: 10px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .side.oops p a,
|
|
|
-article.node-breve.vm-cardfull .side.oops p a,
|
|
|
-article.node-materiau.vm-cardfull .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardfull .side .upgrade p a {
|
|
|
- display: block;
|
|
|
- margin: 10px 0;
|
|
|
- font-size: 18px;
|
|
|
- padding: 0.1em 0.6em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .side.oops p a:hover,
|
|
|
-article.node-breve.vm-cardfull .side.oops p a:hover,
|
|
|
-article.node-materiau.vm-cardfull .side .upgrade p a:hover,
|
|
|
-article.node-breve.vm-cardfull .side .upgrade p a:hover,
|
|
|
-article.node-materiau.vm-cardfull .side.oops p a:focus,
|
|
|
-article.node-breve.vm-cardfull .side.oops p a:focus,
|
|
|
-article.node-materiau.vm-cardfull .side .upgrade p a:focus,
|
|
|
-article.node-breve.vm-cardfull .side .upgrade p a:focus {
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .side.oops p a:active,
|
|
|
-article.node-breve.vm-cardfull .side.oops p a:active,
|
|
|
-article.node-materiau.vm-cardfull .side .upgrade p a:active,
|
|
|
-article.node-breve.vm-cardfull .side .upgrade p a:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav,
|
|
|
-article.node-breve.vm-cardfull nav.nav {
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull > *,
|
|
|
-article.node-breve.vm-cardfull > * {
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull > .side,
|
|
|
-article.node-breve.vm-cardfull > .side {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- width: 50%;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull > .side.group-side-left,
|
|
|
-article.node-breve.vm-cardfull > .side.group-side-left {
|
|
|
- -webkit-border-radius: 5px 0 0 5px;
|
|
|
- -moz-border-radius: 5px 0 0 5px;
|
|
|
- border-radius: 5px 0 0 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull > .side.group-side-right,
|
|
|
-article.node-breve.vm-cardfull > .side.group-side-right {
|
|
|
- -webkit-border-radius: 0 5px 5px 0;
|
|
|
- -moz-border-radius: 0 5px 5px 0;
|
|
|
- border-radius: 0 5px 5px 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .group-images,
|
|
|
-article.node-breve.vm-cardfull .group-images {
|
|
|
- position: relative;
|
|
|
- z-index: 1;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .group-images figure,
|
|
|
-article.node-breve.vm-cardfull .group-images figure {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .group-header,
|
|
|
-article.node-breve.vm-cardfull .group-header {
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 300;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .group-header .field-name-field-reference-materio,
|
|
|
-article.node-breve.vm-cardfull .group-header .field-name-field-reference-materio,
|
|
|
-article.node-materiau.vm-cardfull .group-header .field-name-field-localisation,
|
|
|
-article.node-breve.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-authored-on {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- font-size: 12px;
|
|
|
- padding-right: 15px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull.node-breve .group-header,
|
|
|
-article.node-breve.vm-cardfull.node-breve .group-header {
|
|
|
- color: #fff;
|
|
|
- background-color: #000000;
|
|
|
- background-color: rgba(0, 0, 0, 0.7);
|
|
|
- *background-color: #000000;
|
|
|
- text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
|
|
|
- -webkit-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- -o-transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
- transition: background-color 0.2s ease-out, text-shadow 0.2s ease-out;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-description,
|
|
|
-article.node-breve.vm-cardfull .field-name-field-description,
|
|
|
-article.node-materiau.vm-cardfull .field-name-body,
|
|
|
-article.node-breve.vm-cardfull .field-name-body {
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 300;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-attachments,
|
|
|
-article.node-breve.vm-cardfull .field-name-field-attachments {
|
|
|
- padding: 10px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-company-fab,
|
|
|
-article.node-breve.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-distrib {
|
|
|
- font-size: 12px;
|
|
|
- padding: 10px;
|
|
|
- font-weight: 300;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- width: 40%;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-company-fab .field-item,
|
|
|
-article.node-breve.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-distrib .field-item {
|
|
|
- margin-top: 1em;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-company-fab .field-label,
|
|
|
-article.node-breve.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-distrib .field-label {
|
|
|
- font-size: 10px;
|
|
|
- text-transform: lowercase;
|
|
|
- float: none;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-company-fab .field-name-field-tode-company,
|
|
|
-article.node-breve.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-distrib .field-name-field-tode-company {
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-materiau-ref,
|
|
|
-article.node-breve.vm-cardfull .field-name-field-materiau-ref,
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-source,
|
|
|
-article.node-breve.vm-cardfull .field-name-field-source,
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-attachments,
|
|
|
-article.node-breve.vm-cardfull .field-name-field-attachments {
|
|
|
- font-size: 12px;
|
|
|
- padding: 10px;
|
|
|
- font-weight: 300;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-materiau-ref a,
|
|
|
-article.node-breve.vm-cardfull .field-name-field-materiau-ref a,
|
|
|
-article.node-materiau.vm-cardfull .field-name-field-source a,
|
|
|
-article.node-breve.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-attachments a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .field-label,
|
|
|
-article.node-breve.vm-cardfull .field-label {
|
|
|
- font-weight: 900;
|
|
|
- margin: 0 0 0.5em;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull nav.nav,
|
|
|
-article.node-breve.vm-cardfull nav.nav {
|
|
|
- margin: 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull div.workflow,
|
|
|
-article.node-breve.vm-cardfull div.workflow {
|
|
|
- margin: 5px;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .side.oops p,
|
|
|
-article.node-breve.vm-cardfull .side.oops p,
|
|
|
-article.node-materiau.vm-cardfull .side .upgrade p,
|
|
|
-article.node-breve.vm-cardfull .side .upgrade p {
|
|
|
- padding: 3em;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull .side.oops p a,
|
|
|
-article.node-breve.vm-cardfull .side.oops p a,
|
|
|
-article.node-materiau.vm-cardfull .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardfull .side .upgrade p a {
|
|
|
- border: 2px solid #eee;
|
|
|
- background-color: #eeeeee;
|
|
|
- color: #fff;
|
|
|
- -webkit-transition: border 0.3s ease-out;
|
|
|
- -moz-transition: border 0.3s ease-out;
|
|
|
- -o-transition: border 0.3s ease-out;
|
|
|
- transition: border 0.3s ease-out;
|
|
|
- -webkit-transition: background-color 0.3s ease-out;
|
|
|
- -moz-transition: background-color 0.3s ease-out;
|
|
|
- -o-transition: background-color 0.3s ease-out;
|
|
|
- transition: background-color 0.3s ease-out;
|
|
|
-}
|
|
|
-article.node-materiau.vm-cardfull:hover .side.oops p a,
|
|
|
-article.node-breve.vm-cardfull:hover .side.oops p a,
|
|
|
-article.node-materiau.vm-cardfull:hover .side .upgrade p a,
|
|
|
-article.node-breve.vm-cardfull:hover .side .upgrade p a {
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
-}
|
|
|
-div.messages {
|
|
|
- padding: 9px;
|
|
|
- margin: 0.5em 0 0;
|
|
|
- color: #3a87ad;
|
|
|
- background: #d9edf7;
|
|
|
- border: 1px solid #bce8f1;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-div.messages.warning {
|
|
|
- color: #c09853;
|
|
|
- background-color: #fcf8e3;
|
|
|
- border-color: #fbeed5;
|
|
|
-}
|
|
|
-div.messages.error {
|
|
|
- color: #b94a48;
|
|
|
- background-color: #f2dede;
|
|
|
- border-color: #eed3d7;
|
|
|
-}
|
|
|
-div.messages.status {
|
|
|
- color: #468847;
|
|
|
- background-color: #dff0d8;
|
|
|
- border-color: #d6e9c6;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.messages-label {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#better-messages-wrapper {
|
|
|
- background-color: rgba(255, 255, 255, 0.7);
|
|
|
- padding: 10px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
|
|
|
- -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
|
|
|
-}
|
|
|
-#better-messages-wrapper #better-messages-default div.messages {
|
|
|
- padding: 9px;
|
|
|
- margin: 0.5em 0 0;
|
|
|
- color: #3a87ad;
|
|
|
- background: #d9edf7;
|
|
|
- border: 1px solid #bce8f1;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- font-size: 12px;
|
|
|
- margin: 0 0 10px 0;
|
|
|
-}
|
|
|
-#better-messages-wrapper #better-messages-default div.messages.warning {
|
|
|
- color: #c09853;
|
|
|
- background-color: #fcf8e3;
|
|
|
- border-color: #fbeed5;
|
|
|
-}
|
|
|
-#better-messages-wrapper #better-messages-default div.messages.error {
|
|
|
- color: #b94a48;
|
|
|
- background-color: #f2dede;
|
|
|
- border-color: #eed3d7;
|
|
|
-}
|
|
|
-#better-messages-wrapper #better-messages-default div.messages.status {
|
|
|
- color: #468847;
|
|
|
- background-color: #dff0d8;
|
|
|
- border-color: #d6e9c6;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-#better-messages-wrapper #better-messages-default .footer {
|
|
|
- border: none;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#better-messages-wrapper #better-messages-default .footer a.message-close {
|
|
|
- background: #ffffff url('../img/close.png') no-repeat center center;
|
|
|
- width: 15px;
|
|
|
- height: 15px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- display: block;
|
|
|
-}
|
|
|
-/** Tab navigation */
|
|
|
-/**
|
|
|
-* icons
|
|
|
+Error: Invalid CSS after "... @media ": expected media query (e.g. print, screen, print and screen), was "$max-480 { $w:2..."
|
|
|
+ on line 572 of /mnt/DataSSD/Sites/materio/base_d7_super/sites/all/themes/gui/materiobasetheme/scss/styles.scss
|
|
|
+
|
|
|
+567: .group-column-wrapper{
|
|
|
+568: height:240px;
|
|
|
+569: .side{ height:100%; }
|
|
|
+570: .field-name-field-emvideo{
|
|
|
+571: $r:0.5625;
|
|
|
+572: @media $max-480 { $w:290px; width:$w; height:$w*$r; }
|
|
|
+573: @media @480-768 { $w:216px; width:$w; height:$w*$r; }
|
|
|
+574: @media @768-980 { $w:216px; width:$w; height:$w*$r; }
|
|
|
+575: @media @980-1200 { $w:280px; width:$w; height:$w*$r; }
|
|
|
+576: @media $min-1200 { $w:340px; width:$w; height:$w*$r; }
|
|
|
+577: *{height:100%; width:100%;}
|
|
|
+
|
|
|
+Backtrace:
|
|
|
+/mnt/DataSSD/Sites/materio/base_d7_super/sites/all/themes/gui/materiobasetheme/scss/styles.scss:572
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:1165:in `expected'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:1101:in `expected'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:1081:in `expr!'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:401:in `media_directive'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:219:in `special_directive'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:194:in `directive'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:661:in `block_child'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:653:in `block_contents'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:642:in `block'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:711:in `declaration_or_ruleset'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:661:in `block_child'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:653:in `block_contents'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:642:in `block'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:711:in `declaration_or_ruleset'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:661:in `block_child'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:653:in `block_contents'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:642:in `block'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:711:in `declaration_or_ruleset'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:661:in `block_child'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:653:in `block_contents'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:642:in `block'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:711:in `declaration_or_ruleset'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:661:in `block_child'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:653:in `block_contents'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:642:in `block'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:711:in `declaration_or_ruleset'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:661:in `block_child'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:653:in `block_contents'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:642:in `block'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:635:in `ruleset'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:660:in `block_child'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:653:in `block_contents'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:117:in `stylesheet'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/scss/parser.rb:42:in `parse'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/engine.rb:393:in `_to_tree'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/engine.rb:268:in `render'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:209:in `each'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/sass_compiler.rb:40:in `compile!'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/commands/update_project.rb:49:in `perform'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/commands/base.rb:18:in `execute'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/commands/project_base.rb:19:in `execute'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:43:in `perform!'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:15:in `run!'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/bin/compass:30:in `block in <top (required)>'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/bin/compass:44:in `call'
|
|
|
+/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/bin/compass:44:in `<top (required)>'
|
|
|
+/home/bach/.gem/ruby/2.2.0/bin/compass:23:in `load'
|
|
|
+/home/bach/.gem/ruby/2.2.0/bin/compass:23:in `<main>'
|
|
|
*/
|
|
|
-i.icon-materio-viewmode-cardsmall {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- line-height: 20px;
|
|
|
- background-position: -42px 0;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardsmall.active {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: 0 0;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardsmall:hover:not(.active) {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -21px 0;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardmedium {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -42px -21px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardmedium.active {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: 0 -21px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardmedium:hover:not(.active) {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -21px -21px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardbig {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -42px -42px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardbig.active {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: 0 -42px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardbig:hover:not(.active) {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -21px -42px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardfull {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -42px -63px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardfull.active {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: 0 -63px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-viewmode-cardfull:hover:not(.active) {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -21px -63px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-search {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -63px -63px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-i.icon-materio-folder {
|
|
|
- background-image: url('../img/sprite.png');
|
|
|
- width: 21px;
|
|
|
- height: 21px;
|
|
|
- line-height: 21px;
|
|
|
- background-position: -84px -63px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-/**
|
|
|
-* figures
|
|
|
-*/
|
|
|
-figure figcaption {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-figure .blank {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-/* ==|== print styles =======================================================
|
|
|
- Print styles.
|
|
|
- Inlined to avoid required HTTP connection: h5bp.com/r
|
|
|
- ========================================================================== */
|
|
|
-a:focus {
|
|
|
- outline: 0;
|
|
|
-}
|
|
|
-/*
|
|
|
- * Improves readability when focused and also mouse hovered in all browsers.
|
|
|
- */
|
|
|
-a:active,
|
|
|
-a:hover {
|
|
|
- outline: 0;
|
|
|
-}
|
|
|
-/** COLORBOX */
|
|
|
-#colorbox {
|
|
|
- -webkit-border-radius: 2px;
|
|
|
- -moz-border-radius: 2px;
|
|
|
- border-radius: 2px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
-}
|
|
|
-#colorbox #cboxLoadedContent {
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-/** embed player */
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .embedded-video .player iframe {
|
|
|
- max-width: 100%;
|
|
|
- height: auto;
|
|
|
- }
|
|
|
-}
|
|
|
-/** devel */
|
|
|
-.not-logged-in #tasks ul.tabs.primary {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-/** AUTOCOMPLETE */
|
|
|
-#autocomplete {
|
|
|
- border: 0;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #000000;
|
|
|
- background-color: rgba(0, 0, 0, 0.6);
|
|
|
- *background-color: #000000;
|
|
|
- text-align: left;
|
|
|
- margin-left: 2px;
|
|
|
-}
|
|
|
-.oldie #autocomplete {
|
|
|
- background-color: #545454;
|
|
|
-}
|
|
|
-#autocomplete li {
|
|
|
- color: #FFF;
|
|
|
- background-color: transparent;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#autocomplete li.selected {
|
|
|
- background-color: #000000;
|
|
|
- background-color: rgba(0, 0, 0, 0.8);
|
|
|
- *background-color: #000000;
|
|
|
-}
|
|
|
-#autocomplete li div {
|
|
|
- padding: 0.1em 5px;
|
|
|
-}
|
|
|
-/**
|
|
|
-* the old modal api (balck bg) for contextual forms (create new flag list)
|
|
|
-*/
|
|
|
-#modal {
|
|
|
- background-color: rgba(0, 0, 0, 0.7);
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 0;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#modal * {
|
|
|
- color: #fff;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-#modal form {
|
|
|
- background-color: transparent;
|
|
|
- color: #fff;
|
|
|
- border: 0px;
|
|
|
-}
|
|
|
-#modal form .form-actions {
|
|
|
- background-color: transparent;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-#modal form input.form-text,
|
|
|
-#modal form textarea,
|
|
|
-#modal form div.grippie {
|
|
|
- background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-#modal form .form-actions {
|
|
|
- text-align: right ;
|
|
|
-}
|
|
|
-#modal form input.form-submit {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- padding: 4px 12px;
|
|
|
- margin-bottom: 0;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 20px;
|
|
|
- text-align: center;
|
|
|
- vertical-align: middle;
|
|
|
- cursor: pointer;
|
|
|
- color: #333333;
|
|
|
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
|
- background-color: #f5f5f5;
|
|
|
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
|
|
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #e6e6e6;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
- border: 1px solid #cccccc;
|
|
|
- *border: 0;
|
|
|
- border-bottom-color: #b3b3b3;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- *margin-left: .3em;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- padding: 0 6px;
|
|
|
- font-size: 10.5px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 0;
|
|
|
- -moz-border-radius: 3px 0 0 0;
|
|
|
- border-radius: 3px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-#modal form input.form-submit:hover,
|
|
|
-#modal form input.form-submit:focus,
|
|
|
-#modal form input.form-submit:active,
|
|
|
-#modal form input.form-submit.active,
|
|
|
-#modal form input.form-submit.disabled,
|
|
|
-#modal form input.form-submit[disabled] {
|
|
|
- color: #333333;
|
|
|
- background-color: #e6e6e6;
|
|
|
- *background-color: #d9d9d9;
|
|
|
-}
|
|
|
-#modal form input.form-submit:active,
|
|
|
-#modal form input.form-submit.active {
|
|
|
- background-color: #cccccc \9;
|
|
|
-}
|
|
|
-#modal form input.form-submit:first-child {
|
|
|
- *margin-left: 0;
|
|
|
-}
|
|
|
-#modal form input.form-submit:hover,
|
|
|
-#modal form input.form-submit:focus {
|
|
|
- color: #333333;
|
|
|
- text-decoration: none;
|
|
|
- background-position: 0 -15px;
|
|
|
- -webkit-transition: background-position 0.1s linear;
|
|
|
- -moz-transition: background-position 0.1s linear;
|
|
|
- -o-transition: background-position 0.1s linear;
|
|
|
- transition: background-position 0.1s linear;
|
|
|
-}
|
|
|
-#modal form input.form-submit:focus {
|
|
|
- outline: thin dotted #333;
|
|
|
- outline: 5px auto -webkit-focus-ring-color;
|
|
|
- outline-offset: -2px;
|
|
|
-}
|
|
|
-#modal form input.form-submit.active,
|
|
|
-#modal form input.form-submit:active {
|
|
|
- background-image: none;
|
|
|
- outline: 0;
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
-}
|
|
|
-#modal form input.form-submit.disabled,
|
|
|
-#modal form input.form-submit[disabled] {
|
|
|
- cursor: default;
|
|
|
- background-image: none;
|
|
|
- opacity: 0.65;
|
|
|
- filter: alpha(opacity=65);
|
|
|
- -webkit-opacity: 65;
|
|
|
- -khtml-opacity: 65;
|
|
|
- -moz-opacity: 65;
|
|
|
- opacity: 65;
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 none #000000;
|
|
|
- -moz-box-shadow: 0 0 none #000000;
|
|
|
- -ms-box-shadow: 0 0 none #000000;
|
|
|
- box-shadow: 0 0 none #000000;
|
|
|
-}
|
|
|
-#modal form input.form-submit .label,
|
|
|
-#modal form input.form-submit .badge {
|
|
|
- position: relative;
|
|
|
- top: -1px;
|
|
|
-}
|
|
|
-#modal form input.form-submit .label,
|
|
|
-#modal form input.form-submit .badge {
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-#modal form input.form-submit[name="create"] {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #49afcd;
|
|
|
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
|
|
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
|
|
- border-color: #2f96b4 #2f96b4 #1f6377;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #2f96b4;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-#modal form input.form-submit[name="create"]:hover,
|
|
|
-#modal form input.form-submit[name="create"]:focus,
|
|
|
-#modal form input.form-submit[name="create"]:active,
|
|
|
-#modal form input.form-submit[name="create"].active,
|
|
|
-#modal form input.form-submit[name="create"].disabled,
|
|
|
-#modal form input.form-submit[name="create"][disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #2f96b4;
|
|
|
- *background-color: #2a85a0;
|
|
|
-}
|
|
|
-#modal form input.form-submit[name="create"]:active,
|
|
|
-#modal form input.form-submit[name="create"].active {
|
|
|
- background-color: #24748c \9;
|
|
|
-}
|
|
|
-#modal form input.form-submit[name="create"] .caret {
|
|
|
- border-top-color: #ffffff;
|
|
|
- border-bottom-color: #ffffff;
|
|
|
-}
|
|
|
-#modal > * {
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-#modal .form-item-flag-lists-name input {
|
|
|
- width: 95%;
|
|
|
-}
|
|
|
-#modal .actions {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-/**
|
|
|
-* the new modal api used for preview and register modal
|
|
|
-*/
|
|
|
-.modal-wrapper {
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- position: fixed;
|
|
|
- right: 0;
|
|
|
- text-align: center;
|
|
|
- top: 0;
|
|
|
- white-space: nowrap;
|
|
|
- z-index: 99998;
|
|
|
-}
|
|
|
-.modal-wrapper:before {
|
|
|
- content: "";
|
|
|
- display: inline-block;
|
|
|
- height: 100%;
|
|
|
- margin-right: -0.25em;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-.modal-wrapper:after,
|
|
|
-.modal-wrapper:before {
|
|
|
- -moz-box-sizing: border-box;
|
|
|
-}
|
|
|
-.modal-wrapper .modal-bg {
|
|
|
- background-color: #000;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- opacity: 0.005;
|
|
|
- filter: alpha(opacity=0.5);
|
|
|
- -webkit-opacity: 0.5;
|
|
|
- -khtml-opacity: 0.5;
|
|
|
- -moz-opacity: 0.5;
|
|
|
- opacity: 0.5;
|
|
|
-}
|
|
|
-.modal-wrapper .modal-content {
|
|
|
- position: relative;
|
|
|
- display: inline-block;
|
|
|
- margin: 0 auto;
|
|
|
- text-align: left;
|
|
|
- vertical-align: middle;
|
|
|
- white-space: normal;
|
|
|
- min-height: 200px;
|
|
|
-}
|
|
|
-/** MODALCONTENT */
|
|
|
-/** JSCROLLPAN */
|
|
|
-.jspContainer .jspVerticalBar {
|
|
|
- background-color: transparent;
|
|
|
- width: 5px;
|
|
|
-}
|
|
|
-.jspContainer .jspVerticalBar .jspTrack {
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-.jspContainer .jspVerticalBar .jspTrack .jspDrag {
|
|
|
- background-color: #ccc;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-/** TOOLTIP */
|
|
|
-#tooltip {
|
|
|
- position: absolute;
|
|
|
- z-index: 999;
|
|
|
- max-width: 180px;
|
|
|
- background-color: #ffffff;
|
|
|
- padding: 5px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 500;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
|
-}
|
|
|
-#tooltip.op-visible {
|
|
|
- -webkit-transition: opacity 0.1s ease-out, top 0.1s linear;
|
|
|
- -moz-transition: opacity 0.1s ease-out, top 0.1s linear;
|
|
|
- -o-transition: opacity 0.1s ease-out, top 0.1s linear;
|
|
|
- transition: opacity 0.1s ease-out, top 0.1s linear;
|
|
|
-}
|
|
|
-/** FEEDBACK */
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #block-feedback-form {
|
|
|
- bottom: 5px;
|
|
|
- left: 5px;
|
|
|
- right: auto;
|
|
|
- }
|
|
|
-}
|
|
|
-#block-feedback-form h2 {
|
|
|
- line-height: 1.2;
|
|
|
- font-size: 14px;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#block-feedback-form h2 .title {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#block-feedback-form #feedback-form-toggle {
|
|
|
- padding: 2px 3px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #ff7600;
|
|
|
- color: #fff;
|
|
|
- line-height: 2;
|
|
|
- font-weight: 900;
|
|
|
-}
|
|
|
-#block-feedback-form .content {
|
|
|
- background-color: rgba(0, 0, 0, 0.7);
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 0;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#block-feedback-form .content * {
|
|
|
- color: #fff;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-#block-feedback-form .content form {
|
|
|
- background-color: transparent;
|
|
|
- color: #fff;
|
|
|
- border: 0px;
|
|
|
-}
|
|
|
-#block-feedback-form .content form .form-actions {
|
|
|
- background-color: transparent;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-text,
|
|
|
-#block-feedback-form .content form textarea,
|
|
|
-#block-feedback-form .content form div.grippie {
|
|
|
- background-color: #ffffff;
|
|
|
- color: #000;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-#block-feedback-form .content form .form-actions {
|
|
|
- text-align: right ;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- padding: 4px 12px;
|
|
|
- margin-bottom: 0;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 20px;
|
|
|
- text-align: center;
|
|
|
- vertical-align: middle;
|
|
|
- cursor: pointer;
|
|
|
- color: #333333;
|
|
|
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
|
- background-color: #f5f5f5;
|
|
|
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
|
|
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #e6e6e6;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
- border: 1px solid #cccccc;
|
|
|
- *border: 0;
|
|
|
- border-bottom-color: #b3b3b3;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- *margin-left: .3em;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- padding: 0 6px;
|
|
|
- font-size: 10.5px;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-border-radius: 3px 0 0 0;
|
|
|
- -moz-border-radius: 3px 0 0 0;
|
|
|
- border-radius: 3px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit:hover,
|
|
|
-#block-feedback-form .content form input.form-submit:focus,
|
|
|
-#block-feedback-form .content form input.form-submit:active,
|
|
|
-#block-feedback-form .content form input.form-submit.active,
|
|
|
-#block-feedback-form .content form input.form-submit.disabled,
|
|
|
-#block-feedback-form .content form input.form-submit[disabled] {
|
|
|
- color: #333333;
|
|
|
- background-color: #e6e6e6;
|
|
|
- *background-color: #d9d9d9;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit:active,
|
|
|
-#block-feedback-form .content form input.form-submit.active {
|
|
|
- background-color: #cccccc \9;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit:first-child {
|
|
|
- *margin-left: 0;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit:hover,
|
|
|
-#block-feedback-form .content form input.form-submit:focus {
|
|
|
- color: #333333;
|
|
|
- text-decoration: none;
|
|
|
- background-position: 0 -15px;
|
|
|
- -webkit-transition: background-position 0.1s linear;
|
|
|
- -moz-transition: background-position 0.1s linear;
|
|
|
- -o-transition: background-position 0.1s linear;
|
|
|
- transition: background-position 0.1s linear;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit:focus {
|
|
|
- outline: thin dotted #333;
|
|
|
- outline: 5px auto -webkit-focus-ring-color;
|
|
|
- outline-offset: -2px;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit.active,
|
|
|
-#block-feedback-form .content form input.form-submit:active {
|
|
|
- background-image: none;
|
|
|
- outline: 0;
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit.disabled,
|
|
|
-#block-feedback-form .content form input.form-submit[disabled] {
|
|
|
- cursor: default;
|
|
|
- background-image: none;
|
|
|
- opacity: 0.65;
|
|
|
- filter: alpha(opacity=65);
|
|
|
- -webkit-opacity: 65;
|
|
|
- -khtml-opacity: 65;
|
|
|
- -moz-opacity: 65;
|
|
|
- opacity: 65;
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 none #000000;
|
|
|
- -moz-box-shadow: 0 0 none #000000;
|
|
|
- -ms-box-shadow: 0 0 none #000000;
|
|
|
- box-shadow: 0 0 none #000000;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit .label,
|
|
|
-#block-feedback-form .content form input.form-submit .badge {
|
|
|
- position: relative;
|
|
|
- top: -1px;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit .label,
|
|
|
-#block-feedback-form .content form input.form-submit .badge {
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"] {
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #49afcd;
|
|
|
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
|
|
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
|
|
- background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
|
|
- border-color: #2f96b4 #2f96b4 #1f6377;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #2f96b4;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"]:hover,
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"]:focus,
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"]:active,
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"].active,
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"].disabled,
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"][disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #2f96b4;
|
|
|
- *background-color: #2a85a0;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"]:active,
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"].active {
|
|
|
- background-color: #24748c \9;
|
|
|
-}
|
|
|
-#block-feedback-form .content form input.form-submit[name="create"] .caret {
|
|
|
- border-top-color: #ffffff;
|
|
|
- border-bottom-color: #ffffff;
|
|
|
-}
|
|
|
-.ie8 #block-feedback-form .content {
|
|
|
- background: #000;
|
|
|
-}
|
|
|
-#block-feedback-form #feedback-status-message {
|
|
|
- background-color: #ffffff;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-/** TASK / TABS **/
|
|
|
-#tasks ul.tabs {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- border: 0 solid #fff;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#tasks ul.tabs li {
|
|
|
- padding: 0;
|
|
|
- margin: 2px 5px;
|
|
|
- border: 0 solid #fff;
|
|
|
-}
|
|
|
-#tasks ul.tabs a {
|
|
|
- border: 0;
|
|
|
- color: #7f7f7f;
|
|
|
-}
|
|
|
-#tasks ul.tabs a.active,
|
|
|
-#tasks ul.tabs a:hover {
|
|
|
- font-weight: 900;
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-#tasks ul.tabs.primary a {
|
|
|
- font-size: 12px;
|
|
|
- padding: 5px 10px;
|
|
|
- background-color: #e6e6e6;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-#tasks ul.tabs.primary a.active,
|
|
|
-#tasks ul.tabs.primary a:hover {
|
|
|
- background-color: #e6e6e6;
|
|
|
-}
|
|
|
-#tasks ul.tabs.secondary {
|
|
|
- font-size: 10px;
|
|
|
- padding: 0.5em 1em;
|
|
|
-}
|
|
|
-/** STATICS */
|
|
|
-/** user */
|
|
|
-.page-user #main,
|
|
|
-.page-user-edit #main,
|
|
|
-.page-user-password #main,
|
|
|
-.page-user-reset #main,
|
|
|
-.page-toboggan #main {
|
|
|
- background: #ffffff url('../img/user-page-bg.gif') no-repeat bottom right;
|
|
|
-}
|
|
|
-.page-user .messages,
|
|
|
-.page-user-edit .messages,
|
|
|
-.page-user-password .messages,
|
|
|
-.page-user-reset .messages,
|
|
|
-.page-toboggan .messages {
|
|
|
- width: 800px;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
- background-color: #e6e6e6;
|
|
|
- -webkit-border-radius: 3px;
|
|
|
- -moz-border-radius: 3px;
|
|
|
- border-radius: 3px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-.page-user.role-6 #tasks .tabs.secondary a.active,
|
|
|
-.page-user-edit.role-6 #tasks .tabs.secondary a.active,
|
|
|
-.page-user-password.role-6 #tasks .tabs.secondary a.active,
|
|
|
-.page-user-reset.role-6 #tasks .tabs.secondary a.active,
|
|
|
-.page-toboggan.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:hover,
|
|
|
-.page-user-password.role-6 #tasks .tabs.secondary a:hover,
|
|
|
-.page-user-reset.role-6 #tasks .tabs.secondary a:hover,
|
|
|
-.page-toboggan.role-6 #tasks .tabs.secondary a:hover {
|
|
|
- background-color: #e6e6e6;
|
|
|
-}
|
|
|
-.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;
|
|
|
- padding-top: 1em;
|
|
|
- font-size: 14px;
|
|
|
- /* #user-profile-form */
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
- padding: 10px 0 5px 0;
|
|
|
- line-height: 1;
|
|
|
- border: 0 solid #fff;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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%;
|
|
|
-}
|
|
|
-.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,
|
|
|
-.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 {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * .form-type-password-confirm label,
|
|
|
-.page-user-edit #content .inner-content > * .form-type-password-confirm label,
|
|
|
-.page-user-password #content .inner-content > * .form-type-password-confirm label,
|
|
|
-.page-user-reset #content .inner-content > * .form-type-password-confirm label,
|
|
|
-.page-toboggan #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-new-password-confirm label,
|
|
|
-.page-user-password #content .inner-content > * .form-type-new-password-confirm label,
|
|
|
-.page-user-reset #content .inner-content > * .form-type-new-password-confirm label,
|
|
|
-.page-toboggan #content .inner-content > * .form-type-new-password-confirm label {
|
|
|
- width: 9em;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * .form-type-password-confirm .password-parent,
|
|
|
-.page-user-edit #content .inner-content > * .form-type-password-confirm .password-parent,
|
|
|
-.page-user-password #content .inner-content > * .form-type-password-confirm .password-parent,
|
|
|
-.page-user-reset #content .inner-content > * .form-type-password-confirm .password-parent,
|
|
|
-.page-toboggan #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-new-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-new-password-confirm .password-parent,
|
|
|
-.page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-parent {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * .form-type-password-confirm .password-strength,
|
|
|
-.page-user-edit #content .inner-content > * .form-type-password-confirm .password-strength,
|
|
|
-.page-user-password #content .inner-content > * .form-type-password-confirm .password-strength,
|
|
|
-.page-user-reset #content .inner-content > * .form-type-password-confirm .password-strength,
|
|
|
-.page-toboggan #content .inner-content > * .form-type-password-confirm .password-strength,
|
|
|
-.page-user #content .inner-content > * .form-type-new-password-confirm .password-strength,
|
|
|
-.page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-strength,
|
|
|
-.page-user-password #content .inner-content > * .form-type-new-password-confirm .password-strength,
|
|
|
-.page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-strength,
|
|
|
-.page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-strength,
|
|
|
-.page-user #content .inner-content > * .form-type-password-confirm .password-confirm,
|
|
|
-.page-user-edit #content .inner-content > * .form-type-password-confirm .password-confirm,
|
|
|
-.page-user-password #content .inner-content > * .form-type-password-confirm .password-confirm,
|
|
|
-.page-user-reset #content .inner-content > * .form-type-password-confirm .password-confirm,
|
|
|
-.page-toboggan #content .inner-content > * .form-type-password-confirm .password-confirm,
|
|
|
-.page-user #content .inner-content > * .form-type-new-password-confirm .password-confirm,
|
|
|
-.page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-confirm,
|
|
|
-.page-user-password #content .inner-content > * .form-type-new-password-confirm .password-confirm,
|
|
|
-.page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-confirm,
|
|
|
-.page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-confirm {
|
|
|
- width: 15em;
|
|
|
- margin-top: 0;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- width: auto;
|
|
|
- margin-right: 1em;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * #edit-language .form-item input,
|
|
|
-.page-user-edit #content .inner-content > * #edit-language .form-item input,
|
|
|
-.page-user-password #content .inner-content > * #edit-language .form-item input,
|
|
|
-.page-user-reset #content .inner-content > * #edit-language .form-item input,
|
|
|
-.page-toboggan #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 label,
|
|
|
-.page-user-password #content .inner-content > * #edit-language .form-item label,
|
|
|
-.page-user-reset #content .inner-content > * #edit-language .form-item label,
|
|
|
-.page-toboggan #content .inner-content > * #edit-language .form-item label {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit {
|
|
|
- display: inline-block;
|
|
|
- *display: inline;
|
|
|
- /* IE7 inline-block hack */
|
|
|
- *zoom: 1;
|
|
|
- padding: 4px 12px;
|
|
|
- margin-bottom: 0;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 20px;
|
|
|
- text-align: center;
|
|
|
- vertical-align: middle;
|
|
|
- cursor: pointer;
|
|
|
- color: #333333;
|
|
|
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
|
- background-color: #f5f5f5;
|
|
|
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
|
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
|
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
|
|
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
|
- *background-color: #e6e6e6;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- border: 1px solid #cccccc;
|
|
|
- *border: 0;
|
|
|
- border-bottom-color: #b3b3b3;
|
|
|
- -webkit-border-radius: 4px;
|
|
|
- -moz-border-radius: 4px;
|
|
|
- border-radius: 4px;
|
|
|
- -webkit-border-radius: 4px 0 0 0;
|
|
|
- -moz-border-radius: 4px 0 0 0;
|
|
|
- border-radius: 4px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- *margin-left: .3em;
|
|
|
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- color: #ffffff;
|
|
|
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
- background-color: #5bb75b;
|
|
|
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
|
|
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
|
|
- background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
|
|
- background-image: -o-linear-gradient(top, #62c462, #51a351);
|
|
|
- background-image: linear-gradient(to bottom, #62c462, #51a351);
|
|
|
- background-repeat: repeat-x;
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
|
|
- border-color: #51a351 #51a351 #387038;
|
|
|
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
- *background-color: #51a351;
|
|
|
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit[disabled] {
|
|
|
- color: #333333;
|
|
|
- background-color: #e6e6e6;
|
|
|
- *background-color: #d9d9d9;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.active {
|
|
|
- background-color: #cccccc \9;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit:first-child,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:first-child,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:first-child,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:first-child,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:first-child {
|
|
|
- *margin-left: 0;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:focus {
|
|
|
- color: #333333;
|
|
|
- text-decoration: none;
|
|
|
- background-position: 0 -15px;
|
|
|
- -webkit-transition: background-position 0.1s linear;
|
|
|
- -moz-transition: background-position 0.1s linear;
|
|
|
- -o-transition: background-position 0.1s linear;
|
|
|
- transition: background-position 0.1s linear;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:focus {
|
|
|
- outline: thin dotted #333;
|
|
|
- outline: 5px auto -webkit-focus-ring-color;
|
|
|
- outline-offset: -2px;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:active {
|
|
|
- background-image: none;
|
|
|
- outline: 0;
|
|
|
- -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -moz-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- -ms-box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
- box-shadow: 0 0 inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) #000000;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit[disabled] {
|
|
|
- cursor: default;
|
|
|
- background-image: none;
|
|
|
- opacity: 0.65;
|
|
|
- filter: alpha(opacity=65);
|
|
|
- -webkit-opacity: 65;
|
|
|
- -khtml-opacity: 65;
|
|
|
- -moz-opacity: 65;
|
|
|
- opacity: 65;
|
|
|
- -webkit-box-shadow: none;
|
|
|
- -moz-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000');
|
|
|
- -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000')";
|
|
|
- -webkit-box-shadow: 0 0 none #000000;
|
|
|
- -moz-box-shadow: 0 0 none #000000;
|
|
|
- -ms-box-shadow: 0 0 none #000000;
|
|
|
- box-shadow: 0 0 none #000000;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit .label,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit .label,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit .label,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit .label,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit .label,
|
|
|
-.page-user #content .inner-content > * input#edit-submit .badge,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit .badge,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit .badge,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit .badge,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit .badge {
|
|
|
- position: relative;
|
|
|
- top: -1px;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:hover,
|
|
|
-.page-user #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:focus,
|
|
|
-.page-user #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.disabled,
|
|
|
-.page-user #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit[disabled],
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit[disabled] {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #51a351;
|
|
|
- *background-color: #499249;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit:active,
|
|
|
-.page-user #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit.active,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit.active {
|
|
|
- background-color: #408140 \9;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * input#edit-submit .caret,
|
|
|
-.page-user-edit #content .inner-content > * input#edit-submit .caret,
|
|
|
-.page-user-password #content .inner-content > * input#edit-submit .caret,
|
|
|
-.page-user-reset #content .inner-content > * input#edit-submit .caret,
|
|
|
-.page-toboggan #content .inner-content > * input#edit-submit .caret {
|
|
|
- border-top-color: #ffffff;
|
|
|
- border-bottom-color: #ffffff;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-first-name,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-first-name,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-first-name,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-first-name,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-name,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-name,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-name,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-name,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-name,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-private-quality,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-quality,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-private-quality,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-quality,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-quality,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-service,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-service,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-service,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-service,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-service,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-naf,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf,
|
|
|
-.page-toboggan #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-siret,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-siret,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- width: auto;
|
|
|
- margin: 0 1em 0.5em 0;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-first-name div,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name div,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-first-name div,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-first-name div,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-first-name div,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-private-quality div,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-quality div,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-private-quality div,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-quality div,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-quality div,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-service div,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-service div,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-service div,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-service div,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-service div,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-naf div,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf div,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf div,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf div,
|
|
|
-.page-toboggan #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-siret div,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-siret div,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret div,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret div {
|
|
|
- width: auto;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-name label,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-name label,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-name label,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-name label,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-name label,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-naf label,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf label,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf label,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf label,
|
|
|
-.page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf label,
|
|
|
-.page-user #content .inner-content > * #edit-profile-adherent-field-siret label,
|
|
|
-.page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret label,
|
|
|
-.page-user-password #content .inner-content > * #edit-profile-adherent-field-siret label,
|
|
|
-.page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret label,
|
|
|
-.page-toboggan #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 > * .form-item-profile-adherent-field-adresse-und-0-locality label,
|
|
|
-.page-user-password #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label,
|
|
|
-.page-user-reset #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label,
|
|
|
-.page-toboggan #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label {
|
|
|
- min-width: auto;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-/** SIMPLENEWS */
|
|
|
-body.node-type-simplenews #content .inner-content {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-body.node-type-simplenews #content article.node.node-simplenews {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- max-width: 600px;
|
|
|
- padding: 1em 0;
|
|
|
-}
|
|
|
-body.node-type-simplenews #content article.node.node-simplenews tbody {
|
|
|
- border-top: 0px;
|
|
|
-}
|
|
|
-/** PAGE CONTACT */
|
|
|
-.page-node-11175 #main {
|
|
|
- background: #ffffff url('../img/bg-contact.gif') no-repeat bottom right;
|
|
|
-}
|
|
|
-.page-node-11175 #main .field-name-body p {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- margin: 15px;
|
|
|
-}
|
|
|
-.page-node-11175 #main .field-name-body p strong {
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
-/** PRICING */
|
|
|
-@media screen and (min-width: 480px) {
|
|
|
- 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;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- margin: 10px;
|
|
|
- }
|
|
|
- body.page-node-11187 .node-11187 .field-name-body div.column {
|
|
|
- width: 22.4%;
|
|
|
- }
|
|
|
- body.page-node-11187 .node-11187 .field-name-body div.column ul.list-text {
|
|
|
- min-height: 170px;
|
|
|
- }
|
|
|
- body.page-node-11187 .node-11187 .field-name-body div.column-demi {
|
|
|
- width: 46%;
|
|
|
- }
|
|
|
- body.page-node-11187 .node-11187 .field-name-body div.column-demi ul.list-text {
|
|
|
- min-height: 110px;
|
|
|
- }
|
|
|
- body.page-node-11187 .node-11187 .field-name-body div.column-full {
|
|
|
- width: 92%;
|
|
|
- }
|
|
|
- body.page-node-11187 .node-11187 .field-name-body div.column-auto {
|
|
|
- width: auto;
|
|
|
- max-width: 98%;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 479px) {
|
|
|
- body.page-node-11187 #block-system-help {
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body > * {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-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;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
|
|
|
- -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
|
|
|
- box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-.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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
- font-style: italic;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
- -webkit-border-radius: 0 0 5px 5px;
|
|
|
- -moz-border-radius: 0 0 5px 5px;
|
|
|
- border-radius: 0 0 5px 5px;
|
|
|
- -webkit-border-radius: 0 0 5px 5px 0 0 0;
|
|
|
- -moz-border-radius: 0 0 5px 5px 0 0 0;
|
|
|
- border-radius: 0 0 5px 5px 0 0 0;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 1px solid #fff;
|
|
|
- min-height: 92px;
|
|
|
-}
|
|
|
-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%;
|
|
|
- padding: 15px 0;
|
|
|
- color: #1A1A1A;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-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;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column h2 {
|
|
|
- padding: 10px 0 0;
|
|
|
- font-size: 24px;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column .subtitle {
|
|
|
- min-height: 3em;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column .get-link {
|
|
|
- padding: 0;
|
|
|
- font-size: 24px;
|
|
|
- text-align: center;
|
|
|
- font-style: italic;
|
|
|
- font-weight: 900;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.3s ease-out;
|
|
|
- -moz-transition: text-shadow 0.3s ease-out;
|
|
|
- -o-transition: text-shadow 0.3s ease-out;
|
|
|
- transition: text-shadow 0.3s ease-out;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column .get-link span {
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
-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 #ffffff;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column .get-link:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column-demi h2 {
|
|
|
- padding: 10px 0 0;
|
|
|
- font-size: 24px;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column-demi .subtitle {
|
|
|
- min-height: 2em;
|
|
|
-}
|
|
|
-body.page-node-11187 .node-11187 .field-name-body div.column-demi ul {
|
|
|
- font-size: 14px;
|
|
|
- min-height: 120px;
|
|
|
-}
|
|
|
-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: #dddddd;
|
|
|
-}
|
|
|
-body.page-node-11187.logged-in .column.gratos .get-link {
|
|
|
- cursor: auto!important;
|
|
|
-}
|
|
|
-body.page-node-11187.logged-in .column.gratos .get-link a {
|
|
|
- display: none!important;
|
|
|
-}
|
|
|
-body.page-node-11187.logged-in.role-6 .column.flocon .get-link {
|
|
|
- cursor: auto!important;
|
|
|
-}
|
|
|
-body.page-node-11187.logged-in.role-6 .column.flocon .get-link a {
|
|
|
- display: none!important;
|
|
|
-}
|
|
|
-/** ADHESION FORM */
|
|
|
-.node-11186 nav ul.links a.language-link {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-#webform-client-form-11186 {
|
|
|
- background-color: #e6e6e6;
|
|
|
- -webkit-border-radius: 10px;
|
|
|
- -moz-border-radius: 10px;
|
|
|
- border-radius: 10px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
-}
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
- #webform-client-form-11186 {
|
|
|
- padding: 10px 30px;
|
|
|
- }
|
|
|
- #webform-client-form-11186 #webform-component-column-left--membership-options {
|
|
|
- margin: 10px 0;
|
|
|
- }
|
|
|
- #webform-client-form-11186 #webform-component-column-left--membership-options label {
|
|
|
- width: auto;
|
|
|
- }
|
|
|
- #webform-client-form-11186 fieldset {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border-left: 1px solid #cccccc;
|
|
|
- border-bottom: 1px solid #cccccc;
|
|
|
- padding: 10px;
|
|
|
- }
|
|
|
- #webform-client-form-11186 fieldset fieldset {
|
|
|
- border: 0 solid #ddd;
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
- #webform-client-form-11186 legend {
|
|
|
- margin: 0;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 700;
|
|
|
- }
|
|
|
- #webform-client-form-11186 .form-item {
|
|
|
- margin: 0 20px 0 0;
|
|
|
- }
|
|
|
- #webform-client-form-11186 label {
|
|
|
- font-size: 12px;
|
|
|
- width: 10em;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 1em;
|
|
|
- border-bottom: 1px solid #cccccc;
|
|
|
- }
|
|
|
- #webform-client-form-11186 .description {
|
|
|
- font-size: 10px;
|
|
|
- width: 25em;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: bottom;
|
|
|
- margin-left: 1em;
|
|
|
- color: #7f7f7f;
|
|
|
- }
|
|
|
- #webform-client-form-11186 input.form-text {
|
|
|
- width: 13em;
|
|
|
- }
|
|
|
-}
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- #webform-client-form-11186 {
|
|
|
- padding: 10px;
|
|
|
- }
|
|
|
- #webform-client-form-11186 #webform-component-column-left--membership-options {
|
|
|
- margin: 0 0 10px 0;
|
|
|
- }
|
|
|
- #webform-client-form-11186 #webform-component-column-left--membership-options .form-item {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- #webform-client-form-11186 #webform-component-column-left--membership-options label {
|
|
|
- width: 75%;
|
|
|
- }
|
|
|
- #webform-client-form-11186 legend {
|
|
|
- margin: 0;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 700;
|
|
|
- }
|
|
|
- #webform-client-form-11186 .form-item {
|
|
|
- margin: 0;
|
|
|
- float: none;
|
|
|
- }
|
|
|
- #webform-client-form-11186 label {
|
|
|
- font-size: 12px;
|
|
|
- width: 30%;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 0.5em;
|
|
|
- }
|
|
|
- #webform-client-form-11186 input.form-text,
|
|
|
- #webform-client-form-11186 select.form-select {
|
|
|
- width: 60%;
|
|
|
- }
|
|
|
- #webform-client-form-11186 #webform-component-infos {
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-}
|
|
|
-#webform-client-form-11186 .fieldset-wrapper > .form-item {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-left {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- width: 25%;
|
|
|
- border: none;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- min-width: 70%;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio {
|
|
|
- border: 1px solid #ddd;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- padding: 10px 5px;
|
|
|
- margin: 5px 0;
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio input {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- margin: 0 5px;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio label {
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 700;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio:hover {
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-left--membership-options > label {
|
|
|
- width: 200px;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 700;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-left--membership-options label {
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--me--my-account-email {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--company--administrative-e-mail .description {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #addressfield-wrapper {
|
|
|
- margin-top: 1em;
|
|
|
-}
|
|
|
-#webform-client-form-11186 .street-block .form-item {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--collaborators {
|
|
|
- margin: 20px 0;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--collaborators fieldset {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- width: 33%;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--collaborators .form-item {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--collaborators label {
|
|
|
- width: 6em;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--collaborators input {
|
|
|
- width: 11em;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-infos {
|
|
|
- margin: 20px 0;
|
|
|
-}
|
|
|
-#webform-client-form-11186 .form-actions {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- border: 0px;
|
|
|
- background-color: transparent;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-#webform-client-form-11186 .form-actions .form-submit {
|
|
|
- border: 2px solid #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
- font-size: 18px;
|
|
|
- padding: 0.2em 1em 0.3em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- font-weight: bold;
|
|
|
- margin-bottom: 9px;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
-}
|
|
|
-#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);
|
|
|
-}
|
|
|
-#webform-client-form-11186 .form-actions .form-submit:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--news-letters > label {
|
|
|
- margin: 0;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 700;
|
|
|
- border: none;
|
|
|
- line-height: 40px;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--news-letters .form-item {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #webform-component-column-right--news-letters .form-item label {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #edit-submitted-terms-of-services {
|
|
|
- margin-bottom: 0.5em;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#webform-client-form-11186 #edit-submitted-terms-of-services label {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-/** UC CART VIEW FORM */
|
|
|
-#uc-cart-view-form {
|
|
|
- background-color: #e6e6e6;
|
|
|
- padding: 10px 30px;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-#uc-cart-view-form table {
|
|
|
- width: auto;
|
|
|
- display: table;
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-#uc-cart-view-form table thead th {
|
|
|
- border-bottom: none;
|
|
|
- padding: 1em;
|
|
|
-}
|
|
|
-#uc-cart-view-form table tbody {
|
|
|
- border-top: none;
|
|
|
-}
|
|
|
-#uc-cart-view-form table tbody tr.even,
|
|
|
-#uc-cart-view-form table tbody tr.odd {
|
|
|
- background-color: #fff;
|
|
|
- border-bottom: none;
|
|
|
-}
|
|
|
-#uc-cart-view-form table tbody td {
|
|
|
- padding: 1em;
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-type-uc-quantity input {
|
|
|
- width: 2em;
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- border: 0px;
|
|
|
- background-color: transparent;
|
|
|
- text-align: right;
|
|
|
- display: block;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions:before,
|
|
|
-#uc-cart-view-form .form-actions:after {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions .form-submit {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- padding: 0.1em 0.3em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 2px solid #ccc;
|
|
|
- background-color: #cccccc;
|
|
|
- color: #4D4D4D;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.3s ease-out;
|
|
|
- -moz-transition: text-shadow 0.3s ease-out;
|
|
|
- -o-transition: text-shadow 0.3s ease-out;
|
|
|
- transition: text-shadow 0.3s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
- margin-left: 1em;
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions .form-submit:hover,
|
|
|
-#uc-cart-view-form .form-actions .form-submit:focus {
|
|
|
- text-shadow: 0 0 3px #ffffff;
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions .form-submit:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions .form-submit#edit-checkout--2 {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- padding: 0.1em 0.3em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 2px solid #ccc;
|
|
|
- background-color: #cccccc;
|
|
|
- color: #4D4D4D;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.3s ease-out;
|
|
|
- -moz-transition: text-shadow 0.3s ease-out;
|
|
|
- -o-transition: text-shadow 0.3s ease-out;
|
|
|
- transition: text-shadow 0.3s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- border-color: #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-#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 #ffffff;
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-#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);
|
|
|
-}
|
|
|
-#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-/** UC CHECKOUT FORM */
|
|
|
-#uc-cart-checkout-form {
|
|
|
- display: inline-block;
|
|
|
- background-color: #e6e6e6;
|
|
|
- padding: 10px 30px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form fieldset.form-row {
|
|
|
- padding-bottom: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form fieldset.form-column {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- max-width: 39%;
|
|
|
- margin: 15px 1em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form fieldset.form-column > .fieldset-wrapper > .form-wrapper {
|
|
|
- margin: 10px 0;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form fieldset.form-column-right {
|
|
|
- border-left: 1px solid #ccc;
|
|
|
- margin-left: 2em;
|
|
|
- padding-left: 2em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form legend {
|
|
|
- margin: 0;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 700;
|
|
|
- border: none;
|
|
|
- line-height: 2;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .fieldset-description {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .fieldset-wrapper {
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-item {
|
|
|
- margin: 0 20px 0 0;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .description {
|
|
|
- font-size: 10px;
|
|
|
- width: 25em;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: bottom;
|
|
|
- margin-left: 1em;
|
|
|
- color: #7f7f7f;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane > .fieldset-wrapper {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- padding: 10px;
|
|
|
- background-color: #ffffff;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane table {
|
|
|
- font-size: 14px;
|
|
|
- min-width: 20em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane table td.price {
|
|
|
- width: 4em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane tbody {
|
|
|
- border: none;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane tr {
|
|
|
- background-color: transparent;
|
|
|
- border: none;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane td {
|
|
|
- padding: 0 5px;
|
|
|
- vertical-align: bottom;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane td.products {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane td.products a {
|
|
|
- color: inherit;
|
|
|
- font-weight: 700;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane td.products ul.product-description {
|
|
|
- margin: 0;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane td.products li {
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #cart-pane tr.subtotal td {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 700;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #customer-pane {
|
|
|
- width: 35em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #billing-pane label {
|
|
|
- font-size: 12px;
|
|
|
- width: 8em;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: middle;
|
|
|
- margin-right: 1em;
|
|
|
- border-bottom: 1px solid #cccccc;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #billing-pane input.form-text {
|
|
|
- width: 13em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane {
|
|
|
- float: right;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane .fieldset-wrapper {
|
|
|
- background-color: #ffffff;
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #line-items-div {
|
|
|
- float: none;
|
|
|
- border: none;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- margin: 10px 0 20px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #line-items-div table {
|
|
|
- font-size: 14px;
|
|
|
- min-width: 20em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #line-items-div table td.price {
|
|
|
- width: 4em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #line-items-div tbody {
|
|
|
- border: none;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #line-items-div td {
|
|
|
- padding: 0 5px;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #line-items-div tr td {
|
|
|
- font-weight: 500;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #line-items-div tr.line-item-total td {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 700;
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method label {
|
|
|
- width: auto;
|
|
|
- border-bottom: none;
|
|
|
-}
|
|
|
-#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;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method .form-item-panes-payment-payment-method label {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form #payment-pane #payment-details {
|
|
|
- width: 25em;
|
|
|
- border-top: none;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-actions {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- border: 0px;
|
|
|
- background-color: transparent;
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-actions .form-submit {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- padding: 0.1em 0.3em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 2px solid #ccc;
|
|
|
- background-color: #cccccc;
|
|
|
- color: #4D4D4D;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.3s ease-out;
|
|
|
- -moz-transition: text-shadow 0.3s ease-out;
|
|
|
- -o-transition: text-shadow 0.3s ease-out;
|
|
|
- transition: text-shadow 0.3s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
- margin-left: 1em;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-actions .form-submit:hover,
|
|
|
-#uc-cart-checkout-form .form-actions .form-submit:focus {
|
|
|
- text-shadow: 0 0 3px #ffffff;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-actions .form-submit:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-actions .form-submit#edit-continue {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- padding: 0.1em 0.3em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 2px solid #ccc;
|
|
|
- background-color: #cccccc;
|
|
|
- color: #4D4D4D;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.3s ease-out;
|
|
|
- -moz-transition: text-shadow 0.3s ease-out;
|
|
|
- -o-transition: text-shadow 0.3s ease-out;
|
|
|
- transition: text-shadow 0.3s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- border-color: #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-#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 #ffffff;
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-actions .form-submit#edit-continue:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-#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);
|
|
|
-}
|
|
|
-#uc-cart-checkout-form .form-actions .form-submit#edit-continue:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-/* UC CART && UC CHECKOUT VALIDATION */
|
|
|
-.page-cart-checkout-review #content > .inner-content {
|
|
|
- display: inline-block;
|
|
|
- padding: 1em;
|
|
|
-}
|
|
|
-.page-cart-checkout-review #edit-actions {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-.page-cart-checkout-review #edit-actions:before,
|
|
|
-.page-cart-checkout-review #edit-actions:after {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-.page-cart-checkout-review #review-instructions {
|
|
|
- width: 30em;
|
|
|
- padding: 1em 0;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table {
|
|
|
- border: none;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table .pane-title-row {
|
|
|
- border: none;
|
|
|
- background-color: transparent;
|
|
|
- text-align: left;
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table .pane-title-row td {
|
|
|
- padding: 1em 0 0 0;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table table.cart-review tr.odd {
|
|
|
- background-color: transparent;
|
|
|
- border: none;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table td.title-col {
|
|
|
- padding: 0;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table td.data-col {
|
|
|
- padding: 0;
|
|
|
- width: 75%;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table .review-button-row {
|
|
|
- border: none;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table .review-button-row > td {
|
|
|
- padding: 3em 0 0 0;
|
|
|
-}
|
|
|
-.page-cart-checkout-review table.order-review-table .review-button-row form {
|
|
|
- margin: 0 0.5em 0 0;
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
-}
|
|
|
-.page-cart-checkout-review #edit-actions {
|
|
|
- border: 0px;
|
|
|
- background-color: transparent;
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-.page-cart-checkout-review input.form-submit {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- padding: 0.1em 0.3em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 2px solid #ccc;
|
|
|
- background-color: #cccccc;
|
|
|
- color: #4D4D4D;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.3s ease-out;
|
|
|
- -moz-transition: text-shadow 0.3s ease-out;
|
|
|
- -o-transition: text-shadow 0.3s ease-out;
|
|
|
- transition: text-shadow 0.3s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
- margin-left: 1em;
|
|
|
-}
|
|
|
-.page-cart-checkout-review input.form-submit:hover,
|
|
|
-.page-cart-checkout-review input.form-submit:focus {
|
|
|
- text-shadow: 0 0 3px #ffffff;
|
|
|
-}
|
|
|
-.page-cart-checkout-review input.form-submit:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-.page-cart-checkout-review input.form-submit#edit-submit {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- padding: 0.1em 0.3em 0.2em;
|
|
|
- -webkit-border-radius: 0.3em;
|
|
|
- -moz-border-radius: 0.3em;
|
|
|
- border-radius: 0.3em;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- border: 2px solid #ccc;
|
|
|
- background-color: #cccccc;
|
|
|
- color: #4D4D4D;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.3s ease-out;
|
|
|
- -moz-transition: text-shadow 0.3s ease-out;
|
|
|
- -o-transition: text-shadow 0.3s ease-out;
|
|
|
- transition: text-shadow 0.3s ease-out;
|
|
|
- text-align: center;
|
|
|
- text-decoration: none;
|
|
|
- cursor: pointer;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
- -webkit-transition: text-shadow 0.2s ease-out;
|
|
|
- -moz-transition: text-shadow 0.2s ease-out;
|
|
|
- -o-transition: text-shadow 0.2s ease-out;
|
|
|
- transition: text-shadow 0.2s ease-out;
|
|
|
- border-color: #69CDCF;
|
|
|
- background-color: #69cdcf;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-.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 #ffffff;
|
|
|
-}
|
|
|
-.page-cart-checkout-review input.form-submit#edit-submit:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
|
-}
|
|
|
-.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);
|
|
|
-}
|
|
|
-.page-cart-checkout-review input.form-submit#edit-submit:active {
|
|
|
- -webkit-transition: text-shadow 0s ease-out;
|
|
|
- -moz-transition: text-shadow 0s ease-out;
|
|
|
- -o-transition: text-shadow 0s ease-out;
|
|
|
- transition: text-shadow 0s ease-out;
|
|
|
- text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
|
-}
|
|
|
-/** WHO WE ARE */
|
|
|
-#didactique-page .node-didactique {
|
|
|
- -webkit-border-radius: 5px;
|
|
|
- -moz-border-radius: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- -webkit-background-clip: padding-box;
|
|
|
- -moz-background-clip: padding;
|
|
|
- background-clip: padding-box;
|
|
|
- background-color: #FFF;
|
|
|
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
|
- max-width: 850px;
|
|
|
- font-size: 14px;
|
|
|
- background-color: #ffffff;
|
|
|
- margin: 1em auto;
|
|
|
- padding: 1em;
|
|
|
-}
|
|
|
-#didactique-page .node-didactique .field-name-field-emvideo {
|
|
|
- margin: 1em 0;
|
|
|
-}
|
|
|
-#didactique-page .node-didactique .field-name-title-field {
|
|
|
- font-size: 24px;
|
|
|
- font-weight: 900;
|
|
|
- font-style: italic;
|
|
|
- padding: 5px 0;
|
|
|
-}
|
|
|
-#didactique-page .node-didactique .field-name-field-visuel figure,
|
|
|
-#didactique-page .node-didactique .field-name-field-visuel img {
|
|
|
- max-width: 100%;
|
|
|
-}
|
|
|
-@media screen and (min-width: 480px) {
|
|
|
- #didactique-page .side {
|
|
|
- display: moz-inline-stack;
|
|
|
- display: inline-block;
|
|
|
- zoom: 1;
|
|
|
- *display: inline;
|
|
|
- vertical-align: top;
|
|
|
- }
|
|
|
- #didactique-page .group-sideleft {
|
|
|
- width: 60%;
|
|
|
- }
|
|
|
- #didactique-page .group-sideright {
|
|
|
- width: 39%;
|
|
|
- }
|
|
|
-}
|
|
|
-/** DIDACTIQUE */
|
|
|
-@media screen and (max-width: 479px) {
|
|
|
- .page-whoweare #tool-bar #block-materio-page-title-materio-page-title {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-}
|
|
|
-/** maintenance */
|
|
|
-.maintenance-page #container,
|
|
|
-.maintenance-page #header {
|
|
|
- text-align: center;
|
|
|
- padding: 0;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.maintenance-page #main {
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-.maintenance-page #header h1.site-name {
|
|
|
- font-size: 36px;
|
|
|
- margin: 0;
|
|
|
- padding-left: 0;
|
|
|
-}
|
|
|
-.maintenance-page h2.site-slogan {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 300;
|
|
|
- margin: 0;
|
|
|
- line-height: 1.1;
|
|
|
-}
|
|
|
-/** FAQ */
|
|
|
-.page-faq-page #main {
|
|
|
- background: #ffffff url('../img/bg-faq.png') no-repeat bottom right;
|
|
|
-}
|
|
|
-#content .faq-content .faq-description {
|
|
|
- font-size: 12px;
|
|
|
- padding-bottom: 2em;
|
|
|
-}
|
|
|
-#content .faq-content ul.faq-ul-questions-top {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#content .faq-content ul.faq-ul-questions-top li {
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-#content .faq-content ul.faq-ul-questions-top li a {
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 500;
|
|
|
-}
|
|
|
-#content .faq-content h3.faq-header {
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 700;
|
|
|
- line-height: 1.2;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-#content .faq-content h3.faq-header a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-#content .faq-content .faq-dl-hide-answer {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-#content .faq-content .faq-category-group {
|
|
|
- padding-bottom: 1em;
|
|
|
-}
|
|
|
-#content .faq-content .faq-question-answer {
|
|
|
- padding: 0.3em 0 0 0.8em;
|
|
|
-}
|
|
|
-#content .faq-content .faq-question-answer .faq-question {
|
|
|
- font-size: 16px;
|
|
|
- padding: 0;
|
|
|
- font-weight: 500;
|
|
|
-}
|
|
|
-#content .faq-content .faq-question-answer .faq-question a {
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-#content .faq-content .faq-question-answer .faq-answer {
|
|
|
- padding: 0;
|
|
|
- margin-bottom: 2em;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-#content .faq-content .field-name-body img {
|
|
|
- max-width: 50%;
|
|
|
- height: auto;
|
|
|
-}
|
|
|
+body:before {
|
|
|
+ white-space: pre;
|
|
|
+ font-family: monospace;
|
|
|
+ content: "Error: Invalid CSS after \"... @media \": expected media query (e.g. print, screen, print and screen), was \"$max-480 { $w:2...\"\A on line 572 of /mnt/DataSSD/Sites/materio/base_d7_super/sites/all/themes/gui/materiobasetheme/scss/styles.scss\A \A 567: .group-column-wrapper{\A 568: height:240px;\A 569: .side{ height:100%; }\A 570: .field-name-field-emvideo{\A 571: $r:0.5625;\A 572: @media $max-480 { $w:290px; width:$w; height:$w*$r; }\A 573: @media @480-768 { $w:216px; width:$w; height:$w*$r; }\A 574: @media @768-980 { $w:216px; width:$w; height:$w*$r; }\A 575: @media @980-1200 { $w:280px; width:$w; height:$w*$r; }\A 576: @media $min-1200 { $w:340px; width:$w; height:$w*$r; }\A 577: *{height:100%; width:100%;}"; }
|