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

Side by Side Diff: chrome/common/extensions/docs/static/sass/_html.scss

Issue 140743011: New home page for developer.chrome.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed OWNERS 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 | Annotate | Revision Log
OLDNEW
1 //----------------------------------------------------------------------- 1 //-----------------------------------------------------------------------
2 // General Elements 2 // General Elements
3 //----------------------------------------------------------------------- 3 //-----------------------------------------------------------------------
4 4
5 figure { 5 figure {
6 margin: $default-padding 0; 6 margin: $default-padding 0;
7 img { 7 img {
8 border: $default-border; 8 border: $default-border;
9 } 9 }
10 } 10 }
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 line-height: 1.3; 125 line-height: 1.3;
126 padding: 5px 20px; 126 padding: 5px 20px;
127 text-align: center; 127 text-align: center;
128 text-decoration: none !important; 128 text-decoration: none !important;
129 text-shadow: 1px 1px 1px #076bd2; 129 text-shadow: 1px 1px 1px #076bd2;
130 130
131 &:hover { 131 &:hover {
132 @include background-image(linear-gradient(top, #008dfd 30%,#0370ea 100%)); 132 @include background-image(linear-gradient(top, #008dfd 30%,#0370ea 100%));
133 cursor: pointer; 133 cursor: pointer;
134 } 134 }
135
136 a {
137 color: inherit !important;
138 }
135 } 139 }
136 140
137 .button-alt { 141 .button-alt {
138 background: #eee; 142 background: #eee;
139 @include background-image(linear-gradient(bottom, #DCDCDC 46%, #FAFAFA 87%)); 143 @include background-image(linear-gradient(bottom, #DCDCDC 46%, #FAFAFA 87%));
140 border: 1px solid #d6d6d6; 144 border: 1px solid #d6d6d6;
141 border-radius: 3px; 145 border-radius: 3px;
142 color: #333 !important; 146 color: #333 !important;
143 display: inline-block; 147 display: inline-block;
144 font-size: 12px; 148 font-size: 12px;
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 color: #0d68ae; 369 color: #0d68ae;
366 } 370 }
367 371
368 a.button, 372 a.button,
369 .level3, 373 .level3,
370 .level4 { 374 .level4 {
371 color: #444; 375 color: #444;
372 } 376 }
373 377
374 .toggleIndicator { 378 .toggleIndicator {
375 background: url(../images/toggle_sprite.png) no-repeat 0 0; 379 background: url(../../images/toggle_sprite.png) no-repeat 0 0;
376 height: 8px; 380 height: 8px;
377 position: absolute; 381 position: absolute;
378 right: 0; 382 right: 0;
379 top: 3px; 383 top: 3px;
380 width: 8px; 384 width: 8px;
381 385
382 &.toggled { 386 &.toggled {
383 background-position: 0 -9px; 387 background-position: 0 -9px;
384 } 388 }
385 } 389 }
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 589
586 .capitalize:first-letter { 590 .capitalize:first-letter {
587 text-transform: uppercase; 591 text-transform: uppercase;
588 } 592 }
589 } 593 }
590 594
591 .optional { 595 .optional {
592 color: #7D7D7D; 596 color: #7D7D7D;
593 } 597 }
594 */ 598 */
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_homepage.scss ('k') | chrome/common/extensions/docs/static/sass/_navbar.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698