first global commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
_perfarttimeline.tmproj
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,13 @@
|
||||
/** COMMONS */
|
||||
/** colors */
|
||||
/** jscrollpane */
|
||||
.jspScrollable .jspContainer .jspVerticalBar {
|
||||
width: 10px;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack {
|
||||
background-color: transparent;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack .jspDrag {
|
||||
background-color: #77787b;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
/** COMMONS */
|
||||
@@ -0,0 +1,79 @@
|
||||
/** COMMONS */
|
||||
.Museo {
|
||||
font-family: "Museo", Arial, sans-serif;
|
||||
}
|
||||
.MuseoSans {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
}
|
||||
.MuseoSlab {
|
||||
font-family: "MuseoSlab", Arial, sans-serif;
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
color: #000;
|
||||
}
|
||||
/*a.active, li a.active{color:@main-blue;}*/
|
||||
body {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
.8 {
|
||||
font-size: 8px;
|
||||
}
|
||||
.9 {
|
||||
font-size: 9px;
|
||||
}
|
||||
.10 {
|
||||
font-size: 10px;
|
||||
}
|
||||
.11 {
|
||||
font-size: 10px;
|
||||
}
|
||||
.12 {
|
||||
font-size: 12px;
|
||||
}
|
||||
.14 {
|
||||
font-size: 14px;
|
||||
}
|
||||
.16 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.18 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.regular {
|
||||
font-weight: normal;
|
||||
}
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.100 {
|
||||
font-weight: 100;
|
||||
}
|
||||
.300 {
|
||||
font-weight: 300;
|
||||
}
|
||||
.500 {
|
||||
font-weight: 500;
|
||||
}
|
||||
.700 {
|
||||
font-weight: 700;
|
||||
}
|
||||
.900 {
|
||||
font-weight: 900;
|
||||
}
|
||||
.upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.normal {
|
||||
font-style: normal;
|
||||
}
|
||||
/** FEUILLES DE STYLES */
|
||||
/** timeline */
|
||||
/** filters */
|
||||
@@ -0,0 +1,74 @@
|
||||
/**
|
||||
* Layouts
|
||||
*
|
||||
*/
|
||||
/** COMMONS */
|
||||
#perfnode,
|
||||
#filters,
|
||||
#timeline,
|
||||
#timeline-container {
|
||||
-webkit-transition: height 1s ease-out;
|
||||
-moz-transition: height 1s ease-out;
|
||||
-o-transition: height 1s ease-out;
|
||||
transition: height 1s ease-out;
|
||||
/*-webkit-transition: height, 5s, ease-out;
|
||||
-moz-transition: height, 5s, ease-out;
|
||||
-o-transition: height, 5s, ease-out;
|
||||
transition: height, 5s, ease-out;
|
||||
*/
|
||||
|
||||
}
|
||||
body.layout-intro #main {
|
||||
height: 97%;
|
||||
}
|
||||
body.layout-intro #perfnode {
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-intro #filters {
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-intro #timeline {
|
||||
height: 65%;
|
||||
}
|
||||
body.layout-intro #timeline #timeline-container {
|
||||
height: 98%;
|
||||
}
|
||||
body.layout-intro #timeline-loader {
|
||||
display: block;
|
||||
}
|
||||
body.layout-timeline #main {
|
||||
height: 97%;
|
||||
}
|
||||
body.layout-timeline #perfnode {
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-timeline #filters {
|
||||
height: 30%;
|
||||
}
|
||||
body.layout-timeline #timeline {
|
||||
height: 65%;
|
||||
}
|
||||
body.layout-timeline #timeline #timeline-container {
|
||||
height: 98%;
|
||||
}
|
||||
body.layout-timeline #timeline-loader {
|
||||
display: none;
|
||||
}
|
||||
body.layout-perfnode #main {
|
||||
height: 97%;
|
||||
}
|
||||
body.layout-perfnode #perfnode {
|
||||
height: 85%;
|
||||
}
|
||||
body.layout-perfnode #filters {
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-perfnode #timeline {
|
||||
height: 3%;
|
||||
}
|
||||
body.layout-perfnode #timeline #timeline-container {
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-perfnode #timeline-loader {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/* CSS list-nav*/
|
||||
|
||||
|
||||
|
||||
.listNav { margin:0px 0 10px; }
|
||||
|
||||
.ln-letters { overflow:hidden; margin-left:47px; margin-top:20px; margin-bottom:30px;}
|
||||
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border-left:1px solid black; border-right:none; text-decoration:none; }
|
||||
.ln-letters a.ln-last { border-right:1px solid black; }
|
||||
.ln-letters a:hover,
|
||||
.ln-letters a.ln-selected { background-color:#eaeaea; }
|
||||
.ln-letters a.ln-disabled { display:none; color:#ccc; }
|
||||
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:none; }
|
||||
@@ -0,0 +1,23 @@
|
||||
/* $Id: maintenance.css,v 1.1 2007/11/30 12:19:10 goba Exp $ */
|
||||
|
||||
/* Update styles */
|
||||
#update-results {
|
||||
margin-top: 3em;
|
||||
padding: 0.25em;
|
||||
border: 1px solid #ccc;
|
||||
background: #eee;
|
||||
font-size: smaller;
|
||||
}
|
||||
#update-results h2 {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
#update-results h4 {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
#update-results li.none {
|
||||
color: #888;
|
||||
font-style: italic;
|
||||
}
|
||||
#update-results li.failure strong {
|
||||
color: #b63300;
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
/* ==|== non-semantic helper classes ========================================
|
||||
Please define your styles before this section.
|
||||
========================================================================== */
|
||||
|
||||
/* For image replacement */
|
||||
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
|
||||
.ir br { display: none; }
|
||||
|
||||
/* Hide from both screenreaders and browsers: h5bp.com/u */
|
||||
.hidden { display: none !important; visibility: hidden; }
|
||||
|
||||
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
|
||||
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
||||
|
||||
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
|
||||
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
|
||||
|
||||
/* Hide visually and from screenreaders, but maintain layout */
|
||||
.invisible { visibility: hidden; }
|
||||
|
||||
/* Contain floats: h5bp.com/q */
|
||||
.clearfix:before, .clearfix:after { content: ""; display: table; }
|
||||
.clearfix:after { clear: both; }
|
||||
.clearfix { zoom: 1; }
|
||||
|
||||
|
||||
|
||||
/* ==|== media queries ======================================================
|
||||
PLACEHOLDER Media Queries for Responsive Design.
|
||||
These override the primary ('mobile first') styles
|
||||
Modify as content requires.
|
||||
========================================================================== */
|
||||
|
||||
@media only screen and (min-width: 480px) {
|
||||
/* Style adjustments for viewports 480px and over go here */
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
/* Style adjustments for viewports 768px and over go here */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ==|== print styles =======================================================
|
||||
Print styles.
|
||||
Inlined to avoid required HTTP connection: h5bp.com/r
|
||||
========================================================================== */
|
||||
|
||||
@media print {
|
||||
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
|
||||
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: ""; } /* Don't show links for images, or javascript/internal links */
|
||||
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
|
||||
thead { display: table-header-group; } /* h5bp.com/t */
|
||||
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; }
|
||||
}
|
||||
+439
@@ -0,0 +1,439 @@
|
||||
/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */
|
||||
|
||||
/* =============================================================================
|
||||
HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Corrects block display not defined in IE6/7/8/9 & FF3
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Prevents modern browsers from displaying 'audio' without controls
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
|
||||
* Known issue: no IE6 support
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Base
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
|
||||
* http://clagnut.com/blog/348/#c790
|
||||
* 2. Keeps page centred in all browsers regardless of content height
|
||||
* 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
|
||||
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
|
||||
*/
|
||||
|
||||
html {
|
||||
font-size: 100%; /* 1 */
|
||||
overflow-y: scroll; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 3 */
|
||||
-ms-text-size-adjust: 100%; /* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses margins handled incorrectly in IE6/7
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses font-family inconsistency between 'textarea' and other form elements.
|
||||
*/
|
||||
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Links
|
||||
========================================================================== */
|
||||
|
||||
a {
|
||||
color: #00e;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #551a8b;
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses outline displayed oddly in Chrome
|
||||
*/
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/*
|
||||
* Improves readability when focused and also mouse hovered in all browsers
|
||||
* people.opera.com/patrickl/experiments/keyboard/test
|
||||
*/
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Addresses styling not present in IE7/8/9, S5, Chrome
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses styling not present in S5, Chrome
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/*
|
||||
* Addresses styling not present in IE6/7/8/9
|
||||
*/
|
||||
|
||||
mark {
|
||||
/*background: #ff0;*/
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects font family set oddly in IE6, S4/5, Chrome
|
||||
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
|
||||
*/
|
||||
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, serif;
|
||||
_font-family: 'courier new', monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/*
|
||||
* Improves readability of pre-formatted text in all browsers
|
||||
*/
|
||||
|
||||
pre {
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Addresses CSS quotes not supported in IE6/7
|
||||
* 2. Addresses quote property not supported in S4
|
||||
*/
|
||||
|
||||
/* 1 */
|
||||
|
||||
q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
/* 2 */
|
||||
|
||||
q:before,
|
||||
q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Prevents sub and sup affecting line-height in all browsers
|
||||
* gist.github.com/413930
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Lists
|
||||
========================================================================== */
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin: 1em 0;
|
||||
padding: 0 0 0 40px;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 0 0 0 40px;
|
||||
}
|
||||
|
||||
nav ul,
|
||||
nav ol {
|
||||
list-style: none;
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* 1. Removes border when inside 'a' element in IE6/7/8/9
|
||||
* 2. Improves image quality when scaled in IE7
|
||||
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0; /* 1 */
|
||||
-ms-interpolation-mode: bicubic; /* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects overflow displayed oddly in IE9
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Figures
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Addresses margin not present in IE6/7/8/9, S5, O11
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Forms
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Corrects margin displayed oddly in IE6/7
|
||||
*/
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Define consistent margin and padding
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Corrects color not being inherited in IE6/7/8/9
|
||||
* 2. Corrects alignment displayed oddly in IE6/7
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
*margin-left: -7px; /* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Corrects font size not being inherited in all browsers
|
||||
* 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
|
||||
* 3. Improves appearance and consistency in all browsers
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 100%; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
vertical-align: baseline; /* 3 */
|
||||
*vertical-align: middle; /* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
|
||||
* 2. Corrects inner spacing displayed oddly in IE6/7
|
||||
*/
|
||||
|
||||
button,
|
||||
input {
|
||||
line-height: normal; /* 1 */
|
||||
*overflow: visible; /* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects overlap and whitespace issue for buttons and inputs in IE6/7
|
||||
* Known issue: reintroduces inner spacing
|
||||
*/
|
||||
|
||||
table button,
|
||||
table input {
|
||||
*overflow: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
|
||||
* 2. Corrects inability to style clickable 'input' types in iOS
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
cursor: pointer; /* 1 */
|
||||
-webkit-appearance: button; /* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Addresses box sizing set to content-box in IE8/9
|
||||
* 2. Addresses excess padding in IE8/9
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Addresses appearance set to searchfield in S5, Chrome
|
||||
* 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects inner padding displayed oddly in S5, Chrome on OSX
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Corrects inner padding and border displayed oddly in FF3/4
|
||||
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Removes default vertical scrollbar in IE6/7/8/9
|
||||
* 2. Improves readability and alignment in all browsers
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto; /* 1 */
|
||||
vertical-align: top; /* 2 */
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Tables
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Remove most spacing between table cells
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
@@ -0,0 +1,365 @@
|
||||
|
||||
.jspScrollable .jspContainer .jspVerticalBar{width:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspHorizontalBar{height:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspTrack{background-color:transparent;}.jspScrollable .jspContainer .jspTrack .jspDrag{background-color:#77787b;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
.jspScrollable .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
.jspScrollable .jspContainer .jspVerticalBar{width:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspHorizontalBar{height:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspTrack{background-color:transparent;}.jspScrollable .jspContainer .jspTrack .jspDrag{background-color:#77787b;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
.jspScrollable .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#content,#center .page-title,#perfnode,#filters,#timeline,#timeline-container{-webkit-transition:height 1s ease-out;-moz-transition:height 1s ease-out;-o-transition:height 1s ease-out;transition:height 1s ease-out;}
|
||||
body.layout-intro #main{height:97%;}
|
||||
body.layout-intro #perfnode{height:0%!important;}
|
||||
body.layout-intro #filters{height:0%;}
|
||||
body.layout-intro #timeline{height:65%;}body.layout-intro #timeline #timeline-container{height:0%;}
|
||||
body.layout-intro #timeline-loader{display:block;margin:0 auto 5px;}
|
||||
body.layout-timeline #main{height:97%;}body.layout-timeline #main #content,body.layout-timeline #main #center .page-title{height:0%;}
|
||||
body.layout-timeline #perfnode{height:0%!important;}
|
||||
body.layout-timeline #filters{height:30%;}
|
||||
body.layout-timeline #timeline{height:65%;}body.layout-timeline #timeline #timeline-container{height:98%;}
|
||||
body.layout-timeline #timeline-loader{display:none;}
|
||||
body.layout-perfnode #main{height:97%;}body.layout-perfnode #main #content,body.layout-perfnode #main #center .page-title{height:0%;}
|
||||
body.layout-perfnode #perfnode{height:85%!important;}
|
||||
body.layout-perfnode #filters{height:0%;}
|
||||
body.layout-perfnode #timeline{height:3%;}body.layout-perfnode #timeline #timeline-container{height:0%;}
|
||||
body.layout-perfnode #timeline-loader{display:none;}
|
||||
.Museo{font-family:"Museo",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSans{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSlab{font-family:"MuseoSlab",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
a,a:visited{color:#000;}
|
||||
body{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:16px;}
|
||||
.8{font-size:8px;}
|
||||
.9{font-size:9px;}
|
||||
.10{font-size:10px;}
|
||||
.11{font-size:10px;}
|
||||
.12{font-size:12px;}
|
||||
.14{font-size:14px;}
|
||||
.16{font-size:16px;}
|
||||
.18{font-size:18px;}
|
||||
.24{font-size:24px;}
|
||||
.regular{font-weight:normal;}
|
||||
.bold{font-weight:bold;}
|
||||
.100{font-weight:100;}
|
||||
.300{font-weight:300;}
|
||||
.500{font-weight:500;}
|
||||
.700{font-weight:700;}
|
||||
.900{font-weight:900;}
|
||||
.upper{text-transform:uppercase;}
|
||||
.italic{font-style:italic;}
|
||||
.normal{font-style:normal;}
|
||||
.jspScrollable .jspContainer .jspVerticalBar{width:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspHorizontalBar{height:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspTrack{background-color:transparent;}.jspScrollable .jspContainer .jspTrack .jspDrag{background-color:#77787b;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
.jspScrollable .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
.jspScrollable .jspContainer .jspVerticalBar{width:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspHorizontalBar{height:4px;background-color:#f2f2f2;}
|
||||
.jspScrollable .jspContainer .jspTrack{background-color:transparent;}.jspScrollable .jspContainer .jspTrack .jspDrag{background-color:#77787b;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
.jspScrollable .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
.Museo{font-family:"Museo",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSans{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSlab{font-family:"MuseoSlab",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
a,a:visited{color:#000;}
|
||||
body{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:16px;}
|
||||
.8{font-size:8px;}
|
||||
.9{font-size:9px;}
|
||||
.10{font-size:10px;}
|
||||
.11{font-size:10px;}
|
||||
.12{font-size:12px;}
|
||||
.14{font-size:14px;}
|
||||
.16{font-size:16px;}
|
||||
.18{font-size:18px;}
|
||||
.24{font-size:24px;}
|
||||
.regular{font-weight:normal;}
|
||||
.bold{font-weight:bold;}
|
||||
.100{font-weight:100;}
|
||||
.300{font-weight:300;}
|
||||
.500{font-weight:500;}
|
||||
.700{font-weight:700;}
|
||||
.900{font-weight:900;}
|
||||
.upper{text-transform:uppercase;}
|
||||
.italic{font-style:italic;}
|
||||
.normal{font-style:normal;}
|
||||
#timeline-loader{max-width:700px;margin:0 auto;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:12px;font-weight:700;}#timeline-loader .progress{border-top:4px solid #999;width:0;transition:width 3s linear;-moz-transition:width 3s linear;-o-transition:width 3s linear;-webkit-transition:width 3s linear;}#timeline-loader .progress.complete{transition:width 0.1s linear;-moz-transition:width 0.1s linear;-o-transition:width 0.1s linear;-webkit-transition:width 0.1s linear;}
|
||||
#timeline{height:65%;margin-top:25px;}#timeline h3.title{cursor:pointer;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-transform:uppercase;margin:0;color:#a5a5a5;}@media screen and (min-width:1201px){#timeline h3.title{font-size:12px;}}@media screen and (min-width:1201px){#timeline h3.title{font-size:12px;}}
|
||||
#timeline-container{width:100%;height:98%;border-top:2px solid #a5a5a5;overflow:hidden;background-color:#f2f2f2;}#timeline-container .timeline-frame{border:0 solid #999;}
|
||||
#timeline-container .timeline-navigation{top:0;right:0;height:20px;border:0 solid transparent;background-color:#fff;}#timeline-container .timeline-navigation div{padding:2px 0 0 10px;}#timeline-container .timeline-navigation div.timeline-navigation-zoom-in{background-image:url('../images/btns_zoomin.png');}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-zoom-out{background-image:url('../images/btns_zoomout.png');}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-move-left{background-image:url('../images/btns_moveleft.png');}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-move-right{background-image:url('../images/btns_moveright.png');}
|
||||
#timeline-container .timeline-axis-text{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-transform:uppercase;margin:0;color:#a5a5a5;}@media screen and (min-width:1201px){#timeline-container .timeline-axis-text{font-size:12px;}}@media screen and (min-width:1201px){#timeline-container .timeline-axis-text{font-size:12px;}}
|
||||
#timeline-container .timeline-event{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0 solid transparent;}#timeline-container .timeline-event.timeline-event-range{background-color:#fff;}
|
||||
#timeline-container .timeline-event-content{margin:0;}#timeline-container .timeline-event-content div.date{display:block;text-decoration:none;text-align:left;cursor:pointer;padding:4px 0;}#timeline-container .timeline-event-content div.date .text-content{padding:0 5px;margin-bottom:4px;border-left:3px solid #a5a5a5;}
|
||||
#timeline-container .timeline-event-content div.date:hover .text-content{border-left:3px solid #77787b;}
|
||||
#timeline-container .timeline-event-content div.date h4,#timeline-container .timeline-event-content div.date h5{margin:0;color:#a5a5a5;}
|
||||
#timeline-container .timeline-event-content div.date h4{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:12px;font-weight:500;font-style:italic;}
|
||||
#timeline-container .timeline-event-content div.date h5{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:12px;font-weight:700;}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date{padding:0;}body.view-mode-dot #timeline-container .timeline-event-content div.date .text-content{min-height:15px;}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date h4,body.view-mode-dot #timeline-container .timeline-event-content div.date h5,body.view-mode-dot #timeline-container .timeline-event-content div.date img{display:none;}
|
||||
body.view-mode-titles #timeline-container .timeline-event-content div.date{background-color:#fff;}body.view-mode-titles #timeline-container .timeline-event-content div.date h4,body.view-mode-titles #timeline-container .timeline-event-content div.date h5{display:block;}
|
||||
body.view-mode-titles #timeline-container .timeline-event-content div.date img{display:none;}
|
||||
body.view-mode-thumbnails #timeline-container .timeline-event-content div.date h4,body.view-mode-thumbnails #timeline-container .timeline-event-content div.date h5,body.view-mode-thumbnails #timeline-container .timeline-event-content div.date img{display:block;}
|
||||
body.view-mode-thumbnails #timeline-container .timeline-event-content div.date img{max-width:145px;height:auto;}
|
||||
body.view-mode-images #timeline-container .timeline-event-content div.date h4,body.view-mode-images #timeline-container .timeline-event-content div.date h5,body.view-mode-images #timeline-container .timeline-event-content div.date img{display:block;}
|
||||
#timeline-container .timeline-event-selected{background-color:transparent;}#timeline-container .timeline-event-selected .timeline-event-content div.date .text-content{border-left:3px solid #77787b;}
|
||||
#timeline-container .timeline-event-selected .timeline-event-content div.date h4,#timeline-container .timeline-event-selected .timeline-event-content div.date h5{color:#77787b;}
|
||||
.timeline-modal{width:150px;min-height:30px;padding:5px;background-color:#fff;position:absolute;z-index:99999;display:none;}.timeline-modal h4,.timeline-modal h5{margin:0;color:#77787b;}
|
||||
.timeline-modal h4{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:12px;font-weight:500;font-style:italic;}
|
||||
.timeline-modal h5{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:12px;font-weight:700;}
|
||||
html,body{position:relative;width:100%;height:100%;}
|
||||
#container{width:100%;height:100%;min-width:1020px;min-height:700px;margin:0 auto;background-color:#FFF;}#container>.inner{width:96%;height:94%;padding:1.5%;}
|
||||
#header{height:3%;width:100%;position:relative;border-bottom:2px solid #000;}#header .logo{width:35%;height:27px;position:relative;bottom:0;left:0;}html.oldie #header .logo{width:49%;}
|
||||
#header .logo h1{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-decoration:none;color:#000;display:inline;}@media screen and (min-width:1201px){#header .logo h1{font-size:12px;}}html.oldie #header .logo h1{font-size:9px;}
|
||||
@media screen and (min-width:1201px){#header .logo h1{font-size:12px;}}html.oldie #header .logo h1{font-size:9px;}
|
||||
#header .logo h1 a{text-decoration:none;}
|
||||
#header #header-blocks{width:63%;position:absolute;bottom:0;right:0;text-align:right;height:27px;}html.oldie #header #header-blocks{width:62%;}
|
||||
#header #header-blocks .region{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;}.ie7 #header #header-blocks .region,.ie8 #header #header-blocks .region{display:inline;}
|
||||
.ie7 #header #header-blocks .region,.ie8 #header #header-blocks .region{display:inline;}
|
||||
.ie7 #header #header-blocks .region,.ie8 #header #header-blocks .region{display:inline;}
|
||||
.ie7 #header #header-blocks .region,.ie8 #header #header-blocks .region{display:inline;}
|
||||
.ie7 #header #header-blocks .region,.ie8 #header #header-blocks .region{display:inline;}
|
||||
.ie7 #header #header-blocks .region,.ie8 #header #header-blocks .region{display:inline;}
|
||||
.ie7 #header #header-blocks .region,.ie8 #header #header-blocks .region{display:inline;}
|
||||
#header #header-blocks .region:not(:first-child){margin-left:1.1em;}
|
||||
html.oldie #header #header-blocks .region{float:left;margin-left:10px;}
|
||||
#header ul.menu{padding:0;margin:0;}#header ul.menu li{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;margin:0;}.ie7 #header ul.menu li,.ie8 #header ul.menu li{display:inline;}
|
||||
.ie7 #header ul.menu li,.ie8 #header ul.menu li{display:inline;}
|
||||
.ie7 #header ul.menu li,.ie8 #header ul.menu li{display:inline;}
|
||||
.ie7 #header ul.menu li,.ie8 #header ul.menu li{display:inline;}
|
||||
.ie7 #header ul.menu li,.ie8 #header ul.menu li{display:inline;}
|
||||
.ie7 #header ul.menu li,.ie8 #header ul.menu li{display:inline;}
|
||||
.ie7 #header ul.menu li,.ie8 #header ul.menu li{display:inline;}
|
||||
#header ul.menu li:not(.last){padding:0 6px 0 0;}
|
||||
#header ul.menu li.last{padding:0;}
|
||||
#header ul.menu li a{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-decoration:none;color:#000;display:inline;}@media screen and (min-width:1201px){#header ul.menu li a{font-size:12px;}}html.oldie #header ul.menu li a{font-size:9px;}
|
||||
@media screen and (min-width:1201px){#header ul.menu li a{font-size:12px;}}html.oldie #header ul.menu li a{font-size:9px;}
|
||||
#header ul.language-switcher-locale-url{padding:0;margin:0;}#header ul.language-switcher-locale-url li{padding-right:10px;}
|
||||
#header ul.language-switcher-locale-url li.active{display:none;}
|
||||
#header ul.language-switcher-locale-url a{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-decoration:none;color:#000;display:inline;}@media screen and (min-width:1201px){#header ul.language-switcher-locale-url a{font-size:12px;}}html.oldie #header ul.language-switcher-locale-url a{font-size:9px;}
|
||||
@media screen and (min-width:1201px){#header ul.language-switcher-locale-url a{font-size:12px;}}html.oldie #header ul.language-switcher-locale-url a{font-size:9px;}
|
||||
#header #search-block-form h2{display:none;}
|
||||
#header #search-block-form .container-inline{height:27px;line-height:1;}
|
||||
#header #search-block-form .form-item{padding:0;margin:0;display:inline-block;vertical-align:middle;}#header #search-block-form .form-item label{display:none;}
|
||||
#header #search-block-form .form-item input.form-text{border:1px solid #D4D4D4;width:10em;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-decoration:none;color:#000;display:inline;font-weight:500;padding:2px;}@media screen and (min-width:1201px){#header #search-block-form .form-item input.form-text{font-size:12px;}}html.oldie #header #search-block-form .form-item input.form-text{font-size:9px;}
|
||||
@media screen and (min-width:1201px){#header #search-block-form .form-item input.form-text{font-size:12px;}}html.oldie #header #search-block-form .form-item input.form-text{font-size:9px;}
|
||||
#header #search-block-form #edit-actions{display:inline-block;vertical-align:middle;}#header #search-block-form #edit-actions input.form-submit{border:0 solid #999;background-color:transparent;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-decoration:none;color:#000;display:inline;padding-right:0;padding-top:3px;}@media screen and (min-width:1201px){#header #search-block-form #edit-actions input.form-submit{font-size:12px;}}html.oldie #header #search-block-form #edit-actions input.form-submit{font-size:9px;}
|
||||
@media screen and (min-width:1201px){#header #search-block-form #edit-actions input.form-submit{font-size:12px;}}html.oldie #header #search-block-form #edit-actions input.form-submit{font-size:9px;}
|
||||
#header #search-block-form span.close-search{display:inline-block;vertical-align:middle;width:20px;height:20px;background-image:url('../images/btns_close.png');cursor:pointer;}
|
||||
#header #search-block-form.loading{background:transparent url('../images/ajax-loader.gif') no-repeat 98% center;}#header #search-block-form.loading input.form-submit{visibility:hidden;}
|
||||
#intro-wrapper{position:fixed;z-index:200;width:100%;height:100%;top:0;left:0;}#intro-wrapper .bg{background-color:#fff;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;width:100%;height:100%;position:absolute;}
|
||||
#intro-wrapper .modal{margin:0 auto;top:0;width:40%;position:relative;overflow:hidden;-webkit-transition:margin-top 0.8s ease-out;-moz-transition:margin-top 0.8s ease-out;-o-transition:margin-top 0.8s ease-out;transition:margin-top 0.8s ease-out;-webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.8);-moz-box-shadow:0 0 7px rgba(0, 0, 0, 0.8);box-shadow:0 0 7px rgba(0, 0, 0, 0.8);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;}#intro-wrapper .modal>*{padding:1em;}
|
||||
#intro-wrapper .modal p{font-size:14px;}
|
||||
#intro-wrapper .btns{text-align:right;}#intro-wrapper .btns span{display:inline-block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#ddd;cursor:pointer;padding:0.1em 0.5em 0.1em 0.5em;font-size:14px;margin:0.5em;}
|
||||
#main{height:97%;}#main #sidebar-first{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;width:29%;}.ie7 #main #sidebar-first,.ie8 #main #sidebar-first{display:inline;}
|
||||
.ie7 #main #sidebar-first,.ie8 #main #sidebar-first{display:inline;}
|
||||
.ie7 #main #sidebar-first,.ie8 #main #sidebar-first{display:inline;}
|
||||
.ie7 #main #sidebar-first,.ie8 #main #sidebar-first{display:inline;}
|
||||
.ie7 #main #sidebar-first,.ie8 #main #sidebar-first{display:inline;}
|
||||
.ie7 #main #sidebar-first,.ie8 #main #sidebar-first{display:inline;}
|
||||
.ie7 #main #sidebar-first,.ie8 #main #sidebar-first{display:inline;}
|
||||
#main ul li.leaf{list-style-image:none;list-style-type:none;font-size:12px;margin-bottom:10px;}#main ul li.leaf a{text-decoration:none;}
|
||||
#main ul li.leaf a:visited{font-weight:700;}
|
||||
#main ul li.leaf a:hover{font-weight:700;}
|
||||
#main ul li.leaf a:active{font-weight:700;}
|
||||
#main ul li.leaf .active-trail{font-weight:700;}
|
||||
.not-front.node-type-page #main,.not-front.node-type-temoignage #main,.not-front.node-type-document-video #main,.not-front.node-type-biographie #main{background-color:#D3D3D3 ;}
|
||||
#main #center{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;width:100%;height:99%;position:relative;padding-top:1%;}.ie7 #main #center,.ie8 #main #center{display:inline;}
|
||||
.ie7 #main #center,.ie8 #main #center{display:inline;}
|
||||
.ie7 #main #center,.ie8 #main #center{display:inline;}
|
||||
.ie7 #main #center,.ie8 #main #center{display:inline;}
|
||||
.ie7 #main #center,.ie8 #main #center{display:inline;}
|
||||
.ie7 #main #center,.ie8 #main #center{display:inline;}
|
||||
.ie7 #main #center,.ie8 #main #center{display:inline;}
|
||||
#main #center .page-title{overflow:hidden;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-transform:uppercase;margin:0;}@media screen and (min-width:1201px){#main #center .page-title{font-size:12px;}}@media screen and (min-width:1201px){#main #center .page-title{font-size:12px;}}.timeline #main #center .page-title{color:#a5a5a5;}
|
||||
.js .front #main #center #content,.js .node-type-performance #main #center #content{display:none;overflow:hidden;}
|
||||
.layout-intro #main #center #content{max-width:700px;margin:0 auto;}
|
||||
#main #center #content .field-label{font-size:12px;color:#000;margin-top:1em;margin-bottom:0,7em;}
|
||||
#main #center #perfnode{height:85%;}#main #center #perfnode .node .node-effectuation .field-item{font-size:10px;}
|
||||
#main #center #perfnode p{margin:0;}
|
||||
#main #center #perfnode .locality{margin-left:-5px;}
|
||||
.not-front.node-type-page #main #center,.not-front.node-type-temoignage #main #center,.not-front.node-type-document-video #main #center,.not-front.node-type-biographie #main #center{margin-left:75px;width:550px;padding-top:20px;}.not-front.node-type-page #main #center #content p,.not-front.node-type-temoignage #main #center #content p,.not-front.node-type-document-video #main #center #content p,.not-front.node-type-biographie #main #center #content p{font-size:12px;color:#000;line-height:1.4;}
|
||||
.not-front.node-type-page #main #center #content a,.not-front.node-type-temoignage #main #center #content a,.not-front.node-type-document-video #main #center #content a,.not-front.node-type-biographie #main #center #content a{text-decoration:none;font-size:12px;}
|
||||
.not-front.node-type-page #main #center #content a:visited,.not-front.node-type-temoignage #main #center #content a:visited,.not-front.node-type-document-video #main #center #content a:visited,.not-front.node-type-biographie #main #center #content a:visited{font-weight:700;}
|
||||
.not-front.node-type-page #main #center #content a:hover,.not-front.node-type-temoignage #main #center #content a:hover,.not-front.node-type-document-video #main #center #content a:hover,.not-front.node-type-biographie #main #center #content a:hover{font-weight:700;}
|
||||
.not-front.node-type-page #main #center #content a:active,.not-front.node-type-temoignage #main #center #content a:active,.not-front.node-type-document-video #main #center #content a:active,.not-front.node-type-biographie #main #center #content a:active{font-weight:700;}
|
||||
#main #sidebar-second{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;width:18%;}.ie7 #main #sidebar-second,.ie8 #main #sidebar-second{display:inline;}
|
||||
.ie7 #main #sidebar-second,.ie8 #main #sidebar-second{display:inline;}
|
||||
.ie7 #main #sidebar-second,.ie8 #main #sidebar-second{display:inline;}
|
||||
.ie7 #main #sidebar-second,.ie8 #main #sidebar-second{display:inline;}
|
||||
.ie7 #main #sidebar-second,.ie8 #main #sidebar-second{display:inline;}
|
||||
.ie7 #main #sidebar-second,.ie8 #main #sidebar-second{display:inline;}
|
||||
.ie7 #main #sidebar-second,.ie8 #main #sidebar-second{display:inline;}
|
||||
#filters{}#filters .filter{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;width:32%;height:100%;margin-left:2%;}.ie7 #filters .filter,.ie8 #filters .filter{display:inline;}
|
||||
.ie7 #filters .filter,.ie8 #filters .filter{display:inline;}
|
||||
.ie7 #filters .filter,.ie8 #filters .filter{display:inline;}
|
||||
.ie7 #filters .filter,.ie8 #filters .filter{display:inline;}
|
||||
.ie7 #filters .filter,.ie8 #filters .filter{display:inline;}
|
||||
.ie7 #filters .filter,.ie8 #filters .filter{display:inline;}
|
||||
.ie7 #filters .filter,.ie8 #filters .filter{display:inline;}
|
||||
#filters .filter.filter-0{margin-left:0;}
|
||||
#filters .filter .filters-selection{height:100%;overflow:hidden;position:relative;}#filters .filter .filters-selection .list{height:100%;overflow:auto;margin-bottom:10px;}#filters .filter .filters-selection .list ul,#filters .filter .filters-selection .list li{padding:0;margin:0;}
|
||||
#filters .filter .filters-selection .list ul{padding-bottom:20px;}
|
||||
#filters .filter .filters-selection .list li{cursor:pointer;line-height:1;overflow:hidden;height:auto;-webkit-transition:height 0.1s linear;-moz-transition:height 0.1s linear;-o-transition:height 0.1s linear;transition:height 0.1s linear;}#filters .filter .filters-selection .list li span{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:500;padding:0.3em 0.4em 0.2em 0;}@media screen and (min-width:1201px){#filters .filter .filters-selection .list li span{font-size:12px;}}@media screen and (min-width:1201px){#filters .filter .filters-selection .list li span{font-size:12px;}}
|
||||
#filters .filter .filters-selection .list li:hover span{padding-left:0.3em;}
|
||||
#filters .filter .filters-selection .list li.subtracted{height:0;}
|
||||
#filters .filter .filters-selection .list li.subtracted.conserved{height:auto;}
|
||||
#filters .filter .filters-selection .search{position:absolute;right:10px;bottom:0;width:40%;font-size:10px;height:10px;border:1px solid #D4D4D4;}
|
||||
#filters .filter .filters-selection .title{position:absolute;left:0;bottom:0;background-color:#ffffff;width:90%;padding:0.5em 0 0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:900;text-transform:uppercase;margin:0;}@media screen and (min-width:1201px){#filters .filter .filters-selection .title{font-size:12px;}}@media screen and (min-width:1201px){#filters .filter .filters-selection .title{font-size:12px;}}
|
||||
#filters .filter .filters-selected span{cursor:pointer;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:10px;font-weight:500;padding:0.2em 2em 0 0.4em;display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;margin:0.3em 0.3em 0 0;background-repeat:no-repeat;background-position:right center;}@media screen and (min-width:1201px){#filters .filter .filters-selected span{font-size:12px;}}@media screen and (min-width:1201px){#filters .filter .filters-selected span{font-size:12px;}}.ie7 #filters .filter .filters-selected span,.ie8 #filters .filter .filters-selected span{display:inline;}
|
||||
.ie7 #filters .filter .filters-selected span,.ie8 #filters .filter .filters-selected span{display:inline;}
|
||||
.ie7 #filters .filter .filters-selected span,.ie8 #filters .filter .filters-selected span{display:inline;}
|
||||
.ie7 #filters .filter .filters-selected span,.ie8 #filters .filter .filters-selected span{display:inline;}
|
||||
.ie7 #filters .filter .filters-selected span,.ie8 #filters .filter .filters-selected span{display:inline;}
|
||||
.ie7 #filters .filter .filters-selected span,.ie8 #filters .filter .filters-selected span{display:inline;}
|
||||
.ie7 #filters .filter .filters-selected span,.ie8 #filters .filter .filters-selected span{display:inline;}
|
||||
#filters .filter.filter-0 .filters-selection{border-bottom:2px solid #98a572;}
|
||||
#filters .filter.filter-0 .list li{color:#566b26;}#filters .filter.filter-0 .list li:hover{color:#566b26;}#filters .filter.filter-0 .list li:hover span{background-color:#d3dac2;}
|
||||
#filters .filter.filter-0 .list li.selected{color:#98a572;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspVerticalBar{width:4px;background-color:#d3dac2;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspHorizontalBar{height:4px;background-color:#d3dac2;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspTrack{background-color:transparent;}#filters .filter.filter-0 .list .jspContainer .jspTrack .jspDrag{background-color:#98a572;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspVerticalBar{width:4px;background-color:#d3dac2;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspHorizontalBar{height:4px;background-color:#d3dac2;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspTrack{background-color:transparent;}#filters .filter.filter-0 .list .jspContainer .jspTrack .jspDrag{background-color:#98a572;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
#filters .filter.filter-0 .list .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#filters .filter.filter-0 .search{color:#566b26;}
|
||||
#filters .filter.filter-0 .title{color:#566b26;}
|
||||
#filters .filter.filter-0 .filters-selected span{background-color:#d3dac2;color:#566b26;font-weight:700;}
|
||||
body.layout-timeline #filters .filter.filter-0 .filters-selected span{background-image:url('../images/btns_close_color-02.png');}
|
||||
#filters .filter.filter-1 .filters-selection{border-bottom:2px solid #bda3b7;}
|
||||
#filters .filter.filter-1 .list li{color:#986c8f;}#filters .filter.filter-1 .list li:hover{color:#986c8f;}#filters .filter.filter-1 .list li:hover span{background-color:#e3d9e0;}
|
||||
#filters .filter.filter-1 .list li.selected{color:#bda3b7;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspVerticalBar{width:4px;background-color:#e3d9e0;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspHorizontalBar{height:4px;background-color:#e3d9e0;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspTrack{background-color:transparent;}#filters .filter.filter-1 .list .jspContainer .jspTrack .jspDrag{background-color:#bda3b7;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspVerticalBar{width:4px;background-color:#e3d9e0;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspHorizontalBar{height:4px;background-color:#e3d9e0;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspTrack{background-color:transparent;}#filters .filter.filter-1 .list .jspContainer .jspTrack .jspDrag{background-color:#bda3b7;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
#filters .filter.filter-1 .list .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#filters .filter.filter-1 .search{color:#986c8f;}
|
||||
#filters .filter.filter-1 .title{color:#986c8f;}
|
||||
#filters .filter.filter-1 .filters-selected span{background-color:#e3d9e0;color:#986c8f;font-weight:700;}
|
||||
body.layout-timeline #filters .filter.filter-1 .filters-selected span{background-image:url('../images/btns_close_color-01.png');}
|
||||
#filters .filter.filter-2 .filters-selection{border-bottom:2px solid #6c9eb5;}
|
||||
#filters .filter.filter-2 .list li{color:#00415c;}#filters .filter.filter-2 .list li:hover{color:#00415c;}#filters .filter.filter-2 .list li:hover span{background-color:#adc7d6;}
|
||||
#filters .filter.filter-2 .list li.selected{color:#6c9eb5;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspVerticalBar{width:4px;background-color:#adc7d6;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspHorizontalBar{height:4px;background-color:#adc7d6;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspTrack{background-color:transparent;}#filters .filter.filter-2 .list .jspContainer .jspTrack .jspDrag{background-color:#6c9eb5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspVerticalBar{width:4px;background-color:#adc7d6;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspHorizontalBar{height:4px;background-color:#adc7d6;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspTrack{background-color:transparent;}#filters .filter.filter-2 .list .jspContainer .jspTrack .jspDrag{background-color:#6c9eb5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-opacity:0.6;-khtml-opacity:0.6;-webkit-opacity:0.6;opacity:0.6;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out;}
|
||||
#filters .filter.filter-2 .list .jspContainer .jspTrack:hover .jspDrag{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#filters .filter.filter-2 .search{color:#00415c;}
|
||||
#filters .filter.filter-2 .title{color:#00415c;}
|
||||
#filters .filter.filter-2 .filters-selected span{background-color:#adc7d6;color:#00415c;font-weight:700;}
|
||||
body.layout-timeline #filters .filter.filter-2 .filters-selected span{background-image:url('../images/btns_close_color-03.png');}
|
||||
#perfnode{overflow:hidden;position:relative;background-color:#f2f2f2;}#perfnode .prev-perf{position:absolute;top:50%;width:20px;height:20px;margin-top:-10px;cursor:pointer;z-index:150;background-color:#fff;left:0;background-image:url('../images/btns_moveleft.png');margin-left:-4px;}
|
||||
#perfnode .next-perf{position:absolute;top:50%;width:20px;height:20px;margin-top:-10px;cursor:pointer;z-index:150;background-color:#fff;right:0;background-image:url('../images/btns_moveright.png');margin-right:-4px;}
|
||||
#perfnode .loader{position:absolute;top:50%;left:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;background-image:url('../images/loader.gif');z-index:100;display:none;}
|
||||
#perfnode.loading .loader{display:block;}
|
||||
#perfnode .close{position:absolute;top:0;right:0;width:19px;height:20px;background-image:url('../images/btns_close.png');z-index:100;display:block;}
|
||||
#perfnode.loading .close{display:none;}
|
||||
#perfnode .node-container{margin:0 20px;}
|
||||
#perfnode .scroller>.node>.grid-block{position:absolute;}
|
||||
#perfnode .scroller>.node h1.node-title{margin:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:900;font-size:24px;width:300px;padding:0;}
|
||||
#perfnode .scroller>.node .field-label{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:900;font-size:10px;text-transform:uppercase;color:#a5a5a5;}
|
||||
#perfnode .scroller>.node .field-personne{width:200px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;text-transform:uppercase;}
|
||||
#perfnode .scroller>.node .field-type-textauthor,#perfnode .scroller>.node>.field-type-text-long{width:400px;padding:0;}#perfnode .scroller>.node .field-type-textauthor .field-item,#perfnode .scroller>.node>.field-type-text-long .field-item{max-height:300px;overflow:auto;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
#perfnode .scroller>.node .field-type-textauthor address,#perfnode .scroller>.node>.field-type-text-long address{font-weight:700;}
|
||||
#perfnode .scroller>.node .field-name-field-serie{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;width:300px;padding:0;}
|
||||
#perfnode .scroller>.node .field-name-field-type-de-performance{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;width:300px;padding:0;}
|
||||
#perfnode .scroller>.node .field-name-field-tags-libre{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;width:200px;padding:0;}
|
||||
#perfnode .scroller>.node .field-name-field-site-internet{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;width:300px;padding:0;}#perfnode .scroller>.node .field-name-field-site-internet a{text-decoration:none;}#perfnode .scroller>.node .field-name-field-site-internet a:hover{text-decoration:underline;}
|
||||
#perfnode .scroller>.node .node-effectuation{width:200px;padding:0;}#perfnode .scroller>.node .node-effectuation h1{margin:0;}
|
||||
#perfnode .scroller>.node .node-effectuation .field-item{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;}
|
||||
#perfnode .scroller>.node .node-document-video{width:400px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
#perfnode .scroller>.node .node-document{width:300px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
#perfnode .scroller>.node .node-objet{width:300px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
#perfnode .scroller>.node .node-temoignage{width:300px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
#perfnode .scroller>.node figure{position:relative;}#perfnode .scroller>.node figure figcaption{position:absolute;right:0;bottom:0;width:96%;padding:2%;background-color:rgba(255, 255, 255, 0.8);-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition:opacity 0.5s ease-out;-moz-transition:opacity 0.5s ease-out;-o-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out;color:#000;font-size:10px;}
|
||||
#perfnode .scroller>.node figure .blank{position:absolute;top:0;left:0;width:100%;height:100%;}
|
||||
#perfnode .scroller>.node figure:hover figcaption{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
#footer{height:3%;display:none;}#footer #footer-top{text-align:center;}#footer #footer-top p{margin:0;}
|
||||
#footer #footer-bottom .block{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:8px;font-weight:500;color:#494949;text-decoration:none;}.ie7 #footer #footer-bottom .block,.ie8 #footer #footer-bottom .block{display:inline;}
|
||||
.ie7 #footer #footer-bottom .block,.ie8 #footer #footer-bottom .block{display:inline;}
|
||||
.ie7 #footer #footer-bottom .block,.ie8 #footer #footer-bottom .block{display:inline;}
|
||||
.ie7 #footer #footer-bottom .block,.ie8 #footer #footer-bottom .block{display:inline;}
|
||||
.ie7 #footer #footer-bottom .block,.ie8 #footer #footer-bottom .block{display:inline;}
|
||||
.ie7 #footer #footer-bottom .block,.ie8 #footer #footer-bottom .block{display:inline;}
|
||||
.ie7 #footer #footer-bottom .block,.ie8 #footer #footer-bottom .block{display:inline;}
|
||||
#footer #footer-bottom .block a{color:#494949;text-decoration:none;}
|
||||
#footer #footer-bottom .block a{color:#494949;text-decoration:none;}
|
||||
li,.item-list ul li{list-style:none inside url();margin-left:0;}
|
||||
div.messages{padding:9px;margin:0.5em 0 0;color:#036;background:#bdf;border:1px solid #ace;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
|
||||
div.warning{color:#840;background:#fe6;border-color:#ed5;}
|
||||
div.error{color:#fff;background:#e63;border-color:#d52;}
|
||||
div.error p.error{color:#333;}
|
||||
div.status{color:#360;background:#cf8;border-color:#be7;}
|
||||
ul.primary,.views-admin-links ul{font:13px/1.231 sans-serif;*font-size:small;border-collapse:collapse;padding:0 0 0 1em;white-space:nowrap;list-style:none;margin:5px;height:auto;line-height:normal;border-bottom:1px solid #bbb;}ul.primary li,.views-admin-links ul li{display:inline;}ul.primary li a,.views-admin-links ul li a{background-color:#ddd;border-color:#bbb;border-width:1px;border-style:solid solid none solid;height:auto;margin-right:0.5em;padding:0 1em;text-decoration:none;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;}ul.primary li a:hover,.views-admin-links ul li a:hover{background-color:#eee;border-color:#ccc;border-bottom-color:#eee;}
|
||||
ul.primary li.active a,.views-admin-links ul li.active a{background-color:#fff;border:1px solid #bbb;border-bottom:#fff 1px solid;}
|
||||
ul.secondary{border-bottom:1px solid #bbb;padding:0.5em 1em;margin:5px;}ul.secondary li{display:inline;padding:0 1em;border-right:1px solid #ccc;}ul.secondary li a{padding:0;text-decoration:none;}ul.secondary li a.active{border-bottom:4px solid #999;}
|
||||
.pa-sc-player .sc-trackslist{display:none;}
|
||||
.pa-sc-player .sc-controls,.pa-sc-player .sc-time-indicators,.pa-sc-player .sc-time-span{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;vertical-align:middle;}.ie7 .pa-sc-player .sc-controls,.ie7 .pa-sc-player .sc-time-indicators,.ie7 .pa-sc-player .sc-time-span,.ie8 .pa-sc-player .sc-controls,.ie8 .pa-sc-player .sc-time-indicators,.ie8 .pa-sc-player .sc-time-span{display:inline;}
|
||||
.ie7 .pa-sc-player .sc-controls,.ie7 .pa-sc-player .sc-time-indicators,.ie7 .pa-sc-player .sc-time-span,.ie8 .pa-sc-player .sc-controls,.ie8 .pa-sc-player .sc-time-indicators,.ie8 .pa-sc-player .sc-time-span{display:inline;}
|
||||
.ie7 .pa-sc-player .sc-controls,.ie7 .pa-sc-player .sc-time-indicators,.ie7 .pa-sc-player .sc-time-span,.ie8 .pa-sc-player .sc-controls,.ie8 .pa-sc-player .sc-time-indicators,.ie8 .pa-sc-player .sc-time-span{display:inline;}
|
||||
.ie7 .pa-sc-player .sc-controls,.ie7 .pa-sc-player .sc-time-indicators,.ie7 .pa-sc-player .sc-time-span,.ie8 .pa-sc-player .sc-controls,.ie8 .pa-sc-player .sc-time-indicators,.ie8 .pa-sc-player .sc-time-span{display:inline;}
|
||||
.ie7 .pa-sc-player .sc-controls,.ie7 .pa-sc-player .sc-time-indicators,.ie7 .pa-sc-player .sc-time-span,.ie8 .pa-sc-player .sc-controls,.ie8 .pa-sc-player .sc-time-indicators,.ie8 .pa-sc-player .sc-time-span{display:inline;}
|
||||
.ie7 .pa-sc-player .sc-controls,.ie7 .pa-sc-player .sc-time-indicators,.ie7 .pa-sc-player .sc-time-span,.ie8 .pa-sc-player .sc-controls,.ie8 .pa-sc-player .sc-time-indicators,.ie8 .pa-sc-player .sc-time-span{display:inline;}
|
||||
.ie7 .pa-sc-player .sc-controls,.ie7 .pa-sc-player .sc-time-indicators,.ie7 .pa-sc-player .sc-time-span,.ie8 .pa-sc-player .sc-controls,.ie8 .pa-sc-player .sc-time-indicators,.ie8 .pa-sc-player .sc-time-span{display:inline;}
|
||||
.pa-sc-player .sc-controls{position:relative;width:20px;height:20px;margin-right:15px;}.pa-sc-player .sc-controls a.sc-play,.pa-sc-player .sc-controls a.sc-pause{position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;overflow:hidden;}.pa-sc-player .sc-controls a.sc-play span,.pa-sc-player .sc-controls a.sc-pause span{margin-left:-100px;}
|
||||
.pa-sc-player .sc-controls a.sc-play{background:#ffffff url('../images/player-sound-cloud-VA-bg-play.png') no-repeat center center;}
|
||||
.pa-sc-player .sc-controls a.sc-pause{background:#ffffff url('../images/player-sound-cloud-VA-bg-pause.png') no-repeat center center;display:none;}
|
||||
.pa-sc-player.playing .sc-controls a.sc-play{display:none;}
|
||||
.pa-sc-player.playing .sc-controls a.sc-pause{display:block;}
|
||||
.pa-sc-player .sc-time-indicators{font-size:14px;margin-right:10px;padding-top:3px;min-width:75px;}
|
||||
.pa-sc-player .sc-time-span{width:300px;height:10px;background-color:#fff;position:relative;cursor:pointer;}.pa-sc-player .sc-time-span .sc-buffer,.pa-sc-player .sc-time-span .sc-played{width:0;height:100%;position:absolute;}
|
||||
.pa-sc-player .sc-time-span .sc-buffer{background-color:#ddd;}
|
||||
.pa-sc-player .sc-time-span .sc-played{background-color:#1A1A1A;}
|
||||
.node-temoignage.grid-block .pa-sc-player{background-color:#D3D3D3;-webkit-border-radius:3;-moz-border-radius:3;border-radius:3;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:2px;}.node-temoignage.grid-block .pa-sc-player .sc-time-span{width:170px;}
|
||||
html.no-js body,html.classic-nav body,html.no-js #container,html.classic-nav #container,html.no-js #container>.inner,html.classic-nav #container>.inner,html.no-js #header,html.classic-nav #header,html.no-js #main,html.classic-nav #main,html.no-js #footer,html.classic-nav #footer{height:auto;}
|
||||
html.no-js body,html.classic-nav body{overflow:auto;}
|
||||
html.no-js #container,html.classic-nav #container{width:95%;}
|
||||
html.no-js body.front #main,html.classic-nav body.front #main{background-color:#D3D3D3;height:100%;}html.no-js body.front #main #center,html.classic-nav body.front #main #center{height:100%;}html.no-js body.front #main #center .page-title,html.classic-nav body.front #main #center .page-title{margin-left:2.5em;}
|
||||
html.no-js body.front #main #center #content,html.classic-nav body.front #main #center #content{padding:2%;display:block;}html.no-js body.front #main #center #content a,html.classic-nav body.front #main #center #content a,html.no-js body.front #main #center #content a:visited,html.classic-nav body.front #main #center #content a:visited{font-size:12px;font-weight:500;text-decoration:none;}
|
||||
html.no-js body.front #main #center #content a:hover,html.classic-nav body.front #main #center #content a:hover{font-size:12px;font-weight:700;text-decoration:none;}
|
||||
html.no-js body.front .item-list .pager li,html.classic-nav body.front .item-list .pager li{background-color:transparent;color:#000;border-left:1px solid #000;}html.no-js body.front .item-list .pager li a,html.classic-nav body.front .item-list .pager li a,html.no-js body.front .item-list .pager li a:visited,html.classic-nav body.front .item-list .pager li a:visited{color:#000;}
|
||||
html.no-js body.front .item-list li,html.classic-nav body.front .item-list li,html.no-js body.front .item-list ul li,html.classic-nav body.front .item-list ul li{color:#A5A5A5;background-color:#fff;display:inline-block;vertical-align:top;line-height:0.1em;margin-bottom:1em;padding-right:1em;padding-left:0.5em;border-left:3px solid #A5A5A5;}html.no-js body.front .item-list li a,html.classic-nav body.front .item-list li a,html.no-js body.front .item-list ul li a,html.classic-nav body.front .item-list ul li a,html.no-js body.front .item-list li a:visited,html.classic-nav body.front .item-list li a:visited,html.no-js body.front .item-list ul li a:visited,html.classic-nav body.front .item-list ul li a:visited{color:#A5A5A5;}
|
||||
html.no-js body.node-type-performance #main,html.classic-nav body.node-type-performance #main{background-color:#D3D3D3;height:100%;}html.no-js body.node-type-performance #main #center,html.classic-nav body.node-type-performance #main #center{height:100%;}html.no-js body.node-type-performance #main #center .page-title,html.classic-nav body.node-type-performance #main #center .page-title{margin-left:2.5em;}
|
||||
html.no-js body.node-type-performance #main #center #content,html.classic-nav body.node-type-performance #main #center #content{padding:2%;display:block;}html.no-js body.node-type-performance #main #center #content a,html.classic-nav body.node-type-performance #main #center #content a,html.no-js body.node-type-performance #main #center #content a:visited,html.classic-nav body.node-type-performance #main #center #content a:visited{font-size:12px;font-weight:500;text-decoration:none;}
|
||||
html.no-js body.node-type-performance #main #center #content a:hover,html.classic-nav body.node-type-performance #main #center #content a:hover{font-size:12px;font-weight:700;text-decoration:none;}
|
||||
html.no-js body.node-type-performance #main,html.classic-nav body.node-type-performance #main{background-color:#F2F2F2;}html.no-js body.node-type-performance #main #center #content .node.type-performance>.content h1.node-title,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content h1.node-title{margin:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:900;font-size:24px;width:300px;padding:0;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-label,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-label{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:900;font-size:10px;text-transform:uppercase;color:#a5a5a5;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-personne,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-personne{width:200px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;text-transform:uppercase;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-type-textauthor,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-type-textauthor,html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-type-text-long,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-type-text-long{width:400px;padding:0;}html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-type-textauthor .field-item,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-type-textauthor .field-item,html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-type-text-long .field-item,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-type-text-long .field-item{max-height:300px;overflow:auto;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-type-textauthor address,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-type-textauthor address,html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-type-text-long address,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-type-text-long address{font-weight:700;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-serie,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-serie{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;width:300px;padding:0;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;margin:0 1em 1em 0;}.ie7 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie7 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:inline;}
|
||||
.ie7 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie7 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:inline;}
|
||||
.ie7 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie7 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:inline;}
|
||||
.ie7 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie7 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:inline;}
|
||||
.ie7 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie7 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:inline;}
|
||||
.ie7 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie7 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:inline;}
|
||||
.ie7 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie7 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item,.ie8 html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-images .field-item{display:inline;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-type-de-performance,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-type-de-performance{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;width:300px;padding:0;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-tags-libre,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-tags-libre{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;width:200px;padding:0;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .node-effectuation,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .node-effectuation{width:200px;padding:0;}html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .node-effectuation h1,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .node-effectuation h1{margin:0;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .node-effectuation .field-item,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .node-effectuation .field-item{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:16px;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .node-document-video,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .node-document-video{width:400px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .node-document,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .node-document{width:300px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .node-objet,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .node-objet{width:300px;padding:0;font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content figure,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content figure{position:relative;}html.no-js body.node-type-performance #main #center #content .node.type-performance>.content figure figcaption,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content figure figcaption{position:absolute;right:0;bottom:0;width:96%;padding:2%;background-color:rgba(255, 255, 255, 0.8);-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;-webkit-transition:opacity 0.5s ease-out;-moz-transition:opacity 0.5s ease-out;-o-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out;color:#000;font-size:10px;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content figure .blank,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content figure .blank{position:absolute;top:0;left:0;width:100%;height:100%;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content figure:hover figcaption,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content figure:hover figcaption{-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content>.field,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content>.field{display:inline-block;vertical-align:top;padding-left:0.5em;margin:0 1em 0 0.5em;border-left:3px solid #a5a5a5;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-effectuations,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-effectuations,html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents-sonor,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents-sonor,html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents{display:block;border:none;border-top:2px solid #e4e4e4;margin-top:1em;}html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-effectuations .field-item .field,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-effectuations .field-item .field,html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents-sonor .field-item .field,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents-sonor .field-item .field,html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents .field-item .field,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-documents .field-item .field{display:inline-block;vertical-align:top;padding-left:0.5em;margin:0 1em 0 0.5em;border-left:3px solid #a5a5a5;}
|
||||
html.no-js body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-effectuations,html.classic-nav body.node-type-performance #main #center #content .node.type-performance>.content .field-name-field-effectuations{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-weight:500;font-size:12px;}
|
||||
body.node-type-document #main,.node-type-document-sonor #main,.node-type-object #main,.page-taxonomy-term #main{background-color:#D3D3D3;height:100%;}body.node-type-document #main #center,.node-type-document-sonor #main #center,.node-type-object #main #center,.page-taxonomy-term #main #center{height:100%;}body.node-type-document #main #center .page-title,.node-type-document-sonor #main #center .page-title,.node-type-object #main #center .page-title,.page-taxonomy-term #main #center .page-title{margin-left:2.5em;}
|
||||
body.node-type-document #main #center #content,.node-type-document-sonor #main #center #content,.node-type-object #main #center #content,.page-taxonomy-term #main #center #content{padding:2%;display:block;}body.node-type-document #main #center #content a,.node-type-document-sonor #main #center #content a,.node-type-object #main #center #content a,.page-taxonomy-term #main #center #content a,body.node-type-document #main #center #content a:visited,.node-type-document-sonor #main #center #content a:visited,.node-type-object #main #center #content a:visited,.page-taxonomy-term #main #center #content a:visited{font-size:12px;font-weight:500;text-decoration:none;}
|
||||
body.node-type-document #main #center #content a:hover,.node-type-document-sonor #main #center #content a:hover,.node-type-object #main #center #content a:hover,.page-taxonomy-term #main #center #content a:hover{font-size:12px;font-weight:700;text-decoration:none;}
|
||||
body.node-type-document #center #content,.node-type-document-sonor #center #content,.node-type-object #center #content,.page-taxonomy-term #center #content{width:720px;font-size:12px;}body.node-type-document #center #content img,.node-type-document-sonor #center #content img,.node-type-object #center #content img,.page-taxonomy-term #center #content img{margin:1em 0 1em 0;}
|
||||
body.node-type-document #center #content figure,.node-type-document-sonor #center #content figure,.node-type-object #center #content figure,.page-taxonomy-term #center #content figure{position:relative;}
|
||||
body.node-type-document #center #content img.blank,.node-type-document-sonor #center #content img.blank,.node-type-object #center #content img.blank,.page-taxonomy-term #center #content img.blank{position:absolute;top:0;left:0;}
|
||||
body.node-type-document #center #content figcaption,.node-type-document-sonor #center #content figcaption,.node-type-object #center #content figcaption,.page-taxonomy-term #center #content figcaption{font-weight:300;font-size:11px;width:250px;margin-bottom:1em;}
|
||||
@@ -0,0 +1,317 @@
|
||||
/** COMMONS */
|
||||
/** COMMONS */
|
||||
/** colors */
|
||||
/** jscrollpane */
|
||||
.jspScrollable .jspContainer .jspVerticalBar {
|
||||
width: 10px;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack .jspDrag {
|
||||
background-color: #77787b;
|
||||
background-color: #77787b;
|
||||
background-color: #77787b;
|
||||
}
|
||||
/** COMMONS */
|
||||
.Museo {
|
||||
font-family: "Museo", Arial, sans-serif;
|
||||
}
|
||||
.MuseoSans {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
}
|
||||
.MuseoSlab {
|
||||
font-family: "MuseoSlab", Arial, sans-serif;
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
color: #000;
|
||||
}
|
||||
/*a.active, li a.active{color:@main-blue;}*/
|
||||
body {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
.8 {
|
||||
font-size: 8px;
|
||||
}
|
||||
.9 {
|
||||
font-size: 9px;
|
||||
}
|
||||
.10 {
|
||||
font-size: 10px;
|
||||
}
|
||||
.11 {
|
||||
font-size: 10px;
|
||||
}
|
||||
.12 {
|
||||
font-size: 12px;
|
||||
}
|
||||
.14 {
|
||||
font-size: 14px;
|
||||
}
|
||||
.16 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.18 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.regular {
|
||||
font-weight: normal;
|
||||
}
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.100 {
|
||||
font-weight: 100;
|
||||
}
|
||||
.300 {
|
||||
font-weight: 300;
|
||||
}
|
||||
.500 {
|
||||
font-weight: 500;
|
||||
}
|
||||
.700 {
|
||||
font-weight: 700;
|
||||
}
|
||||
.900 {
|
||||
font-weight: 900;
|
||||
}
|
||||
.upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.normal {
|
||||
font-style: normal;
|
||||
}
|
||||
/** FEUILLES DE STYLES */
|
||||
/** timeline */
|
||||
/** filters */
|
||||
/** time line */
|
||||
#timeline-loader {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto;
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
#timeline-loader .progress {
|
||||
border-top: 3px solid #999;
|
||||
width: 0;
|
||||
/* .transition(width 4s linear);*/
|
||||
|
||||
transition: width 3s linear;
|
||||
-moz-transition: width 3s linear;
|
||||
-o-transition: width 3s linear;
|
||||
-webkit-transition: width 3s linear;
|
||||
}
|
||||
#timeline-loader .progress.complete {
|
||||
/* .transition(width 0.1s linear);*/
|
||||
|
||||
transition: width 0.1s linear;
|
||||
-moz-transition: width 0.1s linear;
|
||||
-o-transition: width 0.1s linear;
|
||||
-webkit-transition: width 0.1s linear;
|
||||
}
|
||||
#timeline {
|
||||
margin-top: 25px;
|
||||
margin-top: 25px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
#timeline h3.title {
|
||||
cursor: pointer;
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
}
|
||||
@media screen and (min-width: 1201px) {
|
||||
#timeline h3.title {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
#timeline-container {
|
||||
width: 100%;
|
||||
height: 98%;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
overflow: hidden;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
#timeline-container .timeline-frame {
|
||||
border: 0 solid #999;
|
||||
}
|
||||
#timeline-container .timeline-navigation {
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 20px;
|
||||
border: 0 solid transparent;
|
||||
background-color: #fff;
|
||||
}
|
||||
#timeline-container .timeline-navigation div {
|
||||
padding: 2px 0 0 10px;
|
||||
padding: 2px 0 0 10px;
|
||||
padding: 2px 0 0 10px;
|
||||
}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-zoom-in {
|
||||
background-image: url('../images/btns_zoomin.png');
|
||||
}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-zoom-out {
|
||||
background-image: url('../images/btns_zoomout.png');
|
||||
}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-move-left {
|
||||
background-image: url('../images/btns_moveleft.png');
|
||||
}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-move-right {
|
||||
background-image: url('../images/btns_moveright.png');
|
||||
}
|
||||
#timeline-container .timeline-axis-text {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
}
|
||||
@media screen and (min-width: 1201px) {
|
||||
#timeline-container .timeline-axis-text {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
#timeline-container .timeline-event {
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
border: 0 solid transparent;
|
||||
/*
|
||||
TODO move events with css3
|
||||
*/
|
||||
|
||||
}
|
||||
#timeline-container .timeline-event.timeline-event-range {
|
||||
background-color: #fff;
|
||||
}
|
||||
#timeline-container .timeline-event-content {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
padding: 4px 0;
|
||||
padding: 4px 0;
|
||||
padding: 4px 0;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date .text-content {
|
||||
padding: 0 5px;
|
||||
padding: 0 5px;
|
||||
padding: 0 5px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 4px;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date:hover .text-content {
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787b;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h4,
|
||||
#timeline-container .timeline-event-content div.date h5 {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h4 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h5 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date .text-content {
|
||||
min-height: 15px;
|
||||
}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date h4,
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date h5,
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date img {
|
||||
display: none;
|
||||
}
|
||||
body.view-mode-titles #timeline-container .timeline-event-content div.date {
|
||||
background-color: #fff;
|
||||
}
|
||||
body.view-mode-titles #timeline-container .timeline-event-content div.date h4,
|
||||
body.view-mode-titles #timeline-container .timeline-event-content div.date h5 {
|
||||
display: block;
|
||||
}
|
||||
body.view-mode-titles #timeline-container .timeline-event-content div.date img {
|
||||
display: none;
|
||||
}
|
||||
body.view-mode-thumbnails #timeline-container .timeline-event-content div.date h4,
|
||||
body.view-mode-thumbnails #timeline-container .timeline-event-content div.date h5,
|
||||
body.view-mode-thumbnails #timeline-container .timeline-event-content div.date img {
|
||||
display: block;
|
||||
}
|
||||
body.view-mode-thumbnails #timeline-container .timeline-event-content div.date img {
|
||||
max-width: 145px;
|
||||
height: auto;
|
||||
}
|
||||
body.view-mode-images #timeline-container .timeline-event-content div.date h4,
|
||||
body.view-mode-images #timeline-container .timeline-event-content div.date h5,
|
||||
body.view-mode-images #timeline-container .timeline-event-content div.date img {
|
||||
display: block;
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
.Museo{font-family:"Museo",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSans{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSlab{font-family:"MuseoSlab",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
a,a:visited{color:#000;}
|
||||
body{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:16px;}
|
||||
.8{font-size:8px;}
|
||||
.9{font-size:9px;}
|
||||
.10{font-size:10px;}
|
||||
.11{font-size:10px;}
|
||||
.12{font-size:12px;}
|
||||
.14{font-size:14px;}
|
||||
.16{font-size:16px;}
|
||||
.18{font-size:18px;}
|
||||
.24{font-size:24px;}
|
||||
.regular{font-weight:normal;}
|
||||
.bold{font-weight:bold;}
|
||||
.100{font-weight:100;}
|
||||
.300{font-weight:300;}
|
||||
.500{font-weight:500;}
|
||||
.700{font-weight:700;}
|
||||
.900{font-weight:900;}
|
||||
.upper{text-transform:uppercase;}
|
||||
.italic{font-style:italic;}
|
||||
.normal{font-style:normal;}
|
||||
*{font-size:14px;}
|
||||
div{border:1px dashed #D4D4D4;}
|
||||
p:after,ul:after{content:"¬";color:red;}
|
||||
h1:before,h2:before,h3:before,h4:before,h5:before,h6:before{color:blue;font-weight:normal;font-size:10px;vertical-align:super;}
|
||||
h1:before{content:"h1 ";}
|
||||
h2:before{content:"h2 ";}
|
||||
h3:before{content:"h3 ";}
|
||||
h4:before{content:"h4 ";}
|
||||
h5:before{content:"h5 ";}
|
||||
h6:before{content:"h6 ";}
|
||||
br:after{content:"·";color:red;border:1px solid #999;}
|
||||
img{height:auto;margin:0.5em 0;}
|
||||
p{border:1px dashed #848484;}
|
||||
div{border:1px solid #1A1A1A;}
|
||||
img,p,div{position:relative;}img:before,p:before,div:before{font-size:10px;color:red;background-color:#1A1A1A;position:absolute;top:0;z-index:3000;}
|
||||
@@ -0,0 +1,389 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:900;
|
||||
src: url('webfonts/243504_0_0.eot');
|
||||
src: url('webfonts/243504_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_0_0.woff') format('woff'),url('webfonts/243504_0_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:700;
|
||||
src: url('webfonts/243504_1_0.eot');
|
||||
src: url('webfonts/243504_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_1_0.woff') format('woff'),url('webfonts/243504_1_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:300;
|
||||
src: url('webfonts/243504_2_0.eot');
|
||||
src: url('webfonts/243504_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_2_0.woff') format('woff'),url('webfonts/243504_2_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:100;
|
||||
src: url('webfonts/243504_3_0.eot');
|
||||
src: url('webfonts/243504_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_3_0.woff') format('woff'),url('webfonts/243504_3_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:500;
|
||||
src: url('webfonts/243504_4_0.eot');
|
||||
src: url('webfonts/243504_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_4_0.woff') format('woff'),url('webfonts/243504_4_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:700;
|
||||
src: url('webfonts/243504_5_0.eot');
|
||||
src: url('webfonts/243504_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_5_0.woff') format('woff'),url('webfonts/243504_5_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:300;
|
||||
src: url('webfonts/243504_6_0.eot');
|
||||
src: url('webfonts/243504_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_6_0.woff') format('woff'),url('webfonts/243504_6_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:900;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_7_0.eot');
|
||||
src: url('webfonts/243504_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_7_0.woff') format('woff'),url('webfonts/243504_7_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:500;
|
||||
src: url('webfonts/243504_8_0.eot');
|
||||
src: url('webfonts/243504_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_8_0.woff') format('woff'),url('webfonts/243504_8_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:100;
|
||||
src: url('webfonts/243504_9_0.eot');
|
||||
src: url('webfonts/243504_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_9_0.woff') format('woff'),url('webfonts/243504_9_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:700;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_A_0.eot');
|
||||
src: url('webfonts/243504_A_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_A_0.woff') format('woff'),url('webfonts/243504_A_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:300;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_B_0.eot');
|
||||
src: url('webfonts/243504_B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_B_0.woff') format('woff'),url('webfonts/243504_B_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:100;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_C_0.eot');
|
||||
src: url('webfonts/243504_C_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_C_0.woff') format('woff'),url('webfonts/243504_C_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:500;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_D_0.eot');
|
||||
src: url('webfonts/243504_D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_D_0.woff') format('woff'),url('webfonts/243504_D_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSans';
|
||||
font-weight:900;
|
||||
src: url('webfonts/243504_E_0.eot');
|
||||
src: url('webfonts/243504_E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_E_0.woff') format('woff'),url('webfonts/243504_E_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:1000;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_F_0.eot');
|
||||
src: url('webfonts/243504_F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_F_0.woff') format('woff'),url('webfonts/243504_F_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:100;
|
||||
src: url('webfonts/243504_10_0.eot');
|
||||
src: url('webfonts/243504_10_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_10_0.woff') format('woff'),url('webfonts/243504_10_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:700;
|
||||
src: url('webfonts/243504_11_0.eot');
|
||||
src: url('webfonts/243504_11_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_11_0.woff') format('woff'),url('webfonts/243504_11_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:900;
|
||||
src: url('webfonts/243504_12_0.eot');
|
||||
src: url('webfonts/243504_12_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_12_0.woff') format('woff'),url('webfonts/243504_12_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:300;
|
||||
src: url('webfonts/243504_13_0.eot');
|
||||
src: url('webfonts/243504_13_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_13_0.woff') format('woff'),url('webfonts/243504_13_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:1000;
|
||||
src: url('webfonts/243504_14_0.eot');
|
||||
src: url('webfonts/243504_14_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_14_0.woff') format('woff'),url('webfonts/243504_14_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:500;
|
||||
src: url('webfonts/243504_15_0.eot');
|
||||
src: url('webfonts/243504_15_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_15_0.woff') format('woff'),url('webfonts/243504_15_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:300;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_16_0.eot');
|
||||
src: url('webfonts/243504_16_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_16_0.woff') format('woff'),url('webfonts/243504_16_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:700;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_17_0.eot');
|
||||
src: url('webfonts/243504_17_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_17_0.woff') format('woff'),url('webfonts/243504_17_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:500;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_18_0.eot');
|
||||
src: url('webfonts/243504_18_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_18_0.woff') format('woff'),url('webfonts/243504_18_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:900;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_19_0.eot');
|
||||
src: url('webfonts/243504_19_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_19_0.woff') format('woff'),url('webfonts/243504_19_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MuseoSlab';
|
||||
font-weight:100;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_1A_0.eot');
|
||||
src: url('webfonts/243504_1A_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_1A_0.woff') format('woff'),url('webfonts/243504_1A_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:300;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_1B_0.eot');
|
||||
src: url('webfonts/243504_1B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_1B_0.woff') format('woff'),url('webfonts/243504_1B_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:900;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_1C_0.eot');
|
||||
src: url('webfonts/243504_1C_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_1C_0.woff') format('woff'),url('webfonts/243504_1C_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:100;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_1D_0.eot');
|
||||
src: url('webfonts/243504_1D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_1D_0.woff') format('woff'),url('webfonts/243504_1D_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:500;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_1E_0.eot');
|
||||
src: url('webfonts/243504_1E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_1E_0.woff') format('woff'),url('webfonts/243504_1E_0.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Museo';
|
||||
font-weight:700;
|
||||
font-style:italic;
|
||||
src: url('webfonts/243504_1F_0.eot');
|
||||
src: url('webfonts/243504_1F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/243504_1F_0.woff') format('woff'),url('webfonts/243504_1F_0.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
/* @license
|
||||
* MyFonts Webfont Build ID 2372868, 2012-09-26T12:18:50-0400
|
||||
*
|
||||
* The fonts listed in this notice are subject to the End User License
|
||||
* Agreement(s) entered into by the website owner. All other parties are
|
||||
* explicitly restricted from using the Licensed Webfonts(s).
|
||||
*
|
||||
* You may obtain a valid license at the URLs below.
|
||||
*
|
||||
* Webfont: Museo 900 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/900/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 700 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/700/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 300 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/300/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 100 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/100/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 500 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/500/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 700 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/700/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: 10,000
|
||||
*
|
||||
* Webfont: Museo Sans 300 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/300/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 900 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/900-italic/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 500 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: Unlimited
|
||||
*
|
||||
* Webfont: Museo Sans 100 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/100/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 700 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/700-italic/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 300 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/300-italic/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 100 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/100-italic/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 500 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500-italic/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Sans 900 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-sans/900/
|
||||
* Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 1000 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/1000-italic/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 100 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/100/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 700 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/700/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 900 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/900/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 300 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/300/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 1000 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/1000/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 500 by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/500/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 300 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/300-italic/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 700 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/700-italic/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 500 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/500-italic/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 900 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/900-italic/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo Slab 100 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo-slab/100-italic/
|
||||
* Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 300 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/300-italic/
|
||||
* Copyright: Copyright (c) 2008-2010 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 900 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/900-italic/
|
||||
* Copyright: Copyright (c) 2008-2010 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 100 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/100-italic/
|
||||
* Copyright: Copyright (c) 2008-2010 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 500 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/500-italic/
|
||||
* Copyright: Copyright (c) 2008-2010 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
* Webfont: Museo 700 Italic by exljbris
|
||||
* URL: http://www.myfonts.com/fonts/exljbris/museo/700-italic/
|
||||
* Copyright: Copyright (c) 2008-2010 by Jos Buivenga/exljbris. All rights reserved.
|
||||
* Licensed pageviews: unspecified
|
||||
*
|
||||
*
|
||||
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2372868
|
||||
*
|
||||
* © 2012 Bitstream Inc
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
+1
File diff suppressed because one or more lines are too long
+182
@@ -0,0 +1,182 @@
|
||||
body {
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.5em;
|
||||
background-color: #F1F1F1;
|
||||
margin: 0px;
|
||||
background-position: top;
|
||||
}
|
||||
#header, #footer {
|
||||
font-size: 10px;
|
||||
width: 720px;
|
||||
margin: 10px auto 0px auto;
|
||||
text-align: center;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
#main_container {
|
||||
width: 680px;
|
||||
margin: 0px auto 20px auto;
|
||||
background-color: #FFFFFF;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
a:link, a:visited {
|
||||
color: #0099FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline; /*border-bottom: 1px dotted #999;*/
|
||||
}
|
||||
a:active {
|
||||
color: #6699FF;
|
||||
}
|
||||
p {
|
||||
margin: 0px 0px 1em 0px;
|
||||
padding: 0;
|
||||
}
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-weight: normal;
|
||||
line-height: 1em;
|
||||
padding: 0;
|
||||
margin: 5px 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 36px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
h4 {
|
||||
font-size: 12px;
|
||||
}
|
||||
h5 {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
ul {
|
||||
margin: 0px;
|
||||
padding-left: 18px;
|
||||
}
|
||||
li {
|
||||
line-height: 2em;
|
||||
}
|
||||
hr {
|
||||
height: 0px;
|
||||
border-width: 1px 0px 0px 0px;
|
||||
border-style: dotted none none none;
|
||||
border-color: #CCC;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
div.container-article {
|
||||
padding-top: 40px !important;
|
||||
margin-top: 20px;
|
||||
border-top: 1px dotted #CCC;
|
||||
}
|
||||
div.webfont-credits, .webfont-twocolumns, .webfont-sample-block {
|
||||
padding: 0px;
|
||||
/*border: 1px solid #CCC;*/
|
||||
float: left;
|
||||
}
|
||||
.webfont-article-block {
|
||||
margin: 0 auto 20px auto;
|
||||
padding: 0;
|
||||
}
|
||||
.webfont-sample-block {
|
||||
width: 680px;
|
||||
}
|
||||
.webfont-sample {
|
||||
margin-top:20px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
line-height: 1em;
|
||||
}
|
||||
.nowrap {
|
||||
white-space:nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.last {
|
||||
margin: 0;
|
||||
}
|
||||
.webfont-twocolumns {
|
||||
width: 330px;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
.webfont-credits {
|
||||
width: 160px;
|
||||
font-size: 11px;
|
||||
line-height: 1.5em;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
div.clearer {
|
||||
font-size: 0px;
|
||||
height: 5px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
clear: both;
|
||||
line-height: 0px;
|
||||
}
|
||||
cite, em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/*
|
||||
Code formatting
|
||||
*/
|
||||
pre code {
|
||||
display: block;
|
||||
color: #000;
|
||||
background: #F3F3F3;
|
||||
font-family: "Consolas", "Menlo", "DejaVu Sans Mono", monospace;
|
||||
}
|
||||
pre .subst,
|
||||
pre .title {
|
||||
font-weight: normal;
|
||||
color: #000;
|
||||
}
|
||||
pre .comment {
|
||||
color: #535353;
|
||||
font-style: italic;
|
||||
}
|
||||
pre .doctype {
|
||||
color: #535353;
|
||||
}
|
||||
pre .tag {
|
||||
background: #F3F3F3;
|
||||
}
|
||||
pre .tag .title,
|
||||
pre .id,
|
||||
pre .attr_selector,
|
||||
pre .pseudo,
|
||||
pre .literal,
|
||||
pre .keyword,
|
||||
pre .hexcolor,
|
||||
pre .css .function,
|
||||
pre .ini .title,
|
||||
pre .css .class,
|
||||
pre .list .title,
|
||||
pre .tex .command {
|
||||
font-weight: normal;
|
||||
color: #FF0C64;
|
||||
}
|
||||
pre .attribute,
|
||||
pre .rules .keyword,
|
||||
pre .number,
|
||||
pre .date {
|
||||
font-weight: normal;
|
||||
color: #008CFF;
|
||||
}
|
||||
pre .number {
|
||||
font-weight: normal;
|
||||
}
|
||||
pre .string,
|
||||
pre .value,
|
||||
pre .filter .argument,
|
||||
pre .css .function .params {
|
||||
color: #008900;
|
||||
font-weight: normal;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user