😶🌫️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * I add this to html files generated with pandoc. | |
| */ | |
| html { | |
| font-size: 100%; | |
| overflow-y: scroll; | |
| -webkit-text-size-adjust: 100%; | |
| -ms-text-size-adjust: 100%; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.apploidxxx.google; | |
| import com.apploidxxx.Parser; | |
| import com.google.maps.DistanceMatrixApi; | |
| import com.google.maps.DistanceMatrixApiRequest; | |
| import com.google.maps.GeoApiContext; | |
| import com.google.maps.model.*; | |
| import java.util.Set; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body{ | |
| font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; | |
| background:url(https://raw.githubusercontent.com/GeliosMK2/Shikimori-GMK2/master/img/GMK2-bg.jpg) 0 0/cover fixed | |
| } | |
| .l-page{ | |
| background-color:rgba(255,255,255,.8); | |
| box-shadow:0 0 9px 3px rgba(0,0,0,.25) | |
| } | |
| .l-top_menu-v2 .global-search input{ | |
| background-color:#f0fffc |
OlderNewer