forked from ibbyib/myplaceofpeace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (110 loc) · 1.96 KB
/
style.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
105
106
107
108
109
110
.nav ul li{
display:inline-block;
text-decoration: none;
text-transform: uppercase;
}
.nav ul li a{
text-decoration: none;
-moz-transition:0.7s;
-webkit-transition:0.7s;
-o-transition:0.7s;
-ms-transition:0.7s;
transition:0.7s;
font-family:'ubuntu mono';
font-size:25px;
padding-right:20px;
padding-bottom:10px;
color:#000000;
vertical-align: middle;
}
.nav ul li a:hover{
color:#ffffff;
}
.nav{
background-color:red;
margin:0px;
top:0;
border:1px solid #000000;
float:top;
vertical-align: top;
}
.name{
float:left;
vertical-align: text-top;
}
.list{
float:right;
}
#innerwrapper{
margin-left:3em;
margin-right:30em;
font-family:'ubuntu mono';
border:1px solid #ffffff;
padding-left:10px;
margin-top:1em;
margin-bottom:1em;
background-color:#ffffff;
box-shadow: 0px 0px 1px 1px #ffffff;
-o-transition:0.3s;
-webkit-transition:0.3s;
-moz-transition:0.3s;
-ms-transition:0.3s;
transition:0.3s;
}
footer{
background-color:red;
font-family:'ubuntu mono';
text-align: center;
color:gray;
}
iframe{
float:right;
margin-top:3em;
margin-right:5em;
}
#innerwrapper:hover{
box-shadow:0px 0px 4px 4px #ffffff;
}
#second-story{
margin-left:3em;
margin-right:30em;
font-family:'ubuntu mono';
border:1px solid #ffffff;
padding-left:10px;
margin-top:1em;
margin-bottom:1em;
background-color:#ffffff;
box-shadow: 0px 0px 1px 1px #ffffff;
-o-transition:0.3s;
-webkit-transition:0.3s;
-moz-transition:0.3s;
-ms-transition:0.3s;
transition:0.3s;
}
#second-story:hover{
box-shadow:0px 0px 4px 4px #ffffff;
}
#third-story{
margin-left:3em;
margin-right:30em;
font-family:'ubuntu mono';
border:1px solid #ffffff;
padding-left:10px;
margin-top:1em;
margin-bottom:1em;
background-color:#ffffff;
box-shadow: 0px 0px 1px 1px #ffffff;
-o-transition:0.3s;
-webkit-transition:0.3s;
-moz-transition:0.3s;
-ms-transition:0.3s;
transition:0.3s;
}
#third-story:hover{
box-shadow:0px 0px 4px 4px #ffffff;
}
body{
margin:0px;
padding:0px;
background-color:#000000;
}