2014-09-04 17:52:18 +02:00
|
|
|
/* This software is governed by the CeCILL-B license. If a copy of this license
|
|
|
|
* is not distributed with this file, you can obtain one at
|
|
|
|
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
|
|
|
|
*
|
|
|
|
* Authors of STUdS (initial project) : Guilhem BORGHESI (borghesi@unistra.fr) and Raphaël DROZ
|
|
|
|
* Authors of OpenSondage : Framasoft (https://github.com/framasoft)
|
|
|
|
*
|
|
|
|
* =============================
|
|
|
|
*
|
|
|
|
* Ce logiciel est régi par la licence CeCILL-B. Si une copie de cette licence
|
|
|
|
* ne se trouve pas avec ce fichier vous pouvez l'obtenir sur
|
|
|
|
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.txt
|
|
|
|
*
|
|
|
|
* Auteurs de STUdS (projet initial) : Guilhem BORGHESI (borghesi@unistra.fr) et Raphaël DROZ
|
|
|
|
* Auteurs d'OpenSondage : Framasoft (https://github.com/framasoft)
|
|
|
|
*/
|
|
|
|
|
2014-10-21 01:31:26 +02:00
|
|
|
body {
|
|
|
|
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
|
|
|
|
color:#333;
|
|
|
|
background:#eee;
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
|
2014-10-21 01:31:26 +02:00
|
|
|
.trait { /* hr */
|
|
|
|
background-color: #EEE;
|
|
|
|
height: 11px;
|
|
|
|
margin:15px 0px;
|
|
|
|
border:none;
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
|
2014-10-21 01:31:26 +02:00
|
|
|
.ombre {
|
|
|
|
background-color: #FFF;
|
|
|
|
box-shadow: -4px 6px 9px rgba(50, 50, 50, 0.5);
|
|
|
|
margin:30px auto;
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Commentaires */
|
|
|
|
div.comment{
|
|
|
|
margin-top: 10px;
|
|
|
|
border-left: 1px dashed #999;
|
|
|
|
background: #F5F5F5;
|
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
padding-left: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Ajouts après mise en place de Bootstrap */
|
|
|
|
|
|
|
|
/* Règles générales */
|
|
|
|
|
|
|
|
a:focus { /* a11y */
|
|
|
|
outline:#000 dotted 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
main, header, footer, .container .jumbotron {
|
|
|
|
padding:24px 30px;
|
|
|
|
}
|
|
|
|
|
2014-11-06 15:52:59 +01:00
|
|
|
.summary h4 {
|
2014-10-21 01:31:26 +02:00
|
|
|
margin-top:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary img {
|
|
|
|
max-width:100px;
|
|
|
|
}
|
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
/* Effet sur les images en page d'accueil */
|
2014-10-21 01:31:26 +02:00
|
|
|
.opacity img {
|
|
|
|
opacity: 0.8;
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
|
2014-10-21 01:31:26 +02:00
|
|
|
.opacity:hover img {
|
2014-09-04 17:52:18 +02:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Description du sondage */
|
|
|
|
/* studs.php et adminstuds.php */
|
|
|
|
header .lead {
|
|
|
|
padding:10px 0;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#admin-link, #public-link {
|
|
|
|
cursor:text;
|
|
|
|
}
|
2014-09-29 16:33:15 +02:00
|
|
|
.admin-link, .public-link,
|
|
|
|
.admin-link:hover, .public-link:hover {
|
|
|
|
color:#333;
|
|
|
|
text-decoration:none;
|
|
|
|
border:none;
|
|
|
|
}
|
2014-09-04 17:52:18 +02:00
|
|
|
|
2014-11-06 15:52:59 +01:00
|
|
|
.jumbotron h3, .jumbotron .js-title {
|
2014-09-04 17:52:18 +02:00
|
|
|
margin-bottom:20px;
|
|
|
|
margin-top:0px;
|
|
|
|
}
|
|
|
|
|
2014-11-06 15:52:59 +01:00
|
|
|
h4.control-label {
|
2014-09-29 16:33:15 +02:00
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.42857;
|
2014-10-21 01:31:26 +02:00
|
|
|
margin-top:0;
|
2014-09-29 16:33:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
caption {
|
|
|
|
padding: 0 10px 10px;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
/* adminstuds.php */
|
|
|
|
#title-form h2 .btn-edit,
|
|
|
|
#email-form .btn-edit,
|
2014-10-21 01:31:26 +02:00
|
|
|
#description-form .btn-edit,
|
|
|
|
#poll-rules-form .btn-edit {
|
2014-09-04 17:52:18 +02:00
|
|
|
position:absolute;
|
|
|
|
left:-2000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title-form .btn-edit:focus,
|
2014-11-06 15:52:59 +01:00
|
|
|
#title-form h3:hover .btn-edit,
|
2014-09-04 17:52:18 +02:00
|
|
|
#email-form .btn-edit:focus,
|
|
|
|
#email-form:hover .btn-edit,
|
|
|
|
#description-form .btn-edit:focus,
|
2014-10-21 01:31:26 +02:00
|
|
|
#description-form:hover .btn-edit,
|
|
|
|
#poll-rules-form .btn-edit:focus,
|
|
|
|
#poll-rules-form:hover .btn-edit {
|
2014-09-04 17:52:18 +02:00
|
|
|
position:relative !important;
|
|
|
|
left:0;
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.js-desc textarea {
|
|
|
|
margin-bottom:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#author-form .form-control-static {
|
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
|
2014-10-21 01:31:26 +02:00
|
|
|
#poll-rules-form p,
|
|
|
|
.jumbotron p.well {
|
|
|
|
font-size:16px;
|
|
|
|
}
|
|
|
|
.jumbotron p {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
/* Tableau du sondage */
|
|
|
|
#tableContainer {
|
|
|
|
overflow-x:auto;
|
2014-10-21 01:31:26 +02:00
|
|
|
margin:20px auto;
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.results {
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results > tbody > tr:hover > td,
|
|
|
|
table.results > tbody > tr:hover > th {
|
|
|
|
opacity:0.85;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results > tbody > tr#vote-form:hover > td,
|
|
|
|
table.results > tbody > tr#vote-form:hover > th {
|
|
|
|
opacity:1;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results tbody td {
|
|
|
|
text-align:center;
|
|
|
|
padding:1px 5px;
|
|
|
|
border-bottom: 2px solid white;
|
|
|
|
border-top: 2px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results thead th {
|
|
|
|
text-align:center;
|
|
|
|
border:2px solid white;
|
2014-10-21 01:31:26 +02:00
|
|
|
padding:5px;
|
2014-09-04 17:52:18 +02:00
|
|
|
min-width:40px;
|
2014-10-21 01:31:26 +02:00
|
|
|
font-size:12px;
|
|
|
|
max-width:100px;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow:ellipsis;
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.results thead .btn {
|
|
|
|
margin:0 auto;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results th.rbd.day,
|
|
|
|
table.results th.rbd.bg-info,
|
|
|
|
table.results td.rbd {
|
|
|
|
border-right: 2px dotted white;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results th.bg-primary.month,
|
|
|
|
table.results th.day,
|
|
|
|
table.results th.bg-info {
|
|
|
|
border-bottom:none;
|
|
|
|
border-top:none;
|
|
|
|
border-right: 2px dotted white;
|
|
|
|
border-left: 2px dotted white;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results tbody th.bg-info {
|
|
|
|
border-right: 2px solid white;
|
|
|
|
border-left: 2px solid white;
|
|
|
|
text-align:center;
|
|
|
|
min-width:150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results th.bg-primary.month,
|
|
|
|
table.results th.day {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results #nom {
|
|
|
|
width:115px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.results .btn-link.btn-sm {
|
|
|
|
padding:2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Formulaire de vote */
|
|
|
|
#vote-form td ul, #vote-form td label {
|
|
|
|
margin:0;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#vote-form td {
|
|
|
|
border-top:2px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yes input, .ifneedbe input,.no input {
|
|
|
|
position:absolute;
|
|
|
|
left:0;
|
|
|
|
margin-left:-15px;
|
|
|
|
margin-top:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.choice input:focus + label {
|
|
|
|
outline: 2px dotted #000;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
.choice {
|
|
|
|
width:32px;
|
|
|
|
margin:0 auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.choice label {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yes .btn, .ifneedbe .btn, .no .btn {
|
|
|
|
width:32px;
|
|
|
|
color:#555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yes .btn {
|
|
|
|
border-bottom-right-radius:0px !important;
|
|
|
|
border-bottom-left-radius:0px !important;
|
|
|
|
margin-bottom:-1px !important;
|
|
|
|
margin-top:4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifneedbe .btn {
|
|
|
|
border-radius:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no .btn{
|
|
|
|
border-top-right-radius:0px !important;
|
|
|
|
border-top-left-radius:0px !important;
|
|
|
|
margin-bottom:4px !important;
|
|
|
|
margin-top:-1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yes input[type="radio"]:checked + label { /* =.btn-success.active */
|
2014-10-21 01:31:26 +02:00
|
|
|
color: #fff;
|
|
|
|
background-color: #768745;
|
|
|
|
border-color: #67753C;
|
2014-09-04 17:52:18 +02:00
|
|
|
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifneedbe input[type="radio"]:checked + label { /* =.btn-warning.active */
|
2014-10-21 01:31:26 +02:00
|
|
|
color: #fff;
|
|
|
|
background-color: #CF9800;
|
|
|
|
border-color: #BD8A00;
|
2014-09-04 17:52:18 +02:00
|
|
|
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no input[type="radio"]:checked + label { /* =.btn-danger.active */
|
2014-10-21 01:31:26 +02:00
|
|
|
color: #fff;
|
|
|
|
background-color: #BF2511;
|
|
|
|
border-color: #AD220F;
|
2014-09-04 17:52:18 +02:00
|
|
|
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* choix_date.php */
|
|
|
|
#selected-days .form-group {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selected-days legend input {
|
|
|
|
box-shadow: none;
|
|
|
|
border-width:0px;
|
|
|
|
color: #333;
|
|
|
|
font-size: 21px;
|
|
|
|
border-radius:0;
|
|
|
|
margin-bottom:-1px;
|
|
|
|
background:transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selected-days legend input:hover,
|
|
|
|
#selected-days legend input:focus {
|
|
|
|
border-bottom-width:1px;
|
|
|
|
background-color:#E6E6E6;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selected-days legend .input-group-addon {
|
|
|
|
border:none;
|
|
|
|
background:transparent;
|
|
|
|
}
|
2014-10-21 01:31:26 +02:00
|
|
|
/* choix_autre.php */
|
|
|
|
.md-a-img {
|
|
|
|
text-decoration:none !important;
|
|
|
|
}
|
2014-09-04 17:52:18 +02:00
|
|
|
|
2014-10-21 01:31:26 +02:00
|
|
|
#md-a-imgModal .form-group {
|
|
|
|
margin:10px 0px;
|
|
|
|
}
|