1
0

Updated logo for FoxTube

Improved blog CSS
This commit is contained in:
Michael Gordeev
2020-06-15 10:01:31 +03:00
parent 6c70e9a618
commit 20bfa2aa95
5 changed files with 105 additions and 3356 deletions
@@ -4,7 +4,8 @@
<head> <head>
<title>@ViewData["Title"] - FoxTube - XFox111.NET</title> <title>@ViewData["Title"] - FoxTube - XFox111.NET</title>
<base href="~/assets/FoxTube/" /> <base href="~/assets/FoxTube/" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" type="image/png" href="apple-touch-favicon.png" />
<link rel="stylesheet" type="text/css" href="~/css/Fonts.css" /> <link rel="stylesheet" type="text/css" href="~/css/Fonts.css" />
<link rel="stylesheet" type="text/css" href="~/css/Socicon.css" /> <link rel="stylesheet" type="text/css" href="~/css/Socicon.css" />
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

+14
View File
@@ -164,6 +164,20 @@ main > form
margin-bottom: 25px; margin-bottom: 25px;
} }
.post-body > hr,
.post-body > h1,
.post-body > h2,
.post-body > h3,
.post-body > h6,
.post-body > h5,
.post-body > h6,
.post-body > ol,
.post-body > ul
{
margin-right: 25px;
margin-left: 25px;
}
.share-btns .share-btns
{ {
display: inline-grid; display: inline-grid;