jekyll-theme-centos 2.2.17 → 2.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/_data/base/navbar.yml +48 -65
  3. data/_data/base/navbar_absolute.yml +2 -2
  4. data/_data/base/navbar_www.yml +74 -0
  5. data/_includes/base/footer.html +1 -1
  6. data/_includes/base/head.html +1 -1
  7. data/_includes/base/navbar.html +1 -1
  8. data/_sass/base/_centos.scss +1 -1
  9. data/assets/css/{stylesheet.min.scss → base/stylesheet.min.scss} +0 -0
  10. data/assets/icons/android-chrome-192.png +0 -0
  11. data/assets/icons/android-chrome-512.png +0 -0
  12. data/assets/icons/apple-touch-icon.png +0 -0
  13. data/assets/icons/favicon-16.png +0 -0
  14. data/assets/icons/favicon-32.png +0 -0
  15. data/assets/img/{people → base}/screenshot.svg +4 -4
  16. metadata +5 -35
  17. data/_data/base/navbar_component.yml +0 -60
  18. data/_data/download/cards.yml +0 -148
  19. data/_data/download/navbar.yml +0 -48
  20. data/_data/people/navbar.yml +0 -34
  21. data/_includes/download/cards-body-convert.html +0 -10
  22. data/_includes/download/cards-body-doc.html +0 -9
  23. data/_includes/download/cards-body-eol.html +0 -16
  24. data/_includes/download/cards-body-screenshot.html +0 -26
  25. data/_includes/download/cards-body.html +0 -8
  26. data/_includes/download/cards-footer.html +0 -3
  27. data/_includes/download/cards-header-convert.html +0 -8
  28. data/_includes/download/cards-header-doc.html +0 -8
  29. data/_includes/download/cards-header-eol.html +0 -8
  30. data/_includes/download/cards-header-screenshot.html +0 -8
  31. data/_includes/download/cards-header.html +0 -13
  32. data/_includes/download/cards.html +0 -62
  33. data/_includes/people/about.html +0 -25
  34. data/_includes/people/header.html +0 -11
  35. data/_includes/people/posts.html +0 -35
  36. data/_includes/people/projects.html +0 -32
  37. data/_includes/people/pubkeys.html +0 -31
  38. data/_includes/people/support.html +0 -25
  39. data/_layouts/download/cards.html +0 -7
  40. data/_layouts/people/default.html +0 -20
  41. data/_sass/base/_centos-lists.scss +0 -132
  42. data/assets/img/download/centos-linux-7-2009-screenshot-n.png +0 -0
  43. data/assets/img/download/centos-stream-8-screenshot-n.png +0 -0
  44. data/assets/img/download/centos-stream-9-screenshot-n.png +0 -0
  45. data/assets/img/download/distribution-release-screenshot-n.png +0 -0
  46. data/assets/img/download/distribution-release-screenshot-n.svg +0 -128
  47. data/assets/img/people/YourUsername.svg +0 -64
