123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412 |
- /* Titre général */
- header {
- user-select: none;
- /* Navigateurs */
- -moz-user-select: none;
- -webkit-user-select: none;
- }
- h1 {
- font-size: 2.2em;
- margin-bottom: 1em;
- }
- h1:before {
- content: "\\_o<";
- color: #FF6600;
- font-weight: normal;
- font-family: monospace;
- text-align: center;
- font-size: 1.25em;
- display: block;
- float: left;
- width: 25%;
- }
- h1:hover:before {
- content: "\\_x<";
- }
- h1:hover:after {
- position: absolute;
- text-align: center;
- z-index: -1;
- right: 15%;
- left: 25%;
- }
- h1 a, h1:after {
- color: #0086A9;
- font-weight: bold;
- }
- /* Barre de navigation */
- .side-nav {
- background-color: #FAFAFA;
- padding:5px;
- }
- /*
- nav#sidebox {
- position: fixed;
- z-index: 1;
- }
- h3#nav {
- background-color: #E8E8FF;
- border: 1px solid #E0E0E0;
- border-bottom-color: #0086A9;
- padding-bottom: 0.25em;
- text-indent: 0.25em;
- margin-top: 0.25em;
- padding-top: 0.1em;
- margin-bottom: 0;
- color: #FF6600;
- }*/
- /*
- .side-nav {
- padding: 0;
- padding-top: 0.75em;
- background-color: #E8E8FF;
- border: 1px solid #E0E0E0;
- border-top: 0 none transparent;
- margin-top: 0;
- }
- .side-nav a {
- padding: 0 0.5em 0.2em 0.5em;
- }
- .side-nav a:hover,
- .side-nav li.active a,
- .side-nav li ul li a:hover {
- background-color: #0086A9;
- color: #FFFFFF !important;
- border-radius: 5px;
- }
- .side-nav li ul {
- list-style-type: disc;
- padding-top: 0.25em;
- }
- .side-nav li ul li a:hover {
- margin-right: 1em;
- }
- .side-nav li ul li a {
- padding-left: 0.25em;
- margin-left: -0.25em;
- }
- .side-nav li.active li a {
- background-color: transparent;
- color: #0086A9 !important;
- }
- */
- /* Titre section principale */
- h2:before {
- /*content: url(../img/coinitem.png);*/
- margin-right: 0.25em;
- }
- h2 {
- color: #FF6600;
- /*border-bottom: 2px solid #0086A9;*/
- }
- /* panels */
- .panel {}
- .panel > h2,
- .panel > h3,
- .panel > h4,
- .panel > h5 {
- border-bottom: 1px solid #d8d8d8;
- margin-bottom: 1.25rem;
- padding-bottom: 0.625rem;
- }
- .panel.callout > h2,
- .panel.callout > h3,
- .panel.callout > h4,
- .panel.callout > h5 {
- border-color: #B5F0FF;
- }
- /* Tables */
- table.full-width {
- width:100%;
- }
- table.no-border {
- border: none;
- }
- table.no-background {}
- table.no-background,
- table.no-background thead,
- table.no-background tfoot,
- table.no-background tr {
- background: transparent;
- }
- /* Specific table: Member personnal info */
- #personnal-info {
- border-collapse: collapse;
- }
- #personnal-info td {
- vertical-align: top;
- }
- #personnal-info tr:last-child td {
- border-bottom: none;
- }
- #personnal-info tr td:first-child {
- text-align: right;
- color: #666;
- font-weight: bold;
- }
- #personnal-info .email td {
- /* email address can be reallllly long word */
- overflow-wrap: break-word;
- word-wrap: break-word;
- word-break: break-all;
- }
- /* login page */
- #login-form {}
- #login-form table td {
- vertical-align: middle;
- }
- #login-form table input {
- margin-bottom: 0;
- }
- #login-form label {
- font-size: 1.2em;
- }
- #password-reset-link {
- margin-left: 1em;
- }
- /* New comers panel on login page */
- #newcomers {
- margin-top: 3.9375rem; /* h1 margin top + bottom + font-size * line-height = 0.2rem + 0.5rem + 2.3125rem * 1.4 */
- }
- table tr.placeholder td {
- text-align: center;
- font-style: italic;
- }
- /* Footer */
- #footer {
- opacity: 0.18;
- margin-top: 20px;
- }
- #footer .line {
- widht:100%;
- border-bottom: 1px solid black;
- }
- #footer .duck {
- background-image: url('../img/coin.svg');
- background-size: auto 50%;
- background-repeat: no-repeat;
- background-position: center top;
- height:50px;
- }
- /* Invoices */
- #invoice_details .period {
- color:#999;
- }
- table.invoice-table tr.total>td {
- font-weight:bold;
- border-top:2px solid #DDD;
- }
- table.invoice-table td.total {
- width:100px;
- }
- #member-invoices td.unpaid {
- color:red;
- }
- #member-invoices tr.total>td.right {
- text-align:right;
- }
- #payment-howto {}
- /* Modifs pour les infos */
- td.center {
- text-align: center;
- }
- span.italic {
- font-style: italic;
- }
- /*.button {
- border-radius: 2px;
- padding: 0.2em 0.5em 0.4em 0.5em;
- margin-bottom: auto;
- font-size: 0.9em;
- }*/
- .boolviewer input {
- display: none;
- }
- .boolviewer input:checked+span:before {
- color: #008800;
- content: "✔ ";
- }
- .boolviewer input:not(:checked)+span:before {
- color: #FF0000;
- content: "✗ ";
- }
- .pass {
- font-weight: bold;
- }
- .warning {
- background-color: #FF7777;
- border-radius: 5px;
- font-style: italic;
- }
- .warning:before {
- content: "⚠ ";
- font-weight: bold;
- }
- #graph h3 select {
- display: inline;
- background-color: transparent;
- border: 0 none transparent;
- font-family: inherit;
- box-shadow: none;
- font-size: 0.9em;
- width: auto;
- margin: 0;
- padding: 0;
- }
- #graph h3 select option {
- font-size: 0.6em;
- }
- a.cfglink {
- white-space: nowrap;
- }
- tr.inactive {
- opacity: 0.3;
- }
- /* Champs éditables */
- .flatform:before {
- content: "Les champs marqués d'un ✎ sont éditables.";
- }
- .flatform .legend {
- clear: both;
- }
- .flatfield label {
- background-color: #0086A9;
- color: #F0F0F0;
- font-size: 0.9em;
- padding: 0.2em 0.5em;
- white-space: nowrap;
- }
- .flatfield label:before {
- content: "✎ ";
- color: #E9E9E9;
- }
- .flatfield input {
- margin-bottom: 0;
- border: 1px solid #E9E9E9;
- background-color: transparent;
- text-overflow: ellipsis;
- padding-left: 1em;
- box-shadow: none;
- font-size: 1.1em;
- color: #222222;
- width: 90%;
- }
- .flatfield input::-moz-placeholder {
- font-style: italic;
- }
- .flatfield input:-ms-input-placeholder {
- font-style: italic;
- }
- .flatfield input::-webkit-input-placeholder {
- font-style: italic;
- }
- .flatfield input:focus {
- background-color: #FFFFFF;
- border: 2px solid #C0C0C0;
- }
- /* Feeds */
- .feed {
- font-size:80%;
- }
- .feed .entry {
- margin-bottom:1em;
- }
- .feed .entry .date {
- color:gray;
- font-size:80%;
- }
- .legend .button, .formcontrol .button {
- padding: 0.25em 0.5em;
- border-radius:5px;
- font-size: 0.9em;
- }
- .nogap ul {
- margin-bottom: 0;
- }
- .nogap ul li {
- list-style-type: none;
- }
- .errored input {
- border-color: #FF0000;
- box-shadow: #FF7777 0 0 5px;
- }
- .formcontrol {
- text-align: right;
- margin-right: 1em;
- }
- .message.success {
- padding: 0.5em;
- color: #FFFFFF;
- text-align: center;
- background-color: #20BA44;
- /*background-color: #00A986;*/
- border: 1px solid #E0E0E0;
- margin: 1em;
- }
- .eat-up {
- margin-top: -1.5em;
- }
- .message.success:before {
- content: "✔ ";
- }
- .nowrap {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- /* List filters links */
- .list-filter {
- text-align: right;
- }
|