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

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

Issue 138823002: Draft of new codelab for review (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: draft=>beta , link for feedback Created 6 years, 11 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/codelabs/deploy/index.markdown ('k') | src/site/docs/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 -webkit-font-smoothing: antialiased; 3 -webkit-font-smoothing: antialiased;
4 } 4 }
5 5
6 /* ***** General ***** */ 6 /* ***** General ***** */
7 p, 7 p,
8 dt, 8 dt,
9 dd { 9 dd {
10 font: 400 15px/19px 'Roboto', sans-serif; 10 font: 400 15px/19px 'Roboto', sans-serif;
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 } 1064 }
1065 1065
1066 /* Highlighting code annotated with [[highlight]] */ 1066 /* Highlighting code annotated with [[highlight]] */
1067 code.highlight { 1067 code.highlight {
1068 border: 1px solid yellow; 1068 border: 1px solid yellow;
1069 color: #0084c5; 1069 color: #0084c5;
1070 background-color: lemonchiffon; 1070 background-color: lemonchiffon;
1071 border-radius: 4px; 1071 border-radius: 4px;
1072 } 1072 }
1073 1073
1074 /* Strike through code annotated with [[strike]] */
1075 code.strike {
1076 text-decoration: line-through;
1077 }
1078
1074 /* Center link. */ 1079 /* Center link. */
1075 .link { 1080 .link {
1076 vertical-align: middle; 1081 vertical-align: middle;
1077 } 1082 }
1078 1083
1079 /* Maximum scaling for image at 100% */ 1084 /* Maximum scaling for image at 100% */
1080 .scale-img-max { 1085 .scale-img-max {
1081 max-width:100%; 1086 max-width:100%;
1082 max-height:100%; 1087 max-height:100%;
1083 } 1088 }
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 .synonym nav ul { 1450 .synonym nav ul {
1446 -moz-column-count:1; /* Firefox */ 1451 -moz-column-count:1; /* Firefox */
1447 -webkit-column-count:1; /* Safari and Chrome */ 1452 -webkit-column-count:1; /* Safari and Chrome */
1448 column-count:1; 1453 column-count:1;
1449 } 1454 }
1450 } 1455 }
1451 1456
1452 .titlepage h3 { 1457 .titlepage h3 {
1453 font: 400 26px/32px 'Montserrat', sans-serif; 1458 font: 400 26px/32px 'Montserrat', sans-serif;
1454 } 1459 }
OLDNEW
« no previous file with comments | « src/site/codelabs/deploy/index.markdown ('k') | src/site/docs/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698