@@ -1,48 +0,0 @@
1
- ---
2
- - name: "Layouts"
3
- icon: "fa-solid fa-layer-group"
4
- link: "/layouts/"
5
- menu:
6
- - name: "download/cards.html"
7
- link: "/layouts/download/cards/"
8
- visible_on: ["navbar", "footer"]
9
-
10
- - name: "Includes"
11
- icon: "fa-solid fa-arrows-turn-to-dots"
12
- link: "/includes/"
13
- menu:
14
- - name: download/cards-body-convert.html
15
- link: /includes/download/cards-body-convert/
16
- - name: download/cards-body-doc.html
17
- link: /includes/download/cards-body-doc/
18
- - name: download/cards-body-eol.html
19
- link: /includes/download/cards-body-eol/
20
- - name: download/cards-body.html
21
- link: /includes/download/cards-body/
22
- - name: download/cards-body-screenshot.html
23
- link: /includes/download/cards-body-screenshot/
24
- - name: download/cards-footer.html
25
- link: /includes/download/cards-footer/
26
- - name: download/cards-header-convert.html
27
- link: /includes/download/cards-header-convert/
28
- - name: download/cards-header-doc.html
29
- link: /includes/download/cards-header-doc/
30
- - name: download/cards-header-eol.html
31
- link: /includes/download/cards-header-eol/
32
- - name: download/cards-header.html
33
- link: /includes/download/cards-header/
34
- - name: download/cards-header-screenshot.html
35
- link: /includes/download/cards-header-screenshot/
36
- - name: download/cards.html
37
- link: /includes/download/cards/
38
- visible_on: ["navbar", "footer"]
39
-
40
- - name: "Data"
41
- icon: "fa-solid fa-file-code"
42
- link: "/data/"
43
- menu:
44
- - name: "site.data.download.navbar"
45
- link: "/data/navbar/"
46
- - name: "site.data.download.cards"
47
- link: "/data/navbar/"
48
- visible_on: ["navbar", "footer"]
@@ -1,34 +0,0 @@
1
- ---
2
- - name: "Layouts"
3
- icon: "fa-solid fa-layer-group"
4
- link: "/layouts/"
5
- menu:
6
- - name: "people/default"
7
- link: "/layouts/people/default"
8
- visible_on: ["navbar", "footer"]
9
-
10
- - name: "Includes"
11
- icon: "fa-solid fa-arrows-turn-to-dots"
12
- link: "/includes/"
13
- menu:
14
- - name: "people/about.html"
15
- link: "includes/people/about"
16
- - name: "people/header.html"
17
- link: "includes/people/header"
18
- - name: "people/posts.html"
19
- link: "includes/people/posts"
20
- - name: "people/projects.html"
21
- link: "includes/people/projects"
22
- - name: "people/pubkeys.html"
23
- link: "includes/people/pubkeys"
24
- - name: "people/support.html"
25
- link: "includes/people/support"
26
- visible_on: ["navbar", "footer"]
27
-
28
- - name: "Data"
29
- icon: "fa-solid fa-file-code"
30
- link: "/data/"
31
- menu:
32
- - name: "site.data.people.navbar"
33
- link: "/data/people/navbar/"
34
- visible_on: ["navbar", "footer"]
@@ -1,10 +0,0 @@
1
- <tr>
2
- <td>
3
- {% if row.commands != "" %}
4
- <div class="input-group">
5
- <textarea id="{{ card.page }}-{{ release[0] }}-key-{{ forloop.index }}" class="form-control font-monospace" placeholder="{{ row.overview }}" aria-label="{{ row.overview }}" aria-describedby="{{ card.page }}-button-{{ forloop.index }}" readonly rows="2">{{ row.commands }}</textarea>
6
- <button id="{{ card.page }}-{{ release[0] }}-button-{{ forloop.index }}" class="btn btn-clipboard" type="button" aria-label="Copy to clipboard" data-clipboard-target="#{{ card.page }}-{{ release[0] }}-key-{{ forloop.index }}" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"><i class="fa-solid fa-clipboard"></i></button>
7
- </div>
8
- {% endif %}
9
- </td>
10
- </tr>
@@ -1,9 +0,0 @@
1
- <tr>
2
- <td>
3
- {% for rows in release %}
4
- {% for row in rows.docs %}
5
- <a class="btn btn-sm btn-primary{% if row.name == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.link }}"{% endif %} role="button"><i class="fa-solid fa-file"></i> {{ row.name }}</a>
6
- {% endfor %}
7
- {% endfor %}
8
- </td>
9
- </tr>
@@ -1,16 +0,0 @@
1
- <tr>
2
- <td>
3
- {% if row.overview != "" %}
4
- {{ row.overview }}
5
- {% endif %}
6
-
7
- {% if row.date != "" %}
8
- {{ row.date | date_to_string: "ordinal", "US" }}
9
- {% endif %}
10
-
11
- {% if row.url != "" %}
12
- <a href="{{ row.url }}"><i class="fas fa-exclamation-circle"></i> Know more</a>
13
- {% else %}
14
- {% endif %}
15
- </td>
16
- </tr>
@@ -1,26 +0,0 @@
1
- <tr>
2
- <td class="p-0">
3
- <div id="carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" class="carousel carousel-dark slide" data-bs-ride="true">
4
- <div class="carousel-indicators">
5
- {% for row in rows.screenshots %}
6
- <button type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide-to="{{ forloop.index0 }}" {% if forloop.first %}class="active" {% endif %}aria-current="true" aria-label="Screenshot {{ forloop.index }}"></button>
7
- {% endfor %}
8
- </div>
9
- <div class="carousel-inner">
10
- {% for row in rows.screenshots %}
11
- <div class="carousel-item{% if forloop.first %} active{% endif %}">
12
- <img class="d-block w-100" src="{{ site.baseurl }}/assets/img/download/{{ card.page }}-{{ release[0] }}-{{ row.src }}" alt="{{ row.alt }}" />
13
- </div>
14
- {% endfor %}
15
- </div>
16
- <button class="carousel-control-prev" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide="prev">
17
- <span class="carousel-control-prev-icon" aria-hidden="true"></span>
18
- <span class="visually-hidden">Previous</span>
19
- </button>
20
- <button class="carousel-control-next" type="button" data-bs-target="#carouselScreenshotsIndicators-{{ card.page }}-{{ release[0] }}" data-bs-slide="next">
21
- <span class="carousel-control-next-icon" aria-hidden="true"></span>
22
- <span class="visually-hidden">Next</span>
23
- </button>
24
- </div>
25
- </td>
26
- </tr>
@@ -1,8 +0,0 @@
1
- <tr>
2
- <td>{{ row.arch }}</td>
3
- <td><a class="btn btn-sm btn-primary{% if row.iso] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.iso }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
4
- <td><a class="btn btn-sm btn-primary{% if row.rpm] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.rpm }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
5
- <td><a class="btn btn-sm btn-primary{% if row.cloud] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.cloud }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
6
- <td><a class="btn btn-sm btn-primary{% if row.containers] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.containers }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
7
- <td><a class="btn btn-sm btn-primary{% if row.vagrant] == "" %} disabled" aria-disabled="true"{% else %}" href="{{ row.vagrant }}"{% endif %} role="button"><i class="fa-solid fa-download"></i> Download</a></td>
8
- </tr>
@@ -1,3 +0,0 @@
1
- </tbody>
2
- </table>
3
- </div>
@@ -1,8 +0,0 @@
1
- <div class="table-responsive">
2
- <table class="table mb-0">
3
- <thead class="table-light">
4
- <tr>
5
- <th scope="col"><i class="fas fa-sync-alt"></i> {{ row.overview }}</th>
6
- </tr>
7
- </thead>
8
- <tbody>
@@ -1,8 +0,0 @@
1
- <div class="table-responsive">
2
- <table class="table mb-0">
3
- <thead class="table-light">
4
- <tr>
5
- <th scope="col"><i class="fa-solid fa-book"></i> Documentation</th>
6
- </tr>
7
- </thead>
8
- <tbody>
@@ -1,8 +0,0 @@
1
- <div class="table-responsive">
2
- <table class="table mb-0">
3
- <thead class="table-light">
4
- <tr>
5
- <th scope="col"><i class="fas fa-hourglass-end"></i> End-of-life</th>
6
- </tr>
7
- </thead>
8
- <tbody>
@@ -1,8 +0,0 @@
1
- <div class="table-responsive">
2
- <table class="table mb-0">
3
- <thead class="table-light">
4
- <tr>
5
- <th scope="col"><i class="fa-solid fa-desktop"></i> Desktop</th>
6
- </tr>
7
- </thead>
8
- <tbody>
@@ -1,13 +0,0 @@
1
- <div class="table-responsive">
2
- <table class="table mb-0">
3
- <thead class="table-light">
4
- <tr>
5
- <th scope="col"><i class="fa-solid fa-microchip"></i> Architectures</th>
6
- <th scope="col">ISOs</th>
7
- <th scope="col">RPMs</th>
8
- <th scope="col">Cloud</th>
9
- <th scope="col">Containers</th>
10
- <th scope="col">Vagrant</th>
11
- </tr>
12
- </thead>
13
- <tbody>
@@ -1,62 +0,0 @@
1
- {% if include.download %}
2
- {% assign cards = site.data.centos.download | where: "page", include.download %}
3
- {% else %}
4
- {% assign cards = site.data.centos.download %}
5
- {% endif %}
6
-
7
- {% for card in cards %}
8
- <div class="mb-5">
9
- <h1>{{ card.name }}</h1>
10
- <p>{{ card.description }}</p>
11
- <ul class="nav nav-pills my-3 justify-content-start" id="pills-{{ card.page }}-tab" role="tablist">
12
- {% for release in card.releases %}
13
- <li class="nav-item" role="presentation">
14
- <button class="nav-link{% if forloop.first %} active{% endif %} fw-bold" id="pills-{{ card.page }}-release-{{ forloop.index }}-tab" data-bs-toggle="tab" data-bs-target="#pills-{{ card.page }}-release-{{ forloop.index }}" type="button" role="tab" aria-controls="pills-{{ forloop.index }}-release-{{ release[0] }}-tab" {% if forloop.first %} aria-selected="true" {% endif %}>{{ release[0] }}</button>
15
- </li>
16
- {% endfor %}
17
- </ul>
18
-
19
- <div class="tab-content mb-3" id="pills-{{ card.page }}-tabContent">
20
- {% for release in card.releases %}
21
- <div class="tab-pane fade {% if forloop.first %} show active{% endif %}" id="pills-{{ card.page }}-release-{{ forloop.index }}" role="tabpanel" aria-labelledby="pills-{{ card.page }}-release-{{ forloop.index }}-tab" tabindex="{{ forloop.index }}">
22
- {% for rows in release %}
23
- {% if rows.screenshots.size > 0 %}
24
- {% include download/cards-header-screenshot.html %}
25
- {% include download/cards-body-screenshot.html %}
26
- {% include download/cards-footer.html %}
27
- {% endif %}
28
- {% endfor %}
29
-
30
-
31
- {% include download/cards-header.html %}
32
- {% for rows in release %}
33
- {% for row in rows.downloads %}
34
- {% include download/cards-body.html %}
35
- {% endfor %}
36
- {% endfor %}
37
- {% include download/cards-footer.html %}
38
-
39
- {% include download/cards-header-doc.html %}
40
- {% include download/cards-body-doc.html %}
41
- {% include download/cards-footer.html %}
42
-
43
- {% include download/cards-header-eol.html %}
44
- {% for rows in release %}
45
- {% for row in rows.eol %}
46
- {% include download/cards-body-eol.html %}
47
- {% endfor %}
48
- {% endfor %}
49
- {% include download/cards-footer.html %}
50
-
51
- {% for rows in release %}
52
- {% for row in rows.convert %}
53
- {% include download/cards-header-convert.html %}
54
- {% include download/cards-body-convert.html %}
55
- {% include download/cards-footer.html %}
56
- {% endfor %}
57
- {% endfor %}
58
- </div>
59
- {% endfor %}
60
- </div>
61
- </div>
62
- {% endfor %}
@@ -1,25 +0,0 @@
1
- {% if page.about.section.visible == true %}
2
- <div class="container py-5 text-center border-top{% if page.about.section.highlight == true %} bg-light-radial-gradient{% endif %}">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.about.section.icon %}
6
- <div class="display-6"><i class="{{ page.about.section.icon }}"></i></div>
7
- {% endif %} {% if page.about.section.name %}
8
- <div class="display-6 fw-bold">{{ page.about.section.name }}</div>
9
- {% endif %} {% if page.about.section.preamble %}
10
- <p>{{ page.about.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
14
-
15
- <div class="row mt-3">
16
- <div class="col">
17
- {% if page.about.content.size > 0 %} {% for p in page.about.content %}
18
- <p>{{ p }}</p>
19
- {% endfor %} {% else %}
20
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
21
- {% endif %}
22
- </div>
23
- </div>
24
- </div>
25
- {% endif %}
@@ -1,11 +0,0 @@
1
- <div class="bg-dark bg-image">
2
- <div class="container p-5 text-white text-center">
3
- <div class="row">
4
- <div class="col">
5
- <img class="rounded-circle shadow img-fluid" width="250" src="{{ site.baseurl }}/assets/img/people/{{ page.username }}.svg" alt="{{ page.username }}" />
6
- <h1 class="display-1 fw-bold">{{ page.username }}</h1>
7
- <p class="lead">{{ page.fullname }}</p>
8
- </div>
9
- </div>
10
- </div>
11
- </div>
@@ -1,35 +0,0 @@
1
- {% assign username = page.username %} {% assign entries = site.posts | where: "author", username %} {% assign limit = page.posts.section.limit %} {% if page.posts.section.visible == true %}
2
- <div class="container py-5 text-center border-top{% if page.posts.section.highlight == true %} bg-light-radial-gradient{% endif %}">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.posts.section.icon %}
6
- <div class="display-6"><i class="{{ page.posts.section.icon }}"></i></div>
7
- {% endif %} {% if page.posts.section.name %}
8
- <div class="display-6 fw-bold">{{ page.posts.section.name }}</div>
9
- {% endif %} {% if page.posts.section.preamble %}
10
- <p>{{ page.posts.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
14
-
15
- <div class="row">
16
- <div class="col">
17
- {% if entries.size > 0 %}
18
- <div class="list-group shadow text-start">
19
- {% for i in entries limit: limit %} {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
20
- <a href="{{ site.baseurl }}{{ i.url }}" class="list-group-item list-group-item-action">
21
- <div class="d-flex gap-2w-100 justify-content-between">
22
- <h5 class="pt-0 mt-1 mb-1 fw-bold text-primary">{{ i.title }}</h5>
23
- <small class="text-muted">{{ i.date | date: date_format }}</small>
24
- </div>
25
- <p class="mb-1">{{ i.excerpt | strip_html | slice: 0,150 }}...</p>
26
- </a>
27
- {% endfor %}
28
- </div>
29
- {% else %}
30
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
31
- {% endif %}
32
- </div>
33
- </div>
34
- </div>
35
- {% endif %}
@@ -1,32 +0,0 @@
1
- {% assign username = page.username %} {% assign projects = page.projects.content %} {% assign limit = page.posts.section.limit %} {% if page.projects.section.visible == true %}
2
- <div class="container py-5 text-center border-top{% if page.projects.section.highlight == true %} bg-light-radial-gradient{% endif %}">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.projects.section.icon %}
6
- <div class="display-6"><i class="{{ page.projects.section.icon }}"></i></div>
7
- {% endif %} {% if page.projects.section.name %}
8
- <div class="display-6 fw-bold">{{ page.projects.section.name }}</div>
9
- {% endif %} {% if page.projects.section.preamble %}
10
- <p>{{ page.projects.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
14
-
15
- <div class="row">
16
- <div class="col">
17
- {% if projects.size > 0 %}
18
- <div class="list-group shadow text-start">
19
- {% for i in projects limit: limit %}
20
- <a href="{{ site.baseurl }}{{ i.link }}" class="list-group-item list-group-item-action">
21
- <div class="fw-bold">{{ i.name }}</div>
22
- <small class="text-muted">{{ i.description }}</small>
23
- </a>
24
- {% endfor %}
25
- </div>
26
- {% else %}
27
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
28
- {% endif %}
29
- </div>
30
- </div>
31
- </div>
32
- {% endif %}
@@ -1,31 +0,0 @@
1
- {% if page.pubkeys.section.visible == true %}
2
- <div class="container py-5 text-center border-top{% if page.pubkeys.section.highlight == true %} bg-light-radial-gradient{% endif %}">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.pubkeys.section.icon %}
6
- <div class="display-6"><i class="{{ page.pubkeys.section.icon }}"></i></div>
7
- {% endif %} {% if page.pubkeys.section.name %}
8
- <div class="display-6 fw-bold">{{ page.pubkeys.section.name }}</div>
9
- {% endif %} {% if page.pubkeys.section.preamble %}
10
- <p>{{ page.pubkeys.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
14
-
15
- {% if page.pubkeys.content.size > 0 %}
16
- <div class="row">
17
- {% for pubkey in page.pubkeys.content %}
18
- <div class="col-sm-6 px-5">
19
- <p class="fw-bold">{{ pubkey.name }}</p>
20
- <div class="input-group">
21
- <textarea id="{{ pubkey.name }}-key-{{ forloop.index }}" class="form-control font-monospace" placeholder="User's key" aria-label="User's key" aria-describedby="{{ pubkey.name }}-button-{{ forloop.index }}" readonly rows="5">{{ pubkey.content }}</textarea>
22
- <button id="{{ pubkey.name }}-button-{{ forloop.index }}" class="btn btn-clipboard" type="button" aria-label="Copy to clipboard" data-clipboard-target="#{{ pubkey.name }}-key-{{ forloop.index }}" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"><i class="fa-solid fa-clipboard"></i></button>
23
- </div>
24
- </div>
25
- {% endfor %}
26
- </div>
27
- {% else %}
28
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
29
- {% endif %}
30
- </div>
31
- {% endif %}
@@ -1,25 +0,0 @@
1
- {% if page.support.section.visible == true %}
2
- <div class="container py-5 text-center border-top{% if page.support.section.highlight == true %} bg-light-radial-gradient{% endif %}">
3
- <div class="row">
4
- <div class="col">
5
- {% if page.support.section.icon %}
6
- <div class="display-6"><i class="{{ page.support.section.icon }}"></i></div>
7
- {% endif %} {% if page.support.section.name %}
8
- <div class="display-6 fw-bold">{{ page.support.section.name }}</div>
9
- {% endif %} {% if page.support.section.preamble %}
10
- <p>{{ page.support.section.preamble }}</p>
11
- {% endif %}
12
- </div>
13
- </div>
14
-
15
- {% if page.support.content.size > 0 %}
16
- <div class="row">
17
- {% for support in page.support.content %}
18
- <div class="col">{{ support }}</div>
19
- {% endfor %}
20
- </div>
21
- {% else %}
22
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
23
- {% endif %}
24
- </div>
25
- {% endif %}
@@ -1,7 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {% include download/cards.html %}
6
-
7
- {{ content }}
@@ -1,20 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="{{ page.lang | default: 'en' }}">
3
- {% include base/head.html title=page.title -%}
4
-
5
- <body id="top">
6
- {% include base/navbar.html -%}
7
-
8
- <main>
9
- {% include people/header.html %}
10
- {% include people/about.html %}
11
- {% include people/projects.html %}
12
- {% include people/posts.html %}
13
- {% include people/pubkeys.html %}
14
- {% include people/support.html %}
15
- </main>
16
-
17
- {% include base/footer.html %}
18
- {% include base/script.html -%}
19
- </body>
20
- </html>
@@ -1,132 +0,0 @@
1
- /*
2
- * This file provides customization for lists.centos.org site. There is one id
3
- * selector per template. The id selector name and the template name are both
4
- * the same so you can correlate them.
5
- */
6
-
7
- .row > {
8
- hr {
9
- margin-top: 3em;
10
- }
11
- }
12
-
13
- #mmcfg {
14
- h2 {
15
- margin-top: 0;
16
- padding-top: 0.5rem;
17
-
18
- &:before {
19
- display: none;
20
- }
21
- }
22
- > table:nth-child(2) {
23
- > tbody:nth-child(1) {
24
- > tr {
25
- > td {
26
- padding: 0.5rem;
27
- }
28
- }
29
- > tr:nth-child(4) {
30
- > td {
31
- background-color: $dark;
32
- > strong {
33
- > font {
34
- font-size: 1rem;
35
- color: #fff;
36
- }
37
- }
38
- }
39
- }
40
- }
41
- }
42
- }
43
-
44
- #admlogin {
45
- h4 {
46
- margin-top: 0;
47
- padding-top: 0;
48
-
49
- &:before {
50
- display: none;
51
- }
52
- }
53
- }
54
-
55
- #archidxhead {
56
- ul > {
57
- ul {
58
- list-style-type: none;
59
- }
60
- }
61
- }
62
-
63
- #article {
64
- pre {
65
- overflow: hidden;
66
- max-height: none;
67
- font-size: 1rem;
68
- white-space: pre-wrap;
69
- }
70
- }
71
-
72
- #listinfo {
73
- h2 {
74
- margin-top: 1rem;
75
- padding-top: 1rem;
76
-
77
- &:before {
78
- display: none;
79
- }
80
- }
81
- }
82
-
83
- #options {
84
- h2,
85
- h4 {
86
- margin-top: 1rem;
87
- padding-top: 1rem;
88
- &:before {
89
- display: none;
90
- }
91
- }
92
-
93
- h3,
94
- h5 {
95
- margin-top: 0;
96
- padding-top: 0;
97
- &:before {
98
- display: none;
99
- }
100
- }
101
- }
102
-
103
- // -----------------------------------------------------------------------------
104
- // Forms
105
- // -----------------------------------------------------------------------------
106
- // NOTE: The form HTML elements are generated dynamically by mailman and
107
- // templates provide small control over them. maintainability harder. To
108
- // customize forms presentation, let's extend bootstrap classes for each one
109
- // used.
110
- // -----------------------------------------------------------------------------
111
- input {
112
- margin-bottom: 1rem;
113
- &[type="text"],
114
- &[type="password"] {
115
- @extend .form-control;
116
- }
117
- &[type="checkbox"],
118
- &[type="radio"] {
119
- @extend .form-check-input;
120
- }
121
- &[type="submit"] {
122
- @extend .btn, .btn-primary;
123
- }
124
- }
125
- textarea {
126
- margin-bottom: 1rem;
127
- @extend .form-control;
128
- }
129
- select {
130
- margin-bottom: 1rem;
131
- @extend .form-select;
132
- }