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

Side by Side Diff: static/css/styles.css

Issue 29354725: Issue 4461 - update Eyeo logo (Closed)
Patch Set: Fixed logo on scrolling Created Sept. 27, 2016, 2:48 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 | « no previous file | static/images/logo.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Fonts 2 * Fonts
3 */ 3 */
4 @font-face { 4 @font-face {
5 font-family: "Lato"; 5 font-family: "Lato";
6 font-style: normal; 6 font-style: normal;
7 font-weight: 400; 7 font-weight: 400;
8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff'); 8 src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.wof f) format('woff');
9 } 9 }
10 @font-face { 10 @font-face {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 113
114 #header .content-block 114 #header .content-block
115 { 115 {
116 position: relative; 116 position: relative;
117 padding: 15px 10px; 117 padding: 15px 10px;
118 min-height: 32px; 118 min-height: 32px;
119 } 119 }
120 120
121 #header.top .content-block 121 #header.top .content-block
122 { 122 {
123 padding: 25px 10px; 123 padding: 20px 10px;
124 } 124 }
125 125
126 #logo 126 #logo
127 { 127 {
128 position: absolute; 128 position: absolute;
129 top: 7px; 129 top: 13px;
130 left: 10px; 130 left: 10px;
131 } 131 }
132 132
133 #header.top #logo 133 #header.top #logo
134 { 134 {
135 top: 17px; 135 top: 17px;
136 } 136 }
137 137
138 #header .menu-button 138 #header .menu-button
139 { 139 {
140 margin: 0px 0px 0px 25px; 140 margin: 0px 0px 0px 20px;
141 } 141 }
142 142
143 #menu 143 #menu
144 { 144 {
145 display: inline; 145 display: inline;
146 vertical-align: middle; 146 vertical-align: middle;
147 } 147 }
148 148
149 .assistive-text 149 .assistive-text
150 { 150 {
(...skipping 15 matching lines...) Expand all
166 .menu-list li 166 .menu-list li
167 { 167 {
168 display: inline; 168 display: inline;
169 font-weight: bold; 169 font-weight: bold;
170 white-space: nowrap; 170 white-space: nowrap;
171 } 171 }
172 172
173 .menu-list li a 173 .menu-list li a
174 { 174 {
175 color: #979797; 175 color: #979797;
176 padding: 0 10px; 176 padding: 0 8px;
177 } 177 }
178 178
179 .menu-list li:hover > a, 179 .menu-list li:hover > a,
180 .menu-list li.current-menu-item > a 180 .menu-list li.current-menu-item > a
181 { 181 {
182 color: #373737; 182 color: #373737;
183 } 183 }
184 184
185 #header-hamburger 185 #header-hamburger
186 { 186 {
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 padding: 9px 10px; 818 padding: 9px 10px;
819 } 819 }
820 820
821 #header.top #logo 821 #header.top #logo
822 { 822 {
823 top: 7px; 823 top: 7px;
824 } 824 }
825 825
826 #logo > img 826 #logo > img
827 { 827 {
828 height: 34px; 828 height: 23px;
829 margin-top: 7px;
829 } 830 }
830 831
831 #menu 832 #menu
832 { 833 {
833 display: none; 834 display: none;
834 } 835 }
835 836
836 #menu.open 837 #menu.open
837 { 838 {
838 display: block; 839 display: block;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 padding-right: .1em; 927 padding-right: .1em;
927 border-right-width: 1px; 928 border-right-width: 1px;
928 border-right-width: 1px; 929 border-right-width: 1px;
929 } 930 }
930 931
931 #panels-openings 932 #panels-openings
932 { 933 {
933 margin-top: -40px; 934 margin-top: -40px;
934 } 935 }
935 } 936 }
OLDNEW
« no previous file with comments | « no previous file | static/images/logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld