summaryrefslogtreecommitdiff
path: root/00_css/custom.css
blob: 3baf6e0b2f0716b35d473a3fc9ed5ce8560bd430 (plain)
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
/* miguel's custom */
body{background-color:#dde;}

.clear{
    clear:both;
}
footer{
    border-top: 1px solid black;
}
header a{
    color:black;
    text-decoration:none;
}

a{
    color:#45b;
}

ul li{
  list-style-type: none;
}

ul li:before{
  content: ">>";
  padding-right: 1em; 
  color: #e21;
}

#breadcrumbs{
    border-top: 1px solid black;
}
#breadcrumbs li{
    float:left;
    margin-right:0;
}
#breadcrumbs ul li:first-child:before {
  content: '';
  padding-right: 0em; 
}
#breadcrumbs ul li:not(:first-child):before {
  content: '>>';
  position: relative; 
  top: 0px; 
  padding-right: 1em; 
  padding-left: 1em; 
  color: #e21;
}
#submenu ul{
     list-style-type: none;
}

video{
    width:640px;
    max-width:100%
}

.container img{
    max-width:100%
}