-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (99 loc) · 2.03 KB
/
Copy pathstyle.css
File metadata and controls
116 lines (99 loc) · 2.03 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@import url(https://fonts.googleapis.com/css?family=Tangerine);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Alef|M+PLUS+Rounded+1c);
#menu
{
position: fixed;
width: 100%;
height: 25px;
overflow: hidden;
float: left;
color: #3a3939;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 25px;
font-family: 'Anton', sans-serif;
text-shadow: 4px 4px 4px #aaa;
font-weight: 600;
background-image: url("forMenu.jpg") ;
background-size: 1400px;
background-repeat: no-repeat;
}
#logo{
font-family: 'Anton', sans-serif;
text-shadow: 4px 4px 4px #aaa;
font-size: 60px;
}
#QA{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Alef', sans-serif;
font-size: 22px;
}
/* Change the color of links on hover */
#menu a:hover
{
color: rgb(7, 7, 7);
}
#menu > div {
display: inline-block;
*display: inline; /* For IE7 */
zoom: 1; /* Trigger hasLayout */
width: 12%;
text-align: center;
}
h1
{
color: #3a3939;
text-align: center;
font-size: 60px;
font-weight: 900;
font-family:'Tangerine', serif;
text-shadow: 4px 4px 4px #aaa;
text-decoration: underline;
}
h2,h3{
text-align: center;
color:#3a3939;
font-size: 32px; font-family:'Tangerine', serif;
padding-bottom: 10px;
font-weight: 900;
}
#logo
{
text-align: center;
}
#about>div{
font-size: 25px;
}
body{
background-image: url("menu_back.jpg") ;
font-family: 'Raleway', sans-serif;
}
a:link {
text-decoration: none;
color: #3a3939;
}
/* visited link */
a:visited {
color: #3a3939;
}
/* mouse over link */
a:hover {
color: #f2f2f2;
}
/* selected link */
a:active {
background-color: rgb(230, 134, 134) ;
color: #f2f2f2;
}
.section{
text-align: center;
font-size: 20px;
}
input[type=text] {
color: #3a3939;
border-radius: 4px;
font-size: 20px;
}