mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-23 03:51:28 +00:00
.
This commit is contained in:
parent
263ded365f
commit
295d398261
109
im.html
109
im.html
|
@ -10,26 +10,103 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>У вас всегда есть выбор! — Мессенджеры</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/base.css">
|
||||
<link rel="stylesheet" href="css/btn.css">
|
||||
<link rel="stylesheet" href="css/menu.css">
|
||||
<link rel="stylesheet" href="css/picnic.min.css">
|
||||
<style>aside a.top {
|
||||
font-size: 0;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
font-weight: bold;
|
||||
width: 180px;
|
||||
padding: .6em 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: .3em .3em 0 0;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
aside a.top.visible {
|
||||
font-size: 1em;
|
||||
}
|
||||
aside .links a.button {
|
||||
text-align: left;
|
||||
}
|
||||
@media all and (max-width: 1000px) {
|
||||
aside a.pseudo.top {
|
||||
background: rgba(255, 255, 255, .8);
|
||||
width: 100%;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
z-index: 100;
|
||||
}
|
||||
}
|
||||
.documentation article > h2 {
|
||||
margin: -2em 0 .6em;
|
||||
padding: 3em 0 0;
|
||||
line-height: 1;
|
||||
}
|
||||
.documentation article > h3 {
|
||||
margin-bottom: .6em;
|
||||
}
|
||||
.documentation aside h2 {
|
||||
margin-top: 0;
|
||||
padding: 1.25em 0;
|
||||
line-height: 1;
|
||||
}
|
||||
.documentation aside a.pseudo {
|
||||
color: #0074D9;
|
||||
margin: 0;
|
||||
}
|
||||
.documentation > section {
|
||||
background: #fff;
|
||||
text-align: left;
|
||||
width: 90%;
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
padding: 80px 0 0;
|
||||
}
|
||||
.documentation article > h1 {
|
||||
margin: 0;
|
||||
padding: 0.6em 0;
|
||||
font-size: 2em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.documentation aside a.button {
|
||||
display: block;
|
||||
}
|
||||
.documentation pre[class*="language-"] {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.documentation .index pre {
|
||||
margin: 0;
|
||||
font-size: .9em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<input type="checkbox" id="menu">
|
||||
<label for="menu" onclick></label>
|
||||
<nav role="off-canvas">
|
||||
<ul>
|
||||
<li><a href="index.html">Главная</a></li>
|
||||
<li><a href="mail.html">Почта</a></li>
|
||||
<li><a href="im.html" class="active">Мессенджеры</a></li>
|
||||
<li><a href="social.html">Соцсети</a></li>
|
||||
<li><a href="search.html">Поисковики</a></li>
|
||||
<li><a href="extra.html">Документы и агитматериалы</a></li>
|
||||
<li><a href="info.html">Подробнее</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav class="fedi">
|
||||
<a href="https://fedi.life" class="brand">
|
||||
<img class="logo" src="images/logo.png" />
|
||||
<span>Fedi.Life</span>
|
||||
</a>
|
||||
|
||||
<!-- responsive-->
|
||||
<input id="bmenub" type="checkbox" class="show">
|
||||
<label for="bmenub" class="burger pseudo button">menu</label>
|
||||
|
||||
<div class="menu">
|
||||
<a href="mail.html" class="pseudo button">Почта</a>
|
||||
<a href="im.html" class="pseudo button">Мессенджеры</a>
|
||||
<a href="im.html" class="pseudo button">Соцсети</a>
|
||||
<a href="search.html" class="pseudo button">Поисковики</a>
|
||||
<a href="extra.html" class="pseudo button">Документы и агитматериалы</a>
|
||||
<a href="info.html" class="pseudo button">Подробнее</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main id="home" class="documentation">
|
||||
<section class="flex">
|
||||
|
||||
<article class="four-fifth-1000">
|
||||
|
||||
<div class="textblock">
|
||||
<h2>Децентрализованные мессенджеры</h2>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>У вас всегда есть выбор! — Электронная почта</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<link rel="stylesheet" href="css/picnic.min.css">
|
||||
<style>aside a.top {
|
||||
font-size: 0;
|
||||
|
@ -81,7 +80,7 @@
|
|||
font-size: .9em;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<nav class="fedi">
|
||||
<a href="https://fedi.life" class="brand">
|
||||
|
|
Loading…
Reference in a new issue