-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyfitnesspal.css
79 lines (59 loc) · 1.5 KB
/
myfitnesspal.css
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
#header, nav, #footer-wrapper, #complete_day, .cont-0, .note-container, .google_ads_with_related_links, #sidebar, .water-notes-v2.block, #create-item, #sort-block{
display:none !important;
}
#wrap{
background-color: #DDD !important;
}
html, #food-diary{
background-color: #222 !important;
}
#navTop li {
display: none !important;
}
body[data-lang="en"] #navTop li.first {
display: block !important;
}
.header-wrap.clearfix{
line-height: 0.2em !important;
}
.fancylink{
display: block !important;
}
[class^="icon-"], [class*=" icon-"] {
font-size: 60% !important;
}
body#food-add a#meal_name, body#food-add div#sort_toggle_en a#current_sort {
background: none !important;
}
div.diary {
border-bottom: 0 !important;
}
#wrap, #content{
width:auto !important;
}
*, body#excerciseSearch div.block-1{
padding:0 !important;
margin:0 !important;
width: auto !important;
height: auto !important;
}
body{
line-height: 1.2em !important;
}
body#excerciseSearch div.block-4 div.col-2 {
position: relative !important;
}
body#excerciseSearch.searchadd div#content-block.block-4 ul#matching {
width: 100% !important;
}
body#excerciseSearch.searchadd div#content-block.block-4 div.col-1 {
width: 60% !important;
position: relative !important;
}
body#excerciseSearch.foodsearch div#content-block.block-4 div.col-2.block-3 {
width: 40% !important;
}
body#excerciseSearch.foodsearch div#content-block.block-4 div.col-2.block-3 {
height: auto;
width: auto;
}