Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,178 @@
#page-analtyics {position:absolute;top:0;right:-8px;width:610px}
#page-analtyics .metric {background: #fefefe; /* Old browsers */ background: -moz-linear-gradient(top, #fefefe 0%, #f2f3f2 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f3f2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* IE10+ */ background: linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f3f2',GradientType=0 ); /* IE6-9 */ border: 1px solid #ccc;float: left;font-size: 12px;margin: 0 0 -1px -1px;padding: 6px 12px 6px 12px;width: 276px;}
#page-analtyics .metric:hover {background: #fff;border-bottom-color: #b1b1b1;}
#page-analtyics .metric .legend {background-color: #058DC7;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;font-size: 0;margin-right: 5px;padding: 10px 5px 0;}
#page-analtyics .metric strong {font-size: 16px;font-weight: bold;float:right}
.label{float:left;margin-top:3px}
#page-analtyics .range {color: #686868;font-size: 11px;margin-bottom: 7px;width: 100%;}
.entetemid {
color: #FFFFFF;
background-color: #868f99;
font-weight: bold;
height:22px;
border-top: 3px solid #DE2B9B;
width: 463px;padding:9px 0 0 5px;text-transform:uppercase;
}
#chart,#chart2,#chart3,#chart4,#chart5,#chart6,#chart7,#chart8,#chart9,#chart10{width: 450px;}
.blocmid{width:477px;float:left;margin:0 0 12px 12px}
#ga-loader{display:none;padding:0 0 0 630px;margin-top:-6px;float:left}
#ganalytics{clear:both;}
/*#liveVisits{color:#E23AAB}*/
.clear{clear:both}
#ga-blocinfossup {
float: left;
width: 100%;
margin: 0 0 10px 0;
}
#ga-blocinfossup ul {
float: left;
width: 304px;
margin: 0 11px 0 11px;
_margin: 0 11px 0 5px;
padding: 0;
}
#ga-blocinfossup li {
float: left;
width: 299px;
height: 21px;
padding:9px 0 0 5px;
margin: 0;
}
#ga-blocinfossup .entete {
color: #FFFFFF;
background-color: #868f99;
font-weight: bold;
border-top: 3px solid #127AED;
width: 299px;
}
#ga-blocinfossup .entete_configuration {
color: #FFFFFF;
background-color: #868f99;
font-weight: bold;
border-top: 3px solid #127aed;
width: 299px;
}
#ga-blocinfossup .lignetop {
background-color: #EBEDEE;
background-image: url(gfx/degrade_ligne1.png);
background-repeat: repeat-x;
border-bottom: 1px dotted #9DACB6;
}
#ga-blocinfossup .lignebottom {
background-color: #EBEDEE;
border-bottom: 1px solid #868f99;
}
#ga-blocinfossup .lignebottomfonce {
background-color: #D4DADD;
border-bottom: 1px solid #868f99;
}
#ga-blocinfossup .claire {
background-color: #EBEDEE;
border-bottom: 1px dotted #9DACB6;
}
#ga-blocinfossup .fonce {
background-color: #D4DADD;
border-bottom: 1px dotted #9DACB6;
}
.ga_medium{color:#EBEDEE;float:right;padding-right:10px}
.perdant{color:#E1685F;font-size:12px;font-weight:bold;float:right;padding-right:6px}
.gagnant{color:#0DA95F;font-size:12px;font-weight:bold;float:right;padding-right:6px}
.entetemid .perdant{background:#FFF;padding-left:6px;margin-left:5px}
.entetemid .gagnant{background:#FFF;padding-left:6px;margin-left:5px}
.metric .perdant{padding-left:3px;}
.metric .gagnant{padding-left:4px;}
#datepickerFrom,#datepickerTo{padding:2px 0 2px 4px;font-size:12px;font-weight:bold;background:#FFF;color:#E1685F;}
#indic_compare{padding:10px;background:#868F99;font-weight:bold;text-shadow:0 -1px #7F7F7F;color:#FFF;margin:30px 10px -22px 10px;border-radius:4px;}
#corresp_compare{/* color:#E1685F */}

View File

@@ -0,0 +1,119 @@
body {
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0 0 0 #fff;
margin: 0;
}
#page_container {
margin: auto;
width: 600px;
}
p {
line-height: 1.4;
}
dd {
padding: 0 0 10px;
}
#example {
position:relative;
padding: 5px 20px 10px;
background: #EBEDEE;
margin-bottom:-20px;
border-bottom: 1px solid #868F99;
height:283px
}
#example h4{margin-top:2px}
/* Form */
#calendar_form {
clear: both;
}
#calendar_form #labels label {
font-weight: bold;
}
#calendar_form #fields span {
background: #ccc;
border-bottom: 1px solid #999;
display: inline-block;
padding: 0 4px;
box-shadow: 0 1px 1px #ccc;
-webkit-box-shadow: 0 1px 1px #ccc;
-moz-box-shadow: 0 1px 1px #ccc;
}
#calendar_form #fields span input {
border-style: none;
background-color: transparent;
font-size: 14px;
padding: 2px 6px;
width: 96px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 11px;
}
#calendar_form #fields span input:focus {
outline: none;
background: #aaa;
}
#calendar_form #fields span input.error {
background: #faa;
}

View File

