This repository was archived by the owner on Jul 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.css
More file actions
93 lines (78 loc) · 1.41 KB
/
main.css
File metadata and controls
93 lines (78 loc) · 1.41 KB
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
body#main-body {
border : 3px solid rgba( 255, 255, 255, 0.8 );
border-top : 0;
border-radius : 0 0 10px 10px;
background : rgba( 255, 255, 255, 0.5 );
margin : 0 auto;
width : 960px;
}
#title img {
max-width: 270px;
}
textarea {
resize: none
}
#searchHolder {
padding : 100px 0 100px 0;
text-align : center;
}
#searchWrapper {
position : relative;
display : inline-block;
margin : 0 auto;
}
#searchQuery {
border-right: 0px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#searchQuery:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}
#searchQuery:focus {
outline: none;
}
#search-form {
position: relative;
margin: 0 auto;
}
#resultHolder table {
display : block
}
#resultHolder table th {
padding : 2px;
text-align : center;
}
#resultHolder table td {
padding : 2px 4px
}
#math-output {
margin: 10px;
font-size: 25pt;
text-align: center;
}
footer {
border-radius: inherit;
border-top : 1px solid #999;
padding : 7px;
font-family : Verdana;
font-size : 10pt;
color : #333;
}
#footer-mws-logo {
float: left;
display: block;
}
#footer-description {
margin: 0 10px;
text-align: center;
}
.example {
text-align: left;
}
#examples .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
}