Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b9d38ee

Browse files
added css
1 parent d16e2c5 commit b9d38ee

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

‎_includes/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="author" content="Csaba Palfi">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link rel="shortcut icon" href="about:blank" />
9-
<link rel="stylesheet" href="http://csaba.palfi.me/css/style.css" />
9+
<link rel="stylesheet" href="css/style.css" />
1010
</head>
1111
<body>
1212

‎css/style.css

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
body {
2+
color: #333;
3+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
4+
line-height: 1;
5+
max-width: 960px;
6+
margin: 0 auto;
7+
padding: 30px;
8+
}
9+
10+
h1 {
11+
color: #333;
12+
font-weight: 400;
13+
font-size: 48px;
14+
margin-bottom: 24px;
15+
padding: 0;
16+
max-width: 540px;
17+
}
18+
19+
a {
20+
color: #333;
21+
margin: 0;
22+
padding: 0;
23+
vertical-align: baseline;
24+
}
25+
26+
a:hover {
27+
color: #999;
28+
text-decoration: none;
29+
}
30+
31+
a:visited {
32+
color: #333;
33+
}
34+
35+
ul {
36+
padding: 0;
37+
margin: 0;
38+
}
39+
40+
li {
41+
line-height: 24px;
42+
margin-left: 24px;
43+
}
44+
45+
p, ul {
46+
font-size: 16px;
47+
line-height: 24px;
48+
max-width: 540px;
49+
}
50+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /