854
edits
(disabled some component later I will fix it) |
(Updated latest changes) |
||
Line 11: | Line 11: | ||
<!--========================================================================================--> | <!--========================================================================================--> | ||
<!--Text box. Latest articles--> | <!--Text box. Latest articles--> | ||
<div id="container" style="display: flex;justify-content: space-between;"> | |||
<div id="right" style="flex-grow: 9"> | |||
<!-- right start --> | |||
<div class="card- | <div class="uk-card uk-card-default"> | ||
< | <div class="uk-card-header"> | ||
< | <div class="uk-grid-small uk-flex-middle" uk-grid> | ||
<div class="uk-width-expand"> | |||
<h3 class="uk-card-title uk-margin-remove-bottom">What's New - The Latest Changes</h3> | |||
</div> | </div> | ||
<div class="card- | </div> | ||
</div> | |||
<div class="uk-card-body"> | |||
<p>{{Special:RecentChanges/days=100,limit=12,hidebots,hideminor,hideliu,hidecategorization}}</p> | |||
</div> | |||
<div class="uk-card-footer"> | |||
Actual there are '''{{NUMBEROFARTICLES}}''' articles here, waiting for you. | Actual there are '''{{NUMBEROFARTICLES}}''' articles here, waiting for you. | ||
</div> | </div> | ||
</div> | |||
<!-- right end --> | |||
</div> | |||
<div id="left" style="flex-grow: 1;margin-left:20px;">__TOC__</div> | |||
</div> | </div> |