Fixed main page styles on various screen resolutions.

This commit is contained in:
Svetlana Rastegina 2021-02-23 22:14:56 +01:00
parent 1a3857bf1a
commit 51fcd68078
2 changed files with 103 additions and 63 deletions

View file

@ -97,19 +97,21 @@ select,
input[type="password"] {
border: 0;
font-size: 1rem;
font-family: "Roboto Italic";
font-family: "Roboto";
padding: .5em;
font-style: italic;
background: #fff;
border: 1px dashed #000000;
/*border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;*/
/*margin-bottom: .8em;*/
outline: none;
}
select.form-control {
padding: 5px 8px 5px 5px;
font-family: "Roboto Regular";
font-family: "Roboto";
font-style: normal;
-webkit-appearance: none;
-moz-appearance: none;
@ -213,7 +215,7 @@ input#delete:visited {
cursor: pointer;
border: 0;
margin: 0;
background-color: #398aac;
background-color: #DD9F00;
color: #fff;
font-size: 1rem;
font-weight: normal;
@ -577,11 +579,12 @@ ul#header-nav a.log-out {
color: #8B4513;
text-align: right;
width: 100%;
font-size: 1em;
font-size: 1.1rem;
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
font-family: "Roboto Regular";
font-family: "Roboto";
font-style: normal;
}
#custom-search {
width: 100%;
@ -834,7 +837,7 @@ ul#main-nav {
}
#main-nav li a {
padding-left: 20px;
font-family: "Roboto Regular";
font-family: "Roboto";
font-style: normal;
padding-right: 20px;
display: block;
@ -875,12 +878,12 @@ ul#main-nav {
}
#Titleproject {
#titleProject {
width: 100%;
color: #8B4513;
font-size: 1.4rem;
padding: 0 0px 10px 25px;
font-family: "Roboto Regular";
font-family: "Roboto";
background-image: url(../images/circle.png);
background-repeat: no-repeat;
background-position: left center;
@ -889,8 +892,8 @@ ul#main-nav {
p.aboutProject {
font-size: 0.8em;
text-align: justify;
line-height: 1.3;
padding: 15px 10px 10px 10px;
line-height: 1.2;
padding: 15px 0px 10px 10px;
border-top: 1px solid #8B4513;
margin-right: 5px;
text-indent: 35px;
@ -905,13 +908,12 @@ p.aboutProject {
#contactDescription {
width: 50%;
border-top: 1px solid #8B4513;
border-top: 1px solid #000000;
}
#registrationDescription {
width: 49%;
margin-left: 1%;
border-top: 1px solid #8B4513;
width: 50%;
border-top: 1px solid #000000;
}
@ -1014,8 +1016,8 @@ h3.internal-auth:hover {
-webkit-border-radius: 5px;
}
#login-form input.text-field:focus {
border: 1px solid rgba(57, 138, 172, .5);
background-color: rgba(57, 138, 172, .1);
border: 1px solid #8B4513;
background-color: #ffffff;
}
#login-form p.submit {
width: 100px;
@ -1231,7 +1233,7 @@ input.search-homepage {
p.request-account a,
ul#header-nav a {
color: #fff;
font-family: "Roboto Regular";
font-family: "Roboto";
}
#filter-search-nav a {
border-bottom: 1px dotted #4f5656;
@ -1298,7 +1300,7 @@ section#home-stats.home-sections {
padding-bottom: 0px;
display: block;
height: 1.5rem;
font-family: "Roboto Regular";
font-family: "Roboto";
}
@ -1352,7 +1354,7 @@ section#home-stats.home-sections {
height: 28px;
vertical-align: middle;
border-bottom: 1px dashed #ffffff;
font-family: "Roboto Regular";
font-family: "Roboto";
}
#stats .stats-type {
@ -1360,7 +1362,7 @@ section#home-stats.home-sections {
padding-top: 0px;
margin-top: 0px;
font-size: 1.1em;
font-family: "Roboto Regular";
font-family: "Roboto";
}
#stats .stats-count span {
@ -1490,6 +1492,9 @@ div#adjImgHeight {
div#footerWrapper >nav {
width: 30%;
font-family: "Roboto";
font-style: normal;
font-size: 0.8rem;
}
footer {
@ -1505,9 +1510,11 @@ footer {
footer p.copyright {
float: left;
padding-top: 55px;
padding-left: 30px;
/*padding-left: 30px;*/
width: 30%;
color: #ffffff;
font-family: "Roboto";
font-style: normal;
}
footer p.copyright small {
font-size: 1rem;
@ -1520,7 +1527,7 @@ ul#footer-nav {
margin: 0;
padding: 0;
padding-top: 55px;
padding-right: 20px;
/*padding-right: 20px;*/
color: #ffffff;
}
ul#footer-nav li {
@ -1837,7 +1844,7 @@ li.individual {
margin-right: 0;
width: 100%;
font-family: "IPH Astra Serif Regular";
font-size: 1.4rem;
font-size: 1.2rem;
}
/* -------------------------------------------------> */
@ -2183,13 +2190,13 @@ form.customForm p {
section.accounts input.delete,
section.accounts input.delete:visited {
background-color: #FFF;
color: #2485AE;
border: 1px solid #96c5da;
color: #8B4513;
border: 1px solid #8B4513;
}
section.accounts input.delete:hover {
color: #fff;
background-color: #88acbb;
border: 1px solid #88acbb;
background-color: #ffffff;
border: 1px solid #8B4513;
}
input.add-account,
input.add-account:visited {
@ -2199,7 +2206,7 @@ input.add-account:visited {
}
input.add-account:hover {
color: #fff;
background-color: #88acbb;
background-color: #ffffff;
background: url(../images/addNewAccountOver.png) 0 center no-repeat;
}
.disabledSubmit {
@ -2329,7 +2336,7 @@ button.collapsible.active:focus {
padding-left: 40px;
}
ul.dropdown li#user-menu a {
font-family: "Roboto Regular";
font-family: "Roboto";
font-size: 1rem;
}
ul.dropdown ul.sub_menu {
@ -2494,80 +2501,81 @@ ul.dropdown ul.sub_menu li a:hover {
}
.login >div#articleWrapper >div#wrapper-content {
width: 100%;
}
/* -------------------------------------------------> */
/* FONTS --------------------------------> */
/* -------------------------------------------------> */
@font-face {
font-family: "IPH Serif Regular";
font-family: "IPH Serif";
font-weight: normal;
src: url("../fonts/IPHSerif-Regular.woff2") format("woff2"),
url("../fonts/IPHSerif-Regular.ttf") format("truetype");
}
@font-face {
font-family: "IPH Serif Italic";
font-weight: normal;
font-family: "IPH Serif";
font-style: italic;
src: url("../fonts/IPHSerif-Italic.woff2") format("woff2"),
url("../fonts/IPHSerif-Italic.ttf") format("truetype");
}
@font-face {
font-family: "IPH Serif Bold";
font-family: "IPH Serif";
font-weight: bold;
src: url("../fonts/IPHSerif-Bold.woff2") format("woff2"),
url("../fonts/IPHSerif-Bold.ttf") format("truetype");
}
@font-face {
font-family: "IPH Serif Bold Italic";
font-family: "IPH Serif";
font-style: italic;
font-weight: bold;
src: url("../fonts/IPHSerif-BoldItalic.woff2") format("woff2"),
url("../fonts/IPHSerif-BoldItalic.ttf") format("truetype");
}
@font-face {
font-family: "IPH Astra Serif Regular";
font-family: "IPH Astra Serif";
font-weight: normal;
src: url("../fonts/IPHAstraSerif-Regular.woff2") format("woff2"),
url("../fonts/IPHAstraSerif-Regular.ttf") format("truetype");
}
@font-face {
font-family: "IPH Astra Serif Bold";
font-family: "IPH Astra Serif";
font-weight: bold;
src: url("../fonts/IPHAstraSerif-Bold.woff2") format("woff2"),
url("../fonts/IPHAstraSerif-Bold.ttf") format("truetype");
}
@font-face {
font-family: "IPH Astra Serif Italic";
font-family: "IPH Astra Serif";
font-style: italic;
src: url("../fonts/IPHAstraSerif-Italic.woff2") format("woff2"),
url("../fonts/IPHAstraSerif-Italic.ttf") format("truetype");
}
@font-face {
font-family: "IPH Astra Serif Bold Italic";
font-family: "IPH Astra Serif";
font-style: italic;
font-weight: bold;
src: url("../fonts/IPHAstraSerif-BoldItalic.woff2") format("woff2"),
url("../fonts/IPHAstraSerif-BoldItalic.ttf") format("truetype");
}
@font-face {
font-family: "Roboto Regular";
font-family: "Roboto";
font-weight: normal;
src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Roboto Bold";
font-family: "Roboto";
font-weight: bold;
src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Roboto Italic";
font-weight: italic;
font-family: "Roboto";
font-style: italic;
src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
url("../fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Roboto Italic Bold";
font-family: "Roboto";
font-style: italic;
font-weight: bold;
src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
@ -2576,6 +2584,11 @@ ul.dropdown ul.sub_menu li a:hover {
/* -------------------------------------------------> */
/* SCREEN RESOLUTION --------------------------------> */
/* -------------------------------------------------> */
@media screen and (max-width: 1630px) {
#querybuilder-container {
width: 70%;
}
}
@media screen and (max-width: 1500px) {
#branding {
@ -2593,7 +2606,11 @@ ul.dropdown ul.sub_menu li a:hover {
#querybuilder-container {
width: 70%;
}
#footerWrapper {
width: 90%;
}
}
@media screen and (max-width: 1300px) {
#branding {
width: 100%;
@ -2646,7 +2663,11 @@ ul.dropdown ul.sub_menu li a:hover {
#switch-to-extended-searchform {
width: 100%;
}
footer p.copyright small {
font-size: 0.8rem;
}
}
@media screen and (max-width: 900px) {
h1.vivo-logo {
background-size: 100%;
@ -2702,6 +2723,25 @@ ul.dropdown ul.sub_menu li a:hover {
line-height: 1.3em;
font-size: 0.92rem;
}
p.aboutProject {
padding-right: 10px;
}
#simple-search-container {
width: 80%;
}
#titleProject {
text-align: center;
background-image: none;
}
#registrationDescription >p.TableContents {
padding-left: 10px !important;
}
footer p.copyright {
padding-left: 30px;
}
ul#footer-nav {
padding-right: 30px;
}
}
@media screen and (max-width: 800px) {

View file

@ -48,35 +48,35 @@
</section>
<div id="wrapperDescription">
<div id="Titleproject">О проекте</div>
<div id="titleProject">О проекте</div>
<div id="projectDescription">
<p class="aboutProject" dir="ltr"><span class="PTSerif" style="font-family: PT Serif"><span style="font-family: PT Serif; font-weight: bold; font-size:1.2rem">Электронная Философская Энциклопедия</span><span style="font-family: PT Serif; font-size: 1.2rem"> (ЭФЭ) — открытый научно-исследовательский проект Института философии РАН, ставящий своей целью анализ и систематизацию достижений философских наук за последние десятилетия, создание на этой основе обобщающей картины развития философской мысли в мире во всем ее тематическом и содержательном многообразии. В отличие от прежних энциклопедических изданий, ЭФЭ призвана рассмотреть достижения философии прошлого сквозь призму современных дискуссий, отразить новейшие результаты исследований российских учёных и актуальные тенденции гуманитарного знания. Она нацелена на обобщающий взгляд, который не только фиксирует многообразие имен, понятий, терминов, школ и произведений мировой философии, но, прежде всего, выявляет ее сложную, противоречивую и плюралистичную целостность. Одной из ее доминант является преодоление европоцентризма в понимании философии, всечеловеческое расширение духовного горизонта. Создаваемая ведущими специалистами, ЭФЭ должна способствовать повышению философской культуры общества, стать надежным и авторитетным источником информации, составив конкуренцию всевозможным "пиратским" сайтам, бездумно копирующим сведения из неизвестных и непроверенных источников. Как полноценное электронное издание с выходными данными и закрепленными за отдельными статьями DOI, ЭФЭ позволит специалистам представлять результаты своих исследований в виде энциклопедических статей.</span></span></p>
<p class="aboutProject" dir="ltr"><span class="IPH Astra Serif" style="font-family:IPH Astra Serif"><span style="font-family: IPH Astra Serif; font-weight: bold; font-size:1.4rem">Электронная Философская Энциклопедия</span><span style="font-family: IPH Astra Serif; font-size: 1.4rem"> (ЭФЭ) — открытый научно-исследовательский проект Института философии РАН, ставящий своей целью анализ и систематизацию достижений философских наук за последние десятилетия, создание на этой основе обобщающей картины развития философской мысли в мире во всем ее тематическом и содержательном многообразии. В отличие от прежних энциклопедических изданий, ЭФЭ призвана рассмотреть достижения философии прошлого сквозь призму современных дискуссий, отразить новейшие результаты исследований российских учёных и актуальные тенденции гуманитарного знания. Она нацелена на обобщающий взгляд, который не только фиксирует многообразие имен, понятий, терминов, школ и произведений мировой философии, но, прежде всего, выявляет ее сложную, противоречивую и плюралистичную целостность. Одной из ее доминант является преодоление европоцентризма в понимании философии, всечеловеческое расширение духовного горизонта. Создаваемая ведущими специалистами, ЭФЭ должна способствовать повышению философской культуры общества, стать надежным и авторитетным источником информации, составив конкуренцию всевозможным "пиратским" сайтам, бездумно копирующим сведения из неизвестных и непроверенных источников. Как полноценное электронное издание с выходными данными и закрепленными за отдельными статьями DOI, ЭФЭ позволит специалистам представлять результаты своих исследований в виде энциклопедических статей.</span></span></p>
</div>
<div id="membersDescription">
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.2rem; background-color: #F3F3F3; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 15px; padding: 5px 0 5px 0; text-align: center; font-family: PT Serif; font-style: normal; font-weight: bold;">Редакционно-издательский совет</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family:&quot;PT Serif&quot;, serif" align="center">А.А. Гусейнов, В.А. Лекторский, А.В. Смирнов, С.В. Месяц</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.2rem; background-color: #F3F3F3; margin-bottom:0.9rem; margin-left:0; margin-right:0; margin-top:0; padding: 5px 0 5px 0; text-align:center; font-family: PT Serif; font-style: normal; font-weight: bold;" align="center">Редколлегия</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: PT Serif;" align="center">Н.С. Автономова, Р.Г. Апресян, В.В. Бычков, В.Г. Буданов,<br> В.В. Васильев, П.А. Гаджикурбанова, А.Л. Доброхотов, А.А. Кара-Мурза,<br> И.Т. Касавин, В.Г. Лысенко, М.А. Маслин, В.В. Миронов,<br> Н.В. Мотрошилова, В.А. Подорога, Ю.В. Синеокая, М.Т. Степанянц,<br> В.Г. Федотова, В.К. Шохин, А.В. Черняев</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.2rem; background-color: #F3F3F3; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 0 5px 0; text-align: center; font-family: PT Serif; font-style: normal; font-weight: bold;" align="center">Экспертный совет</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: PT Serif;" align="center">Р.Г. Апресян, В.Г. Буданов, Г.В. Вдовина, И.Д. Джохадзе, Л.Б. Карелова,<br>В.Г. Лысенко, Н.Б. Маньковская, А.В. Павлов, В.В. Петров,<br>С.Ю. Рыков, Ю.В. Синеокая, М.А. Солопова, Ю.Е. Федорова,<br>В.И. Шалак, В.К. Шохин, А.В. Черняев</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.2rem; background-color: #F3F3F3; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 0 5px 0; text-align: center; font-family: PT Serif; font-style: normal; font-weight: bold;" align="center">Научный редактор</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: PT Serif;" align="center">Ю.Н. Попов</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.2rem; background-color: #F3F3F3; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 0 5px 0; text-align: center; font-family: PT Serif; font-style: normal; font-weight: bold;" align="center">Научно-техническая редакция</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: PT Serif;" align="center">М.В. Егорочкин, Г.В. Литвинов, С.Л. Гурко, С.В. Лаврентьева</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.4rem; background-color: #F3F3F3; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 25px; padding: 5px 0 5px 0; text-align: center; font-family: IPH Astra Serif; font-style: normal; font-weight: bold;">Редакционно-издательский совет</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: IPH Astra Serif;" align="center">А.А. Гусейнов, В.А. Лекторский, А.В. Смирнов, С.В. Месяц</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.4rem; background-color: #F3F3F3; margin-bottom:0.8rem; margin-left:0; margin-right:0; margin-top:0; padding: 5px 0 5px 0; text-align:center; font-family: IPH Astra Serif; font-style: normal; font-weight: bold;" align="center">Редколлегия</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: IPH Astra Serif;" align="center">Н.С. Автономова, Р.Г. Апресян, В.В. Бычков, В.Г. Буданов,<br> В.В. Васильев, П.А. Гаджикурбанова, А.Л. Доброхотов, А.А. Кара-Мурза,<br> И.Т. Касавин, В.Г. Лысенко, М.А. Маслин, В.В. Миронов,<br> Н.В. Мотрошилова, В.А. Подорога, Ю.В. Синеокая, М.Т. Степанянц,<br> В.Г. Федотова, В.К. Шохин, А.В. Черняев</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.4rem; background-color: #F3F3F3; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 0 5px 0; text-align: center; font-family: IPH Astra Serif; font-style: normal; font-weight: bold;" align="center">Экспертный совет</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: IPH Astra Serif;" align="center">Р.Г. Апресян, В.Г. Буданов, Г.В. Вдовина, И.Д. Джохадзе, Л.Б. Карелова,<br>В.Г. Лысенко, Н.Б. Маньковская, А.В. Павлов, В.В. Петров,<br>С.Ю. Рыков, Ю.В. Синеокая, М.А. Солопова, Ю.Е. Федорова,<br>В.И. Шалак, В.К. Шохин, А.В. Черняев</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.4rem; background-color: #F3F3F3; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 0 5px 0; text-align: center; font-family: IPH Astra Serif; font-style: normal; font-weight: bold;" align="center">Научный редактор</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: IPH Astra Serif;" align="center">Ю.Н. Попов</p>
<p class="MembersTitle" dir="ltr" style="border: none; font-size: 1.4rem; background-color: #F3F3F3; margin-bottom: 0.8rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 0 5px 0; text-align: center; font-family: IPH Astra Serif; font-style: normal; font-weight: bold;" align="center">Научно-техническая редакция</p>
<p class="Textbody" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0.9rem; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; text-align: center; font-family: IPH Astra Serif;" align="center">М.В. Егорочкин, Г.В. Литвинов, С.Л. Гурко, С.В. Лаврентьева</p>
</div>
<div id="contactDescription">
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 20px 15px 0px 10px; text-align: justify; background-color:transparent; font-family: PT Serif; text-indent:0" align="justify"><span style="font-weight:bold" xml:lang="en-US" lang="en-US">ISSN</span><span style="font-weight:bold"> (</span><span style="font-weight:bold" xml:lang="en-US" lang="en-US">Online</span><span style="font-weight:bold">): </span><span style="font-weight:normal">2658-7092</span></p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 15px 5px 10px; text-align: justify; background-color:transparent; font-family: PT Serif; text-indent:0" align="justify"><span style="font-weight:bold">Учредитель и издатель:</span> Федеральное государственное бюджетное учреждение науки Институт философии Российской Академии наук.</p>
<p class="TableContents" dir="ltr" style="border:none; font-size: 1.2rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 15px 0px 10px; text-align: justify; background-color:transparent; font-family: PT Serif; text-indent:0" align="justify"><span style="font-weight:bold">Периодичность: </span>4 раза в год. Выходит с 2018 г.</p>
<p class="TableContents" dir="ltr" style="border:none; font-size: 1.2rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 10px 5px 10px; text-align: justify; background-color:transparent; font-family: PT Serif; text-indent:0" align="justify"><span style="font-weight:bold">Адрес учредителя и издателя</span>: Российская Федерация, 109240, г. Москва, ул. Гончарная, д. 12, стр. 1.</p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 15px 0px 10px; text-align: justify; background-color: transparent; font-family: PT Serif; text-indent:0" align="justify"><span style="font-weight: bold; color: #8B4513; font-size: 1.2rem">Сайт: </span><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration: none"><span style="font-size:1.2rem; color: #8B4513;" xml:lang="en-US" lang="en-US">www</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration: none"><span style="font-size:1.2rem; color: #8B4513;">.</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration: none"><span style="font-size:1.2rem; color: #8B4513;" xml:lang="en-US" lang="en-US">elenph</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration:none"><span style="font-size:1.2rem; color: #8B4513;">.</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration:none"><span style="font-size:1.2rem; color: #8B4513;" xml:lang="en-US" lang="en-US">org</span></a></p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 20px 15px 0px 10px; text-align: justify; background-color:transparent; font-family: IPH Astra Serif; text-indent:0" align="justify"><span style="font-weight:bold" xml:lang="en-US" lang="en-US">ISSN</span><span style="font-weight:bold"> (</span><span style="font-weight:bold" xml:lang="en-US" lang="en-US">Online</span><span style="font-weight:bold">): </span><span style="font-weight:normal">2658-7092</span></p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 15px 5px 10px; text-align: justify; background-color:transparent; font-family: IPH Astra Serif; text-indent:0" align="justify"><span style="font-weight:bold">Учредитель и издатель:</span> Федеральное государственное бюджетное учреждение науки Институт философии Российской Академии наук.</p>
<p class="TableContents" dir="ltr" style="border:none; font-size: 1.4rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 15px 0px 10px; text-align: justify; background-color:transparent; font-family: IPH Astra Serif; text-indent:0" align="justify"><span style="font-weight:bold">Периодичность: </span>4 раза в год. Выходит с 2018 г.</p>
<p class="TableContents" dir="ltr" style="border:none; font-size: 1.4rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 10px 5px 10px; text-align: justify; background-color:transparent; font-family: IPH Astra Serif; text-indent:0" align="justify"><span style="font-weight:bold">Адрес учредителя и издателя</span>: Российская Федерация, 109240, г. Москва, ул. Гончарная, д. 12, стр. 1.</p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 10px; margin-left: 0; margin-right: 0; margin-top: 0; padding: 5px 15px 0px 10px; text-align: justify; background-color: transparent; font-family: IPH Astra Serif; text-indent:0" align="justify"><span style="font-weight: bold; color: #8B4513; font-size: 1.4rem">Сайт: </span><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration: none"><span style="font-size:1.4rem; color: #8B4513;" xml:lang="en-US" lang="en-US">www</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration: none"><span style="font-size:1.4rem; color: #8B4513;">.</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration: none"><span style="font-size:1.4rem; color: #8B4513;" xml:lang="en-US" lang="en-US">elenph</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration:none"><span style="font-size:1.4rem; color: #8B4513;">.</span></a><a class="Internet20link" href="http://www.elenph.org/" style="color:#000000; text-decoration:none"><span style="font-size:1.4rem; color: #8B4513;" xml:lang="en-US" lang="en-US">org</span></a></p>
</div>
<div id="registrationDescription">
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 20px 10px 5px 10px; text-align: justify; background-color: transparent; font-family: PT Serif; text-indent:0" align="justify"><span style="font-weight:bold">Энциклопедия зарегистрирована</span> Федеральной службой по надзору в сфере связи, информационных технологий и массовых коммуникаций (Роскомнадзор). Свидетельство о регистрации СМИ: <span style="font-style:italic">серия ЭЛ № ФС77 -74569 </span>от 14.12.2018. </p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.2rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 10px 10px 5px 10px; text-align: justify; background-color: transparent; font-family: PT Serif; text-indent: 0" align="justify"><span style="font-weight:bold">Энциклопедия включена в: </span>базу <span xml:lang="en-US" lang="en-US">ROAD</span> (справочник электронных научных ресурсов с полностью открытым доступом к статьям).</p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 20px 10px 5px 20px; text-align: justify; background-color: transparent; font-family: IPH Astra Serif; text-indent:0" align="justify"><span style="font-weight:bold">Энциклопедия зарегистрирована</span> Федеральной службой по надзору в сфере связи, информационных технологий и массовых коммуникаций (Роскомнадзор). Свидетельство о регистрации СМИ: <span style="font-style:italic">серия ЭЛ № ФС77 -74569 </span>от 14.12.2018. </p>
<p class="TableContents" dir="ltr" style="border: none; font-size: 1.4rem; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 10px 10px 5px 20px; text-align: justify; background-color: transparent; font-family: IPH Astra Serif; text-indent: 0" align="justify"><span style="font-weight:bold">Энциклопедия включена в: </span>базу <span xml:lang="en-US" lang="en-US">ROAD</span> (справочник электронных научных ресурсов с полностью открытым доступом к статьям).</p>
</div>
</div>