Projet

Général

Profil

Télécharger (3,14 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / univnautes / sp / sp / static / univnautes / univnautes.css @ ba4c8313

1
@font-face {
2
    font-family: 'RobotoSlabBold';
3
    src: url('fonts/RobotoSlab-Bold-webfont.eot');
4
    src: url('fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
5
         url('fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
6
         url('fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
7
         url('fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
8
    font-weight: normal;
9
    font-style: normal;
10
}
11

    
12
@font-face {
13
    font-family: 'RobotoSlabLight';
14
    src: url('fonts/RobotoSlab-Light-webfont.eot');
15
    src: url('fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
16
         url('fonts/RobotoSlab-Light-webfont.woff') format('woff'),
17
         url('fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
18
         url('fonts/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
19
    font-weight: normal;
20
    font-style: normal;
21
}
22

    
23
@font-face {
24
    font-family: 'RobotoSlabRegular';
25
    src: url('fonts/RobotoSlab-Regular-webfont.eot');
26
    src: url('fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
27
         url('fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
28
         url('fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
29
         url('fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
30
    font-weight: normal;
31
    font-style: normal;
32
}
33

    
34
@font-face {
35
    font-family: 'RobotoSlabThin';
36
    src: url('fonts/RobotoSlab-Thin-webfont.eot');
37
    src: url('fonts/RobotoSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
38
         url('fonts/RobotoSlab-Thin-webfont.woff') format('woff'),
39
         url('fonts/RobotoSlab-Thin-webfont.ttf') format('truetype'),
40
         url('fonts/RobotoSlab-Thin-webfont.svg#roboto_slabthin') format('svg');
41
    font-weight: normal;
42
    font-style: normal;
43
}
44

    
45
body {
46
    margin: 0;
47
}
48

    
49
h1 {
50
   margin: 0;
51
}
52

    
53
#header {
54
    opacity: 0.8;
55
    z-index: 0;
56
    position: fixed;
57
    top: 0;
58
    left: 0;
59
    right: 300px;
60
    height: 3em;
61
    overflow: hidden;
62
    background: #fff;
63
    color: #000;
64
    font-family: RobotoSlabBold;
65
}
66

    
67
#search {
68
    z-index: 100;
69
    position: fixed;
70
    width: 300px;
71
    top: 0.5em;
72
    right: 300px;
73
    opacity: 1;
74
}
75
#search input {
76
    font-family: RobotoSlabRegular;
77
    width: 95%;
78
}
79

    
80
#content {
81
    margin-top: 4em;
82
}
83

    
84
#map {
85
    z-index: -100;
86
    position: fixed;
87
    top: 0;
88
    bottom: 0;
89
    left: 0;
90
    right: 300px;
91
    overflow: hidden;
92
    background: #ccc;
93
}
94

    
95
#map .leaflet-top .leaflet-control {
96
    margin-top: 5em;
97
}
98
.leaflet-right {
99
    left: 0;
100
    right: initial;
101
}
102

    
103
#idplist {
104
    z-index: 0;
105
    opacity: 0.8;
106
    position: absolute;
107
    top: 0;
108
    right: 0;
109
    width: 300px;
110
    height: 100%;
111
    font-family: RobotoSlabRegular;
112
    background: #fff;
113
}
114

    
115
#idplist #idplist-static {
116
    font-weight: bold;
117
}
118

    
119
#idplist #idplist-float {
120
    overflow-y: scroll;
121
    position: absolute;
122
    top: 10em; /* will be updated by javascript */
123
    bottom: 0;
124
}
125

    
126
#idplist ul {
127
    padding: 0px;
128
    margin: 0px;
129
}
130

    
131
#idplist ul li {
132
    list-style-type: none;
133
    padding: 5px;
134
    border-bottom: solid 1px #ccc;
135
}
136

    
137
#idplist ul li a {
138
    color: #000;
139
    text-decoration: none;
140
}
141

    
    (1-1/1)