1
0
Fork 0
mirror of https://github.com/ctruLua/ctrulua.github.io.git synced 2025-10-27 16:39:30 +00:00

A New Journey Begins...

Removed useless "About" page
Removed post (TEST)
Tweaked config
Tweaked CSS
Tweaked HTML
Added a favicon
Added a .gitignore
Added post (Here it is!)
Added header links
Added intro on index page
This commit is contained in:
Negi Springfield 2015-10-28 00:39:46 +01:00
parent c2d62372ef
commit 506d7a9d80
9 changed files with 55 additions and 42 deletions

View file

@ -18,9 +18,9 @@ body {
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }
a { color: #2a7ae2; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
a:visited { color: #205caa; }
a { color: #b30000; text-decoration: none; }
a:hover { color: #f00; text-decoration: underline; }
a:visited { color: #a80000; }
/* Utility */
@ -41,7 +41,7 @@ a:visited { color: #205caa; }
/* Site header */
.site-header {
border-top: 5px solid #333;
border-top: 5px solid #b30000;
border-bottom: 1px solid #e8e8e8;
min-height: 56px;
background-color: white;
@ -144,7 +144,11 @@ a:visited { color: #205caa; }
/* Home styles */
/* ----------------------------------------------------------*/
.home h1 { margin-bottom: 25px; }
.home h1 { margin-bottom: 10px; font-size: 25px; margin-top: 10px; }
.home h2 { font-size: 20px; }
.home:not( .last ) { border-bottom: 1px solid #c2c2c2; padding-bottom: 10px; }
.posts { list-style-type: none; }
@ -227,14 +231,14 @@ a:visited { color: #205caa; }
.post pre,
.post code {
border: 1px solid #d5d5e9;
background-color: #eef;
border: 1px solid #e9d5d5;
background-color: #fee;
padding: 8px 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 15px;
overflow:scroll;
overflow:auto;
}
.post code { padding: 1px 5px; }