-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarter-template.css
More file actions
executable file
·115 lines (98 loc) · 2.46 KB
/
starter-template.css
File metadata and controls
executable file
·115 lines (98 loc) · 2.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.navbar.transparent.navbar-inverse .navbar-inner {
border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.navbar-header {
background:transparent;
}
.masthead img{
width:100%;
}
h1 { font-family: 'Rouge Script', cursive;
font-size: 72px;
}
h2 { font-family: 'Rouge Script', cursive;
font-size: 60px;
}
body {
font-family: "Noto Serif", Helvetica, Arial, serif;
font-size: 18px;
line-height: 1.428571429;
color: #FFFFFF;
background-color: #000000;
}
.navbar-inner{
opacity: 0.7; /* opacity [0-1] */
-moz-opacity: 0.7; /* opacity [0-1] */
-webkit-opacity: 0.7; /* opacity [0-1] */
}
.navbar-inner container{
opacity: 0.7; /* opacity [0-1] */
-moz-opacity: 0.7; /* opacity [0-1] */
-webkit-opacity: 0.7; /* opacity [0-1] */
}
.navbar{
opacity: 0.7; /* opacity [0-1] */
-moz-opacity: 0.7; /* opacity [0-1] */
-webkit-opacity: 0.7; /* opacity [0-1] */
}
#nav-main{
opacity: 0.7; /* opacity [0-1] */
-moz-opacity: 0.7; /* opacity [0-1] */
-webkit-opacity: 0.7; /* opacity [0-1] */
}
#banner{
opacity: 0.7; /* opacity [0-1] */
-moz-opacity: 0.7; /* opacity [0-1] */
-webkit-opacity: 0.7; /* opacity [0-1] */
}
.aboutus{
background: url('assets/img/embossed_paper.png');
background-color: #FFFFFF;
color: #333333;
}
.miamiouter{
background: url('assets/img/miami4.jpg') 100% fixed no-repeat;
}
.travelout{
background: url('assets/img/miami2.jpg') 100% fixed no-repeat;
}
.vizcayapic{
text-align: center;
color: #111111;
background: url('assets/img/VizcayaWater.jpg') 60% fixed no-repeat;
min-height: 400px;
}
.vizcaya{
background: url('assets/img/embossed_paper.png');
background-color: #FFFFFF;
color: #333333;
}
.miami{
font-size: 18px;
color: #FFFFFF;
background: rgba(100,100,100,0.9);
}
.wtf{
color: #333;
background: rgba(250,250,250,0.7);
}
.bridesmaidname{
vertical-align:middle;
}
.weddingparty{
background: url('assets/img/embossed_paper.png');
color: #333333;
}