aboutsummaryrefslogtreecommitdiff
path: root/resources/css/custom.css.old.css
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2017-01-03 18:27:06 +0100
committerGitHub <noreply@github.com>2017-01-03 18:27:06 +0100
commitbc9bae33c2d29d56c60ae8851063bc3145d41eef (patch)
tree1e423e12e589909157bc1e5d271b0cf7cf047fb1 /resources/css/custom.css.old.css
parent8428c40f79060169e85bdf740a9432b933a47160 (diff)
parent21cddf809d02a674f1fac59ccc5dfb3adac3bab2 (diff)
Merge pull request #24 from heathermiller/facelift
Facelift
Diffstat (limited to 'resources/css/custom.css.old.css')
-rw-r--r--resources/css/custom.css.old.css156
1 files changed, 156 insertions, 0 deletions
diff --git a/resources/css/custom.css.old.css b/resources/css/custom.css.old.css
new file mode 100644
index 0000000..75960e0
--- /dev/null
+++ b/resources/css/custom.css.old.css
@@ -0,0 +1,156 @@
+---
+---
+
+/*html { font-size: 14px; }*/
+
+
+body {
+ margin: auto;
+}
+
+.topbar {
+ position: relative;
+ background: #F3F3F3;
+ height: 70px;
+ width: 100%;
+}
+
+h2, h3 {
+ font-family: 'Alegreya Sans', sans-serif;
+ font-family: 'Fira Sans';
+ font-weight: 200;
+ font-style: normal;
+}
+
+.post-title {
+ font-family: 'Alegreya Sans', sans-serif;
+ font-family: 'Fira Sans';
+ font-weight: 200;
+ /*font-size: 3.2em;*/
+ /*line-height: 1em;*/
+ /*line-height: 1.6em;*/
+}
+
+.post-title, .post-title:after {
+ position: relative;
+ /*left: 10px;*/
+ line-height: 1.6em;
+ /*background: #ffdb00;
+ -webkit-box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
+ box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
+ box-decoration-break: clone;*/
+}
+
+.author {
+ font-family: 'Montserrat', sans-serif;
+ text-transform: uppercase;
+ color: #b3b3b3;
+}
+
+.book-title {
+ position: absolute;
+ top: 20px;
+ padding-left: 30px;
+}
+
+.prog-mod {
+ font-family: 'Alegreya Sans', sans-serif;
+ font-weight: 700;
+ font-style: italic;
+ font-size: 22px;
+ margin-bottom: -8px;
+ margin-left: -10px;
+ color: #595959;
+}
+
+.dist-comp {
+ font-family: 'Alegreya Sans', sans-serif;
+ text-transform: uppercase;
+ font-weight: 900;
+ font-style: normal;
+ font-size: 24px;
+}
+
+@font-face {
+ font-family: 'Consolas';
+ src: url('{{ site.baseurl }}/resources/glyphs/Consolas.eot?#iefix') format('embedded-opentype'), url('{{ site.baseurl }}/resources/glyphs/Consolas.woff') format('woff'), url('{{ site.baseurl }}/resources/glyphs/Consolas.ttf') format('truetype'), url('{{ site.baseurl }}/resources/glyphs/Consolas.svg#Consolas') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Consolas';
+ src: url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.eot?#iefix') format('embedded-opentype'), url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.woff') format('woff'), url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.ttf') format('truetype'), url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.svg#Consolas-Italic') format('svg');
+ font-weight: normal;
+ font-style: italic;
+}
+
+code {
+ color: #7599a9;
+ /*background: #F4F4F4;*/
+ /*border-radius: 3px;*/
+ /*padding: 2px;*/
+ /*border: 1px solid #DDDDDD;*/
+ /*margin: 0 3px 0 3px;*/
+ /*padding: 0 2px 0 2px;*/
+}
+
+.logo {
+ margin-left: -16px;
+ margin-top: 16px;
+}
+
+blockquote {
+ /*font-family: Georgia, serif;*/
+ font-size: 18px;
+ font-style: italic;
+ /*width: 500px;*/
+ margin: 0.25em 0;
+ padding: 0.35em 40px;
+ /*line-height: 1.45;*/
+ position: relative;
+ /*color: #383838;*/
+}
+
+blockquote:before {
+ display: block;
+ padding-left: 10px;
+ content: "\201C";
+ font-size: 80px;
+ position: absolute;
+ left: -20px;
+ top: -20px;
+ color: #7a7a7a;
+}
+
+blockquote cite {
+ color: #999999;
+ font-size: 14px;
+ display: block;
+ /*margin-top: 5px;*/
+}
+
+blockquote cite:before {
+ content: "\2014 \2009";
+}
+
+blockquote footer:before {
+ content: "\2014 \2009";
+}
+
+blockquote footer {
+ margin-top: -12px;
+ font-size: 12px;
+ font-style: normal;
+ font-family: 'Montserrat', sans-serif;
+ text-transform: uppercase;
+ color: #b3b3b3;
+}
+
+.bibliography {
+width: 55%;
+}
+
+@media (max-width: 760px) {
+ .bibliography { width: 90%; }
+ } \ No newline at end of file