Projet

Général

Profil

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

univnautes / usr / local / univnautes / sp / sp / static / univnautes / univnautes.css @ 3e79844f

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
#content {
68
    margin-top: 4em;
69
}
70

    
71
#map {
72
    z-index: -100;
73
    position: fixed;
74
    top: 0;
75
    bottom: 0;
76
    left: 0;
77
    right: 300px;
78
    overflow: hidden;
79
    background: #ccc;
80
}
81

    
82
#map .leaflet-top .leaflet-control {
83
    margin-top: 5em;
84
}
85
.leaflet-right {
86
    left: 0;
87
    right: initial;
88
}
89

    
90
#idplist {
91
    z-index: 0;
92
    opacity: 0.8;
93
    position: absolute;
94
    top: 0;
95
    right: 0;
96
    width: 300px;
97
    height: 100%;
98
    font-family: RobotoSlabRegular;
99
    background: #fff;
100
}
101

    
102
#idplist #idplist-static {
103
    font-weight: bold;
104
}
105

    
106
#idplist #idplist-float {
107
    overflow-y: scroll;
108
    position: absolute;
109
    top: 10em; /* will be updated by javascript */
110
    bottom: 0;
111
}
112

    
113
#idplist ul {
114
    padding: 0px;
115
    margin: 0px;
116
}
117

    
118
#idplist ul li {
119
    list-style-type: none;
120
    padding: 5px;
121
    border-bottom: solid 1px #ccc;
122
}
123

    
124
#idplist ul li a {
125
    color: #000;
126
    text-decoration: none;
127
}
128

    
129
input#search {
130
    width: 100%;
131
    border: 0px;
132
    font-size: 1em;
133
    font-family: RobotoSlabRegular;
134
}
135

    
(1-1/2)