-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
110 lines (110 loc) · 2.12 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
* {
margin: 0;
}
html {
width: 1080px;
margin: 0 auto;
}
body {
background-color: #242424;
}
.by {
text-align: right;
color: #DDDDDD;
background-color: #242424;
border-radius: 5px;
padding: 2.5%;
height: 50px;
margin: 5% auto;
}
.container {
background-color: #434343;
border-radius: 5px;
padding: 2.5%;
height: 100%;
margin: 5% auto;
margin-top: 15%;
padding-top: 7.5%;
text-align: center;
}
button:hover {
box-shadow: inset 0 5px 5px 0 #434343;
}
.buttons {
margin-left: 40%;
}
.col-md-8 {
color: white;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
display: block;
margin-top: 15%;
}
#random {
text-decoration: none;
background-color: #DD7777;
border-radius: 5px;
margin-left: 0;
padding: 2.5% 5% 2.5% 5%;
color: #DDDDDD;
}
#random:hover{
box-shadow: inset 0 5px 5px 0 #434343;
}
form {
margin-top: 5%;
text-align: center;
margin-right: 4%;
margin-bottom: 3%;
}
input{
margin-top: 2%;
font-size: 12px;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-bottom: 2%;
}
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
background: #ededed url(https://www.qual.co.uk/images/mob-search-icon.png) no-repeat 9px center;
border:solid 1px #ccc;
padding:9px 10px 9px 32px;
width:10%;
-webkit-border-radius:10em;
-mox-border-radius:10em;
border-radius:10em;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
margin-left: 4%;
}
input[type=search]:hover{
width:100%;
outline:0;
background-color:#fff;
border-color:#6dcff6;
-webkit-box-shadow:0 0 5px rgba(109,207,246,.5);
-moz-box-shadow:0 0 5px rgba(109,207,246,.5);
box-shadow:0 0 5px rgba(109,207,246,.5);
margin-left: 0%;
}
#entry{
background-color: #232323;
border-radius: 5px;
padding-bottom: 2%;
margin-top: 1.5%;
margin-bottom: 1.5%;
margin-left: 4%;
}
a {
text-decoration: none;
color: #DDDDDD;
}
#title {
font-family: "Pacifico";
}