-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.css
90 lines (83 loc) · 1.33 KB
/
home.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
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.context{
position: relative;
width:100%;
height:100%;
background:yellow;
}
.bottom{
position: absolute;
bottom: 0px;
background: black;
height: 50px;
right: 0px;
width:100%;
}
.page1{
width: 100%;
height: 100%;
margin: 0,0,0,0;
background:rgba(0%,0%,15%,0.9);
display:inline-block;
}
.navigation{
background:rgba(0,0,0,0.9);
border: 4px rgba(70%,60%,60%,1);
font-size:30px;
border-bottom-style: double;
margin: 0px auto;
border-radius:;
border-bottom-left-radius:50px;
border-bottom-right-radius:50px;
}
.navigation:li{
text-shadow:2px,30px,3px, #000;
}
.navwords{
margin: 0px auto;
}
.navb{
border:double 2px rgba(100%,100%,100%,0.5);
margin: 0px auto;
text-align:center;
}
.navb{
color:white;
}
a:hover,
a:focus {
color: #2a6496;
text-decoration: underline;
}
li{
list-style: none;
font-family:Microsoft JhengHei,DFKai-sb,MingLiU;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.page1-content{
display: inline-block;
}
.imgsize{
height: 100%;
}
.item{
height: 0;
width: 100%;
padding-bottom: 60%;
overflow: hidden;
}
.page1-carousel{
height: 0;
width: 80%;
padding-bottom: 60%;
padding-left: 10%;
overflow: hidden;
}