-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
104 lines (88 loc) · 2.36 KB
/
styles.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
body{
text-transform: capitalize;
background-color: #2b5252;
background-size: contain;
background-attachment: fixed;
color: #000000;
}
a:link /*a normal, unvisited link*/, a:visited /*a link the user has visited*/
{
background-color: #000000;
color: #d2e716;
padding: 0px 20px;
border-radius: 15px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover /*a link when the user mouses over it*/
{
background-color: #d2e716;
color: #000000;
}
a:active /*a link the moment it is clicked*/
{
background-color: #07a098;
color: #ffffff;
}
h1.one{
color: #000000;;
line-height: normal;
white-space: nowrap;
word-spacing: 5px;
text-shadow: 3px 1px 10px #ff0606;
}
ol {
background: #ff9999;
padding: 20px;
}
ul {
background: #3399ff;
padding: 20px;
}
ol li {
background: #ffe5e5;
color: darkred;
padding: 5px;
margin-left: 35px;
}
ul li {
background: #cce5ff;
color: darkblue;
margin: 5px;
}
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
tr:hover {background-color: coral;}
h1.two{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-style: italic;
font-size: x-large;
font-weight: 900;
color: #000000;
}
.first{
letter-spacing: 5px;
text-decoration: underline;
text-align: center;
border: 2px solid #000000;
background-color: #a8a8a8;
opacity: 0.8;
}
.main{
border-image-repeat: repeat;
color: #000000;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.calling{
color: #a8a8a8;
font-family: Georgia, 'Times New Roman', Times, serif;
}
/* you have to add codes here */