Make pages better.
This commit is contained in:
parent
f041338cd3
commit
7c2aa706f2
File diff suppressed because it is too large
Load Diff
@ -4,9 +4,10 @@ width: 800px;
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
body {background-color: #d00 !important;}
|
||||||
|
|
||||||
.page-content-wrapper {background: #f00;
|
.page-content-wrapper {background: #fff;
|
||||||
color: #fff;
|
color: #000;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-shadow: 5px 5px 5px #111;
|
box-shadow: 5px 5px 5px #111;
|
||||||
}
|
}
|
||||||
|
@ -4,9 +4,11 @@
|
|||||||
*
|
*
|
||||||
*}}
|
*}}
|
||||||
<div class=page">
|
<div class=page">
|
||||||
<h3 class="page-title">{{$title}}</h3>
|
|
||||||
|
|
||||||
|
<div class="page-content-wrapper" id="page-content-wrapper" >
|
||||||
|
<h3 class="page-title">{{$title}}</h3>
|
||||||
<div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
|
<div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
|
||||||
<div class="page-date">{{$date}}</div>
|
<div class="page-date">{{$date}}</div>
|
||||||
<div class="page-body">{{$body}}</div>
|
<div class="page-body">{{$body}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
Reference in New Issue
Block a user