mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Separate thesis css from the rest
This commit is contained in:
parent
35c0acefbb
commit
4179543a10
@ -6,7 +6,6 @@
|
||||
@import "article"; // individual blog articles
|
||||
@import "projects"; //Styles for the projects page
|
||||
@import "cv"; // the CV page
|
||||
@import "thesis"; // the thesis content
|
||||
@import "blogroll"; // the summaries of the blogposts
|
||||
@import "comments"; //the mastodon comments
|
||||
@import "model_viewer"; //Styles for the 3D model viewer
|
||||
@ -101,12 +100,24 @@ div.highlight {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.figure {
|
||||
max-width: 400px;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
// .figure {
|
||||
// max-width: 400px;
|
||||
// display: block;
|
||||
// margin: 0 auto;
|
||||
// margin-top: 1em;
|
||||
// margin-bottom: 1em;
|
||||
// }
|
||||
|
||||
figure {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
figure > img, figure > svg, figure > canvas {
|
||||
max-width: 90% !important;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
@media
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -29,7 +29,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,7 +17,7 @@ image:
|
||||
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,7 +17,7 @@ image:
|
||||
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,7 +17,7 @@ image:
|
||||
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,7 +17,7 @@ image:
|
||||
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,7 +17,7 @@ image:
|
||||
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -29,7 +29,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -29,7 +29,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -29,7 +29,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -29,7 +29,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,7 +17,7 @@ image:
|
||||
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -28,7 +28,7 @@ image:
|
||||
<script src="/assets/js/thesis_scrollspy.js"></script>
|
||||
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/thesis.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
4
assets/css/thesis.scss
Normal file
4
assets/css/thesis.scss
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
---
|
||||
@import "main";
|
||||
@import "thesis";
|
Loading…
x
Reference in New Issue
Block a user