View | Details | Raw Unified | Return to bug 30952
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_fonts.scss (+35 lines)
Line 0 Link Here
1
@font-face {
2
    font-family: "poppins";
3
    font-weight: 400;
4
    font-style: italic;
5
    src: local("Poppins-Italic"),
6
         url("fonts/poppins-italic-webfont.woff2") format("woff2"),
7
         url("fonts/poppins-italic-webfont.woff") format("woff");
8
}
9
10
@font-face {
11
    font-family: "poppins";
12
    font-style: 700;
13
    font-weight: italic;
14
    src: local("Poppins-BoldItalic"),
15
         url("fonts/poppins-bolditalic-webfont.woff2") format("woff2"),
16
         url("fonts/poppins-bolditalic-webfont.woff") format("woff");
17
}
18
19
@font-face {
20
    font-family: "poppins";
21
    font-style: normal;
22
    font-weight: 400;
23
    src: local("Poppins-Regular"),
24
         url("fonts/poppins-regular-webfont.woff2") format("woff2"),
25
         url("fonts/poppins-regular-webfont.woff") format("woff");
26
}
27
28
@font-face {
29
    font-family: "poppins";
30
    font-style: normal;
31
    font-weight: 700;
32
    src: local("Poppins-Bold"),
33
         url("fonts/poppins-bold-webfont.woff2") format("woff2"),
34
         url("fonts/poppins-bold-webfont.woff") format("woff");
35
}
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss (-1 / +1 lines)
Lines 1-5 Link Here
1
$font-main: Arial, Verdana, Helvetica, sans-serif;
2
$font-monospace: "Courier New", Courier, monospace;
1
$font-monospace: "Courier New", Courier, monospace;
2
3
$language-footer-min-height: 20px;
3
$language-footer-min-height: 20px;
4
$table-border-color: #BCBCBC;
4
$table-border-color: #BCBCBC;
5
$table-header-background: #E8E8E8;
5
$table-header-background: #E8E8E8;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-17 / +11 lines)
Lines 1-6 Link Here
1
@import "mixins";
1
@import "mixins";
2
@import "tables";
2
@import "tables";
3
@import "flatpickr";
3
@import "flatpickr";
4
@import "fonts";
4
5
5
::selection {
6
::selection {
6
    background: #418940;
7
    background: #418940;
Lines 72-78 a { Link Here
72
        border: #696969 double 1px;
73
        border: #696969 double 1px;
73
        margin: 5px;
74
        margin: 5px;
74
75
75
        font-family: 'Poppins', sans-serif;
76
        display: inline-block;
76
        display: inline-block;
77
        font-weight: normal;
77
        font-weight: normal;
78
        text-align: center;
78
        text-align: center;
Lines 234-240 a { Link Here
234
    }
234
    }
235
235
236
    &.toolbar-btn {
236
    &.toolbar-btn {
237
        font-family: 'Poppins', sans-serif;
238
        font-weight: normal;
237
        font-weight: normal;
239
        text-align: center;
238
        text-align: center;
240
        white-space: nowrap;
239
        white-space: nowrap;
Lines 353-359 aside { Link Here
353
                    border: #696969 double 1px;
352
                    border: #696969 double 1px;
354
                    margin: 5px;
353
                    margin: 5px;
355
354
356
                    font-family: 'Poppins', sans-serif;
357
                    display: inline-block;
355
                    display: inline-block;
358
                    font-weight: normal;
356
                    font-weight: normal;
359
                    text-align: center;
357
                    text-align: center;
Lines 920-926 div { Link Here
920
.home-page {
918
.home-page {
921
    text-align: center;
919
    text-align: center;
922
    text-decoration: none;
920
    text-decoration: none;
923
    font-family: 'Poppins', sans-serif;
924
921
925
    h1 {
922
    h1 {
926
        font-size: 150%;
923
        font-size: 150%;
Lines 998-1004 main { Link Here
998
}
995
}
999
996
1000
body {
997
body {
1001
    font-family: 'Poppins', sans-serif;
998
    font-family: "poppins", "Arial", "sans-serif";
1002
    font-size: 13px;
999
    font-size: 13px;
1003
    line-height: 1.22;
1000
    line-height: 1.22;
1004
    padding: 0 0 4em;
1001
    padding: 0 0 4em;
Lines 1145-1151 p { Link Here
1145
            text-shadow: none;
1142
            text-shadow: none;
1146
            text-align: start;
1143
            text-align: start;
1147
            cursor: text;
1144
            cursor: text;
1148
            font: 400 13.3333px Arial;
1145
            font-weight: normal;
1146
            font-size: 13.3333px;
1149
        }
1147
        }
1150
    }
1148
    }
1151
1149
Lines 1181-1187 p { Link Here
1181
            text-shadow: none;
1179
            text-shadow: none;
1182
            text-align: start;
1180
            text-align: start;
1183
            cursor: text;
1181
            cursor: text;
1184
            font: 400 13.3333px Arial;
1182
            font-weight: normal;
1183
            font-size: 13.3333px;
1185
        }
1184
        }
1186
    }
1185
    }
1187
}
1186
}
Lines 1231-1237 input { Link Here
1231
        border: 0;
1230
        border: 0;
1232
        background-color: #FEC32C;
1231
        background-color: #FEC32C;
1233
        color: #000;
1232
        color: #000;
1234
        font-family: 'Poppins', sans-serif;
1235
        text-shadow: 0 1px 0 #FFFFFF;
1233
        text-shadow: 0 1px 0 #FFFFFF;
1236
        display: inline-block;
1234
        display: inline-block;
1237
        margin-bottom: 0;
1235
        margin-bottom: 0;
Lines 1428-1434 ul { Link Here
1428
        padding-left: 0;
1426
        padding-left: 0;
1429
1427
1430
        button {
1428
        button {
1431
            font-family: 'Poppins', sans-serif;
1432
            padding-bottom: 2px;
1429
            padding-bottom: 2px;
1433
        }
1430
        }
1434
1431
Lines 1896-1902 fieldset { Link Here
1896
1893
1897
        .dataTables_wrapper {
1894
        .dataTables_wrapper {
1898
            label {
1895
            label {
1899
                font-weight: 400;
1896
                font-weight: normal;
1900
                width: unset;
1897
                width: unset;
1901
            }
1898
            }
1902
        }
1899
        }
Lines 2848-2854 i { Link Here
2848
                margin-top: 5px;
2845
                margin-top: 5px;
2849
                margin-left: 5px;
2846
                margin-left: 5px;
2850
2847
2851
                font-family: 'Poppins', sans-serif;
2852
                display: inline-block;
2848
                display: inline-block;
2853
                margin-bottom: 0;
2849
                margin-bottom: 0;
2854
                font-weight: normal;
2850
                font-weight: normal;
Lines 4719-4725 nav { Link Here
4719
                text-shadow: none;
4715
                text-shadow: none;
4720
                text-align: start;
4716
                text-align: start;
4721
                cursor: text;
4717
                cursor: text;
4722
                font: 400 13.3333px Arial;
4718
                font-weight: normal;
4719
                font-size: 13.3333px;
4723
4720
4724
                &::placeholder {
4721
                &::placeholder {
4725
                    font-size: 85%;
4722
                    font-size: 85%;
Lines 4748-4754 nav { Link Here
4748
                text-shadow: none;
4745
                text-shadow: none;
4749
                text-align: start;
4746
                text-align: start;
4750
                cursor: text;
4747
                cursor: text;
4751
                font: 400 13.3333px Arial;
4748
                font-weight: normal;
4749
                font-size: 13.3333px;
4752
4750
4753
                &::placeholder {
4751
                &::placeholder {
4754
                    font-size: 85%;
4752
                    font-size: 85%;
Lines 4906-4912 nav { Link Here
4906
4904
4907
button,
4905
button,
4908
.btn {
4906
.btn {
4909
    font-family: 'Poppins', sans-serif;
4910
    display: inline-block;
4907
    display: inline-block;
4911
    margin-bottom: 0;
4908
    margin-bottom: 0;
4912
    font-weight: normal;
4909
    font-weight: normal;
Lines 4923-4929 button, Link Here
4923
    user-select: none;
4920
    user-select: none;
4924
4921
4925
    &.toolbar-btn {
4922
    &.toolbar-btn {
4926
        font-family: 'Poppins', sans-serif;
4927
        font-weight: normal;
4923
        font-weight: normal;
4928
        text-align: center;
4924
        text-align: center;
4929
        white-space: nowrap;
4925
        white-space: nowrap;
Lines 4979-4985 button, Link Here
4979
        margin-top: 5px;
4975
        margin-top: 5px;
4980
        margin-left: 5px;
4976
        margin-left: 5px;
4981
4977
4982
        font-family: 'Poppins', sans-serif;
4983
        display: inline-block;
4978
        display: inline-block;
4984
        margin-bottom: 0;
4979
        margin-bottom: 0;
4985
        font-weight: normal;
4980
        font-weight: normal;
4986
- 

Return to bug 30952