mystartpage/css/mystartpage.css

96 lines
1.6 KiB
CSS
Raw Permalink Normal View History

@import url(https://fonts.googleapis.com/css?family=Roboto:400,200);
2016-03-13 20:43:07 +01:00
* {
margin: 0;
padding: 0; }
html, body {
margin: 0;
padding: 0;
2016-03-13 20:59:22 +01:00
background: #002b36; }
2016-03-13 20:43:07 +01:00
.row {
2016-03-13 20:59:22 +01:00
text-align:center;
margin-top: 250px; }
2016-03-13 20:43:07 +01:00
.row .column {
2016-03-13 20:59:22 +01:00
display: inline;
letter-spacing: 0.5em; }
2016-03-13 20:43:07 +01:00
.row .column a {
2016-03-13 20:59:22 +01:00
font-size: 250%;
color: rgba(0,0,0,0) }
2016-03-13 20:43:07 +01:00
2016-03-13 20:59:22 +01:00
.row .column a:not(:hover) {
opacity: 0.8;
transition: opacity .5s; }
2016-03-13 20:43:07 +01:00
form {
width: 100%;
margin: auto;
padding: 0px;
text-align: center;
2016-03-13 20:59:22 +01:00
background: #002b36;
2016-03-13 20:43:07 +01:00
position: relative;
top: 60px; }
.search {
width: 440px;
2016-03-13 20:59:22 +01:00
height: 25px;
2016-03-13 20:43:07 +01:00
margin-right: 0px;
padding: 5px;
2016-03-13 20:59:22 +01:00
background: #002b36;
2016-03-13 20:43:07 +01:00
font-family: "Roboto", "Consolas", "Helvetica", sans-serif;
2016-03-13 20:59:22 +01:00
font-size: 14px;
letter-spacing: 0.75px;
color: #eee8d5;
opacity: 0.8;
border: 2.5px solid #073642; }
2016-03-13 20:43:07 +01:00
.search:hover {
2016-03-13 20:59:22 +01:00
border: 2.5px solid #073642; }
2016-03-13 20:43:07 +01:00
.search:focus {
outline: none;
2016-03-13 20:59:22 +01:00
border: 2.5px solid #073642; }
2016-03-13 20:43:07 +01:00
icons {
width: 500px;
height: 40px;
margin: 0px auto;
padding: 45px 0;
font: "Roboto", "Consolas", "Helvetica", sans-serif;
text-align: center;
text-transform: uppercase;
}
i {
2016-03-13 20:59:22 +01:00
color: #eee8d5;
2016-03-13 20:43:07 +01:00
font-family: icons;
font-size: 150px;
font-weight: normal;
font-style: normal;
line-height: 0.0;
opacity: 0.7;
}
icons h2 {
margin: 0 0 8px;
2016-03-13 20:59:22 +01:00
color: #eee8d5;
2016-03-13 20:43:07 +01:00
font-size: 55px;
font-weight: 300;
text-align: center;
opacity: 0.5;
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
icons ul {
margin: 0;
padding: 0;
}
icons li {
2016-03-13 20:59:22 +01:00
background: #eee8d5;
2016-03-13 20:43:07 +01:00
background: rgba(255,255,255,0.90);
padding: 20px;
display: inline-block;
border-radius: 5px;
}