-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestrito.css
More file actions
56 lines (50 loc) · 1.43 KB
/
restrito.css
File metadata and controls
56 lines (50 loc) · 1.43 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
@font-face{font-family:'icon'; src:
url('https://sites.google.com/site/hostln1dfsfdrfsd/home/sosa-webfont.woff') format('eot'),
url('https://sites.google.com/site/hostln1dfsfdrfsd/home/sosa.ttf') format('woff'),
url('https://sites.google.com/site/hostln1dfsfdrfsd/home/sosa.ttf') format('truetype'); }
.menu{list-style:none; margin-left:10px; border:1px solid #c0c0c0; float:left;border-radius:5px;
background:#eee;font-family:'Arial';padding:5px;width:200px;}
.menu li{position:relative; float:left;}
.menu li a{font-size:20px; color:#333; text-decoration:none; padding:5px 10px; display:block;}
.menu li a:hover{background:#ccc; color:#fff;border-radius:5px;}
.menu li ul{position:absolute; top:23px; left: -46px; background-color:#fff; display:none;width:200px; }
.menu li:hover ul, .menu li.over ul{display:block;margin-top:7px;}
.menu li ul li{border:1px solid #c0c0c0; display:block; width:110px;background:#eee;width:209px;
padding-bottom:5px;padding-top:5px;}
.icon{
font-family:'icon';
}
h1{
text-align:center;
}
a:link{
color:#373737;
}
body{
font-family:'Arial';
}
hr{
border:1px solid #373737;
}
.content{
margin:10px auto;
width:800px;
background:white;
border:2px solid #ccc;
}
.not{
width:100%;
height:30px;
background:green;
color:white;
font-family:'Arial';
text-align:center;
font-size:20px;
margin-top:1px;
}
.not-icon{
font-family:'icon';
margin-left:200px;
position:absolute;
margin-top:5px;
}