Files
rockowa.com/layout/default.css
Jacek Pyziak 6417859da1 feat: Update font styles and sizes in default.css
The commit updates the font styles and sizes in the default.css file. It changes the font family to "Open Sans" and increases the font size to 16px. It also adjusts the line height for better readability.
2024-05-31 13:55:33 +02:00

840 lines
14 KiB
CSS

* {
margin: 0;
padding: 0
}
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: 1100px;
margin: 10px auto;
}
#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;
float: left;
text-align: left;
height: 150px;
line-height: 230px;
font-family: "Helvetica Neue", Arial, sans-serif;
width: 900px;
}
#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_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: 1040px;
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: 1100px;
color: rgba(255, 255, 255, 0.45);
}
.clearfix {
clear: both;
}
#copyright {
float: left;
}
#contact {
float: right;
}
.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);
}
.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: 172px;
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: 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;
}
#banners {
border: 5px solid #2D2D2D;
height: 100px;
width: 250px;
clear: both;
top: -80px;
position: relative;
float: left;
}
#banners a {
display: block;
background: #000;
height: 100px;
width: 250px;
}
#banners a img {
height: 100%;
width: 100%;
object-fit: contain;
}
#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;
}
.banner {
float: left;
top: 63px;
position: relative;
border: 5px solid #2D2D2D;
margin-left: 20px;
margin-top: 0;
}
#footer_content .banner.first {
margin-left: -72px;
}
.banner img {
display: block;
margin: 0;
height: 100px;
}
.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-template-columns: 350px 1fr;
grid-gap: 20px;
}
.row .col-md-4 a {
display: block;
text-align: center;
}