clean & style
This commit is contained in:
parent
83677df96c
commit
52dbf06a97
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">
|
||||
|
|
|
|||
|
|
@ -62,11 +62,11 @@
|
|||
</main>
|
||||
<hr />
|
||||
<footer>
|
||||
<environment names="Lua,Development">
|
||||
<environment names="Lua,Development">
|
||||
<p><em>Site de développement</em></p>
|
||||
</environment>
|
||||
|
||||
<script>
|
||||
<script>
|
||||
window.fbAsyncInit = function() {
|
||||
FB.init({
|
||||
appId : '552433071604577',
|
||||
|
|
@ -89,13 +89,8 @@
|
|||
data-width="450"
|
||||
data-show-faces="true">
|
||||
</div>
|
||||
|
||||
|
||||
<p>Yavsc - Copyright © 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;
|
||||
|
|
|
|||
2
Yavsc/wwwroot/css/site.min.css
vendored
2
Yavsc/wwwroot/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue