Skip to content

Commit b0e2eeb

Browse files
committed
Minor changes
1 parent e358575 commit b0e2eeb

14 files changed

+102
-0
lines changed

_sass/main.bundle.scss

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'main';

_sass/main.scss

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@import 'colors/typography-light';
2+
@import 'colors/typography-dark';
3+
@import 'addon/variables';
4+
@import 'variables-hook';
5+
@import 'addon/module';
6+
@import 'addon/syntax';
7+
@import 'addon/commons';
8+
@import 'layout/home';
9+
@import 'layout/post';
10+
@import 'layout/tags';
11+
@import 'layout/archives';
12+
@import 'layout/categories';
13+
@import 'layout/category-tag';

assets/css/jekyll-theme-chirpy.scss

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
---
3+
4+
@import 'main
5+
{%- if jekyll.environment == 'production' -%}
6+
.bundle
7+
{%- endif -%}
8+
';
9+
10+
/* append your custom style below */
11+
%table-cell {
12+
white-space: normal;
13+
}
14+
15+
.table-wrapper {
16+
width: 100%;
17+
overflow-x: hidden;
18+
white-space: normal;
19+
20+
}
21+
22+
.my_table {
23+
font-family: Arial, sans-serif;
24+
border-collapse: collapse;
25+
width: 100%;
26+
table-layout: fixed; /* Ajusta automaticamente a largura das colunas */
27+
}
28+
29+
.my_table td, .my_table th {
30+
border: 1px solid #ddd;
31+
padding: 8px;
32+
min-width: 100px; /* Define uma largura mínima para as colunas */
33+
max-width: 200px; /* Define uma largura máxima para as colunas */
34+
word-wrap: break-word; /* Permite quebra de linha dentro das células */
35+
overflow-wrap: break-word; /* Garante que palavras longas sejam quebradas */
36+
37+
}
38+
39+
.my_table tr:nth-child(even) {
40+
background-color: #f2f2f2;
41+
}
42+
43+
.my_table tr:hover {
44+
background-color: #ddd;
45+
}
46+
47+
.my_table th {
48+
padding-top: 12px;
49+
padding-bottom: 12px;
50+
text-align: left;
51+
background-color: #4CAF50;
52+
color: white;
53+
}

assets/img/Jorge formal.jpg

67.8 KB
Loading
21.2 KB
Loading
49.1 KB
Loading
19.8 KB
Loading

assets/img/favicons/favicon-16x16.png

1.34 KB
Loading

assets/img/favicons/favicon-32x32.png

2.73 KB
Loading

assets/img/favicons/favicon.ico

14.7 KB
Binary file not shown.
116 KB
Binary file not shown.

assets/img/favicons/logo.png

65.3 KB
Loading
13.4 KB
Loading
+35
Loading

0 commit comments

Comments
 (0)