Первоначальный залив проекта

This commit is contained in:
tertelius
2025-10-19 22:34:08 +03:00
commit 094d716330
313 changed files with 38846 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,92 @@
body {
font-size: .875rem;
}
.feather {
width: 16px;
height: 16px;
}
/*
* Sidebar
*/
.sidebar {
position: fixed;
top: 0;
/* rtl:raw:
right: 0;
*/
bottom: 0;
/* rtl:remove */
left: 0;
z-index: 100; /* Behind the navbar */
padding: 48px 0 0; /* Height of navbar */
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
@media (max-width: 767.98px) {
.sidebar {
top: 5rem;
}
}
.sidebar-sticky {
height: calc(100vh - 48px);
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar .nav-link {
font-weight: 500;
color: #333;
}
.sidebar .nav-link .feather {
margin-right: 4px;
color: #727272;
}
.sidebar .nav-link.active {
color: #2470dc;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
color: inherit;
}
.sidebar-heading {
font-size: .75rem;
}
/*
* Navbar
*/
.navbar-brand {
padding-top: .75rem;
padding-bottom: .75rem;
background-color: rgba(0, 0, 0, .25);
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
.navbar .navbar-toggler {
top: .25rem;
right: 1rem;
}
.navbar .form-control {
padding: .75rem 1rem;
}
.form-control-dark {
color: #fff;
background-color: rgba(255, 255, 255, .1);
border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
border-color: transparent;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

View File

@@ -0,0 +1,169 @@
body {
margin: 0;
padding: 0;
background-color: #FAFAFA;
font: 8pt "Times New Roman";
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.page {
width: 21cm;
min-height: 29.7cm;
padding: 1cm 1cm 1cm 1cm;
margin: 1cm auto;
border: 1px #D3D3D3 solid;
border-radius: 5px;
background: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.subpage {
padding: 1cm;
border: 5px red solid;
height: 256mm;
outline: 2cm #FFEAEA solid;
}
@page {
size: A4;
margin: 0;
}
@media print {
.page {
margin: 0;
border: none;
border-radius: initial;
width: initial;
min-height: initial;
box-shadow: initial;
background: initial;
page-break-after: always;
}
}
p{
text-align: justify;
margin: 0px;
/* padding-top: 1px; */
}
ul{
margin: 0px;
padding-left: 15px;
}
li {
/* display: table-cell; */
list-style-type: " ";
}
.poyasnenie{
vertical-align: text-top;
font: 6pt "Times New Roman";
}
.tb{
font-weight: bold;
}
.tc{
text-align: center;
}
.sp{
padding-left: 7px;
}
.num-table{
border-collapse: collapse;
margin: auto;
}
.num-cell{
width: 18px;
height: 18px;
text-align: center;
padding: 0px;
}
.inner{
border: 0.5px solid black;
}
/* таблица для "вписаных данных" */
.full-str{
width: 100%;
}
.title {
width: auto;
white-space: nowrap;
}
.vpisat{
border-bottom: 0.5px solid black;
padding: 0px 4px;
}
.podpis{
border-bottom: 1pt solid black;
/* border-bottom: thin solid black; */
width: 70px;
height: 20px;
}
.full-str td:last-child{
width: 100%;
}
th{
text-align: left;
width: 30%;
}
/* .tl{
width: 100%;
} */
.footer{
width: 95%;
margin: auto;
}
.footer td:first-child{
width: 85%;
}
.footer td:last-child{
width: 15%;
text-align: right;
}

View File

@@ -0,0 +1,164 @@
body {
margin: 0;
padding: 0;
background-color: #FAFAFA;
font: 12pt "Times New Roman";
color:black;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.page {
width: 21cm;
min-height: 29.7cm;
padding: 1cm 1cm 1cm 2cm;
margin: 1cm auto;
border: 1px #D3D3D3 solid;
border-radius: 5px;
background: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.subpage {
padding: 1cm;
border: 5px red solid;
height: 256mm;
outline: 2cm #FFEAEA solid;
}
@page {
size: A4;
margin: 0;
}
@media print {
.page {
margin: 0;
border: none;
border-radius: initial;
width: initial;
min-height: initial;
box-shadow: initial;
background: initial;
padding: 1cm 1cm 1cm 2cm;
page-break-after: always;
}
}
p{
text-align: justify;
margin: 0px;
padding-top: 2px;
text-indent: 1.25cm;
}
.ni{
text-indent: 0cm;
}
.startorder{
margin-top: 9.9cm;
}
ul{
margin: 0px;
padding-left: 15px;
}
li {
/* display: table-cell; */
list-style-type: " ";
}
/* расположение и вид текста */
.tb{
font-weight: bold;
}
.tc{
text-align: center;
}
.tr{
text-align: right;
}
.podpis{
border-bottom: 1pt solid black;
/* border-bottom: thin solid black; */
width: 145px;
height: 25px;
}
.vpisat{
width: auto;
border-bottom: 1pt solid black;
}
/* таблица для подписи ректора */
.rector{
width: 100%;
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
}
.rector td:first-child{
width: 10%;
}
.rector td:last-child{
width: 18%;
}
.poyasnenie{
vertical-align: text-top;
font: 6pt "Times New Roman";
}
.t-main{
width: 70%;
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
}
.t-main td:first-child{
text-align: right;
padding-right: 5px;
/* width: 85%; */
}
.underline>span {
/* font-weight:bold; */
/* background:pink; */
border-bottom: 1px solid black;
}