benimal-mistakes-jekyll 0.0.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd2290a9b5b528c6ec88f6cbcc71235637a26f8d588836e3847882ff5bef844f
4
- data.tar.gz: dc928e049bb6955ceb395ce0018f9e72db12d142dbfcb879fbeb60ab4d656e88
3
+ metadata.gz: fa4e83fbb0c34a989045a614e3f85310804ee2a980f1ab0fc0611be5b568afc3
4
+ data.tar.gz: 26e8e753c63b18e2d729b3fb71b8ab99feaf932b97343d646c3e98792cfbf993
5
5
  SHA512:
6
- metadata.gz: 94c329c4d031961676ad40ae2a2c3a38d1bc5bed7f7347415c60cffb2256f9062d60c5b525a6ace96309e9807e2f0942595767ae21a5c71ff727bf5d4ae81f4a
7
- data.tar.gz: aca6797116239f66ca256d8d1d4d65cfc536c611b4f25e03751580dc2783f6b319f839b90c37fc6cefb1cb1fb97770840027e4a6cde1e8ed664b65d38d739779
6
+ metadata.gz: 010b2142e81a3dd5519d35fcce3530a52721da26523081ecacc4887e0e807f31efc61e43174f0911738169ee71556fd1db00250759d6015deff6c58046bec36a
7
+ data.tar.gz: 78aaa7d63f4905c983449b9a0ffb00b1c11ae1aed4a646f70ee921b8db26589177b807e9be6a35149dfe2e2e5c7197bcd1d628d02d3e7c4f9f722c6d8f30cc7b
@@ -0,0 +1,139 @@
1
+
2
+ /******************************************************************************
3
+ * Table of contents
4
+ ******************************************************************************/
5
+ .toc {
6
+ .nav__title {
7
+ background-color: $info-color;
8
+ }
9
+ }
10
+
11
+ /******************************************************************************
12
+ * Font awesome icons
13
+ ******************************************************************************/
14
+
15
+ @mixin colorful-icons {
16
+ .fa-info-circle {
17
+ color: $info-color;
18
+ }
19
+
20
+ .fa-bookmark {
21
+ color: $danger-color;
22
+ }
23
+
24
+ .fa-github {
25
+ color: $github-color;
26
+ }
27
+
28
+ .fa-graduation-cap {
29
+ color: $schoology-color;
30
+ }
31
+ }
32
+
33
+ /******************************************************************************
34
+ * Schedule table
35
+ ******************************************************************************/
36
+
37
+ table.schedule {
38
+ width: 80%;
39
+ margin: auto;
40
+ border: none;
41
+
42
+ thead {
43
+ border-top: 2px solid black;
44
+ border-bottom: 1px solid black;
45
+ background-color: transparent;
46
+ }
47
+
48
+ tbody {
49
+ border-bottom: 2px solid black;
50
+ }
51
+
52
+ td {
53
+ vertical-align: middle;
54
+
55
+ p {
56
+ margin: 0;
57
+ padding: 0;
58
+ }
59
+ }
60
+
61
+ td.number {
62
+ text-align: center;
63
+ width: 10%;
64
+ }
65
+
66
+ td.date {
67
+ width: 20%;
68
+
69
+ p.time {
70
+ font-size: small;
71
+ }
72
+ }
73
+
74
+ td.title {
75
+ width: 35%;
76
+
77
+ ul {
78
+ padding: 0;
79
+ margin: 0;
80
+ font-size: small;
81
+ display: flex;
82
+ flex-direction: row;
83
+ flex-wrap: wrap;
84
+ font-style: italic;
85
+
86
+ li {
87
+ display: inline;
88
+ margin-right: .5em;
89
+ }
90
+
91
+ li:after {
92
+ content: "·";
93
+ }
94
+
95
+ li:last-child:after {
96
+ content: "";
97
+ }
98
+ }
99
+ }
100
+
101
+ td.assignment {
102
+ width: 35%;
103
+ p.due-date, p.critique-date {
104
+ font-size: small;
105
+ font-style: italic;
106
+ }
107
+ }
108
+ }
109
+
110
+ /******************************************************************************
111
+ * Masthead
112
+ ******************************************************************************/
113
+
114
+ #site-nav {
115
+ @include colorful-icons();
116
+ }
117
+
118
+ .masthead {
119
+ ul {
120
+ font-size: smaller;
121
+ }
122
+ }
123
+
124
+ /******************************************************************************
125
+ * Footer
126
+ ******************************************************************************/
127
+
128
+ .page__footer {
129
+ display: none;
130
+ }
131
+
132
+ /* right-hand nav */
133
+
134
+ // make it sticky
135
+ // aside.sidebar__right {
136
+ // position: sticky;
137
+ // float: right;
138
+ // top: 44px;
139
+ // }
@@ -0,0 +1,6 @@
1
+ @import "minimal-mistakes/variables";
2
+
3
+ $link-color-visited: $link-color;
4
+ $footer-background-color: $info-color;
5
+
6
+ $schoology-color: #224E77;
@@ -5,6 +5,7 @@
5
5
  */
6
6
 
7
7
  /* Variables */
8
+ @import "my-variables";
8
9
  @import "minimal-mistakes/variables";
9
10
 
10
11
  /* Mixins and functions */
@@ -38,3 +39,5 @@
38
39
  @import "minimal-mistakes/archive";
39
40
  @import "minimal-mistakes/sidebar";
40
41
  @import "minimal-mistakes/print";
42
+
43
+ @import "my-styles";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benimal-mistakes-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Wiedermann
@@ -216,6 +216,8 @@ files:
216
216
  - _layouts/splash.html
217
217
  - _layouts/tag.html
218
218
  - _layouts/tags.html
219
+ - _sass/_my-styles.scss
220
+ - _sass/_my-variables.scss
219
221
  - _sass/minimal-mistakes.scss
220
222
  - _sass/minimal-mistakes/_animations.scss
221
223
  - _sass/minimal-mistakes/_archive.scss