-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (85 loc) · 1.58 KB
/
style.css
File metadata and controls
95 lines (85 loc) · 1.58 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
/*
Theme Name: Dreamy Town
Theme URI: http://disueñosweb.es
Author: Disueños
Author URI: http://Disueños.org/
Description: Theme for esArroyo.es
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
This theme, like Disueños, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
* Table of Contents:
*
* 1.0 - Html,Body
* 2.0 - Classes
* 2.1 - Container
* 2.2 - Fill
* 3.0 - Sidebar
* 4.0 - Googlemaps
**/
/* 1.0 - Html, Body */
html,body{height: 100%}
/* 2.0 - Classes */
/* 2.1 - Container */
.container-fluid{
height: 100%;
padding: 0px !important;
}
/* 2.2 - Fill */
.fill{
width: 100%;
height: 100%;
min-height: 100%;
}
/* 3.0 Navbar */
.navbar-brand>img{
height: 48px;
}
/* 4.0 - Googlemaps */
#googlemaps::before, #googlemaps::after {
content: '';
background: white;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
height: 20px;
z-index: 1;
opacity: 0.95;
}
#googlemaps::after {
bottom: 0px;
}
.marker_labels{
background-color: rgba(0,0,0,0.7);
padding: 0 3px;
color: white;
border-radius: 5px;
}
/**/
#content{
position: absolute;
top: 50px;
bottom: 30px;
display: none;
background-color: rgba(255,255,255,0.95);
padding: 0px;
}
#content #main{
overflow: overlay;
height: 100%;
}
#content #main-hide {
width: 25px;
height: 25px;
right: 15px;
position: relative;
background-color: white;
margin-bottom: -25px;
cursor: pointer;
text-align: center;
z-index: 999;
}