Move to raspisms dir

This commit is contained in:
osaajani 2020-02-18 04:29:48 +01:00
parent 34a6f7de65
commit 40fccf133c
278 changed files with 109 additions and 2020 deletions

File diff suppressed because one or more lines are too long

6584
assets/css/bootstrap.css vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,267 +0,0 @@
/**
* * Multiple Selection Component for Bootstrap
* * Check nicolasbize.github.io/magicsuggest/ for latest updates.
* *
* * Author: Nicolas Bize
* * Created: Feb 8th 2013
* * Last Updated: Oct 16th 2014
* * Version: 2.1.4
* * Licence: MagicSuggest is licenced under MIT licence (http://opensource.org/licenses/MIT)
* */
.ms-ctn{
position: relative;
padding: 5px 12px;
height: auto;
}
.ms-inv{
border: 1px solid #CC0000;
}
.ms-ctn-readonly{
cursor: pointer;
}
.ms-ctn-disabled{
cursor: not-allowed;
background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn{
border-color: rgba(82, 168, 236, 0.8) !important;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.ms-ctn-focus{
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.ms-ctn input{
border: 0;
box-shadow: none;
-webkit-transition: none;
outline: none;
display: block;
padding: 0;
line-height: 1.42857143;
margin: 1px 0;
width: 100%;
}
.ms-ctn .ms-sel-ctn input{
float: left;
}
.ms-ctn-disabled input{
cursor: not-allowed;
background-color: #eeeeee;
}
.ms-ctn .ms-input-readonly{
cursor: pointer;
}
.ms-ctn .ms-empty-text{
color: #DDD;
}
.ms-ctn input:focus{
border: 0;
box-shadow: none;
-webkit-transition: none;
background: #FFF;
}
.ms-ctn input::-ms-clear {
width: 0;
height: 0;
}
.ms-ctn .ms-trigger{
top: 0;
width: 25px;
height:100%;
position:absolute;
right:0;
background: transparent;
border-left: 1px solid #CCC;
cursor: pointer;
}
.ms-ctn .ms-trigger .ms-trigger-ico {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #333;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
margin-left: 8px;
margin-top: 15px;
}
.ms-ctn .ms-trigger:hover{
background-color: #e6e6e6;
}
.ms-ctn .ms-trigger:hover .ms-trigger-ico{
background-position: 0 -4px;
}
.ms-ctn-disabled .ms-trigger{
cursor: not-allowed;
background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus{
border-bottom: 1px solid #CCC;
}
.ms-res-ctn{
width: 100%;
display: block;
overflow-y: auto;
}
.ms-res-ctn .ms-res-group{
line-height: 23px;
text-align: left;
padding: 2px 5px;
font-weight: bold;
border-bottom: 1px dotted #CCC;
border-top: 1px solid #CCC;
background: #f3edff;
color: #333;
}
.ms-res-ctn .ms-res-item{
line-height: 25px;
text-align: left;
padding: 2px 5px;
color: #666;
cursor: pointer;
}
.ms-res-ctn .ms-res-item-grouped{
padding-left: 15px;
}
.ms-res-ctn .ms-res-odd{
background: #FAFAFA;
}
.ms-res-ctn .ms-res-item-active{
background-color: #F5F5F5;
}
.ms-res-ctn .ms-res-item-disabled{
color: #CCC;
cursor: default;
}
.ms-sel-ctn{
overflow: auto;
line-height: 18px;
padding-right: 25px;
}
.ms-no-trigger .ms-sel-ctn{
padding-right: 0;
}
/** Outer and global tags **/
.ms-sel-ctn .ms-sel-item{
background: #F3F3F3;
color: #999;
float: left;
font-size: 12px;
padding: 3px 5px;
border-radius: 3px;
border: 1px solid #DDD;
margin: 3px 0px 1px 0;
}
.ms-sel-ctn .ms-sel-invalid{
border-color: rgb(248, 165, 165) !important;
background: #FDF2F2 !important;
}
.ms-sel-ctn .ms-sel-item:hover{
border: 1px solid #BBB;
}
/** For inner tags **/
.ms-ctn .ms-sel-item{
background: #F3F3F3;
color: #999;
float: left;
font-size: 12px;
padding: 0 5px;
border-radius: 3px;
border: 1px solid #DDD;
margin: 1px 5px 1px 0;
}
.ms-ctn .ms-sel-item:hover{
border: 1px solid transparent;
}
.ms-ctn-focus .ms-sel-item:hover{
border: 1px solid #BBB;
}
.ms-sel-ctn .ms-sel-text{
background: #FFF;
color: #666;
padding-right: 0;
margin-left: 0;
font-size: 14px;
font-weight: normal;
}
.ms-as-string .ms-sel-text{
border-color: transparent;
}
.ms-res-ctn .ms-res-item em{
font-style: normal;
background: #565656;
color: #FFF;
}
.ms-sel-ctn .ms-sel-text:hover{
background: #FFF;
}
.ms-sel-ctn .ms-sel-item-active{
border: 1px solid red;
background: #757575;
}
.ms-stacked .ms-sel-item{
float: inherit;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn{
width: 7px;
cursor: pointer;
height: 7px;
float: right;
margin: 6px 2px 0 10px;
background-image: url(data:image/png;base64,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);
background-position: 0 -7px;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover{
background-position: 0 0;
}
.ms-stacked .ms-sel-item .ms-close-btn {
margin-left: 0px;
}
.ms-helper{
color: #AAA;
font-size: 10px;
position: absolute;
top: -17px;
right: 0;
}
.ms-ctn.input-lg .ms-trigger .ms-trigger-ico {
margin-top: 17px
}
.ms-ctn.input-sm .ms-trigger .ms-trigger-ico {
margin-top: 13px
}
.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item {
padding-top: 2px;
padding-bottom: 3px;
}
.ms-ctn.input-sm .ms-sel-ctn {
line-height: 15px;
}
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item {
padding-top: 1px;
padding-bottom: 1px;
margin-top:0;
margin-bottom: 0;
}
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn {
margin-top: 4px;
}
.ms-ctn .ms-sel-ctn {
margin-left: -7px;
}
.ms-ctn .ms-trigger:hover {
width:24px;
right: 1px;
border-radius: 0 3px 3px 0;
}

View file

@ -1,2 +0,0 @@
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}

View file

@ -1,227 +0,0 @@
/*!
* Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Global Styles */
body {
margin-top: 100px;
background-color: #222;
}
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-left: 0;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.huge {
font-size: 50px;
line-height: normal;
}
@media(min-width:768px) {
#wrapper {
padding-left: 225px;
}
#page-wrapper {
padding: 10px;
}
}
/* Top Navigation */
.top-nav {
padding: 0 15px;
}
.top-nav>li {
display: inline-block;
float: left;
}
.top-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
color: #999;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
color: #fff;
background-color: #000;
}
.top-nav>.open>.dropdown-menu {
float: left;
position: absolute;
margin-top: 0;
border: 1px solid rgba(0,0,0,.15);
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color: #fff;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top-nav>.open>.dropdown-menu>li>a {
white-space: normal;
}
ul.message-dropdown {
padding: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
li.message-preview {
width: 275px;
border-bottom: 1px solid rgba(0,0,0,.15);
}
li.message-preview>a {
padding-top: 15px;
padding-bottom: 15px;
}
li.message-footer {
margin: 5px 0;
}
ul.alert-dropdown {
width: 200px;
}
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 51px;
left: 225px;
width: 225px;
margin-left: -225px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color: #222;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
}
.side-nav>li>a {
width: 225px;
}
.side-nav li a:hover,
.side-nav li a:focus {
outline: none;
background-color: #000 !important;
}
}
.side-nav>li>ul {
padding: 0;
}
.side-nav>li>ul>li>a {
display: block;
padding: 10px 15px 10px 38px;
text-decoration: none;
color: #999;
}
.side-nav>li>ul>li>a:hover {
color: #fff;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/* Custom Colored Panels */
.huge {
font-size: 40px;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green > .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green > a {
color: #5cb85c;
}
.panel-green > a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red > .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red > a {
color: #d9534f;
}
.panel-red > a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow > a {
color: #f0ad4e;
}
.panel-yellow > a:hover {
color: #df8a13;
}

View file

@ -1,328 +0,0 @@
/*
* Feuille de style personnalisée pour le site
*/
/** GENERAL **/
.hidden
{
display: none;
}
.no-padding
{
padding: 0 !important;
}
.small-text
{
font-size: 0.7em;
}
.italic
{
font-style: italic;
}
.float-right
{
float: right;
}
.inline-block
{
display: inline-block;
}
.auto-width
{
width: auto !important;
}
.no-wrap
{
white-space: nowrap;
}
/** POPUPS ALERT **/
.popup-alerts-container
{
position: fixed;
left: 0;
top: 0;
z-index: 9998;
width: 100%;
}
.popup-alert
{
width: 50%;
position: relative;
}
/** FOOTER **/
footer
{
color: #aaaaaa;
font-size: 0.8em;
padding-top: 1em;
padding-bottom: 0.3em;
}
/** GROUPES **/
.list-contacts
{
border: 1px solid #cccccc;
border-radius: 4px;
padding: 0.5em;
margin-bottom: 1em;
}
.delete-contact
{
color: #cccccc;
}
.delete-contact:hover
{
cursor: pointer;
color: #ffffff;
}
/** FORM CONNEXION **/
.connexion-form
{
background-color: #ffffff;
padding: 30px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.connexion-form .forget-password-link
{
color: #333333;
}
.forget-password-link:hover
{
color: #2a6496;
text-decoration: none;
}
.connexion-form button
{
margin-top: 0.7em;
}
/** MENU **/
.navbar
{
border: none;
}
.side-nav>li>ul>li.active>a {
color: #fff;
background-color: #000;
}
.goto:hover
{
cursor: pointer;
}
/** DISCUSSION **/
.table-discussions tbody tr:hover
{
cursor: pointer;
background-color: #999;
}
.discussion-container
{
overflow: auto;
}
.discussion-message
{
border-radius: 5px;
display: inline-block;
max-width: 90%;
padding: 10px;
position: relative;
}
.discussion-message-text
{
font-size: 1.3em;
}
.discussion-message-date
{
font-size: 0.9em;
}
.message-container
{
margin-bottom: 10px;
}
.message-received
{
background-color: #1abc9c;
float: left;
color: #fff;
}
.message-sended
{
background-color: #ddd;
float: right;
}
.message-received .discussion-message-date
{
color: #f0f0f0;
}
.message-sended .discussion-message-date
{
text-align: right;
color: #888;
}
.message-input
{
width: 100%;
max-width: 100%;
background-color: #ddd;
}
.message-input textarea
{
width: 100%;
resize: none;
height: 6em;
}
.message-input button
{
float: right;
margin-top: 8px;
}
.message-in-progress-hover
{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 900;
opacity: 0.7;
background-color: #fff;
font-size: 20px;
text-align: center;
padding-top: 10px;
}
/* SCHEDULEDS */
.add-number-button
{
display: inline-block;
color: #DADFE1;
font-size: 35px;
vertical-align: top;
}
.add-number-button:hover
{
color: #3498DB;
cursor: pointer;
}
.scheduleds-number-group
{
border-radius: 3px;
display: inline-block;
position: relative;
margin-right: 20px;
margin-bottom: 0;
}
.remove-scheduleds-number
{
display: inline-block;
color: #bbbbbb;
font-size: 15px;
z-index: 999;
}
.remove-scheduleds-number:hover
{
color: #aaaaaa;
cursor: pointer;
}
.scheduled-preview-container
{
margin-top: 10px;
margin-bottom: 20px;
text-align: right;
}
.scheduled-preview-container label,
.scheduled-preview-container select
{
display: inline-block;
width: auto;
}
.scheduled-preview-text-modal .modal-title
{
font-weight: bold;
}
/* AUDIO RECEPTION MESSAGE */
#reception-sound
{
display: none;
}
/* Forms */
.checkbox label,
.radio label
{
line-height: 24px;
}
/* CONTACT */
#import-modal input:valid + label .valid-icon
{
color: #4cae4c;
display: inline-block !important;
}
#import-modal input:invalid + label .invalid-icon
{
display: inline-block !important;
}
.contact-datas-container input
{
display: inline-block;
}
.contact-datas-container .contact-data-name
{
width: 25%;
}
.contact-datas-container .contact-data-value
{
width: 50%;
}
.contact-datas-container .contact-datas-remove
{
color: #c9302c;
}