Home
last modified time | relevance | path

Searched refs:and (Results 1 – 25 of 2145) sorted by relevance

12345678910>>...86

/template/fictive/css/
Dfictive-responsive.css2 @media screen and (max-width: 480px){
40 @media screen and (max-width: 51em) {
45 @media screen and (max-width: 51em) {
54 @media screen and (max-width: 51em) {
61 @media screen and (max-width: 51em) {
70 @media screen and (max-width: 51em) {
76 @media screen and (max-width: 51em) {
83 @media screen and (max-width: 51em) {
91 @media screen and (max-width: 51em) {
98 @media screen and (max-width: 51em) {
[all …]
/template/hexa/css/
Dhexa-responsive.css3 @media screen and (max-width: 480px){
31 @media screen and (max-width: 48.81em) {
40 @media screen and (max-width: 48.81em) {
65 @media screen and (max-width: 58em) {
73 @media screen and (max-width: 58em) {
81 @media screen and (max-width: 48.81em) {
92 @media screen and (max-width: 48.81em) {
104 @media screen and (max-width: 48.81em) {
112 @media screen and (max-width: 48.81em) {
122 @media screen and (max-width: 48.81em) {
[all …]
/template/breeze/bower_components/gumby/sass/functions/
D_responsivity.scss5 @media only screen and (max-width: $min-device-width) { @content; }
8 …@media only screen and (min-width: breakpoint($min-device-width)) and (max-width: breakpoint($tabl…
11 @media only screen and (max-width: breakpoint($tablet-device-width)) { @content; }
14 @media only screen and (max-width: $tablet-device-width) { @content; }
17 …@media only screen and (min-width: $tablet-device-width) and (max-width: $document-width - 1) { @c…
20 @media only screen and (min-width: $tablet-device-width) { @content; }
23 @media only screen and (max-width: $document-width + 20) { @content; }
26 @media only screen and (min-width: $max-device-width) { @content; }
32 @media only screen and ('#{$media}') { @content; }
/template/strap/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md5 Equality is a core value at Salesforce. We believe a diverse and inclusive
6 community fosters innovation and creativity, and are committed to building a
9 Salesforce open-source projects are committed to providing a friendly, safe, and
10 welcoming environment for all, regardless of gender identity and expression,
16 that people with different social values and communication styles can work
17 together effectively, productively, and respectfully in our open source community.
18 It also establishes a mechanism for reporting issues and resolving conflicts.
20 All questions and reports of abusive, harassing, or otherwise unacceptable behavior
26 In the interest of fostering an open and welcoming environment, we as
27 contributors and maintainers pledge to making participation in our project and
[all …]
/template/bootstrap3/
DRELEASE.md5 This release fixes CVE-2024-6484, CVE-2024-6485 and CVE-2025-1647 for Bootstrap 3.4.1
6 and drops support for `resolve_pageid`.
9 …* Apply backported patches from the Debian Project for CVE-2024-6484, CVE-2024-6485 and CVE-2025-1…
17 This release increase the compatibility with the latest DokuWiki (Librarian) and PHP releases.
22 * #583: Template style settings: colour boxes extremely narrow and php warnings
34 This release increase the compatibility with the latest DokuWiki and PHP releases.
47 This release increase the compatibility with Hogfather and the upcoming Igor release and fix some r…
64 …se increase the compatibility with Hogfather and fix some regression. Added support for Microsoft …
66 Dropped support for PHP < 5.4 and removed very old legacy stuff.
84 * Fixed regression in AnchorJS and Sidebar
[all …]
/template/navigator/navigator/
H A DCHANGELOG.md11 - Topic article lists: font family, text color, and background color
12 - Logo: font family and color
16 - Added Custom Link entry to the Topics panel for mobile and desktop
17 - Introduced dedicated styling block for `.topics-customlink` with spacing, divider, and accent col…
19 - Added support for custom color variables in `style.ini` for top‑bar and panel elements
20 - Documented and clarified how template style labels map to `lang/en/settings.php`
24 - Added optional Custom Link button to the top bar (label, URL, and new‑tab behavior configurable v…
25 - Improved top‑bar spacing rhythm and optical alignment
26 - Refined baseline alignment for monospace elements (Sort group and Custom Link)
28 - Unified underline behavior across Topics, Sort, and Custom Link
[all …]
H A DREADME.md5 Navigator is a clean, modern, and intentionally minimal theme for DokuWiki based on the current def…
6 It focuses on clarity, readability, and a calm visual rhythm—where content feels at home and naviga…
15 - **Accessible typography:** Balanced spacing and legible fonts
16 - **Responsive design:** Works on phones, tablets, and desktops
17 - **Modular structure:** Easy to customize and extend
19 - **Clear separation:** Theme assets, configuration, and language files are neatly organized
49 This is the simplest and cleanest method.
71 This ensures autolists and sorting work correctly.
76 and installed automatically when using the Extension Manager.
92 - images/ Theme images and icons
[all …]
/template/navigator/
H A DCHANGELOG.md11 - Topic article lists: font family, text color, and background color
12 - Logo: font family and color
16 - Added Custom Link entry to the Topics panel for mobile and desktop
17 - Introduced dedicated styling block for `.topics-customlink` with spacing, divider, and accent col…
19 - Added support for custom color variables in `style.ini` for top‑bar and panel elements
20 - Documented and clarified how template style labels map to `lang/en/settings.php`
24 - Added optional Custom Link button to the top bar (label, URL, and new‑tab behavior configurable v…
25 - Improved top‑bar spacing rhythm and optical alignment
26 - Refined baseline alignment for monospace elements (Sort group and Custom Link)
28 - Unified underline behavior across Topics, Sort, and Custom Link
[all …]
H A DREADME.md5 Navigator is a clean, modern, and intentionally minimal theme for DokuWiki based on the current def…
6 It focuses on clarity, readability, and a calm visual rhythm—where content feels at home and naviga…
15 - **Accessible typography:** Balanced spacing and legible fonts
16 - **Responsive design:** Works on phones, tablets, and desktops
17 - **Modular structure:** Easy to customize and extend
19 - **Clear separation:** Theme assets, configuration, and language files are neatly organized
49 This is the simplest and cleanest method.
71 This ensures autolists and sorting work correctly.
76 and installed automatically when using the Extension Manager.
92 - images/ Theme images and icons
[all …]
/template/sprintdoc/css/
H A Dbase_vars.less122 @screen_min-xxs: ~"only screen and (min-width: " ~"@{break-min-xxs}px)";
123 @screen_max-xxs: ~"only screen and (max-width: " ~"@{break-max-xxs}px)";
125 @screen_min-xs: ~"only screen and (min-width: " ~"@{break-min-xs}px)";
126 @screen_max-xs: ~"only screen and (max-width: " ~"@{break-max-xs}px)";
128 @screen_min-sm: ~"only screen and (min-width: " ~"@{break-min-sm}px)";
129 @screen_max-sm: ~"only screen and (max-width: " ~"@{break-max-sm}px)";
131 @screen_min-md: ~"only screen and (min-width: " ~"@{break-min-md}px)";
132 @screen_max-md: ~"only screen and (max-width: " ~"@{break-max-md}px)";
134 @screen_min-lg: ~"only screen and (min-width: " ~"@{break-min-lg}px)";
135 @screen_max-lg: ~"only screen and (max-width: " ~"@{break-max-lg}px)";
[all …]
/template/klean/css/
Dklean-responsive.css4 @media screen and (max-width: 480px){
36 @media screen and (max-width: 768px) {
48 @media screen and (max-width: 600px) {
60 @media screen and (max-width:768px) {
80 @media screen and (max-width:768px) {
90 @media screen and (min-width:768px) {
102 @media screen and (max-width:768px) {
115 @media screen and (max-width:992px) {
126 @media screen and (max-width:768px) {
161 @media screen and (max-width:768px) {
[all …]
/template/twentyfifteen/css/
Dnormalize.less9 * IE on Windows Phone and in iOS.
35 * Correct the font size and margin on `h1` elements within `section` and
36 * `article` contexts in Chrome, Firefox, and Safari.
68 * 2. Show the overflow in Edge and IE.
78 * 1. Correct the inheritance and scaling of font size in all browsers.
92 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
101 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
102 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
121 * Add the correct font weight in Chrome, Edge, and Safari.
130 * 1. Correct the inheritance and scaling of font size in all browsers.
[all …]
/template/stm/stm/css/
D_normalize.css6 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
44 * Correct the font size and margin on `h1` elements within `section` and
45 * `article` contexts in Chrome, Firefox, and Safari.
77 * 2. Show the overflow in Edge and IE.
87 * 1. Correct the inheritance and scaling of font size in all browsers.
101 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
121 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
140 * Add the correct font weight in Chrome, Edge, and Safari.
149 * 1. Correct the inheritance and scaling of font size in all browsers.
169 * Add the correct background and color in IE 9-.
[all …]
/template/drop/css/
Ddrop-responsive.css2 @media screen and (max-width: 480px){
35 @media all and (max-width: 47.5em) {
40 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: la…
46 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: l…
53 @media all and (min-width: 56.25em) {
66 @media all and (min-width: 31.25em) {
76 @media all and (min-width: 37.5em) {
83 @media all and (min-width: 56.25em) {
239 @media all and (min-width: 68.75em) {
251 @media all and (min-width: 31.25em) {
[all …]
/template/material/
DLICENSE9 "License" shall mean the terms and conditions for use, reproduction,
10 and distribution as defined by Sections 1 through 9 of this document.
15 "Legal Entity" shall mean the union of the acting entity and all
28 source, and configuration files.
33 and conversions to other media types.
41 form, that is based on (or derived from) the Work and for which the
46 the Work and Derivative Works thereof.
49 the original version of the Work and any modifications or additions
57 and issue tracking systems that are managed by, or on behalf of, the
58 Licensor for the purpose of discussing and improving the Work, but
[all …]
/template/a_new_day/
Dstyle_plain.ini6 ; print, screen and rtl are supported. rtl styles are loaded additionally
25 ; main text and background colors
28 ; alternative text and background colors
31 ; neutral text and background colors
38 ; other text and background colors
54 ;------ for keeping old templates and plugins compatible to the old pattern
77 ; the shadows used for the breadcrumbs bar and main content area
86 ; the background and border for code and file snippets (see wiki:syntax)
92 ; the background and border for the search box
96 ; the background and border for the status box
[all …]
/template/battlehorse/
Dstyle_plain.ini6 ; print, screen and rtl are supported. rtl styles are loaded additionally
25 ; main text and background colors
28 ; alternative text and background colors
31 ; neutral text and background colors
38 ; other text and background colors
54 ;------ for keeping old templates and plugins compatible to the old pattern
77 ; the shadows used for the breadcrumbs bar and main content area
86 ; the background and border for code and file snippets (see wiki:syntax)
92 ; the background and border for the search box
96 ; the background and border for the status box
[all …]
/template/typowiki/typowiki/scss/
D_sanitize.scss31 * IE on Windows Phone and in iOS.
58 * Correct the font size and margin on `h1` elements within `section` and
59 * `article` contexts in Chrome, Edge, Firefox, and Safari.
71 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
83 * Remove the margin on nested lists in Edge 18- and IE.
95 * 2. Show the overflow in Edge 18- and IE.
122 * 1. Correct the inheritance and scaling of font size in all browsers.
143 * Add the correct text decoration in Edge 18-, IE, and Safari.
152 * Add the correct font weight in Chrome, Edge, and Safari.
161 * 1. Correct the inheritance and scaling of font size in all browsers.
[all …]
/template/slaad/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
16 Foundation's software and to any other program whose authors commit to
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain
45 software. If the software is modified by someone else and passed on, we
[all …]
/template/wallpaper/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
16 Foundation's software and to any other program whose authors commit to
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain
45 software. If the software is modified by someone else and passed on, we
[all …]
/template/mikio/
H A DLICENSE.md7 Everyone is permitted to copy and distribute verbatim copies of this license
15 and change it. By contrast, the GNU General Public License is intended to
16 guarantee your freedom to share and change free software--to make sure the
18 of the Free Software Foundation's software and to any other program whose
25 distribute copies of free software (and charge for this service if you wish),
27 the software or use pieces of it in new free programs; and that you know you can
40 We protect your rights with two steps: (1) copyright the software, and (2) offer
41 you this license which gives you legal permission to copy, distribute and/or
44 Also, for each author's protection and ours, we want to make certain that
46 software is modified by someone else and passed on, we want its recipients to
[all …]
/template/mnml-blog/
DCOPYING1 Logos: Some pictures and logos were taken from other free sources with differing
14 Everyone is permitted to copy and distribute verbatim copies
20 freedom to share and change it. By contrast, the GNU General Public
21 License is intended to guarantee your freedom to share and change free
24 Foundation's software and to any other program whose authors commit to
31 have the freedom to distribute copies of free software (and charge for
34 in new free programs; and that you know you can do these things.
47 We protect your rights with two steps: (1) copyright the software, and
49 distribute and/or modify the software.
51 Also, for each author's protection and ours, we want to make certain
[all …]
/template/white/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
16 Foundation's software and to any other program whose authors commit to
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain
45 software. If the software is modified by someone else and passed on, we
[all …]
/template/parallax/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
16 Foundation's software and to any other program whose authors commit to
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain
45 software. If the software is modified by someone else and passed on, we
[all …]
/template/cowboy/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
16 Foundation's software and to any other program whose authors commit to
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain
45 software. If the software is modified by someone else and passed on, we
[all …]

12345678910>>...86