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" >
|
<img class="blogphoto" alt="" src="@Model.Photo" >
|
||||||
<h1 class="blogtitle" ismarkdown>@Model.Title</h1>
|
<h1 class="blogtitle" ismarkdown>@Model.Title</h1>
|
||||||
|
|
||||||
<h1>
|
<div markdown="@Model.Content" class="blog"></div>
|
||||||
|
|
||||||
</h1>
|
|
||||||
<hr />
|
|
||||||
<div markdown="@Model.Content" site="SiteSettings.Value" class="blog"></div>
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
|
|
|
||||||
|
|
@ -62,11 +62,11 @@
|
||||||
</main>
|
</main>
|
||||||
<hr />
|
<hr />
|
||||||
<footer>
|
<footer>
|
||||||
<environment names="Lua,Development">
|
<environment names="Lua,Development">
|
||||||
<p><em>Site de développement</em></p>
|
<p><em>Site de développement</em></p>
|
||||||
</environment>
|
</environment>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.fbAsyncInit = function() {
|
window.fbAsyncInit = function() {
|
||||||
FB.init({
|
FB.init({
|
||||||
appId : '552433071604577',
|
appId : '552433071604577',
|
||||||
|
|
@ -89,13 +89,8 @@
|
||||||
data-width="450"
|
data-width="450"
|
||||||
data-show-faces="true">
|
data-show-faces="true">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p>Yavsc - Copyright © 2016 - 2017 Paul Schneider</p>
|
<p>Yavsc - Copyright © 2016 - 2017 Paul Schneider</p>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
@RenderSection("scripts", required: false)
|
@RenderSection("scripts", required: false)
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,15 @@
|
||||||
/* Set some basic padding to keep content from hitting the edges */
|
/* Set some basic padding to keep content from hitting the edges */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #fff;
|
|
||||||
background-color: #210912;
|
background-color: #210912;
|
||||||
|
color:#777;
|
||||||
}
|
}
|
||||||
|
h1,h2,h3{color:#fff;}
|
||||||
.blog {
|
.blog {
|
||||||
padding-left: 15px;
|
padding: 1em;
|
||||||
padding-right: 15px;
|
color: #999;
|
||||||
color: #000;
|
background-color: rgb(0,0,0);
|
||||||
background-color: #fff;
|
|
||||||
}
|
}
|
||||||
/* Set widths on the form inputs since otherwise they're 100% wide */
|
/* Set widths on the form inputs since otherwise they're 100% wide */
|
||||||
input,
|
input,
|
||||||
|
|
@ -23,13 +23,25 @@ select,
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #9ff;
|
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
color: #9f9;
|
||||||
}
|
}
|
||||||
a:active,
|
a:active,
|
||||||
a:hover {
|
a:hover {
|
||||||
outline: 0;
|
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 */
|
/* Set widths on image and video, since otherwise they use their native resolution */
|
||||||
|
|
||||||
|
|
@ -143,10 +155,6 @@ footer {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blogtext {
|
|
||||||
font-feature-settings: "valt"
|
|
||||||
}
|
|
||||||
|
|
||||||
.blogphoto {
|
.blogphoto {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 1em;
|
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