Update StyleSheet.css
This commit is contained in:
+149
-130
@@ -1,163 +1,182 @@
|
||||
.tlo {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
text-align: center;
|
||||
* {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.PayPal {
|
||||
padding: 15px 0px 15px;
|
||||
body {
|
||||
font-family: "FantasqueSansMonoRegular";
|
||||
width: 100%;
|
||||
background-color: #1e1e1e;
|
||||
}
|
||||
|
||||
.tlo > * {
|
||||
flex: 1 100%;
|
||||
}
|
||||
/* Header */
|
||||
|
||||
header {
|
||||
background: black;
|
||||
.header {
|
||||
box-sizing: border-box;
|
||||
background-color: #1e1e1e;
|
||||
color: white;
|
||||
padding: 15px;
|
||||
padding: 24px;
|
||||
float: left;
|
||||
height: 200px;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.czcionka {
|
||||
font-family: "Arial";
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.Kontakt h4 {
|
||||
padding: 0px 60px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
ul li {
|
||||
float: inherit;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
li a, .dropbtn {
|
||||
display: block;
|
||||
font-family: "Arial";
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
text-align: center;
|
||||
min-width: 225px;
|
||||
max-width: 225px;
|
||||
font-size: 12px;
|
||||
margin: 10px;
|
||||
padding: 14px 16px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.dropbtn {
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
|
||||
li a:hover, .dropdown:hover .dropbtn {
|
||||
background-color: #33cc33;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
.header h1 {
|
||||
font-size: 48px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
background-color: rgb(58, 64, 69, 0.7);
|
||||
display: none;
|
||||
position: absolute;
|
||||
min-width: 300px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
z-index: 1;
|
||||
.header h4:hover {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.header img {
|
||||
height: 128px;
|
||||
float: left;
|
||||
margin: 8px;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
/* Panel */
|
||||
|
||||
.panel{
|
||||
box-sizing: border-box;
|
||||
background-color: white;
|
||||
width: 67%;
|
||||
height: 200px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
li.dropdown {
|
||||
display: inline-block;
|
||||
.navigation {
|
||||
background-color: #1e1e1e;
|
||||
float: bottom;
|
||||
padding: 14px 16px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.dropdown-content a {
|
||||
.navigation a {
|
||||
text-align: center;
|
||||
color: white;
|
||||
padding: 12px 16px;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.navigation a:hover {
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
.navigation button {
|
||||
font-family: "FantasqueSansMonoRegular";
|
||||
text-align: center;
|
||||
min-width: 300px;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.navigation button:hover {
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
/* Lewa strona */
|
||||
|
||||
.leftside {
|
||||
padding: 24px;
|
||||
background-color: #1e1e1e;
|
||||
color: white;
|
||||
width: 33%;
|
||||
float: left;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
nav {
|
||||
background: #111;
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
section {
|
||||
background: rgb(58, 64, 69);
|
||||
.leftside a {
|
||||
text-align: left;
|
||||
display: block;
|
||||
color: white;
|
||||
}
|
||||
font-size: 18px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
section p {
|
||||
color: rgb(58, 64, 69);
|
||||
}
|
||||
.leftside a:hover {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
article li a {
|
||||
display: block;
|
||||
background: rgb(58, 64, 69);
|
||||
margin: 10px auto;
|
||||
}
|
||||
/* Prawa strona */
|
||||
|
||||
footer li a {
|
||||
display: block;
|
||||
background: rgb(58, 64, 69);
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
article {
|
||||
background: rgb(100, 106, 111);
|
||||
display: block;
|
||||
color: white;
|
||||
font-family: 'Arial';
|
||||
.rightside {
|
||||
background-color: white;
|
||||
width: 67%;
|
||||
float: right;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
article p {
|
||||
font-size: 10px;
|
||||
.card {
|
||||
background-color: white;
|
||||
text-align: center;
|
||||
float: right;
|
||||
width: 100%;
|
||||
margin: 16px 0px 24px 0px;
|
||||
}
|
||||
|
||||
article img {
|
||||
padding: 16px;
|
||||
.card img {
|
||||
width: 256px;
|
||||
}
|
||||
|
||||
.card h3 {
|
||||
padding: 14px 16px;
|
||||
color: black;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.card button {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
background-color: green;
|
||||
padding: 14px 16px;
|
||||
}
|
||||
|
||||
.card button:hover{
|
||||
background-color: white;
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* Stopka */
|
||||
|
||||
.stopka {
|
||||
margin-top: 16px;
|
||||
background-color: #1e1e1e;
|
||||
color: white;
|
||||
padding: 24px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 97.45%;
|
||||
}
|
||||
|
||||
footer {
|
||||
background: black;
|
||||
/* Ikony */
|
||||
|
||||
.fa {
|
||||
padding: 20px;
|
||||
font-size: 30px;
|
||||
width: 64px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
margin: 5px 2px;
|
||||
}
|
||||
|
||||
.fa:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.fa-facebook {
|
||||
background: #3B5998;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.fa-github {
|
||||
background: #24292e;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user