teatro-vecchio 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +46 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e7ba15f5ea3b687121deda085b8c0a11eeaebbcf2d4afd93ba303fdf7b25baa
4
- data.tar.gz: 4e9752028a269809f4dff45bb9f76cf4ab1010f8f15728c4d188ec951a2d63a9
3
+ metadata.gz: a753171b1e3aa447353baa70d2ada65cf09f1bbfaa3f57d1a313364304b27cb1
4
+ data.tar.gz: 212d17706f207dd62434dbb5dd0c4034da103055e15c294e6fd6147f295256eb
5
5
  SHA512:
6
- metadata.gz: 8d481d2dd6d63f99fb7655fd911c083d042360666501717ca3509047f5972a827d2d6174c6ee9c27121066d8cb856c320a60e0496fd3ed4373893940e5433daa
7
- data.tar.gz: b101f3642193b63e5648bf001e569144e0b315b8299b00be618981cafa520f1bf98a4f9310403e738ba084f0674d6f31f91e2950aa0fef47eedb113f72a0ee71
6
+ metadata.gz: 4d1c6940589e3692d767369a03e8fc5c948fe52317e88498e7cec40ef6e86b21ea4aac2d782d5b401c394effc9e2a679b981c1ea3b1ace72f28e9d2736c8c38a
7
+ data.tar.gz: efa84e2e30f92bbcb7ffffda5008e55ea8a3e447d3dcb61da57209a40840d0bdea06fdf151209eff4f59fcecb28da52f018dc0464f923e23cb521c294330a030
data/_includes/head.html CHANGED
@@ -18,7 +18,7 @@
18
18
  line-height: 1.375
19
19
  }
20
20
 
21
- blockquote, time {
21
+ blockquote {
22
22
  font-family: monospace;
23
23
  }
24
24
  pre {
@@ -44,7 +44,7 @@
44
44
 
45
45
  hr{
46
46
  border: none;
47
- border-bottom: 1px solid #686f7b
47
+ border-top: 1px solid #686f7b
48
48
  }
49
49
 
50
50
  .site-title {
@@ -60,6 +60,10 @@
60
60
  color: #dfbb78 !important
61
61
  }
62
62
 
63
+ .post-meta {
64
+ color: #c1c3ca;
65
+ }
66
+
63
67
  th { color: #c1c3ca;}
64
68
 
65
69
  strong {
@@ -69,6 +73,46 @@
69
73
  max-width: 100%
70
74
  }
71
75
 
76
+ /* gist */
77
+
78
+ /* Customizzazione di Ale */
79
+ /* colore bordo */
80
+ .gist-file { border: none !important;}
81
+ /* colore sfondo */
82
+ .gist-meta { background-color: #111 !important; color: #5c6370}
83
+ .gist-data {
84
+ border: none !important;
85
+ background-color: inherit !important;
86
+ }
87
+
88
+
89
+ /* Gist Embed - Dark Theme Styling - Thanks to MattD */
90
+
91
+ /* Body */
92
+ .gist-data tbody { background-color: #111; }
93
+ /* Line Numbers */
94
+ .gist-data tbody td:nth-of-type(1) { color: #52a9b5 !important;}
95
+ /* Code */
96
+ .gist-data tbody td:nth-of-type(2){ color: #ccc !important;}
97
+ /* Comments */
98
+ .pl-c { color: #98c379 !important; }
99
+ /* Function */
100
+ .pl-k, tbody tr:first-child .blob-code, tbody tr:last-child .blob-code{ color: #427c86 !important; }
101
+ /* Function Name */
102
+ .pl-en { color: #ccc !important; }
103
+ /* Function Method */
104
+ .pl-c1 { color: #ccc !important; }
105
+ /* "'s around Strings */
106
+ .pl-pds { color: #dfbb78 !important; }
107
+ /* Strings */
108
+ .pl-s { color: #dfbb78 !important; }
109
+ .pl-smi{ color: #ccc !important; }
110
+ /* Variables */
111
+ .pl-e { color: #b36ec8 !important}
112
+ /* Tags */
113
+ .pl-ent { color: #98c379 !important}
114
+
115
+
72
116
  </style>
73
117
 
74
118
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teatro-vecchio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Descovi