Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: src/site/css/dart-style.css

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/_config.yml ('k') | src/site/docs/tutorials/streams/index.markdown » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 font-family: 'Roboto', sans-serif; 2 font-family: 'Roboto', sans-serif;
3 font-size: 15px; 3 font-size: 15px;
4 -webkit-font-smoothing: antialiased; 4 -webkit-font-smoothing: antialiased;
5 } 5 }
6 6
7 /* ***** General ***** */ 7 /* ***** General ***** */
8 p, 8 p,
9 dt, 9 dt,
10 dd { 10 dd {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 display: none; 212 display: none;
213 } 213 }
214 } 214 }
215 215
216 i.sprite-icon-close-x { 216 i.sprite-icon-close-x {
217 width: 8px; 217 width: 8px;
218 height: 8px; 218 height: 8px;
219 background-position: -150px -200px; 219 background-position: -150px -200px;
220 } 220 }
221 221
222 .btn-lg.try-btn {
223 padding: 10px 46px 10px 46px;
224 position: relative;
225 }
226
222 .btn-lg.download-btn { 227 .btn-lg.download-btn {
223 padding: 10px 46px 10px 66px; 228 padding: 10px 46px 10px 66px;
224 position: relative; 229 position: relative;
225 } 230 }
226 231
227 i.sprite-icon-download-btn { 232 i.sprite-icon-download-btn {
228 position: absolute; 233 position: absolute;
229 left: 40px; 234 left: 40px;
230 width: 14px; 235 width: 14px;
231 height: 18px; 236 height: 18px;
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 755
751 .hero p { 756 .hero p {
752 color: #fff; 757 color: #fff;
753 } 758 }
754 759
755 .hero a { 760 .hero a {
756 color: #fff; 761 color: #fff;
757 text-decoration: underline; 762 text-decoration: underline;
758 } 763 }
759 764
760 .hero .download-btn { 765 .hero .download-btn, .hero .try-btn {
761 background: none; 766 background: none;
762 border: 1px solid #fff; 767 border: 1px solid #fff;
763 margin-top: 30px; 768 margin-top: 30px;
764 color: #fff; 769 color: #fff;
765 text-transform: uppercase; 770 text-transform: uppercase;
766 font-family: 'Roboto', sans-serif; 771 font-family: 'Roboto', sans-serif;
767 font-weight: 300; 772 font-weight: 300;
768 -webkit-transition: background ease-out 500ms; 773 -webkit-transition: background ease-out 500ms;
769 -moz-transition: background ease-out 500ms; 774 -moz-transition: background ease-out 500ms;
770 -o-transition: background ease-out 500ms; 775 -o-transition: background ease-out 500ms;
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 border-bottom-right-radius: 0; 1710 border-bottom-right-radius: 0;
1706 border-bottom-left-radius: 0; 1711 border-bottom-left-radius: 0;
1707 } 1712 }
1708 1713
1709 .btn-group-responsive > .btn-group:last-child:not(:first-child) > .btn { 1714 .btn-group-responsive > .btn-group:last-child:not(:first-child) > .btn {
1710 border-radius: 6px; 1715 border-radius: 6px;
1711 border-top-right-radius: 0; 1716 border-top-right-radius: 0;
1712 border-top-left-radius: 0; 1717 border-top-left-radius: 0;
1713 } 1718 }
1714 } 1719 }
OLDNEW
« no previous file with comments | « src/site/_config.yml ('k') | src/site/docs/tutorials/streams/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698