mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
parent
250b1826f6
commit
0c5a7f04dd
@ -4361,7 +4361,7 @@ span.entity.entity-activity.activity-reason {
|
|||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: .2em .6em .3em;
|
padding: .2em .6em .3em;
|
||||||
font-size: 85%;
|
font-size: 88%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -4373,7 +4373,7 @@ span.entity.entity-activity.activity-reason {
|
|||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
font-family: 'open_sansregular'; }
|
font-family: 'Open Sans'; }
|
||||||
|
|
||||||
header {
|
header {
|
||||||
position: relative; }
|
position: relative; }
|
||||||
@ -4445,7 +4445,8 @@ ul.custom_fields.choice li {
|
|||||||
line-height: 1.5em; }
|
line-height: 1.5em; }
|
||||||
|
|
||||||
.footer p {
|
.footer p {
|
||||||
font-family: 'open_sanslight'; }
|
font-family: 'Open Sans';
|
||||||
|
font-weight: 300; }
|
||||||
|
|
||||||
.time_compound input[type=text], .time_compound select {
|
.time_compound input[type=text], .time_compound select {
|
||||||
width: 4em;
|
width: 4em;
|
||||||
@ -4456,7 +4457,8 @@ ul.custom_fields.choice li {
|
|||||||
margin-right: 0.2em; }
|
margin-right: 0.2em; }
|
||||||
|
|
||||||
.open_sansbold {
|
.open_sansbold {
|
||||||
font-family: "open_sansbold"; }
|
font-family: 'Open Sans';
|
||||||
|
font-weight: bold; }
|
||||||
|
|
||||||
ul.record_actions {
|
ul.record_actions {
|
||||||
padding-left: 0; }
|
padding-left: 0; }
|
||||||
@ -4468,7 +4470,8 @@ dd {
|
|||||||
margin-left: 0; }
|
margin-left: 0; }
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-family: "open_sanssemibold"; }
|
font-family: 'Open Sans';
|
||||||
|
font-weight: 600; }
|
||||||
|
|
||||||
/* INPUT CLASS -> */
|
/* INPUT CLASS -> */
|
||||||
div.input_with_post_text {
|
div.input_with_post_text {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,29 +1,32 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sanssemibold';
|
/*font-family: 'open_sanssemibold';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-semibold-webfont.eot');
|
src: url('opensans-semibold-webfont.eot');
|
||||||
src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-semibold-webfont.woff2') format('woff2'),
|
url('opensans-semibold-webfont.woff2') format('woff2'),
|
||||||
url('opensans-semibold-webfont.woff') format('woff'),
|
url('opensans-semibold-webfont.woff') format('woff'),
|
||||||
url('opensans-semibold-webfont.ttf') format('truetype'),
|
url('opensans-semibold-webfont.ttf') format('truetype'),
|
||||||
url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
|
url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
|
||||||
font-weight: normal;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sanssemibold_italic';
|
/*font-family: 'open_sanssemibold_italic';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-semibolditalic-webfont.eot');
|
src: url('opensans-semibolditalic-webfont.eot');
|
||||||
src: url('opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-semibolditalic-webfont.woff2') format('woff2'),
|
url('opensans-semibolditalic-webfont.woff2') format('woff2'),
|
||||||
url('opensans-semibolditalic-webfont.woff') format('woff'),
|
url('opensans-semibolditalic-webfont.woff') format('woff'),
|
||||||
url('opensans-semibolditalic-webfont.ttf') format('truetype'),
|
url('opensans-semibolditalic-webfont.ttf') format('truetype'),
|
||||||
url('opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
|
url('opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
|
||||||
font-weight: normal;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sansitalic';
|
/*font-family: 'open_sansitalic';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-italic-webfont.eot');
|
src: url('opensans-italic-webfont.eot');
|
||||||
src: url('opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-italic-webfont.woff2') format('woff2'),
|
url('opensans-italic-webfont.woff2') format('woff2'),
|
||||||
@ -31,35 +34,38 @@
|
|||||||
url('opensans-italic-webfont.ttf') format('truetype'),
|
url('opensans-italic-webfont.ttf') format('truetype'),
|
||||||
url('opensans-italic-webfont.svg#open_sansitalic') format('svg');
|
url('opensans-italic-webfont.svg#open_sansitalic') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sanslight';
|
/*font-family: 'open_sanslight';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-light-webfont.eot');
|
src: url('opensans-light-webfont.eot');
|
||||||
src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-light-webfont.woff2') format('woff2'),
|
url('opensans-light-webfont.woff2') format('woff2'),
|
||||||
url('opensans-light-webfont.woff') format('woff'),
|
url('opensans-light-webfont.woff') format('woff'),
|
||||||
url('opensans-light-webfont.ttf') format('truetype'),
|
url('opensans-light-webfont.ttf') format('truetype'),
|
||||||
url('opensans-light-webfont.svg#open_sanslight') format('svg');
|
url('opensans-light-webfont.svg#open_sanslight') format('svg');
|
||||||
font-weight: normal;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sanslight_italic';
|
/*font-family: 'open_sanslight_italic';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-lightitalic-webfont.eot');
|
src: url('opensans-lightitalic-webfont.eot');
|
||||||
src: url('opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-lightitalic-webfont.woff2') format('woff2'),
|
url('opensans-lightitalic-webfont.woff2') format('woff2'),
|
||||||
url('opensans-lightitalic-webfont.woff') format('woff'),
|
url('opensans-lightitalic-webfont.woff') format('woff'),
|
||||||
url('opensans-lightitalic-webfont.ttf') format('truetype'),
|
url('opensans-lightitalic-webfont.ttf') format('truetype'),
|
||||||
url('opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
|
url('opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
|
||||||
font-weight: normal;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sansregular';
|
/*font-family: 'open_sansregular';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-regular-webfont.eot');
|
src: url('opensans-regular-webfont.eot');
|
||||||
src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-regular-webfont.woff2') format('woff2'),
|
url('opensans-regular-webfont.woff2') format('woff2'),
|
||||||
@ -71,50 +77,54 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sansbold';
|
/*font-family: 'open_sansbold';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-bold-webfont.eot');
|
src: url('opensans-bold-webfont.eot');
|
||||||
src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-bold-webfont.woff2') format('woff2'),
|
url('opensans-bold-webfont.woff2') format('woff2'),
|
||||||
url('opensans-bold-webfont.woff') format('woff'),
|
url('opensans-bold-webfont.woff') format('woff'),
|
||||||
url('opensans-bold-webfont.ttf') format('truetype'),
|
url('opensans-bold-webfont.ttf') format('truetype'),
|
||||||
url('opensans-bold-webfont.svg#open_sansbold') format('svg');
|
url('opensans-bold-webfont.svg#open_sansbold') format('svg');
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sansbold_italic';
|
/*font-family: 'open_sansbold_italic';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-bolditalic-webfont.eot');
|
src: url('opensans-bolditalic-webfont.eot');
|
||||||
src: url('opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-bolditalic-webfont.woff2') format('woff2'),
|
url('opensans-bolditalic-webfont.woff2') format('woff2'),
|
||||||
url('opensans-bolditalic-webfont.woff') format('woff'),
|
url('opensans-bolditalic-webfont.woff') format('woff'),
|
||||||
url('opensans-bolditalic-webfont.ttf') format('truetype'),
|
url('opensans-bolditalic-webfont.ttf') format('truetype'),
|
||||||
url('opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
|
url('opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sansextrabold';
|
/*font-family: 'open_sansextrabold';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-extrabold-webfont.eot');
|
src: url('opensans-extrabold-webfont.eot');
|
||||||
src: url('opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-extrabold-webfont.woff2') format('woff2'),
|
url('opensans-extrabold-webfont.woff2') format('woff2'),
|
||||||
url('opensans-extrabold-webfont.woff') format('woff'),
|
url('opensans-extrabold-webfont.woff') format('woff'),
|
||||||
url('opensans-extrabold-webfont.ttf') format('truetype'),
|
url('opensans-extrabold-webfont.ttf') format('truetype'),
|
||||||
url('opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
|
url('opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
|
||||||
font-weight: normal;
|
font-weight: 800;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'open_sansextrabold_italic';
|
/*font-family: 'open_sansextrabold_italic';*/
|
||||||
|
font-family: 'Open Sans';
|
||||||
src: url('opensans-extrabolditalic-webfont.eot');
|
src: url('opensans-extrabolditalic-webfont.eot');
|
||||||
src: url('opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('opensans-extrabolditalic-webfont.woff2') format('woff2'),
|
url('opensans-extrabolditalic-webfont.woff2') format('woff2'),
|
||||||
url('opensans-extrabolditalic-webfont.woff') format('woff'),
|
url('opensans-extrabolditalic-webfont.woff') format('woff'),
|
||||||
url('opensans-extrabolditalic-webfont.ttf') format('truetype'),
|
url('opensans-extrabolditalic-webfont.ttf') format('truetype'),
|
||||||
url('opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
|
url('opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
|
||||||
font-weight: normal;
|
font-weight: 800;
|
||||||
font-style: normal;
|
font-style: italic;
|
||||||
}
|
}
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
html,body {
|
html,body {
|
||||||
min-height:100%;
|
min-height:100%;
|
||||||
font-family: 'open_sansregular';
|
font-family: 'Open Sans';
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
@ -93,7 +93,8 @@ ul.custom_fields.choice li {
|
|||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
p {
|
p {
|
||||||
font-family: 'open_sanslight';
|
font-family: 'Open Sans';
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -112,7 +113,9 @@ ul.custom_fields.choice li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.open_sansbold {
|
.open_sansbold {
|
||||||
font-family:'open_sansbold'
|
font-family: 'Open Sans';
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Symfony records actions
|
// Symfony records actions
|
||||||
@ -128,7 +131,8 @@ dd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-family: "open_sanssemibold";
|
font-family: 'Open Sans';
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user