Update StyleSheet.css

This commit is contained in:
Krzysztof
2019-03-10 15:26:09 +01:00
committed by GitHub
parent 9d60f4a0c2
commit c2b54d4cb2
+149 -130
View File
@@ -1,163 +1,182 @@
.tlo { * {
display: flex; margin: 0px;
flex-flow: row wrap;
text-align: center;
} }
.PayPal { body {
padding: 15px 0px 15px; font-family: "FantasqueSansMonoRegular";
width: 100%;
background-color: #1e1e1e;
} }
.tlo > * { /* Header */
flex: 1 100%;
}
header { .header {
background: black; box-sizing: border-box;
background-color: #1e1e1e;
color: white; color: white;
padding: 15px; padding: 24px;
float: left;
height: 200px;
width: 33%;
} }
.czcionka { .header h1 {
font-family: "Arial"; font-size: 48px;
} font-style: italic;
.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;
} }
.dropdown-content { .header h4:hover {
background-color: rgb(58, 64, 69, 0.7); color: orange;
display: none; }
position: absolute;
min-width: 300px; .header img {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); height: 128px;
border-bottom-left-radius: 10px; float: left;
border-bottom-right-radius: 10px; margin: 8px;
border-top-left-radius: 10px; text-align: left;
border-top-right-radius: 10px; padding: 8px;
z-index: 1; padding-right: 24px;
}
/* Panel */
.panel{
box-sizing: border-box;
background-color: white;
width: 67%;
height: 200px;
float: right;
} }
li.dropdown { .navigation {
display: inline-block; background-color: #1e1e1e;
float: bottom;
padding: 14px 16px;
height: 32px;
} }
.dropdown-content a { .navigation a {
text-align: center;
color: white; color: white;
padding: 12px 16px; padding: 14px 16px;
text-decoration: none; text-decoration: none;
display: block; float: right;
}
.navigation a:hover {
background-color: orange;
}
.navigation button {
font-family: "FantasqueSansMonoRegular";
text-align: center; 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 { .leftside a {
display: block; text-align: left;
}
nav {
background: #111;
display: block;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
section {
background: rgb(58, 64, 69);
display: block; display: block;
color: white; color: white;
} font-size: 18px;
text-decoration: none;
}
section p { .leftside a:hover {
color: rgb(58, 64, 69); color: orange;
} }
article li a { /* Prawa strona */
display: block;
background: rgb(58, 64, 69);
margin: 10px auto;
}
footer li a { .rightside {
display: block; background-color: white;
background: rgb(58, 64, 69); width: 67%;
margin: 10px auto; float: right;
}
article {
background: rgb(100, 106, 111);
display: block;
color: white;
font-family: 'Arial';
text-align: center; text-align: center;
box-sizing: border-box;
} }
article p { .card {
font-size: 10px; background-color: white;
text-align: center;
float: right;
width: 100%;
margin: 16px 0px 24px 0px;
} }
article img { .card img {
padding: 16px; 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 { /* Ikony */
background: black;
.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; color: white;
} }