@@ -0,0 +1,47 @@
div.timeframe_calendar li a, div.timeframe_calendar table {
display: inline;
}
div.timeframe_calendar tbody td.startrange, div.timeframe_calendar tbody td.endrange, div.timeframe_calendar tbody td.startendrange, div.timeframe_calendar tbody td span.clear span, div.timeframe_calendar tbody td span.clear span.active {
background-image: none;
}
div.timeframe_calendar tbody td.startrange {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/start.png', sizingMethod='crop');
}
div.timeframe_calendar tbody td.endrange {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/end.png', sizingMethod='crop');
}
div.timeframe_calendar tbody td.startendrange {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/startend.png', sizingMethod='crop');
}
div.timeframe_calendar tbody td span.clear span {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/closebox.png', sizingMethod='crop');
}
div.timeframe_calendar tbody td span.clear span.active {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/closebox_selected.png', sizingMethod='crop');
}
div.timeframe_calendar tbody td.beyond {
filter: none;
}

View File

@@ -0,0 +1,363 @@
div.timeframe_calendar {
display: inline-block;
margin: 0;
padding: 0;
text-align: center;
text-shadow: none;
}
/* Menu */
div.timeframe_calendar ul.timeframe_menu {
list-style-type: none;
font-weight: bold;
margin: auto;
padding: 0 0 6px;
width: 60px;
}
div.timeframe_calendar ul.timeframe_menu li {
display: inline;
}
div.timeframe_calendar ul.timeframe_menu li a {
display: inline-block;
height: 20px;
padding: 2px 0 0;
text-decoration: none;
width: 20px;
box-shadow: 0 1px 2px #999;
-webkit-box-shadow: 0 1px 2px #999;
-moz-box-shadow: 0 1px 2px #999;
}
div.timeframe_calendar ul.timeframe_menu li a.previous, div.timeframe_calendar ul.timeframe_menu li a.next {
background: #fff;
color: #468966;
}
div.timeframe_calendar ul.timeframe_menu li a.previous:hover, div.timeframe_calendar ul.timeframe_menu li a.next:hover {
background: #ccc;
}
div.timeframe_calendar ul.timeframe_menu li a.previous:active, div.timeframe_calendar ul.timeframe_menu li a.next:active {
background: #aaa;
}
div.timeframe_calendar ul.timeframe_menu li a.disabled, div.timeframe_calendar ul.timeframe_menu li a.disabled:hover, div.timeframe_calendar ul.timeframe_menu li a.disabled:active {
background: #fff;
color: #ccc;
cursor: default;
}
div.timeframe_calendar ul.timeframe_menu li a.today {
background: #468966;
color: #eee;
}
div.timeframe_calendar ul.timeframe_menu li a.today:hover {
background: #246744;
}
div.timeframe_calendar ul.timeframe_menu li a.today:active {
background: #024522;
}
div.timeframe_calendar ul.timeframe_menu li a.previous {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 11px;
-moz-border-radius-bottomleft: 11px;
}
div.timeframe_calendar ul.timeframe_menu li a.next {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 11px;
-moz-border-radius-bottomright: 11px;
}
/* Calendar*/
div.timeframe_calendar table {
border-collapse: collapse;
display: inline;
display: inline-block;
font-size: 15px;
margin: 0 6px 12px;
}
/* Month names */
div.timeframe_calendar table caption {
text-shadow: 0 0 0 #fff;
}
/* Cell sizes */
div.timeframe_calendar thead th, div.timeframe_calendar tbody td {
height: 18px;
margin: 0;
padding: 2px 1px;
width: 20px;
}
/* Weekday letters */
div.timeframe_calendar thead {
background: #222;
color: #eee;
}
/* Days */
div.timeframe_calendar tbody {
background: #fff;
box-shadow: 0px 2px 6px #999;
-webkit-box-shadow: 0px 2px 6px #999;
-moz-box-shadow: 0px 2px 6px #999;
}
div.timeframe_calendar tbody td {
cursor: pointer;
}
/* Hover states not available in IE */
div.timeframe_calendar tbody td.selectable:hover {
background-color: #bbb;
}
div.timeframe_calendar tbody td.selected:hover, div.timeframe_calendar tbody td.stuck:hover {
background-color: #e99a27;
}
/* Selected states */
div.timeframe_calendar tbody td.selected {
background-color: #ffb03b;
}
div.timeframe_calendar tbody td.stuck {
background-color: #e99a27;
}
/* Range markers */
div.timeframe_calendar tbody td.startrange, div.timeframe_calendar tbody td.endrange, div.timeframe_calendar tbody td.startendrange {
cursor: col-resize;
}
div.timeframe_calendar tbody td.startrange {
background-image: url(../images/start.png);
}
div.timeframe_calendar tbody td.endrange {
background-image: url(../images/end.png);
}
div.timeframe_calendar tbody td.startendrange {
background-image: url(../images/startend.png);
}
/* Today */
div.timeframe_calendar tbody td.today {
background-color: #468966;
color: #eee;
}
div.timeframe_calendar tbody td.today_selected {
background-color: #b64926;
}
div.timeframe_calendar tbody td.today_stuck {
background-color: #8e2800;
}
/* Post/pre-month */
div.timeframe_calendar tbody td.beyond {
background-color: #aaa;
background-image: none;
color: #ccc;
}
div.timeframe_calendar tbody td.beyond_selected {
background-color: #999;
}
div.timeframe_calendar tbody td.beyond_stuck {
background-color: #888;
}
div.timeframe_calendar tbody td.unselectable {
color: #ccc;
cursor: default;
}
/* Clear button */
div.timeframe_calendar tbody td span.clear {
color: transparent;
display: block;
height: 0;
position: absolute;
width: 0;
}
div.timeframe_calendar tbody td span.clear span {
background-image: url(../images/closebox.png);
cursor: pointer;
display: block;
height: 30px;
left: -18px;
position: relative;
text-indent: -10000px;
top: -18px;
width: 30px;
}
div.timeframe_calendar tbody td span.clear span.active {
background-image: url(../images/closebox_selected.png);
}