951 lines
16 KiB
SCSS
951 lines
16 KiB
SCSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
li {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
color: inherit;
|
|
}
|
|
|
|
body {
|
|
background: url('/images/nosystem/body-bg.gif') #000;
|
|
color: #9a9a9a;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
#background {
|
|
background: url('/images/nosystem/content-bg.jpg') no-repeat center top;
|
|
}
|
|
|
|
#content {
|
|
width: 100%;
|
|
max-width: 1100px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin: 10px auto;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
|
|
@media (max-width: 768px) {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
#logo {
|
|
background: url('/images/nosystem/logo.png') no-repeat scroll left center transparent;
|
|
height: 150px;
|
|
line-height: 100px;
|
|
width: 200px;
|
|
float: left;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#menu_left_1 {
|
|
display: none;
|
|
}
|
|
|
|
#menu_right_1 {
|
|
display: none;
|
|
}
|
|
|
|
#menu_1 {
|
|
margin: 0 6px;
|
|
float: left;
|
|
text-align: left;
|
|
// height: 150px;
|
|
line-height: 230px;
|
|
font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
width: 100%;
|
|
max-width: calc(100% - 200px - 12px);
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
gap: 15px;
|
|
|
|
@media (max-width: 768px) {
|
|
justify-content: center;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
#menu_23 {
|
|
text-align: right;
|
|
padding-right: 70px;
|
|
}
|
|
|
|
#menu_1 a {
|
|
color: #b4bec7;
|
|
font-size: 16px;
|
|
letter-spacing: 1px;
|
|
padding-bottom: 3px;
|
|
text-decoration: none;
|
|
// margin: 0 6px;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
|
|
&#menu_link_1_15 {
|
|
font-weight: 600;
|
|
color: #ecb900;
|
|
}
|
|
}
|
|
|
|
#menu_1 a:hover,
|
|
#menu_1 a.menu_active {
|
|
color: #fff;
|
|
border-bottom: 3px solid #ecb900;
|
|
}
|
|
|
|
#slider-content {
|
|
clear: both;
|
|
width: 100%;
|
|
padding: 20px 0;
|
|
background-color: #000;
|
|
background: url('/images/nosystem/slider-content-bg.png') no-repeat center top;
|
|
border-top: 1px solid #000;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
|
|
#slideshowHolder {
|
|
margin: auto;
|
|
// border: 1px solid #252525;
|
|
-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
|
|
.ft-prev,
|
|
.ft-next {
|
|
display: block;
|
|
padding: 10px 25px;
|
|
background: #000;
|
|
border: 1px solid #252525;
|
|
}
|
|
|
|
.ft-prev {
|
|
border-left: 0px;
|
|
}
|
|
|
|
.ft-next {
|
|
border-right: 0px;
|
|
}
|
|
|
|
.ft-prev:hover,
|
|
.ft-next:hover {
|
|
color: #ecb900;
|
|
border: 1px solid #ecb900;
|
|
}
|
|
|
|
.ft-prev:hover {
|
|
border-left: 0px;
|
|
}
|
|
|
|
.ft-next:hover {
|
|
border-right: 0px;
|
|
}
|
|
|
|
#ft-buttons-slideshowHolder {
|
|
margin: auto;
|
|
margin-top: -25px;
|
|
z-index: 2;
|
|
position: relative;
|
|
}
|
|
|
|
#ft-buttons-slideshowHolder a {
|
|
color: #000;
|
|
}
|
|
|
|
#ft-buttons-slideshowHolder a:hover {
|
|
color: #ecb900;
|
|
}
|
|
|
|
#main {
|
|
width: 100%;
|
|
max-width: 1040px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
margin: 20px auto;
|
|
min-height: 300px;
|
|
background: #1f1f1f;
|
|
clear: both;
|
|
border: 1px solid #252525;
|
|
-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
|
|
padding: 20px 30px;
|
|
}
|
|
|
|
#footer {
|
|
margin: 0 auto 20px;
|
|
width: 100%;
|
|
max-width: 1100px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color: rgba(255, 255, 255, 0.45);
|
|
|
|
#footer_content {
|
|
display: grid;
|
|
grid-template-areas:
|
|
'copyright copyright contact'
|
|
'banners banner contact';
|
|
row-gap: 20px;
|
|
|
|
@media (max-width: 768px) {
|
|
grid-template-areas:
|
|
'contact contact'
|
|
'banners banner'
|
|
'copyright copyright';
|
|
justify-content: center;
|
|
column-gap: 30px;
|
|
}
|
|
|
|
@media (max-width: 500px) {
|
|
grid-template-areas:
|
|
'contact'
|
|
'banners'
|
|
'banner'
|
|
'copyright';
|
|
}
|
|
|
|
.banner.first {
|
|
margin-left: -72px;
|
|
}
|
|
}
|
|
|
|
#copyright {
|
|
// float: left;
|
|
grid-area: copyright;
|
|
}
|
|
|
|
#contact {
|
|
// float: right;
|
|
grid-area: contact;
|
|
|
|
@media (max-width: 768px) {
|
|
* {
|
|
text-align: center !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.banner {
|
|
grid-area: banner;
|
|
// float: left;
|
|
// top: 63px;
|
|
position: relative;
|
|
border: 5px solid #2d2d2d;
|
|
// margin-left: 20px;
|
|
margin-top: 0;
|
|
|
|
img {
|
|
display: block;
|
|
margin: 0;
|
|
height: 100px;
|
|
}
|
|
}
|
|
|
|
#banners {
|
|
grid-area: banners;
|
|
|
|
border: 5px solid #2d2d2d;
|
|
height: 100px;
|
|
width: 250px;
|
|
// clear: both;
|
|
// top: -80px;
|
|
position: relative;
|
|
// float: left;
|
|
|
|
@media (max-width: 500px) {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
a {
|
|
display: block;
|
|
background: #000;
|
|
height: 100px;
|
|
width: 250px;
|
|
|
|
img {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.clearfix {
|
|
clear: both;
|
|
}
|
|
|
|
.contact_line {
|
|
text-align: right;
|
|
padding: 3px 0;
|
|
}
|
|
|
|
#contact_full {
|
|
width: 350px;
|
|
float: left;
|
|
}
|
|
|
|
#contact_full .contact_line {
|
|
text-align: left;
|
|
}
|
|
|
|
#site-title {
|
|
color: #ecb900;
|
|
font-size: 20px;
|
|
letter-spacing: 1px;
|
|
text-decoration: underline;
|
|
text-shadow: 1px 3px 2px #95a654;
|
|
text-transform: lowercase;
|
|
position: relative;
|
|
font-weight: bold;
|
|
text-align: right;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.article_full {
|
|
clear: both;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.article_title,
|
|
h1 {
|
|
font-size: 20px;
|
|
text-decoration: none;
|
|
color: #ecb900;
|
|
font-weight: bold;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.article_date {
|
|
font-size: 10px;
|
|
color: #7e7ea8;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.article_text {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.article_text a {
|
|
color: #ffc900;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.article_list {
|
|
background: #fff;
|
|
clear: both;
|
|
padding: 5px 15px;
|
|
border: 5px solid #7db9e8;
|
|
margin: 5px 0;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.article_list .article_title a {
|
|
color: #1e5799;
|
|
}
|
|
|
|
.article_entry {
|
|
clear: both;
|
|
padding: 10px 0;
|
|
margin: 10px auto;
|
|
}
|
|
|
|
.article_more {
|
|
display: block;
|
|
width: 100px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 10px 20px;
|
|
background: #101e21;
|
|
border: 1px solid rgba(255, 255, 255, 0.4);
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
text-align: center;
|
|
float: right;
|
|
box-sizing: border-box;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.article_more:hover {
|
|
color: #ecb900;
|
|
}
|
|
|
|
.article_img {
|
|
width: 250px;
|
|
height: 150px;
|
|
border: 1px solid #000;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
position: relative;
|
|
margin: 5px 10px 10px 0;
|
|
display: inline-block;
|
|
float: left;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 1);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 1);
|
|
}
|
|
|
|
.article_img div {
|
|
width: 250px;
|
|
height: 150px;
|
|
}
|
|
|
|
.article-img,
|
|
.article_text img {
|
|
border: 1px solid #577476;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
.article_date {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#main .article_mini:first-child {
|
|
clear: both;
|
|
}
|
|
|
|
.article_mini {
|
|
display: inline-block;
|
|
border: 5px solid #000;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
text-align: center;
|
|
padding: 5px 10px;
|
|
margin-right: 2px;
|
|
color: #1e5799;
|
|
cursor: pointer;
|
|
background: #000;
|
|
width: 190px;
|
|
height: 225px;
|
|
clear: right;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.mini_title {
|
|
background: #000;
|
|
color: #ffc900;
|
|
padding: 5px;
|
|
position: relative;
|
|
top: 180px;
|
|
}
|
|
|
|
.article_mini img {
|
|
border: 1px solid #ffffff;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
table#paging {
|
|
margin: 10px auto;
|
|
}
|
|
|
|
a.paging_numbers {
|
|
text-decoration: none;
|
|
display: block;
|
|
background: #142b31;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
border: 1px solid #ffffff;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
font-size: 11px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a.paging_current {
|
|
border: 1px solid #142b31;
|
|
color: #142b31;
|
|
background: #ffffff;
|
|
}
|
|
|
|
a.paging_arrow {
|
|
display: block;
|
|
height: 20px;
|
|
text-decoration: none;
|
|
font-size: 11px;
|
|
line-height: 20px;
|
|
margin: 0 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a.paging_inactive {
|
|
color: #d4d4d4;
|
|
cursor: default !important;
|
|
}
|
|
|
|
a.paging_active {
|
|
color: #142b31;
|
|
}
|
|
|
|
.button {
|
|
display: block;
|
|
width: 100px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 10px 20px;
|
|
background: #101e21;
|
|
border: 1px solid rgba(255, 255, 255, 0.4);
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
text-align: center;
|
|
font-weight: 300;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.button:hover {
|
|
color: #ecb900;
|
|
}
|
|
|
|
.guest_book_entry {
|
|
background: #fff;
|
|
border: 5px solid #7db9e8;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
clear: both;
|
|
padding: 10px;
|
|
font-size: 11px;
|
|
color: #5f5f5f;
|
|
margin: 30px 0;
|
|
}
|
|
|
|
.guest_book_signature {
|
|
color: #b6b6b6;
|
|
font-size: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.guest_book_signature span {
|
|
font-size: 12px;
|
|
color: #1e5799;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.guest_book_add_entry {
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.default_table {
|
|
clear: both;
|
|
margin: auto;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.default_table td {
|
|
padding: 10px 15px 5px;
|
|
}
|
|
|
|
div.alert {
|
|
background: #1e5799;
|
|
/* Old browsers */
|
|
background: -moz-linear-gradient(-45deg, #1e5799 0%, #7db9e8 100%);
|
|
/* FF3.6+ */
|
|
background: -webkit-gradient(linear,
|
|
left top,
|
|
right bottom,
|
|
color-stop(0%, #1e5799),
|
|
color-stop(100%, #7db9e8));
|
|
/* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(-45deg, #1e5799 0%, #7db9e8 100%);
|
|
/* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(-45deg, #1e5799 0%, #7db9e8 100%);
|
|
/* Opera 11.10+ */
|
|
background: -ms-linear-gradient(-45deg, #1e5799 0%, #7db9e8 100%);
|
|
/* IE10+ */
|
|
background: linear-gradient(-45deg, #1e5799 0%, #7db9e8 100%);
|
|
/* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
|
|
/* IE6-9 fallback on horizontal gradient */
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
padding: 10px 25px;
|
|
margin: 10px auto;
|
|
clear: both;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.article_draw {
|
|
clear: both;
|
|
width: 100%;
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
}
|
|
|
|
.article_draw_title {
|
|
font-size: 20px;
|
|
margin: 5px 0 20px;
|
|
text-transform: uppercase;
|
|
color: #ecb900;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.article_draw_text img {
|
|
border: 1px solid #000;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.article_draw_date {
|
|
margin-bottom: 10px;
|
|
color: #8f8f8f;
|
|
}
|
|
|
|
.article_draw p {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
fieldset {
|
|
border: 0px solid #cfcfcf;
|
|
padding: 20px 10px 10px;
|
|
margin: 10px auto;
|
|
}
|
|
|
|
legend {
|
|
padding: 0 10px;
|
|
color: #2a2927;
|
|
margin-top: -15px;
|
|
margin-left: -10px;
|
|
position: absolute;
|
|
letter-spacing: 1px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.art_gallery a {
|
|
display: inline-block;
|
|
margin: 5px;
|
|
}
|
|
|
|
.gallery_img {
|
|
display: block;
|
|
padding: 5px;
|
|
background: #e4dfa8;
|
|
}
|
|
|
|
.user_panel_mini {
|
|
border-collapse: collapse;
|
|
margin: 10px auto;
|
|
}
|
|
|
|
.user_panel_mini td.header {
|
|
padding: 5px;
|
|
letter-spacing: 1px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.user_panel_mini a {
|
|
color: #142b31;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#user_panel_img {
|
|
float: left;
|
|
margin-right: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.user_menu p {
|
|
margin: 10px auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.user_menu p a {
|
|
text-decoration: none;
|
|
color: #4f4f4f;
|
|
font-weight: bold;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.registration_form {
|
|
border-collapse: collapse;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.registration_form td {
|
|
padding: 5px 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
input[type='text'],
|
|
input[type='password'],
|
|
textarea,
|
|
select {
|
|
border: 1px solid #cccccc;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #555555;
|
|
display: inline-block;
|
|
font-size: 11px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
padding: 4px 10px;
|
|
-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
|
|
-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
|
|
-ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
|
|
-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
|
|
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
|
|
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
|
|
width: 300px;
|
|
}
|
|
|
|
textarea {
|
|
height: 80px;
|
|
}
|
|
|
|
table.registration {
|
|
border-collapse: collapse;
|
|
border: 1px solid #a8a8a8;
|
|
}
|
|
|
|
table.registration td,
|
|
table.registration th {
|
|
padding: 5px 10px;
|
|
background: #e0e0e0;
|
|
}
|
|
|
|
.banner {
|
|
margin: 10px auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.banner img {
|
|
display: block;
|
|
}
|
|
|
|
.left {
|
|
text-align: left;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
}
|
|
|
|
.calendar {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.calendar td {
|
|
vertical-align: top;
|
|
padding: 5px 10px;
|
|
border: 1px solid #444444;
|
|
text-align: justify;
|
|
}
|
|
|
|
.calendar tr td:first-child {
|
|
text-align: center;
|
|
}
|
|
|
|
.calendar tr.holiday td {
|
|
color: #ffc900;
|
|
}
|
|
|
|
.calendar tr td:last-child {
|
|
width: 300px;
|
|
}
|
|
|
|
#ft-buttons-slideshowHolder {
|
|
display: none;
|
|
}
|
|
|
|
.article_draw_text ol li {
|
|
margin-left: 280px;
|
|
}
|
|
|
|
#links {
|
|
background: none repeat scroll 0 0 #ffffff;
|
|
bottom: 0;
|
|
height: 300px;
|
|
left: 0;
|
|
margin-left: -202px;
|
|
position: fixed;
|
|
width: 200px;
|
|
z-index: 1;
|
|
}
|
|
|
|
#plakat {
|
|
position: fixed;
|
|
top: 50%;
|
|
margin-top: -125px;
|
|
right: 0;
|
|
}
|
|
|
|
#plakat img {
|
|
border: 5px solid #000;
|
|
border-right: 0;
|
|
width: 300px;
|
|
}
|
|
|
|
.art_gallery {
|
|
text-align: center;
|
|
}
|
|
|
|
.gallery_picture {
|
|
width: 120px;
|
|
height: 120px;
|
|
border: 5px solid #fff;
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
position: relative;
|
|
margin: 25px 0 0 15px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.gallery_picture:hover {
|
|
border: 5px solid #ecb900;
|
|
}
|
|
|
|
.gallery_picture div {
|
|
width: 120px;
|
|
height: 120px;
|
|
}
|
|
|
|
.title {
|
|
clear: both;
|
|
color: #ffc900;
|
|
font-weight: 400;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#promo * {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#promo {
|
|
padding-top: 50px;
|
|
margin: 20px 0;
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
#promo .img {
|
|
width: 300px;
|
|
display: inline-block;
|
|
margin: 0 20px 20px 0;
|
|
*float: left;
|
|
}
|
|
|
|
#promo .img span {
|
|
display: block;
|
|
background: #000;
|
|
padding: 8px;
|
|
text-align: center;
|
|
color: #f2bf00;
|
|
width: 100%;
|
|
}
|
|
|
|
#promo .img img {
|
|
border: 2px solid #000;
|
|
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
|
|
width: 100%;
|
|
}
|
|
|
|
#promo::after {
|
|
clear: both;
|
|
content: '';
|
|
display: block;
|
|
}
|
|
|
|
/*
|
|
FILE ARCHIVED ON 23:10:30 Aug 21, 2018 AND RETRIEVED FROM THE
|
|
INTERNET ARCHIVE ON 13:52:24 Feb 03, 2022.
|
|
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
|
|
|
|
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
|
|
SECTION 108(a)(3)).
|
|
*/
|
|
/*
|
|
playback timings (ms):
|
|
captures_list: 201.034
|
|
exclusion.robots: 0.263
|
|
exclusion.robots.policy: 0.244
|
|
RedisCDXSource: 145.342
|
|
esindex: 0.019
|
|
LoadShardBlock: 33.414 (3)
|
|
PetaboxLoader3.datanode: 57.352 (5)
|
|
CDXLines.iter: 18.238 (3)
|
|
load_resource: 137.343 (2)
|
|
PetaboxLoader3.resolve: 57.494 (2)
|
|
*/
|
|
.row {
|
|
display: grid;
|
|
width: 100%;
|
|
grid-gap: 20px;
|
|
grid-template-columns: 350px 1fr;
|
|
|
|
@media (max-width: 768px) {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
}
|
|
|
|
.row .col-md-4 a {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.videos-box {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
margin-bottom: 25px;
|
|
gap: 30px;
|
|
justify-content: center;
|
|
|
|
@media (max-width: 768px) {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
}
|
|
|
|
.hp-title-image {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
@media (max-width: 992px) {
|
|
img {
|
|
height: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 680px) {
|
|
flex-direction: column;
|
|
}
|
|
} |