forked from anstosa/Minimalist-Google-Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
873 lines (868 loc) · 39.2 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
<html>
<head>
<title>Minimalist for Google Calendar Options</title>
<link type="text/css" rel="stylesheet" href="css/options.css" />
<link type="text/css" rel="stylesheet" href="css/picker/colorpicker.css" />
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/options.js"></script>
<script type="text/javascript" src="js/picker/colorpicker.js"></script>
<script type="text/javascript" src="js/picker/eye.js"></script>
<script type="text/javascript" src="js/picker/utils.js"></script>
<script type="text/javascript">
//---- COLOR PICKERS ----//
(function($){
var initLayout = function() {
$('#backCLR').ColorPicker({
color: localStorage["backCLR"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#backCLR div').css('backgroundColor', '#' + hex);
localStorage["backCLR"] = "#" + hex;
}
});
$('#borderCLR').ColorPicker({
color: localStorage["borderCLR"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#borderCLR div').css('backgroundColor', '#' + hex);
localStorage["borderCLR"] = "#" + hex;
}
});
$('#linkCLR').ColorPicker({
color: localStorage["linkCLR"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#linkCLR div').css('backgroundColor', '#' + hex);
localStorage["linkCLR"] = "#" + hex;
}
});
$('#Hcolor').ColorPicker({
color: localStorage["Hcolor"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#Hcolor div').css('backgroundColor', '#' + hex);
localStorage["Hcolor"] = "#" + hex;
}
});
$('#todayCLR').ColorPicker({
color: localStorage["todayCLR"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#todayCLR div').css('backgroundColor', '#' + hex);
localStorage["todayCLR"] = "#" + hex;
}
});
$('#BTNcolor').ColorPicker({
color: localStorage["BTNcolor"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#BTNcolor div').css('backgroundColor', '#' + hex);
$('#testButton').css('color', '#' + hex);
localStorage["BTNcolor"] = "#" + hex;
}
});
$('#BTNborder').ColorPicker({
color: localStorage["BTNborder"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#BTNborder div').css('backgroundColor', '#' + hex);
$('#testButton').css('border-color', '#' + hex);
localStorage["BTNborder"] = "#" + hex;
}
});
$('#BTNbottom').ColorPicker({
color: localStorage["BTNbottom"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#BTNbottom div').css('backgroundColor', '#' + hex);
$('#testButton').css('background', '-webkit-gradient(linear,0% 40%,0% 70%,from(#' + hex + '),to(' + top + '))');
bottom = "#" + hex;
localStorage["BTNbottom"] = "#" + hex;
}
});
$('#BTNtop').ColorPicker({
color: localStorage["BTNtop"],
onShow: function (colpkr) {
$(colpkr).fadeIn(500);
return false;
},
onHide: function (colpkr) {
$(colpkr).fadeOut(500);
return false;
},
onChange: function (hsb, hex, rgb) {
$('#BTNtop div').css('backgroundColor', '#' + hex);
$('#testButton').css('background', '-webkit-gradient(linear,0% 40%,0% 70%,from(' + bottom + '),to(#' + hex + '))');
top = "#" + hex;
localStorage["BTNtop"] = "#" + hex;
}
});
};
EYE.register(initLayout, 'init');
})(jQuery)
//---- END COLOR PICKERS ----//
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21124660-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
//---- GOOGLE WEB FONT LOADER ----//
WebFontConfig = {
google: { families: [ 'Raleway:100' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
//---- END GOOGLE WEB FONT LOADER ----//
</script>
</head>
<body>
<div id="OPTwrap">
<div id="OPTside">
<h1>Minimalist</h1>
<!-- SYSTEM MESSAGES -->
<div id="announce" style="display: block;">
<strong>Subtract until it breaks</strong><br />The way of the minimalist
</div>
<div id="refresh">
<strong>Settings saved!</strong><br /><a href="#" onclick="javascript:chrome.extension.sendRequest({action: 'reload'},function(){});">Refresh Google Calendar to apply</a>
<br /><br /><span style="opacity:.5;">Some changes require browser restart</span>
</div>
<div id="refreshEI">
<strong>Import successful!</strong><br /><a href="#" onclick="javascript:chrome.extension.sendRequest({action: 'reload'},function(){});">Refresh Google Calendar to apply</a>
</div>
<div id="easterEgg_on">
<strong>Easter Egg enabled!</strong><br />Refresh Google Voice to apply
</div>
<div id="easterEgg_off">
<strong>Easter Egg disabled...</strong><br />
</div>
<!-- END SYSTEM MESSAGES -->
<!-- NAVIGATION -->
<ul>
<li><a href="#gen" class="" id="gen" onclick="navigate('gen')">General</a></li>
<li><a href="#the" class="" id="the" onclick="navigate('the')">Theme</a></li>
<li><a href="#goo" class="" id="goo" onclick="navigate('goo')">Google Bar</a></li>
<li><a href="#hea" class="" id="hea" onclick="navigate('hea')">Header</a></li>
<li><a href="#mai" class="" id="mai" onclick="navigate('mai')">Main</a></li>
<li><a href="#gat" class="" id="gat" onclick="navigate('gat')">Navigation</a></li>
<li> </li>
<li> </li>
<li><a href="#imp" class="" id="imp" onclick="navigate('imp')">Import/Export</a></li>
<li><a href="#mor" class="" id="mor" onclick="navigate('mor')">More</a></li>
<li><a href="#nge" class="" id="nge" onclick="navigate('nge')">Changes</a></li>
<li><a href="#sup" class="" id="sup" onclick="navigate('sup')">Support</a></li>
<li><a href="#abo" class="" id="abo" onclick="navigate('abo')">About</a></li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=C5GNE665F894E" class="" id="don" target="_blank">Donate</a></li>
</ul>
<!-- END NAVIGATION -->
</div>
<div class="OPTmain" id="OPTgen">
<h1 class="dark">Google Calendar <span>| general</span></h1>
<section>
<h3>Options Icon</h3>
<div>
<input type="checkbox" id="mcicon" />
<label for="mcicon" title="">Hide Minimalist for Google Calendar options icon</label><br />
<span class="note"><strong>NOT RECOMMENDED:</strong> Only shows up in Google Calendar</span>
</div>
</section>
<section>
<h3>favicon date</h3>
<div>
<input type="checkbox" id="favicon" />
<label for="favicon" title="">Show date in favicon</label><br />
</div>
</section>
<section>
<h3>Animate Transitions</h3>
<div>
<input type="checkbox" id="trans" />
<label for="trans" title="">Show transition animations</label><br />
<span class="note">Very subtle. Not possible for all transitions.</span><br />
<!-- <span class="note"><strong>Note:</strong> May decrease performance slightly on slower machines</span> -->
</div>
</section>
<section>
<h3>Fields & Input</h3>
<div>
<input type="checkbox" id="corners" />
<label for="corners" title="">Round corners</label><br />
</div>
</section>
<section>
<h3>Custom CSS</h3>
<div>
<input type="checkbox" id="customCSS" />
<label for="customCSS" title="">Use custom CSS</label><br />
<textarea id="customCSSval" rows="5" cols="40" style="margin-left: 25px;"></textarea>
<br />
<span class="note">Don't know CSS? <a href="https://groups.google.com/forum/?hl=en#!forum/minimalist-google-calendar" target="_blank">Ask questions and see examples here</a></span>
</div>
</section>
</div>
<div class="OPTmain" id="OPTthe">
<h1 class="dark">Google Calendar <span>| theme</span></h1>
<section>
<h3>Background</h3>
<div>
<input type="checkbox" id="backC" />
<label for="backC" title="">Change background color</label><div c id="backCLR"><div id="backCLRsub" style="background-color: #fff;"></div></div><br />
</div>
</section>
<section>
<h3>Borders</h3>
<div>
<input type="checkbox" id="borders" />
<label for="borders" title="">Change border colors</label><div c id="borderCLR"><div id="borderCLRsub" style="background-color: #BBCCFF;"></div></div><br />
<span class="note">NOTE: Dark/main color. Lighter tint calculated automatically</span><br />
</div>
</section>
<section>
<h3>Links</h3>
<div>
<input type="checkbox" id="linkC" />
<label for="linkC" title="">Change link color</label><div c id="linkCLR"><div id="linkCLRsub" style="background-color: #2200cc;"></div></div><br />
</div>
</section>
<section>
<h3>Highlights</h3>
<div>
<input type="checkbox" id="todayH" />
<label for="todayH" title="">Change today color</label><div c id="todayCLR"><div id="todayCLRsub" style="background-color: #FAD163;"></div></div><br />
<input type="checkbox" id="weekends" />
<label for="weekends" title="">Dim weekends</label><br />
<div style="margin-left: 25px;">
<input type="checkbox" id="weekendM" />
<label for="weekendM" title="">Week starts on Monday</label>
</div>
</div>
</section>
<section>
<h3>Hour list</h3>
<div>
<input type="checkbox" id="hours" />
<label for="hours" title="">Use custom style</label>
<table>
<tr>
<td>Font color</td>
<td><div c id="Hcolor"><div id="HcolorSUB" style="background-color: #aaa;"></div></div></td>
</tr>
<tr>
<td>Font weight</td>
<td><input type="text" id="Hweight" size="5" class="field" value="bold" />
<span class="note">"normal", "bold", or 100-900</span></td>
</tr>
<tr>
<td>Font Size</td>
<td><input type="text" id="Hsize" size="5" class="field" value="18px" />
<span class="note">11px is default</span></td>
</tr>
</table>
</div>
</section>
<section>
<h3>Buttons</h3>
<div>
<input type="checkbox" id="BTN" />
<label for="BTN" title="Click color to change">Enable custom buttons</label><div class="J-Zh-I" id="testButton" style="-webkit-user-select: none; ">Test button</div>
<table>
<tr>
<td>Font</td>
<td><div c id="BTNcolor"><div id="BTNcolorSUB" style="background-color: #000000;"></div></div></td>
</tr>
<tr>
<td>Border</td>
<td><div c id="BTNborder"><div id="BTNborderSUB" style="background-color: #bbbbbb;"></div></div></td>
</tr>
<tr>
<td>Top</td>
<td><div c id="BTNbottom"><div id="BTNbottomSUB" style="background-color: #f9f9f9;"></div></div></td>
</tr>
<tr>
<td>Bottom</td>
<td><div c id="BTNtop"><div id="BTNtopSUB" style="background-color: #e3e3e3;"></div></div></td>
</tr>
<tr>
<td colspan="2"><input type="button" value="Reset" onClick="cButtonReset()" /></td>
</tr>
</table>
</div>
</section>
</div>
<div class="OPTmain" id="OPTgoo">
<h1 class="dark">Google Calendar <span>| google bar</span></h1>
<section>
<h3>Hide All</h3>
<div>
<input type="checkbox" id="gbarH" />
<label for="gbarH" title="">Hide Google Bar</label><br />
<span class="note">[ \ ] or click blank stripe to toggle</span><br /><br />
<input type="checkbox" id="gbarO" />
<label for="gbarO" title="">Make invisible until mouseover</label><br />
<span class="note">Note: This will simplify appearance, not save pixels</span>
</div>
</section>
<section>
<h3>Appearance</h3>
<div>
<input type="checkbox" id="gbarB" />
<label for="gbarB" title="">Hide Background & Border</label><br />
</div>
</section>
<section>
<h3>Google Links</h3>
<div>
<input type="checkbox" id="gbar" />
<label for="gbar" title="">Hide Google links</label><br />
<input type="checkbox" id="cbar" />
<label for="cbar" title="">Enable custom links</label><br />
<span class="note"><a href="#" id="expandClinks" onclick="javascript:document.getElementById('cLinks').setAttribute('class','indent expanded');document.getElementById('expandClinks').setAttribute('style','opacity: 0;');">Show input table</a></span>
<div id="cLinks" class="indent compressed">
<br />
Choose link text, link location, and link target *.<br />
If you want less links, just leave rows blank.<br /><br />
<input type="text" id="c_n_1" size="6" class="field" value="Gmail" />
<input type="text" id="c_u_1" size="24" class="field" value="http://mail.google.com" style="margin-left: 1px;" />
<input type="text" id="c_t_1" size="3" class="field" value="_blank" style="margin-left: 1px;" /><br />
<input type="text" id="c_n_2" size="6" class="field" value="Calendar" />
<input type="text" id="c_u_2" size="24" class="field" value="http://www.google.com/calendar" style="margin-left: 1px;" />
<input type="text" id="c_t_2" size="3" class="field" value="_blank" style="margin-left: 1px;" /><br />
<input type="text" id="c_n_3" size="6" class="field" value="Documents" />
<input type="text" id="c_u_3" size="24" class="field" value="http://docs.google.com" style="margin-left: 1px;" />
<input type="text" id="c_t_3" size="3" class="field" value="_blank" style="margin-left: 1px;" /><br />
<input type="text" id="c_n_4" size="6" class="field" value="Reader" />
<input type="text" id="c_u_4" size="24" class="field" value="http://www.google.com/reader" style="margin-left: 1px;" />
<input type="text" id="c_t_4" size="3" class="field" value="_blank" style="margin-left: 1px;" /><br />
<input type="text" id="c_n_5" size="6" class="field" value="Photos" />
<input type="text" id="c_u_5" size="24" class="field" value="http://picasaweb.google.com" style="margin-left: 1px;" />
<input type="text" id="c_t_5" size="3" class="field" value="_blank" style="margin-left: 1px;" /><br />
<input type="text" id="c_n_6" size="6" class="field" value="Web" />
<input type="text" id="c_u_6" size="24" class="field" value="http://www.google.com" style="margin-left: 1px;" />
<input type="text" id="c_t_6" size="3" class="field" value="_blank" style="margin-left: 1px;" /><br />
<input type="checkbox" id="cbarM" />
<label for="cbarM" title="">Show "more" dropdown</label><br />
<span class="note">Moves original Google Links into the more menu</span><br />
<br />
* "_blank" for new window, "_top" for this window
</div>
</div>
</section>
<section>
<h3>Google User Bar</h3>
<div>
<input type="checkbox" id="user" />
<label for="user" title="">Hide signed in</label><br />
<input type="checkbox" id="labs" />
<label for="labs" title="">Hide Labs icon</label><br />
<input type="checkbox" id="settings" />
<label for="settings" title="">Hide Settings link</label><br />
<input type="checkbox" id="help" />
<label for="help" title="">Hide Help link</label><br />
<input type="checkbox" id="out" />
<label for="out" title="">Hide Sign out link</label><br />
<span class="note"><strong>WARNING:</strong> if you check this box you will have to toggle MinGcal</span>
<span class="note">off with the URL bar icon to sign out</span>
</div>
</section>
</div>
<div class="OPTmain" id="OPThea">
<h1 class="dark">Google Calendar <span>| header</span></h1>
<section>
<h3>Hide All</h3>
<div>
<input type="checkbox" id="header" />
<label for="header" title="">Hide header</label><br />
<span class="note">Click blank stripe to toggle, [ / ] to focus search, [ \ ] to toggle</span>
</div>
</section>
<section>
<h3>Appearance</h3>
<div>
<input type="checkbox" id="headerS" />
<label for="headerS" title="">Skinny header</label><br />
<span class="note">Trims about 20 pixels off the bottom of the header.</span>
</div>
</section>
<section>
<h3>Logo</h3>
<div>
<input type="checkbox" id="logoH" />
<label for="logoH" title="">Hide logo</label><br />
<input type="checkbox" id="logo" />
<label for="logo" title="">Enable custom logo</label><br />
<input type="text" id="logoSRC" size="40" class="field" value="http://www.example.com/image.jpg" /><br />
<span class="note">156x30px max. Input via URL or Convert to Base64</span><br />
<span class="note">Base64 conversion <a href="http://www.greywyvern.com/code/php/binary2base64" target="_blank">via URL</a> or <a href="http://www.opinionatedgeek.com/dotnet/tools/base64encode/" target="_blank">via upload</a></span>
</div>
</section>
<section>
<h3>Search</h3>
<div>
<input type="checkbox" id="s_all" />
<label for="s_all" title="">Hide all search</label><br />
<input type="checkbox" id="s_button" />
<label for="s_button" title="">Hide search button</label><br />
<input type="checkbox" id="s_link" />
<label for="s_link" title="">Hide search options</label><br />
</div>
</section>
</div>
<div class="OPTmain" id="OPTmai">
<h1 class="dark">Google Calendar <span>| main</span></h1>
<section>
<h3>Toolbar</h3>
<div>
<input type="checkbox" id="t_top" />
<label for="t_top" title="">Hide top toolbar</label><br />
<br />
<input type="checkbox" id="n_create" />
<label for="n_create" title="">Hide Create Event button</label><br />
<input type="checkbox" id="n_quick" />
<label for="n_quick" title="">Hide Quick Add link</label><br />
<br />
<input type="checkbox" id="t_today" />
<label for="t_today" title="">Hide Today button</label><br />
<input type="checkbox" id="t_nav" />
<label for="t_nav" title="">Hide navigation arrows</label><br />
<input type="checkbox" id="t_date" />
<label for="t_date" title="">Hide current date range</label><br />
<br />
<input type="checkbox" id="t_printI" />
<label for="t_printI" title="">Hide print icon</label><br />
<input type="checkbox" id="t_printL" />
<label for="t_printL" title="">Hide print link</label><br />
<input type="checkbox" id="t_refresh" />
<label for="t_refresh" title="">Hide Refresh</label><br />
<br />
<input type="checkbox" id="t_v1" />
<label for="t_v1" title="">Hide Day button</label><br />
<input type="checkbox" id="t_v2" />
<label for="t_v2" title="">Hide Week button</label><br />
<input type="checkbox" id="t_v3" />
<label for="t_v3" title="">Hide Month button</label><br />
<input type="checkbox" id="t_v4" />
<label for="t_v4" title="">Hide 7 Days button</label><br />
<input type="checkbox" id="t_v5" />
<label for="t_v5" title="">Hide Agenda button</label><br />
</div>
</section>
<section>
<h3>Tips</h3>
<div>
<span class="note"><strong>NOTE:</strong> Hide tips by disabling them in Google Calendar Settings.</span>
<span class="note">2nd option from the bottom in the General tab</span>
</div>
</section>
</div>
<div class="OPTmain" id="OPTgat">
<h1 class="dark">Google Calendar <span>| navigation</span></h1>
<section>
<h3>Hide All</h3>
<div>
<input type="checkbox" id="nav" />
<label for="nav" title="">Hide navigation</label><br />
<span class="note">[ ` ] tilde key or click blank stripe to toggle</span><br /><br />
<input type="checkbox" id="navO" />
<label for="navO" title="">Expand nav on mouseover</label><br />
</div>
</section>
<section>
<h3>Custom width</h3>
<div>
<!-- <input type="checkbox" id="navWC" />
<label for="navWC" title="">Enable custom width</label><br /> -->
<input type="text" id="navW" size="3" class="field" value="145" /> pixels<br />
<span class="note">Default is 145</span>
</div>
</section>
<section>
<h3>Overview</h3>
<div>
<input type="checkbox" id="n_cal" />
<label for="n_cal" title="">Hide mini-calendar</label><br />
</div>
</section>
<section>
<h3>My calendars</h3>
<div>
<input type="checkbox" id="n_mine" />
<label for="n_mine" title="">Hide My Calendars</label><br />
<input type="checkbox" id="n_linksM" />
<label for="n_linksM" title="">Hide "Add | Settings" link</label><br />
</div>
</section>
<section>
<h3>Other calendars</h3>
<div>
<input type="checkbox" id="n_other" />
<label for="n_other" title="">Hide Other Calendars</label><br />
<input type="checkbox" id="n_add" />
<label for="n_add" title="">Hide "Add a friend's calendar"</label><br />
<input type="checkbox" id="n_linksO" />
<label for="n_linksO" title="">Hide "Add | Settings" link</label><br />
</div>
</section>
</div>
<div class="OPTmain" id="OPTimp">
<h1 class="dark">Google Calendar | <span>import/export</span></h1>
<section>
<h3>Import/Export</h3>
<div>
To transfer settings, click "Export", copy everything, paste it back in another browser and click "Import".
<br /><br />
<form name="EI">
<textarea id="EImain" rows="5" cols="40"></textarea>
<input type="button" value="Export" onClick="export('EImain')" /><input type="button" value="Import" onClick="import('EImain')" />
</form>
</div>
</section>
<section>
<h3>Presets</h3>
<div>
<strong>Warning:</strong> clicking a preset will replace your current settings. Your current settings will be saved to "Custom 3", overriding it's contents.<br /><br />
<div style="display: none;">
<textarea id="EI_0" rows="5" cols="40">{"mcicon":false,"borders":false,"borderCLR":"#BBCCFF","todayH":false,"todayCLR":"#FAD163","hours":false,"Hcolor":"#bbbbbb","Hweight":"bold","Hsize":"18px","BTN":false,"BTNcolor":"#000000","BTNborder":"#bbbbbb","BTNbottom":"#f9f9f9","BTNtop":"#e3e3e3","corners":false,"trans":false,"customCSS":false,"customCSSval":"","gbarH":false,"gbarO":false,"gbarB":false,"gbar":false,"cbar":false,"c_n_1":"Gmail","c_u_1":"https://mail.google.com","c_t_1":"_blank","c_n_2":"Calendar","c_u_2":"http://www.google.com/calendar","c_t_2":"_blank","c_n_3":"Documents","c_u_3":"http://docs.google.com","c_t_3":"_blank","c_n_4":"Reader","c_u_4":"http://www.google.com/reader","c_t_4":"_blank","c_n_5":"Photos","c_u_5":"http://picasaweb.google.com","c_t_5":"_blank","c_n_6":"Web","c_u_6":"http://www.google.com","c_t_6":"_blank","cbarM":false,"user":false,"labs":false,"settings":false,"help":false,"out":false,"header":false,"headerS":false,"logoH":false,"logo":false,"logoSRC":"http://www.example.com/image.jpg","s_all":false,"s_button":false,"s_link":false,"t_top":false,"t_today":false,"t_nav":false,"t_date":false,"t_printI":false,"t_printL":false,"t_refresh":false,"t_v1":false,"t_v2":false,"t_v3":false,"t_v4":false,"t_v5":false,"nav":false,"navO":false,"navW":"180","n_create":false,"n_quick":false,"n_cal":false,"n_mine":false,"n_linksM":false,"n_other":false,"n_add":false,"n_linksO":false}
#BBCCFF
#bbbbbb
#FAD163
#000000
#bbbbbb
#f9f9f9
#e3e3e3
</textarea>
<textarea id="EI_1" rows="5" cols="40">{"mcicon":false,"borders":true,"borderCLR":"#9e9e9e","todayH":false,"todayCLR":"#FAD163","hours":true,"Hcolor":"#bbbbbb","Hweight":"bold","Hsize":"18px","BTN":false,"BTNcolor":"#000000","BTNborder":"#bbbbbb","BTNbottom":"#f9f9f9","BTNtop":"#e3e3e3","corners":false,"trans":false,"customCSS":false,"customCSSval":"","gbarH":false,"gbarO":true,"gbarB":false,"gbar":false,"cbar":false,"c_n_1":"Gmail","c_u_1":"https://mail.google.com","c_t_1":"_blank","c_n_2":"Calendar","c_u_2":"http://www.google.com/calendar","c_t_2":"_blank","c_n_3":"Documents","c_u_3":"http://docs.google.com","c_t_3":"_blank","c_n_4":"Reader","c_u_4":"http://www.google.com/reader","c_t_4":"_blank","c_n_5":"Photos","c_u_5":"http://picasaweb.google.com","c_t_5":"_blank","c_n_6":"Web","c_u_6":"http://www.google.com","c_t_6":"_blank","cbarM":false,"user":false,"labs":false,"settings":false,"help":false,"out":false,"header":false,"headerS":true,"logoH":false,"logo":false,"logoSRC":"http://www.example.com/image.jpg","s_all":false,"s_button":false,"s_link":true,"t_top":false,"t_today":false,"t_nav":false,"t_date":false,"t_printI":false,"t_printL":true,"t_refresh":false,"t_v1":false,"t_v2":false,"t_v3":false,"t_v4":false,"t_v5":false,"nav":false,"navO":false,"navW":"180","n_create":false,"n_quick":true,"n_cal":false,"n_mine":false,"n_linksM":false,"n_other":false,"n_add":true,"n_linksO":false}
#9e9e9e
#bbbbbb
#FAD163
#000000
#bbbbbb
#f9f9f9
#e3e3e3
</textarea>
<textarea id="EI_2" rows="5" cols="40">{"mcicon":false,"borders":true,"borderCLR":"#9e9e9e","todayH":false,"todayCLR":"#FAD163","hours":true,"Hcolor":"#bbbbbb","Hweight":"bold","Hsize":"18px","BTN":false,"BTNcolor":"#000000","BTNborder":"#bbbbbb","BTNbottom":"#f9f9f9","BTNtop":"#e3e3e3","corners":true,"trans":true,"customCSS":false,"customCSSval":"","gbarH":true,"gbarO":true,"gbarB":true,"gbar":false,"cbar":true,"c_n_1":"Gmail","c_u_1":"https://mail.google.com","c_t_1":"_blank","c_n_2":"Calendar","c_u_2":"http://www.google.com/calendar","c_t_2":"_blank","c_n_3":"Documents","c_u_3":"http://docs.google.com","c_t_3":"_blank","c_n_4":"Reader","c_u_4":"http://www.google.com/reader","c_t_4":"_blank","c_n_5":"Photos","c_u_5":"http://picasaweb.google.com","c_t_5":"_blank","c_n_6":"Web","c_u_6":"http://www.google.com","c_t_6":"_blank","cbarM":true,"user":false,"labs":false,"settings":false,"help":false,"out":false,"header":true,"headerS":true,"logoH":false,"logo":false,"logoSRC":"http://www.example.com/image.jpg","s_all":false,"s_button":false,"s_link":true,"t_top":false,"t_today":false,"t_nav":false,"t_date":false,"t_printI":false,"t_printL":true,"t_refresh":true,"t_v1":false,"t_v2":false,"t_v3":false,"t_v4":true,"t_v5":false,"nav":true,"navO":false,"navW":"180","n_create":false,"n_quick":true,"n_cal":true,"n_mine":false,"n_linksM":true,"n_other":false,"n_add":true,"n_linksO":true}
#9e9e9e
#bbbbbb
#FAD163
#000000
#bbbbbb
#f9f9f9
#e3e3e3
</textarea>
<textarea id="EI_3" rows="5" cols="40">{"mcicon":false,"borders":true,"borderCLR":"#9e9e9e","todayH":false,"todayCLR":"#FAD163","hours":true,"Hcolor":"#bbbbbb","Hweight":"bold","Hsize":"18px","BTN":false,"BTNcolor":"#000000","BTNborder":"#bbbbbb","BTNbottom":"#f9f9f9","BTNtop":"#e3e3e3","corners":true,"trans":true,"customCSS":false,"customCSSval":"","gbarH":true,"gbarO":true,"gbarB":true,"gbar":false,"cbar":true,"c_n_1":"Gmail","c_u_1":"https://mail.google.com","c_t_1":"_blank","c_n_2":"Calendar","c_u_2":"http://www.google.com/calendar","c_t_2":"_blank","c_n_3":"Documents","c_u_3":"http://docs.google.com","c_t_3":"_blank","c_n_4":"Reader","c_u_4":"http://www.google.com/reader","c_t_4":"_blank","c_n_5":"Photos","c_u_5":"http://picasaweb.google.com","c_t_5":"_blank","c_n_6":"Web","c_u_6":"http://www.google.com","c_t_6":"_blank","cbarM":true,"user":false,"labs":false,"settings":false,"help":false,"out":false,"header":true,"headerS":true,"logoH":false,"logo":false,"logoSRC":"http://www.example.com/image.jpg","s_all":false,"s_button":false,"s_link":true,"t_top":true,"t_today":false,"t_nav":false,"t_date":false,"t_printI":false,"t_printL":true,"t_refresh":true,"t_v1":false,"t_v2":false,"t_v3":false,"t_v4":true,"t_v5":false,"nav":true,"navO":true,"navW":"180","n_create":false,"n_quick":true,"n_cal":true,"n_mine":false,"n_linksM":true,"n_other":true,"n_add":true,"n_linksO":true}
#9e9e9e
#bbbbbb
#FAD163
#000000
#bbbbbb
#f9f9f9
#e3e3e3
</textarea>
</div>
<input type="button" value="None" onClick="javascript:export('EIC_3');import('EI_0');;" />
<input type="button" value="Basics" onClick="javascript:export('EIC_3');import('EI_1');;" />
<input type="button" value="Simple" onClick="javascript:export('EIC_3');import('EI_2');;" />
<input type="button" value="Crazy" onClick="javascript:export('EIC_3');import('EI_3');;" /><br /><br />
<table>
<tr>
<td><input type="button" value="Custom 1" onClick="import('EIC_1')"/></td>
<td><textarea id="EIC_1" rows="1" cols="26"></textarea></td>
</tr>
<tr>
<td><input type="button" value="Custom 2" onClick="import('EIC_2')" /></td>
<td><textarea id="EIC_2" rows="1" cols="26"></textarea></td>
</tr>
<tr>
<td><input type="button" value="Custom 3" onClick="import('EIC_3')" /></td>
<td><textarea id="EIC_3" rows="1" cols="26"></textarea></td>
</tr>
</table>
</div>
</section>
<section>
<h3>Full Reset</h3>
<div>
If you are having problems and just want to start fresh, use this button. <strong>It will clear all local settings and reset them to Google Calendar's default.</strong>
<br /><br />
<input type="button" class="red" value="Reset All" onClick="javascript:localStorage.clear();import('EI_0');;" />
</div>
</section>
</div>
<div class="OPTmain" id="OPTmor">
<h1 class="dark">Google Calendar <span onclick="easterEgg()" style="cursor:pointer;">| more</span></h1>
<section>
<h3>Extensions</h3>
<div>
<ul>
<li><a href="https://chrome.google.com/webstore/detail/oddhbkghjoccbljmagcgoklbfdjeiinb">Minimalist for Gmail</a>: Individually hide almost 100 interface elements, custom logos and row highlighting, favicon/desktop notifier, and more...
<ul>
<li><a href="http://www.anselsantosa.com/sites/MinimalistGoogleCalendar/options.html" target="_blank">See the full options page</a></li>
</ul>
</li>
<li><a href="https://chrome.google.com/webstore/detail/pgpppbiipcfcldpgcjlhoehdffdjjall">Minimalist for Google Reader</a>: Individually hide almost 50 interface elements, custom logos, keyboard toggles, and more...
<ul>
<li><a href="http://www.anselsantosa.com/sites/MinimalistGoogleReader/options.html" target="_blank">See the full options page</a></li>
</ul>
</li>
</ul>
</div>
</section>
<section>
<h3>Settings</h3>
<div>
<ul>
<li>Google Calendar Labs</a>: great stuff in here, check it out
<ul>
<li>Caution: some labs features conflict with Minimalst for Google Calendar. If you point them out I'll write exceptions for them.</li>
</ul>
</li>
</ul>
</div>
</section>
<section>
<h3>Bugs & Ideas</h3>
<div>
I'm always looking for new ideas and bugs to fix. I respond in the Issue Tracker, email, and Twitter within an hour if I'm awake [UTC-8].<br /><br />
<ul>
<li>Submit a bug or feature request: <a href="http://code.google.com/p/minimalist-google-calendar/issues" target="_blank">Official Issues Tracker</a></li>
<li>Have immediate questions?
<ul>
<li>Ping me on Twitter: <a href="http://www.twitter.com/anstosa" target="_blank">@anstosa</a></li>
<li>Email me: <a href="https://mail.google.com/mail/?view=cm&tf=0&[email protected]&fs=1" target="_blank">[email protected]</a></li>
</ul>
</li>
</ul>
</div>
</section>
</div>
<div class="OPTmain" id="OPTnge">
<h1 class="dark">Google Calendar <span>| changes</span></h1>
<section id="updated" style="display: none;">
<h3>Update</h3>
<div>
Minimalist for Google Calendar has been updated!
</div>
</section>
<section>
<h3>Announcements</h3>
<div>
Should be fully compatible with the new Gcal UI. <br />
<strong>Note:</strong> The default sidebar width has changed from 180 ot 145. You'll have to change that in your settings if you want it to appear correctly.
</div>
</section>
<section>
<h3>What's new</h3>
<div>
Full changelog on <a href="http://code.google.com/p/minimalist-google-calendar/#CHANGELOG" target="_blank">Google Code</a><br /><br />
<strong>General</strong>
<ul>
<li>Added: Show current date in favicon</li>
</ul>
<strong>Theme</strong>
<ul>
<li>Added: Custom background color</li>
<li>Added: Custom link color</li>
<li>Added: Dim weekends</li>
</ul>
<strong>Google Bar</strong>
<ul>
<li>Fixed: 2nd custom link always disabled "Calendar"</li>
</ul>
<strong>Header</strong>
<ul>
<li>Fixed: unclickable top nav with header hidden</li>
</ul>
<!-- <strong>Main</strong>
<ul>
<li></li>
</ul>
<strong>Navigation</strong>
<ul>
<li></li>
</ul>
<strong>Backend/Options page</strong>
<ul>
<li></li>
<li><a href="http://code.google.com/p/minimalist-google-calendar/#CHANGELOG" target="_blank"><strong>bugfixes</strong></a></li>
</ul> -->
</div>
</section>
<section>
<h3>Rate & Review</h3>
<div>
Like Minimalist for Google Calendar?<br />Please <a href="https://chrome.google.com/webstore/detail/mgljgiacemcbnibkkmbolnljeffaadna" target="_blank">rate and review it in the Web Store!</a>
</div>
</section>
<section>
<h3>Donate</h3>
<div>
<p>This is a personal project and I am a full-time student, please <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RVCM5TZRYBK8">support me by donating</a> so I can keep Minimalist for Google Calendar up to date and competitive.</p>
<br />
<a class="button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=C5GNE665F894E" target="_blank">Donate</a>
</div>
</section>
<section>
<h3>Bugs & Ideas</h3>
<div>
I'm always looking for new ideas and bugs to fix. I respond in the Issue Tracker, email, and Twitter within an hour if I'm awake [UTC-8].<br /><br />
<ul>
<li>Submit a bug or feature request: <a href="http://code.google.com/p/minimalist-google-calendar/issues" target="_blank">Official Issues Tracker</a></li>
<li>Have immediate questions?
<ul>
<li>Ping me on Twitter: <a href="http://www.twitter.com/anstosa" target="_blank">@anstosa</a></li>
<li>Email me: <a href="https://mail.google.com/mail/?view=cm&tf=0&[email protected]&fs=1" target="_blank">[email protected]</a></li>
</ul>
</li>
</ul>
</div>
</section>
</div>
<div class="OPTmain" id="OPTabo">
<h1 class="dark">Google Calendar <span>| about</span></h1>
<section>
<h3>Credits</h3>
<div>
<p>My name is <a href="http://www.anselsantosa.com">Ansel Santosa</a> [<a href="http://www.twitter.com/anstosa" target="_blank">@anstosa</a>]. I'm an Informatics student at the University of Washington in Seattle studying to to a UX Designer.<br />
<br />
I created <a href="https://chrome.google.com/webstore/detail/oddhbkghjoccbljmagcgoklbfdjeiinb" target="_blank">Minimalist for Gmail</a> because none of the others on the market would cut it for me. It was just a handful of personal scripts for a while. But I recently decided to polish and publish.<br />
<br />
Minimalist for Google Calendar is just the second in what I hope will become a suite of Google webapp customizers
</div>
</section>
<section>
<h3>Rate & Review</h3>
<div>
Like Minimalist for Google Calendar?<br />Please <a href="https://chrome.google.com/webstore/detail/mgljgiacemcbnibkkmbolnljeffaadna" target="_blank">rate and review it in the Web Store!</a>
</div>
</section>
<section>
<h3>Donate</h3>
<div>
<p>This is a personal project and I am a full-time student, please <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RVCM5TZRYBK8">support me by donating</a> so I can keep Minimalist for Google Calendar up to date and competitive.</p>
<br />
<a class="button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RVCM5TZRYBK8" target="_blank">Donate</a>
</div>
</section>
</div>
<div class="OPTmain" id="OPTsup">
<h1 class="dark">Google Calendar <span>| support</span></h1>
<section>
<h3>Support Page</h3>
<div>
Try the <a href="http://code.google.com/p/minimalist-google-calendar/wiki/Support" target="_blank">official support page</a> first. Otherwise, see below:
</div>
</section>
<section>
<h3>Bugs & Ideas</h3>
<div>
I'm always looking for new ideas and bugs to fix. I respond in the Issue Tracker, email, and Twitter within an hour if I'm awake [UTC-8].<br /><br />
<ul>
<li>Submit a bug or feature request: <a href="http://code.google.com/p/minimalist-google-calendar/issues/list" target="_blank">Official Issues Tracker</a></li>
<li>Have immediate questions?
<ul>
<li>Ping me on Twitter: <a href="http://www.twitter.com/anstosa" target="_blank">@anstosa</a></li>
<li>Email me: <a href="https://mail.google.com/mail/?view=cm&tf=0&[email protected]&fs=1" target="_blank">[email protected]</a></li>
</ul>
</li>
</ul>
</div>
</section>
</div>
</div>
<script type="text/javascript">
//---- PROCESS URL HASHES ----//
var hash = window.location.hash.substr(1);
document.getElementById("refresh").setAttribute("style","");
if (hash == "update") {
document.getElementById("nge").setAttribute("class", "current");
document.getElementById("OPTnge").setAttribute("style", "display: block;");
document.getElementById("updated").setAttribute("style", "");
last = "nge";
} else if (hash == "imps") {
document.getElementById("imp").setAttribute("class", "current");
document.getElementById("OPTimp").setAttribute("style", "display: block;");
$("#announce").attr("style", "");
document.getElementById("refreshEI").setAttribute("style","display: block;");
last = "imp";
} else if (hash == null || hash == "") {
document.getElementById("gen").setAttribute("class", "current");
document.getElementById("OPTgen").setAttribute("style", "display: block;");
last = "gen";
} else {
document.getElementById(hash).setAttribute("class", "current");
document.getElementById("OPT" + hash).setAttribute("style", "display: block;");
last = hash;
}
//---- END PROCESS URL HASHES ----//
</script>
</body>
</html>