Първоначалния сайт
This commit is contained in:
+148
@@ -0,0 +1,148 @@
|
||||
article {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #080808 ;
|
||||
color: #fff ;
|
||||
margin-bottom: 200px ;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "GeorgiaPro", "Times New Roman", "Noto Serif", serif;
|
||||
}
|
||||
|
||||
h2 { color: #2E9CFF ; }
|
||||
|
||||
.date { color: lightblue; }
|
||||
|
||||
a { color: #2E9CFF; }
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Italic.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-BoldItalic.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Light.ttf") format("truetype");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-LightItalic.ttf") format("truetype");
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-SemiBoldItalic.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Black.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-BlackItalic.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: mono;
|
||||
src: url('/fonts/monomakh.otf') format('opentype');
|
||||
}
|
||||
|
||||
.starobg {
|
||||
font-family: mono, sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: miro;
|
||||
src: url('/fonts/miroslav.otf') format('opentype');
|
||||
}
|
||||
|
||||
.miro {
|
||||
font-family: miro, mono, sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: rose;
|
||||
src: url('/fonts/rose.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.rose {
|
||||
font-family: rose, sans-serif;
|
||||
}
|
||||
|
||||
/* Основни стилове */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: min(100%, 400px);
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* Контейнер за центриране на съдържанието */
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
/* Адаптивни стилове за мобилни устройства */
|
||||
@media screen and (max-width: 768px) {
|
||||
img {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
.map-image {
|
||||
width: 60%;
|
||||
max-width: 800px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
.smaller img {
|
||||
width: min(100%, 500px);
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
/* Основни стилове */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: min(100%, 450px);
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* Контейнер за центриране на съдържанието */
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
/* Адаптивни стилове за мобилни устройства */
|
||||
@media screen and (max-width: 768px) {
|
||||
img {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: mono;
|
||||
src: url('../fonts/monomakh.otf') format('opentype');
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: mono, sans-serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 60%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* For smaller screens (e.g., mobile), make the image 100% of the container width */
|
||||
@media (max-width: 768px) {
|
||||
img {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
+175
@@ -0,0 +1,175 @@
|
||||
article {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #1b1b1b ;
|
||||
color: #fff ;
|
||||
margin-bottom: 200px ;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "GeorgiaPro", "Times New Roman", "Noto Serif", serif;
|
||||
}
|
||||
|
||||
h2 { color: #5eaa4d ; }
|
||||
|
||||
.date { color: lightgreen; }
|
||||
|
||||
a { color: #6fcc5a; }
|
||||
|
||||
.redtext {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Italic.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-BoldItalic.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Light.ttf") format("truetype");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-LightItalic.ttf") format("truetype");
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-SemiBoldItalic.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-Black.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "GeorgiaPro";
|
||||
src: url("/fonts/georgiapro/GeorgiaPro-BlackItalic.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: mono;
|
||||
src: url('/fonts/monomakh.otf') format('opentype');
|
||||
}
|
||||
|
||||
.starobg {
|
||||
font-family: mono, sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: mod;
|
||||
src: url('../fonts/bulgaria-moderna.otf') format('opentype');
|
||||
}
|
||||
|
||||
.mod {
|
||||
font-family: mod, sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: miro;
|
||||
src: url('/fonts/miroslav.otf') format('opentype');
|
||||
}
|
||||
|
||||
.miro {
|
||||
font-family: miro, mono, sans-serif;
|
||||
}
|
||||
|
||||
.glav {
|
||||
font-family: glav, mod, sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: glav;
|
||||
src: url('../fonts/oglavie.otf') format('opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: rose;
|
||||
src: url('/fonts/rose.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.rose {
|
||||
font-family: rose, sans-serif;
|
||||
}
|
||||
|
||||
/* Основни стилове */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Контейнер за центриране на съдържанието */
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
/* Адаптивни стилове за мобилни устройства */
|
||||
@media screen and (max-width: 768px) {
|
||||
img {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.container img {
|
||||
max-width: 500px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
<style>
|
||||
.forum-quote {
|
||||
max-width: 900px;
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
|
||||
box-shadow: 0 1px 0 rgba(255,255,255,0.05);
|
||||
margin: 1.2rem 0;
|
||||
border: 1px solid #2f3a2f;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.fq-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.6rem;
|
||||
background: #262f26;
|
||||
padding: 10px 14px;
|
||||
color: #d8f5d2;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.fq-header .avatar {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(135deg,#3a4a3a,#4d604d);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #e8ffe7;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.fq-meta {
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
line-height:1;
|
||||
}
|
||||
.fq-meta .date { font-size:12px; color:#8fca86; }
|
||||
.fq-meta .who { font-weight:600; font-size:13px; color:#dfffe0; }
|
||||
|
||||
.fq-body {
|
||||
background: #222;
|
||||
padding: 16px 18px;
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
.fq-body blockquote {
|
||||
margin: 0;
|
||||
padding-left: 14px;
|
||||
border-left: 3px solid #5eaa4d; /* зеленият акцент */
|
||||
color: #e3ffe2;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.my-reply::before {
|
||||
content: "Отговор:";
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
margin: 18px 0 8px; /* отстояние над и под "Отговор:" */
|
||||
color: #6fcc5a;
|
||||
}
|
||||
|
||||
.reply-box {
|
||||
border: 1px solid #2f3a2f;
|
||||
background: #1e1e1e;
|
||||
padding: 14px 16px;
|
||||
border-radius: 6px;
|
||||
margin: 1.2rem 0;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
/* Mobile tweaks */
|
||||
@media (max-width:600px){
|
||||
.fq-header { padding: 8px 10px; }
|
||||
.fq-body { padding: 12px 10px; }
|
||||
}
|
||||
|
||||
{/style}
|
||||
@@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: mono;
|
||||
src: url('../fonts/monomakh.otf') format('opentype');
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: mono, sans-serif;
|
||||
color: whitesmoke;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 60%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* For smaller screens (e.g., mobile), make the image 100% of the container width */
|
||||
@media (max-width: 768px) {
|
||||
img {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
/* Основни стилове */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: min(100%, 800px);
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* Контейнер за центриране на съдържанието */
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
/* Адаптивни стилове за мобилни устройства */
|
||||
@media screen and (max-width: 768px) {
|
||||
img {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
.video-container {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%; /* 16:9 */
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.video-container iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
+131
@@ -0,0 +1,131 @@
|
||||
body {
|
||||
background:#0f0f0f;
|
||||
color:#eee;
|
||||
padding: 30px 12px;
|
||||
}
|
||||
|
||||
.container img {
|
||||
max-width: 100px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
margin: 40px 0 20px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 700;
|
||||
color:#e9d08b;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.timeline {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bubble {
|
||||
background: #1c1c1c;
|
||||
border: 1px solid #3d3d3d;
|
||||
padding: 12px 18px;
|
||||
border-radius: 999px;
|
||||
margin: 6px 0;
|
||||
font-size: 0.95rem;
|
||||
position: relative;
|
||||
max-width: 420px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
width: 2px;
|
||||
height: 30px;
|
||||
background: #666;
|
||||
margin: 6px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.arrow::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: -6px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-top: 8px solid #666;
|
||||
}
|
||||
|
||||
|
||||
/* Разгръщащи се балончета */
|
||||
|
||||
.timeline {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
details {
|
||||
margin: 6px 0;
|
||||
max-width: 480px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
summary {
|
||||
background: #1c1c1c;
|
||||
border: 1px solid #3d3d3d;
|
||||
padding: 12px 18px;
|
||||
border-radius: 999px;
|
||||
list-style: none;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
font-size: 0.95rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* малка стрелка вдясно */
|
||||
summary::after {
|
||||
content: "▾";
|
||||
position: absolute;
|
||||
right: 14px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
details[open] summary::after {
|
||||
content: "▴";
|
||||
}
|
||||
|
||||
.details-body {
|
||||
margin-top: 10px;
|
||||
background: #131313;
|
||||
border: 1px solid #3d3d3d;
|
||||
border-radius: 18px;
|
||||
padding: 12px 16px;
|
||||
font-size: .9rem;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
width: 2px;
|
||||
height: 28px;
|
||||
background: #666;
|
||||
margin: 6px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.arrow::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: -6px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-top: 8px solid #666;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
.container img {
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
/* Основни стилове */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
article {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: min(50%, 400px);
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.date {
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* Контейнер за центриране на съдържанието */
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
/* Адаптивни стилове за мобилни устройства */
|
||||
@media screen and (max-width: 768px) {
|
||||
img {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: miro;
|
||||
src: url('../fonts/miroslav.otf') format('opentype');
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: miro, sans-serif; /* Apply the font only to h1 */
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 20%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* For smaller screens (e.g., mobile), make the image 100% of the container width */
|
||||
@media (max-width: 768px) {
|
||||
img {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user