Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/main-mobile.css

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Sept. 28, 2017, 4:32 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/css/main-desktop.css ('k') | static/css/noscript-mobile.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 header 1 header
2 { 2 {
3 width: auto; 3 width: auto;
4 min-height: 60px; 4 min-height: 60px;
5 padding: 10px; 5 padding: 10px;
6 } 6 }
7 7
8 header li a 8 header li a
9 { 9 {
10 display: block; 10 display: block;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 margin-top: 55px; 63 margin-top: 55px;
64 margin-left: -11px; 64 margin-left: -11px;
65 margin-right: -11px; 65 margin-right: -11px;
66 padding: 12px 12px 0px 12px; 66 padding: 12px 12px 0px 12px;
67 border: 1px solid #d9d9d9; 67 border: 1px solid #d9d9d9;
68 border-top: none; 68 border-top: none;
69 border-bottom: none; 69 border-bottom: none;
70 background-color: white; 70 background-color: white;
71 } 71 }
72 72
73 header nav>ul>li.selected, #footer-main nav section h1
74 {
75 cursor: pointer;
76 }
77
78 header nav>ul>li:not(.selected) 73 header nav>ul>li:not(.selected)
79 { 74 {
80 display: none; 75 display: none;
81 padding: 10px 5px; 76 padding: 10px 5px;
82 } 77 }
83 78
84 header nav>ul.visible>li 79 header nav>ul.visible>li
85 { 80 {
86 display: block; 81 display: block;
87 } 82 }
(...skipping 23 matching lines...) Expand all
111 { 106 {
112 right: 2px; 107 right: 2px;
113 left: auto; 108 left: auto;
114 } 109 }
115 110
116 #content 111 #content
117 { 112 {
118 margin: 20px 10px 50px 10px; 113 margin: 20px 10px 50px 10px;
119 } 114 }
120 115
121 #footer-main
122 {
123 text-align: center;
124 position: static;
125 }
126
127 #footer-main h1, #footer-main nav li
128 {
129 padding: 15px;
130 margin: 0px;
131 }
132
133 #footer-main nav li
134 {
135 display: none;
136 }
137
138 #footer-main nav section h1::after
139 {
140 content: "";
141 display: inline-block;
142 width: 11px;
143 height: 11px;
144 margin-left: 5px;
145 margin-right: 0;
146 background-image: url(../img/sprite-main.png);
147 background-position: -31px -166px;
148 }
149
150 html[dir="rtl"] #footer-main nav section h1::after
151 {
152 margin-right: 5px;
153 margin-left: 0;
154 }
155
156 #footer-main nav section.visible h1::after
157 {
158 background-position: -31px -178px;
159 }
160
161 #footer-main nav section.visible li
162 {
163 display: block;
164 }
165
166 #social-list
167 {
168 padding: 0px;
169 }
170
171 #anwiki-admin, #pageactions 116 #anwiki-admin, #pageactions
172 { 117 {
173 display: none; 118 display: none;
174 } 119 }
OLDNEW
« no previous file with comments | « static/css/main-desktop.css ('k') | static/css/noscript-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld