-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
135 lines (121 loc) · 2.63 KB
/
main.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
body {
padding-bottom: 0px;
}
footer {
background: url('img/footer.png') no-repeat ;
background-position: -200px -100px;
background-color: #000;
margin 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height: 410px;
color: #fff;
}
footer a:link {color:#FFF;} /* unvisited link */
footer a:visited {color:#FFF;} /* visited link */
footer a:hover {color:#FFF;} /* mouse over link */
footer a:active {color:#FFF;} /* selected link */
.google-map {
background-color: #fff;
}
.google-map a {
color: #fff;
}
.google-map a:link {color:#FFF;} /* unvisited link */
.google-map a:visited {color:#FFF;} /* visited link */
.google-map a:hover {color:#FFF;} /* mouse over link */
.google-map a:active {color:#FFF;} /* selected link */
.title-isla {
font-family: 'Poiret One', cursive;
color: white;
font-size:48px;
}
.logo-isla {
background: url('img/logos/isla2.png') no-repeat top left #000 ;
background-size: 50px 50px;
background-position: 20px 10px;
height:60px;
}
.title-isla {
padding-left:80px;
padding-right:20px;
margin-top:-10px;
margin-bottom:20px;
height:50px;
}
/*
z-index:100;
padding: 0px 15px 0px 15px;
margin-left: 70px;
*/
/*
.logo-isla .title-isla {
z-index:99;
top:-10px;
}
.title-isla {
padding-top:-15px;
}
*/
.navbar-brand img { width: 200px; }
.navbar {
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: 50px;
}
.navbar-wrapper {
margin-top:0px;
}
.logos-stores li { display:inline; margin-right: 20px;}
.navbar {
}
.social-icons {
margin-top:40px;
margin-bottom:35px;
}
.social li {
display: inline-block;
margin: 0px 5px 5px 5px;
padding-bottom: 0px;
}
.social li a {
display: block;
width: 32px;
height: 32px;
position: relative;
}
/*Social Networks*/
li.twitter { background-image: url("/img/icons/twitter.png"); }
li.linkedin { background-image: url("/img/icons/linkedin.png"); }
li.google { background-image: url("/img/icons/google.png"); }
li.skype { background-image: url("/img/icons/skype.png"); }
li.wordpress{ background-image: url("/img/icons/wordpress.png"); }
li.facebook{ background-image: url("/img/icons/facebook.png"); }
div.special > div[class*="col-"] {
padding: 0;
}
.details {
background-color: black;
color: white;
height: 550px;
}
/*
#contact.container {
margin-left: 0px;
padding-left: 0px;
margin-right: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: yellow;
}
.google-map {
margin-top: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
*/
.featurette-heading {
margin-top: 0px;
}
.mainicons h2 {
font-family: 'Poiret One', cursive;
}