welcome page
This commit is contained in:
@@ -179,7 +179,7 @@ http://aleclownes.com/2017/02/01/crt-display.html
|
||||
.crt::before {
|
||||
content: " ";
|
||||
display: block;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: auto;
|
||||
left: auto;
|
||||
bottom: auto;
|
||||
|
@@ -102,6 +102,17 @@ main {
|
||||
|
||||
}
|
||||
|
||||
.asciiart {
|
||||
white-space: pre;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.welcome{
|
||||
padding-top: 128px;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
.post-list a:before,
|
||||
.post-list a:before {
|
||||
|
@@ -31,14 +31,6 @@ strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f8f8f8;
|
||||
border-radius: 3px;
|
||||
word-wrap: break-word;
|
||||
padding: 12px 13px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
@@ -114,6 +106,15 @@ pre {
|
||||
border: 2px solid rgb(100, 50, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
pre {
|
||||
background-color: #f8f8f8;
|
||||
border-radius: 3px;
|
||||
word-wrap: break-word;
|
||||
padding: 12px 13px;
|
||||
font-size: 13px;
|
||||
}*/
|
||||
|
||||
code {
|
||||
margin: 0 2px;
|
||||
padding: 3px 5px;
|
||||
|
Reference in New Issue
Block a user