@@ -1317,11 +1317,9 @@ iframe {
1317
1317
float : right;
1318
1318
margin-right : -25px ;
1319
1319
position : relative;
1320
- -webkit-border-image : -webkit-linear-gradient (# ffffff, # e7e7e7 15% , # e7e7e7 85% , # ffffff );
1321
1320
border-image : linear-gradient (# ffffff, # e7e7e7 15% , # e7e7e7 85% , # ffffff );
1322
1321
box-shadow : inset 15px 0 5px -16px # e7e7e7 ;
1323
- background-image : -webkit-radial-gradient (left, # f2f2f2, # ffffff 80% );
1324
- background-image : radial-gradient (left, # f2f2f2, # ffffff 80% );
1322
+ background-image : radial-gradient (ellipse at left, # f2f2f2, # ffffff 80% );
1325
1323
border : 0 ;
1326
1324
border-left : 1px solid # efefef ;
1327
1325
}
@@ -1333,11 +1331,9 @@ iframe {
1333
1331
border-left : 0 ;
1334
1332
border-right : 1px solid # e7e7e7 ;
1335
1333
margin : -20px 0 0 -25px ;
1336
- -webkit-border-image : -webkit-linear-gradient (# ffffff, # e7e7e7 15% , # e7e7e7 85% , # ffffff );
1337
1334
border-image : linear-gradient (# ffffff, # e7e7e7 15% , # e7e7e7 85% , # ffffff );
1338
1335
box-shadow : inset 15px 0 5px -16px # e7e7e7 ;
1339
- background-image : -webkit-radial-gradient (right, # f2f2f2, # ffffff 80% );
1340
- background-image : radial-gradient (right, # f2f2f2, # ffffff 80% );
1336
+ background-image : radial-gradient (ellipse at right, # f2f2f2, # ffffff 80% );
1341
1337
}
1342
1338
1343
1339
.entry-summary p {
@@ -1710,7 +1706,6 @@ nav#main {
1710
1706
border-right : 1px solid rgba (2 , 2 , 2 , 0.28 );
1711
1707
border-left : 1px solid rgba (2 , 2 , 2 , 0.28 );
1712
1708
border-top : 1px solid rgba (250 , 250 , 250 , 0.27 );
1713
- box-shadow : rgba (255 , 255 , 255 , 0.3 ) 0 1px 0 , rgba (0 , 0 , 0 , 0.3 ) 0 -1px 0 ;
1714
1709
box-shadow : 0 0 5px rgba (1 , 1 , 1 , 0.7 );
1715
1710
}
1716
1711
@@ -1806,23 +1801,7 @@ nav#main .searchform input:focus {
1806
1801
color : # 333 ;
1807
1802
}
1808
1803
1809
- /*
1810
- * 1. :-moz-placeholder has been deprecated in favor of ::-moz-placeholder.
1811
- * 2. Using :placeholder for completeness.
1812
- */
1813
- nav # main .searchform input ::-webkit-input-placeholder {
1814
- color : # fff ;
1815
- }
1816
- nav # main .searchform input : -moz-placeholder { /* 1 */
1817
- color : # fff ;
1818
- }
1819
- nav # main .searchform input ::-moz-placeholder {
1820
- color : # fff ;
1821
- }
1822
- nav # main .searchform input : -ms-input-placeholder {
1823
- color : # fff ;
1824
- }
1825
- nav # main .searchform input : placeholder { /* 2 */
1804
+ nav # main .searchform input ::placeholder {
1826
1805
color : # fff ;
1827
1806
}
1828
1807
@@ -2131,7 +2110,8 @@ p.author a {
2131
2110
padding : 2% ;
2132
2111
padding-bottom : .5% ;
2133
2112
margin-bottom : 20px ;
2134
- font : 700 "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2113
+ font-weight : 700 ;
2114
+ font-family : "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2135
2115
color : # 666 ;
2136
2116
background : url(../ images-foundation/gauze.png) # f0f0f0 ;
2137
2117
text-shadow : 0 1px 0 # ffffff ;
@@ -2316,7 +2296,8 @@ input[type="submit"].dark:hover {
2316
2296
========================================================================== */
2317
2297
2318
2298
# sidebar h3 {
2319
- font : 20 px/18px;
2299
+ font-size : 20px ;
2300
+ line-height : 18px ;
2320
2301
background-image : -webkit-linear-gradient (left, # efefef, # f3f3f3 );
2321
2302
background-image : linear-gradient (to right, # efefef, # f3f3f3 );
2322
2303
margin-left : -20px ;
@@ -3630,120 +3611,164 @@ pre code {
3630
3611
background : # f8f8ff
3631
3612
}
3632
3613
3633
- pre .comment ,
3634
- pre .template_comment ,
3635
- pre .diff .header ,
3636
- pre .javadoc {
3637
- color : # 998 ;
3638
- font-style : italic
3639
- }
3614
+ /*
3615
+ * Styles for highlight.js. Classes without the hljs prefix are legacy
3616
+ * and can be removed once all pages update grunt-jquery-content to
3617
+ * the latest version.
3618
+ */
3640
3619
3641
- pre .keyword ,
3642
- pre .css .rule .keyword ,
3643
- pre .winutils ,
3644
- pre .javascript .title ,
3645
- pre .nginx .title ,
3646
- pre .subst ,
3647
- pre .request ,
3648
- pre .status {
3649
- color : # 333 ;
3650
- font-weight : bold
3620
+ pre .comment , /* legacy */
3621
+ pre .hljs-comment ,
3622
+ pre .template_comment , /* legacy */
3623
+ pre .diff .header , /* legacy */
3624
+ pre .diff .hljs-meta ,
3625
+ pre .javadoc , /* legacy */
3626
+ pre .hljs-doctag {
3627
+ color : # 998 ;
3628
+ font-style : italic
3629
+ }
3630
+
3631
+ pre .keyword , /* legacy */
3632
+ pre .hljs-keyword ,
3633
+ pre .css .rule .keyword , /* legacy */
3634
+ pre .css .hljs-keyword ,
3635
+ pre .winutils , /* ??? */
3636
+ pre .javascript .title , /* legacy */
3637
+ pre .javascript .hljs-name ,
3638
+ pre .nginx .title , /* legacy */
3639
+ pre .nginx .hljs-name ,
3640
+ pre .subst , /* legacy */
3641
+ pre .hljs-subst ,
3642
+ pre .request , /* ??? */
3643
+ pre .status /* ??? */ {
3644
+ color : # 333 ;
3645
+ font-weight : bold
3651
3646
}
3652
3647
3653
- pre .number ,
3654
- pre .hexcolor ,
3655
- pre .ruby .constant {
3656
- color : # 099 ;
3648
+ pre .number , /* legacy */
3649
+ pre .hexcolor , /* legacy */
3650
+ pre .hljs-number ,
3651
+ pre .ruby .constant /* legacy */ {
3652
+ color : # 099 ;
3657
3653
}
3658
3654
3659
- pre .string ,
3660
- pre .tag .value ,
3661
- pre .phpdoc ,
3662
- pre .tex .formula {
3663
- color : # d14
3655
+ pre .string , /* legacy */
3656
+ pre .tag .value , /* legacy */
3657
+ pre .hljs-string ,
3658
+ pre .phpdoc , /* legacy */
3659
+ pre .tex .formula /* legacy */ {
3660
+ color : # d14
3664
3661
}
3665
3662
3666
- pre .title ,
3667
- pre .id {
3668
- color : # 900 ;
3669
- font-weight : bold
3663
+ pre .hljs-name ,
3664
+ pre .id , /* legacy */
3665
+ pre .hljs-selector-id {
3666
+ color : # 900 ;
3667
+ font-weight : bold
3670
3668
}
3671
3669
3672
- pre .javascript .title ,
3673
- pre .lisp .title ,
3674
- pre .clojure .title ,
3675
- pre .subst {
3676
- font-weight : normal
3670
+ pre .javascript .title , /* legacy */
3671
+ pre .javascript .hljs-name ,
3672
+ pre .lisp .title , /* legacy */
3673
+ pre .lisp .hljs-name ,
3674
+ pre .clojure .title , /* legacy */
3675
+ pre .clojure .hljs-name ,
3676
+ pre .subst , /* legacy */
3677
+ pre .hljs-subst {
3678
+ font-weight : normal
3677
3679
}
3678
3680
3679
- pre .class .title ,
3681
+ pre .class .title , /* legacy */
3682
+ pre .hljs-selector-class .hljs-name ,
3680
3683
pre .haskell .type ,
3681
- pre .vhdl .literal ,
3682
- pre .tex .command {
3683
- color : # 458 ;
3684
- font-weight : bold
3685
- }
3686
-
3687
- pre .tag ,
3688
- pre .tag .title ,
3689
- pre .rules .property ,
3690
- pre .django .tag .keyword {
3691
- color : # 000080 ;
3692
- font-weight : normal
3693
- }
3694
-
3695
- pre .attribute ,
3696
- pre .variable ,
3697
- pre .lisp .body {
3698
- color : # 008080
3699
- }
3700
-
3701
- pre .regexp {
3702
- color : # 009926
3703
- }
3704
-
3705
- pre .class {
3706
- color : # 458 ;
3707
- font-weight : bold
3708
- }
3709
-
3710
- pre .symbol ,
3711
- pre .ruby .symbol .string ,
3712
- pre .lisp .keyword ,
3713
- pre .tex .special ,
3714
- pre .prompt {
3715
- color : # 990073
3716
- }
3717
-
3718
- pre .built_in ,
3719
- pre .lisp .title ,
3720
- pre .clojure .built_in {
3721
- color : # 0086b3
3722
- }
3723
-
3724
- pre .preprocessor ,
3725
- pre .pi ,
3726
- pre .doctype ,
3727
- pre .shebang ,
3728
- pre .cdata {
3729
- color : # 999 ;
3730
- font-weight : bold
3684
+ pre .haskell .hljs-type ,
3685
+ pre .vhdl .literal , /* legacy */
3686
+ pre .vhdl .hljs-string ,
3687
+ pre .tex .command , /* legacy */
3688
+ pre .tex .hljs-keyword {
3689
+ color : # 458 ;
3690
+ font-weight : bold
3691
+ }
3692
+
3693
+ pre .tag , /* legacy */
3694
+ pre .hljs-tag ,
3695
+ pre .tag .title , /* legacy */
3696
+ pre .hljs-tag .hljs-name ,
3697
+ pre .rules .property , /* ??? */
3698
+ pre .django .tag .keyword , /* legacy */
3699
+ pre .django .hljs-tag .hljs-keyword {
3700
+ color : # 000080 ;
3701
+ font-weight : normal
3702
+ }
3703
+
3704
+ pre .attribute , /* legacy */
3705
+ pre .hljs-attribute ,
3706
+ pre .variable , /* legacy */
3707
+ pre .hljs-variable ,
3708
+ pre .lisp .body , /* legacy */
3709
+ pre .lisp .hljs-symbol {
3710
+ color : # 008080
3711
+ }
3712
+
3713
+ pre .regexp , /* legacy */
3714
+ pre .hljs-regexp {
3715
+ color : # 009926
3716
+ }
3717
+
3718
+ pre .class , /* legacy */
3719
+ pre .hljs-selector-class {
3720
+ color : # 458 ;
3721
+ font-weight : bold
3722
+ }
3723
+
3724
+ pre .symbol , /* legacy */
3725
+ pre .hljs-symbol ,
3726
+ pre .ruby .symbol .string , /* legacy */
3727
+ pre .ruby .hljs-symbol .hljs-string ,
3728
+ pre .lisp .keyword , /* legacy */
3729
+ pre .lisp .hljs-keyword ,
3730
+ pre .tex .special , /* legacy */
3731
+ pre .prompt /* legacy */ {
3732
+ color : # 990073
3733
+ }
3734
+
3735
+ pre .built_in , /* legacy */
3736
+ pre .hljs-built_in ,
3737
+ pre .lisp .title , /* legacy */
3738
+ pre .lisp .hljs-name ,
3739
+ pre .clojure .built_in , /* legacy */
3740
+ pre .clojure .hljs-built_in {
3741
+ color : # 0086b3
3742
+ }
3743
+
3744
+ pre .preprocessor , /* legacy */
3745
+ pre .pi , /* legacy */
3746
+ pre .doctype , /* legacy */
3747
+ pre .shebang , /* legacy */
3748
+ pre .cdata , /* legacy */
3749
+ pre .hljs-meta {
3750
+ color : # 999 ;
3751
+ font-weight : bold
3731
3752
}
3732
3753
3733
- pre .deletion {
3734
- background : # fdd
3754
+ pre .deletion , /* legacy */
3755
+ pre .hljs-deletion {
3756
+ background : # fdd
3735
3757
}
3736
3758
3737
- pre .addition {
3738
- background : # dfd
3759
+ pre .addition , /* legacy */
3760
+ pre .hljs-addition {
3761
+ background : # dfd
3739
3762
}
3740
3763
3741
- pre .diff .change {
3742
- background : # 0086b3
3764
+ pre .diff .change , /* legacy */
3765
+ pre .diff .hljs-meta {
3766
+ background : # 0086b3
3743
3767
}
3744
3768
3745
- pre .chunk {
3746
- color : # aaa
3769
+ pre .chunk , /* legacy */
3770
+ pre .diff .hljs-comment {
3771
+ color : # aaa
3747
3772
}
3748
3773
3749
3774
.syntaxhighlighter a ,
0 commit comments