clean & style

main
Paul Schneider 9 years ago
parent 7ce4d86383
commit f7e7d3515c
4 changed files with 24 additions and 25 deletions

@ -8,11 +8,7 @@
<img class="blogphoto" alt="" src="@Model.Photo" >
<h1 class="blogtitle" ismarkdown>@Model.Title</h1>
<h1>
</h1>
<hr />
<div markdown="@Model.Content" site="SiteSettings.Value" class="blog"></div>
<div markdown="@Model.Content" class="blog"></div>
<hr/>
<div class="meta">

@ -89,13 +89,8 @@
data-width="450"
data-show-faces="true">
</div>
<p>Yavsc - Copyright &copy; 2016 - 2017 Paul Schneider</p>
</footer>
@RenderSection("scripts", required: false)
</body>
</html>

@ -3,15 +3,15 @@
/* Set some basic padding to keep content from hitting the edges */
body {
color: #fff;
background-color: #210912;
color:#777;
}
h1,h2,h3{color:#fff;}
.blog {
padding-left: 15px;
padding-right: 15px;
color: #000;
background-color: #fff;
padding: 1em;
color: #999;
background-color: rgb(0,0,0);
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
@ -23,13 +23,25 @@ select,
}
a {
color: #9ff;
font-weight: 900;
color: #9f9;
}
a:active,
a:hover {
outline: 0;
color: #a05050;
color: #6C6;
}
.blog a {
color: #9f9;
font-weight: 900;
}
.blog a:active,
.blog a:hover {
outline: 0;
color: #6C6;
}
.jumbotron {
background-color: #502020;
}
/* Set widths on image and video, since otherwise they use their native resolution */
@ -143,10 +155,6 @@ footer {
font-size: x-large;
}
.blogtext {
font-feature-settings: "valt"
}
.blogphoto {
float: left;
margin: 1em;

File diff suppressed because one or more lines are too long
Loading…