|
|
(не показано 9 промежуточных версий этого же участника) |
Строка 1: |
Строка 1: |
− | <div class="breadcrumbs"> | + | <div class="pagedetail flex"> |
− | <p>[[Энциклопедия LOST ARK|Главная]] <span class="breadcrumbs__dot"><i class="icon icon-arrow"></i></span> {{#if:{{{1|}}}|[[{{{1|}}}]] <span class="breadcrumbs__dot"><i class="icon icon-arrow"></i></span> }}{{#if:{{{2|}}}|[[{{{2|}}}]] <span class="breadcrumbs__dot"><i class="icon icon-arrow"></i></span> }}{{#if:{{{3|}}}|[[{{{3|}}}]] <span class="breadcrumbs__dot"><i class="icon icon-arrow"></i></span> }}{{#if:{{{4|}}}|[[{{{4|}}}]] <span class="breadcrumbs__dot"><i class="icon icon-arrow"></i></span> }}{{{pagename|{{PAGENAME}}}}}</p> | + | <div class="pagedetail__back flex justify-c--end"></div> |
| + | <div class="pagedetail__icon">{{ui/icon|mod=logo}}</div> |
| + | <div class="pagedetail__toc flex">__NOTOC__</div> |
| </div> | | </div> |
− | {{#css:
| |
− | #content .breadcrumbs {
| |
− | background: #000;
| |
− | bottom: 20px;
| |
− | color: #666;
| |
− | display: none;
| |
− | padding: 0 30px 10px;
| |
− | position: relative;
| |
− | right: 30px;
| |
− | width: 1012px;
| |
− | }
| |
− | #content .breadcrumbs.breadcrumbs_state_visible {
| |
− | display: block;
| |
− | }
| |
− | #content .breadcrumbs p {
| |
− | padding: 0;
| |
− | }
| |
− | #content .breadcrumbs a {
| |
− | color: #666;
| |
− | text-decoration: none;
| |
− | }
| |
− | #content .breadcrumbs a:hover {
| |
− | color: #fff;
| |
− | }
| |
− | #content .breadcrumbs__dot {
| |
− | font-size: 10px;
| |
− | padding: 0 10px;
| |
− | }
| |
− | }}
| |