Skip to content

Commit eeb4fed

Browse files
save file
1 parent cba181f commit eeb4fed

File tree

1 file changed

+60
-5
lines changed

1 file changed

+60
-5
lines changed

blog/css/blog.css

Lines changed: 60 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,70 @@
11

22

33
html
4-
{}
4+
{height:100%;font-family:arial}
55
body
6-
{font-family:arial;margin:20px}
6+
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:10px;margin:20px;align-items:center;
7+
padding-bottom:200px;box-sizing:border-box;
8+
}
9+
body>*
10+
{max-width:1400px;width:100%;padding:0 20px;}
11+
12+
13+
[component], config
14+
{display:none}
15+
16+
17+
.description
18+
{max-width:1000px;text-align:justify;border-left:4px solid #4a90e2;padding:1rem 2rem;
19+
background-color:#f9f9f9;font-family:system-ui,sans-serif;font-size:1rem;line-height:1.6;color:#333}
20+
.description>p
21+
{margin:0}
22+
.description > p+p
23+
{margin:10px 0}
24+
25+
26+
.blog-text
27+
{margin:1.5rem auto;padding:1.25rem 1.75rem;background-color:/*#fcfcfc;*/#f9f9f9;font-family:system-ui, sans-serif;font-size:1rem;line-height:2;
28+
color:#333;text-align:justify;border-radius:4px}
29+
.blog-hdr
30+
{color:blue;font-weight:bold;padding-left:30px;display:flex;font-size:18px}
31+
.blog-text h2,.blog-text h3
32+
{margin-top:1.5rem;margin-bottom:0.75rem;font-weight:600;color:#222;display:flex}
33+
.blog-text p
34+
{margin:0 0 1rem 0;}
35+
36+
737

838
code
9-
{display:block;border-radius:5px;background:whitesmoke;font-family:monospace;padding:10px;white-space:pre;
10-
margin:20px 0;overflow:auto;
11-
}
39+
{font-family:monospace;background:whitesmoke;white-space:pre}
40+
code:not(.inline)
41+
{display:block;padding:10px;margin:20px 0;overflow:auto}
42+
code.inline
43+
{display:inline;padding:5px 10px}
1244

45+
46+
a
47+
{color:#4a90e2;text-decoration:none;font-weight:500}
48+
a:hover
49+
{text-decoration:underline}
50+
.link-domain
51+
{font-size:0.85rem;color:#777;margin-left:0.25rem}
52+
.link-domain::before
53+
{content:'['}
54+
.link-domain::after
55+
{content:']'}
56+
.link-txt
57+
{}
58+
.no-underline
59+
{display:inline-block;text-decoration:none;color:black}
60+
61+
.spc
62+
{flex:1}
63+
64+
input
65+
{font-size:16px;padding:5px 10px;box-sizing:border-box}
66+
input[type=button]
67+
{cursor:pointer}
1368

1469

1570

0 commit comments

Comments
 (0)