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
<!doctype> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<title>Google Maps - pin cities</title> | |
<style type="text/css"> | |
html, body { height: 100%; margin: 0; padding: 0; } | |
#map_canvas { height: 100%; } | |
</style> |
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
html { border-top: 3px solid #C2E7A5; border-bottom: 3px solid #C2E7A5; } | |
body { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; line-height: 18px; color: #666; background-color: #fafafa; padding: 10px 15px; font-weight: 200; } | |
/* Headers */ | |
h1, h2, h3, h4, h5, h6, p, blockquote { margin: 0; padding: 0; } | |
h1 { padding: 40px 0px 0px 0px; text-align: right; font-weight: 100; color: #333; font-size: 18px; } | |
h2 { font-size: 24px; margin: 70px 0px 15px 0px; font-weight: 100; border-bottom: 1px solid #ddd; padding: 10px 0px; } | |
h3 { font-size: 14px; text-transform: uppercase; color: #555; margin: 30px 0px 0px 0px; } | |
h4 { font-size: 14px; color: #555; margin: 25px 0px 0px 0px; font-weight: 500; } |
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
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Made of Code.tmTheme", | |
"font_face": "Inconsolata", | |
"font_size": 11.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], |
NewerOlder