-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (96 loc) · 1.46 KB
/
style.css
File metadata and controls
96 lines (96 loc) · 1.46 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
body {
margin: 0;
padding: 0;
direction: rtl;
font-family: "B Yekan";
}
a {
color: blue; text-decoration: none;
}
.result:visited {
color: #93F;
}
hr {
color: #ccc;
}
input {
font-family: "B Yekan";
clear: both;
}
.Rectangle1
{
padding-top: 10px;
background-image: url("/images/Rectangle1.png");
background-repeat: repeat-x;
}
.Rectangle2
{
background-image: url("/images/Rectangle2.png");
background-repeat: repeat-x;
}
.Rectangle3
{
height: 60px;
}
.Layer3
{
margin-top: 10%;
margin-bottom: 10%;
}
.RoundedRectangle1
{
width: 500px;
height: 58px;
border-width: 0px;
border-radius: 5px;
padding: 10px;
font-size: 24px;
background-image: url('/images/RoundedRectangle1.png');
}
.RoundedRectangle2
{
height: 58px;
background-image: url('/images/RoundedRectangle2.png');
color: white;
font-size: 24px;
border-width: 0px;
border-radius: 5px;
padding: 10px;
}
.menus {
background-image: url('/images/Rectangle3.png');
font-size: 22px;
width: 78px;
}
.menus a {
text-decoration: none;
color: white;
}
.menu {
font-size: 22px;
width: 90px;
}
.menu a {
text-decoration: none;
color: #999;
}
.AllRightsReservedfor
{
direction: ltr;
font-family: "Myriad Pro";
}
.AllRightsReservedfor a {
text-decoration: none;
}
.body {
top: 180px; right: 20px;
}
.page {
font-family: "B Yekan"; font-size: 24px;
}
.body img {
max-width: 250px;
max-height: 250px;
margin: 20px;
border: 0px;
}