add styles libs
This commit is contained in:
@@ -119,6 +119,58 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#container_form{
|
||||||
|
width:450px;
|
||||||
|
height: 500px;
|
||||||
|
margin: 100px auto 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
margin: 100px auto 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#form_title{
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="email"],input[type="password"]{
|
||||||
|
width: 300px;
|
||||||
|
height:50px;
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 25px;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.submit {
|
||||||
|
padding: 13px 30px;
|
||||||
|
margin: 5px 0 20px 0;
|
||||||
|
font-size: 15px;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #2ca8c6;
|
||||||
|
border: none;
|
||||||
|
border-bottom: 4px solid #6ee9fd;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.submit:hover{
|
||||||
|
transition: all 0.5s;
|
||||||
|
background: #fff;
|
||||||
|
color: #2c536c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lib_container {
|
||||||
|
display: grid;
|
||||||
|
grid-gap: 5px;
|
||||||
|
grid-template-columns: repeat(auto-fit, 300px);
|
||||||
|
grid-template-rows: repeat(2, 400px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.book_mini img{
|
||||||
|
border: 1px solid black;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 560px) {
|
@media screen and (max-width: 560px) {
|
||||||
#brand_title, #page_title {
|
#brand_title, #page_title {
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
<title>Еженедельник Аргументы Недели - <?=$title?></title>
|
<title>Еженедельник Аргументы Недели - <?=$title?></title>
|
||||||
<//base href="<?=SITE?>">
|
<//base href="<?=SITE?>">
|
||||||
<script src="/pub/scripts/pdf.min.js"></script>
|
<script src="/pub/scripts/pdf.min.js"></script>
|
||||||
<script src="/pub/scripts/anviewer.js?ver=43"></script>
|
<script src="/pub/scripts/anviewer.js?ver=44"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=40">
|
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=41">
|
||||||
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div id="container_form">
|
<div id="container_form">
|
||||||
|
|
||||||
<form method="POST" action="login">
|
<form method="POST" action="login">
|
||||||
<p><label for="username">Вход в личный кабинет</label></p>
|
<p><label for="username" id="formtitle">Вход в личный кабинет</label></p>
|
||||||
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту"/></p>
|
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту"/></p>
|
||||||
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль"></p>
|
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль"></p>
|
||||||
<p><input class="submit" type="submit" value="ВОЙТИ"></p>
|
<p><input class="submit" type="submit" value="ВОЙТИ"></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user