Zaktualizuj 'styles.css'
zmiana button, button:hover i button:active
This commit is contained in:
parent
c4dfc353ca
commit
ee88b140d2
296
styles.css
296
styles.css
@ -1,135 +1,163 @@
|
|||||||
body
|
body
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: ;
|
background-color: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
li
|
li
|
||||||
{
|
{
|
||||||
float: center;
|
float: center;
|
||||||
}
|
}
|
||||||
li a{
|
li a{
|
||||||
display: block;
|
display: block;
|
||||||
color: black;
|
color: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0%;
|
padding: 0%;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: orange;
|
background-color: orange;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reset-settings
|
.reset-settings
|
||||||
{
|
{
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container
|
#container
|
||||||
{
|
{
|
||||||
width: auto;
|
width: auto;
|
||||||
higher: auto;
|
higher: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top
|
.top
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 0.9%;
|
padding-top: 0.9%;
|
||||||
padding-bottom: 0.5%;
|
padding-bottom: 0.5%;
|
||||||
padding-left: 0.4%;
|
padding-left: 0.4%;
|
||||||
padding-right: 0.4%;
|
padding-right: 0.4%;
|
||||||
width: 99.2%;
|
width: 99.2%;
|
||||||
background: linear-gradient(#0014ff, #00dcff);
|
background: linear-gradient(#0014ff, #00dcff);
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-left
|
#top-left
|
||||||
{
|
{
|
||||||
width: 20%;
|
width: 20%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-center
|
#top-center
|
||||||
{
|
{
|
||||||
width: 60%;
|
width: 60%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-right
|
#top-right
|
||||||
{
|
{
|
||||||
width: 20%;
|
width: 20%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo
|
#logo
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-bar
|
.menu-bar
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 0.5%;
|
padding-top: 0.5%;
|
||||||
padding-bottom: 0.5%;
|
padding-bottom: 0.5%;
|
||||||
padding-left: 0.4%;
|
padding-left: 0.4%;
|
||||||
padding-right: 0.4%;
|
padding-right: 0.4%;
|
||||||
width: 99.2%;
|
width: 99.2%;
|
||||||
background: #0095ff;;
|
background: #0095ff;;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-bar-left
|
#menu-bar-left
|
||||||
{
|
{
|
||||||
width: 30%;
|
width: 30%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-bar-center
|
#menu-bar-center
|
||||||
{
|
{
|
||||||
width: 60%;
|
width: 60%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-bar-right
|
#menu-bar-right
|
||||||
{
|
{
|
||||||
width: 10%;
|
width: 10%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login-button
|
#login-button
|
||||||
{
|
{
|
||||||
padding: 2% 5.5%;
|
padding: 2% 5.5%;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button
|
.button {
|
||||||
{
|
display: block;
|
||||||
background: #b400ff;
|
height: 20px;
|
||||||
text-decoration: none;
|
width: 40%;
|
||||||
color: black;
|
background: #FF8C00;
|
||||||
}
|
border: 2px solid rgba(33, 68, 72, 0.59);
|
||||||
|
|
||||||
.button:hover
|
color: rgba(0, 0, 0, 0.55);
|
||||||
{
|
text-align: center;
|
||||||
background: #d97eff;
|
font: bold "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||||
}
|
font-size: 100%;
|
||||||
|
|
||||||
.button:active
|
background-color: #FF8C00;
|
||||||
{
|
|
||||||
background: #ffd664;
|
-webkit-border-radius: 50px;
|
||||||
}
|
-khtml-border-radius: 50px;
|
||||||
|
-moz-border-radius: 50px;
|
||||||
#content
|
border-radius: 50px;
|
||||||
{
|
|
||||||
padding: 5% 15%;
|
-webkit-box-shadow: 0 8px 0 #995400;
|
||||||
}
|
-moz-box-shadow: 0 8px 0 #995400;
|
||||||
|
box-shadow: 0 8px 0 #995400;
|
||||||
#footer
|
|
||||||
{
|
text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
|
||||||
background: #0095ff;
|
}
|
||||||
padding: 0.2%;
|
|
||||||
|
.button:hover {
|
||||||
|
background-color: #995400;
|
||||||
|
|
||||||
|
-webkit-border-radius: 50px;
|
||||||
|
-khtml-border-radius: 50px;
|
||||||
|
-moz-border-radius: 50px;
|
||||||
|
border-radius: 50px;
|
||||||
|
|
||||||
|
-webkit-box-shadow: 0 8px 0 #995400;
|
||||||
|
-moz-box-shadow: 0 8px 0 #995400;
|
||||||
|
box-shadow: 0 8px 0 #995400;
|
||||||
|
|
||||||
|
text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:active
|
||||||
|
{
|
||||||
|
background: #e67e00;
|
||||||
|
}
|
||||||
|
#content
|
||||||
|
{
|
||||||
|
padding: 5% 15%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer
|
||||||
|
{
|
||||||
|
background: #0095ff;
|
||||||
|
padding: 0.2%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user