1- @import url (http://fonts.googleapis.com/css?family=Source+Sans+Pro);
21html , body , div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , b , u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , embed , figure , figcaption , footer , header , hgroup , menu , nav , output , ruby , section , summary , time , mark , audio , video {
32 margin : 0 ;
43 padding : 0 ;
@@ -364,7 +363,7 @@ main address, main audio, main embed, main object, main map, main svg, main vide
364363 margin-bottom : 1.7em ; }
365364
366365.container {
367- max-width : 50 em ;
366+ max-width : 48 em ;
368367 padding : 3.4em ;
369368 margin-left : auto;
370369 margin-right : auto; }
@@ -404,7 +403,8 @@ pre {
404403 padding : 0.85em ;
405404 white-space : pre-wrap;
406405 max-height : 80vh ;
407- overflow : scroll; }
406+ overflow-x : hidden;
407+ overflow-y : scroll; }
408408
409409details {
410410 margin-bottom : 1.7em ; }
@@ -464,30 +464,30 @@ math {
464464.grid-module-container {
465465 padding : 1.7em 1.275em ;
466466 margin : 0 auto;
467- max-width : 52 .55em ; }
467+ max-width : 50 .55em ; }
468468 .grid-module-container : before , .grid-module-container : after {
469469 content : "" ;
470470 display : table; }
471471 .grid-module-container : after {
472472 clear : both; }
473- @media screen and (min-width : 28 .825em ) {
473+ @media screen and (min-width : 27 .825em ) {
474474 .grid-module-container {
475- max-width : 26 .275em ;
475+ max-width : 25 .275em ;
476476 padding : 3.4em 1.275em ; }
477477 .grid-module-container .grid-module {
478- width : 26 .275em ; } }
479- @media screen and (min-width : 55 .1em ) {
478+ width : 25 .275em ; } }
479+ @media screen and (min-width : 53 .1em ) {
480480 .grid-module-container {
481- max-width : 52 .55em ; } }
482- @media screen and (min-width : 81 .375em ) {
481+ max-width : 50 .55em ; } }
482+ @media screen and (min-width : 78 .375em ) {
483483 .grid-module-container {
484- max-width : 78 .825em ; } }
485- @media screen and (min-width : 107 .65em ) {
484+ max-width : 75 .825em ; } }
485+ @media screen and (min-width : 103 .65em ) {
486486 .grid-module-container {
487- max-width : 105 .1em ; } }
488- @media screen and (min-width : 133 .925em ) {
487+ max-width : 101 .1em ; } }
488+ @media screen and (min-width : 128 .925em ) {
489489 .grid-module-container {
490- max-width : 131 .375em ; } }
490+ max-width : 126 .375em ; } }
491491
492492.absolute-full-height , .absolute-top-left , .absolute-top-right , .fixed-full-height , .fixed-top-left , .fixed-top-right {
493493 top : 0 ; }
@@ -819,13 +819,11 @@ select {
819819 select : hover {
820820 color : # 5694bd ;
821821 background-color : # d6e6ef ;
822- border-color : # 5694bd ;
823- background-image : url ("data:image/svg+xml;utf8, <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><path fill=\"#5694bd\" d=\"M8 12l8 8 8-8z\" /></svg>" ); }
822+ border-color : # 5694bd ; }
824823 select : focus {
825824 color : # 91ce3b ;
826825 background-color : # e2f2ca ;
827- border-color : # 91ce3b ;
828- background-image : url ("data:image/svg+xml;utf8, <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><path fill=\"#91ce3b\" d=\"M8 12l8 8 8-8z\" /></svg>" ); }
826+ border-color : # 91ce3b ; }
829827 select [multiple ] {
830828 background-image : none; }
831829
@@ -834,7 +832,9 @@ select {
834832 -moz-appearance : none;
835833 text-indent : 0.01px ;
836834 text-overflow : '' ;
837- background-image : url ("data:image/svg+xml;utf8, <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><path d=\"M8 12l8 8 8-8z\" /></svg>" ); } }
835+ background-image : url ("data:image/svg+xml;utf8, <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><path d=\"M8 12l8 8 8-8z\" /></svg>" ); }
836+ select : hover , select : focus {
837+ background-image : url ("data:image/svg+xml;utf8, <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\"><path d=\"M8 12l8 8 8-8z\" /></svg>" ); } }
838838
839839input [type = 'text' ], input [type = 'search' ], input [type = 'tel' ], input [type = 'email' ], input [type = 'password' ], input [type = 'url' ], input [type = 'date' ], input [type = 'datetime' ], input [type = 'time' ], input [type = 'number' ], input [list ], textarea {
840840 -webkit-appearance : none;
@@ -1259,7 +1259,7 @@ input[type="file"]::-webkit-file-upload-button {
12591259 .fixed-left-nav-all-breaks .nav-hide {
12601260 left : -100% ; } }
12611261
1262- @media screen and (max-width : 50 em ) {
1262+ @media screen and (max-width : 48 em ) {
12631263 .fixed-left-nav-only-medium-break {
12641264 position : fixed;
12651265 top : 0 ;
@@ -1713,7 +1713,7 @@ article header {
17131713 .show-html : before {
17141714 content : '</>' ;
17151715 margin-right : 0.5em ; }
1716- @media screen and (max-width : 50 em ) {
1716+ @media screen and (max-width : 48 em ) {
17171717 .show-html {
17181718 text-indent : -9999px ;
17191719 width : 3em ; }
@@ -1765,7 +1765,7 @@ article header {
17651765 -webkit-transition : all 0.3s ease;
17661766 transition : all 0.3s ease; }
17671767
1768- @media screen and (max-width : 50 em ) {
1768+ @media screen and (max-width : 48 em ) {
17691769 .nav-menu {
17701770 position : fixed; }
17711771 .nav-toggle {
@@ -1799,3 +1799,46 @@ article header {
17991799 .menu-push-toright .nav-toggle {
18001800 left : 100% ;
18011801 margin-left : -3.5em ; } } }
1802+
1803+ footer {
1804+ background : whitesmoke; }
1805+ footer .social-share {
1806+ text-align : right; }
1807+
1808+ .hideshare-wrap {
1809+ position : relative;
1810+ display : inline-block;
1811+ width : auto !important ;
1812+ height : auto !important ; }
1813+
1814+ .hideshare-list {
1815+ position : absolute;
1816+ right : 0 ;
1817+ left : auto !important ;
1818+ bottom : 100% !important ;
1819+ top : auto !important ;
1820+ margin : 0 ;
1821+ padding : 0 ;
1822+ list-style : none;
1823+ text-align : center;
1824+ background : white;
1825+ width : auto !important ;
1826+ margin-bottom : 0.75em ;
1827+ white-space : nowrap; }
1828+ .hideshare-list : after {
1829+ content : '' ;
1830+ position : absolute;
1831+ border : 0.5em solid transparent;
1832+ border-top-color : white;
1833+ bottom : -1em ;
1834+ right : 1.5em ; }
1835+ .hideshare-list li {
1836+ display : inline-block;
1837+ zoom : 1 ;
1838+ * display : inline; }
1839+ .hideshare-list li a {
1840+ display : block;
1841+ padding : 0.25em 0.5em ;
1842+ border-left : thin solid # eeeeee ; }
1843+ .hideshare-list li : first-child a {
1844+ border-left-width : 0 ; }
0 commit comments