-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
105 lines (85 loc) · 1.96 KB
/
style.css
File metadata and controls
105 lines (85 loc) · 1.96 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
/*Home Tab*/
#backgroundhome{
background: url('http://il6.picdn.net/shutterstock/videos/13905140/thumb/1.jpg') no-repeat 0 0 scroll;
background-color:#0C0C0C;
background-size: 100% 100%;
height:100%;
width:100%;
}
p.home
{
color: green;
font-family: "Lucida Console";
}
nav.home div
{
background-color: black;
text-align: center;
}
/*Home Tab*/
/*Aboue Me Tab*/
#backgroundaboutme{
background: url('http://www.imagestowallpapers.com/wp-content/uploads/2015/12/Background-Image-CSS4.jpg') no-repeat 0 0 scroll;
background-color:#0C0C0C;
background-size: 100% 100%;
height:100%;
width:100%;
}
nav.aboutme div
{
background-color: #d27979;
text-align: left;
}
.navigationaboutme {
color: white;
text-decoration: none;
}
/*Aboue Me Tab*/
#backgroundmajor{
background: url('http://www.imagestowallpapers.com/wp-content/uploads/2015/12/Background-Image-CSS.jpg') no-repeat 0 0 scroll;
background-color:#0C0C0C;
background-size: 150% 150%;
height:100%;
width:100%;
}
#backgroundfact{
background: url('http://orig10.deviantart.net/c9a5/f/2014/121/0/3/meepo_dota_2_wallpaper_clean_by_css101-d7go9t6.jpg') no-repeat 0 0 scroll;
background-color:#0C0C0C;
background-size: 100% 100%;
height:100%;
width:100%;
}
table{
text-align: left;
}
tr th {
width: 150px;
font-weight: bold;
text-decoration: underline
}
td:nth-child(even) {background: #25BBB2}
td:nth-child(odd) { background: #92986F}
td:hover{
color: #F0F0F0;
background: #E16F7C}
nav div
{
background-color: skyblue;
border-style: solid;
}
.navigation {
color: red;
text-decoration: none;
}
.nav_tab:hover {
color: yellow;
text-decoration: underline;
}
#navigation{
color: blue;
font-weight: bold;
text-decoration: none;
}
span.note {
font-size: 120%;
color: red;}