mv theme to local control
This commit is contained in:
parent
3ac32ec7e9
commit
c980366d63
189 changed files with 22593 additions and 0 deletions
1035
themes/aether/assets/css/katex.css
Normal file
1035
themes/aether/assets/css/katex.css
Normal file
File diff suppressed because it is too large
Load diff
234
themes/aether/assets/css/latolatinfonts.css
Normal file
234
themes/aether/assets/css/latolatinfonts.css
Normal file
|
|
@ -0,0 +1,234 @@
|
|||
/* Webfont: LatoLatin-Black */@font-face {
|
||||
font-family: 'LatoLatinWebBlack';
|
||||
src: url('../fonts/LatoLatin-Black.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Black.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Black.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Black.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-BlackItalic */@font-face {
|
||||
font-family: 'LatoLatinWebBlack';
|
||||
src: url('../fonts/LatoLatin-BlackItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-BlackItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-BlackItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Bold */@font-face {
|
||||
font-family: 'LatoLatinWeb';
|
||||
src: url('../fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Bold.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-BoldItalic */@font-face {
|
||||
font-family: 'LatoLatinWeb';
|
||||
src: url('../fonts/LatoLatin-BoldItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-BoldItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Hairline */@font-face {
|
||||
font-family: 'LatoLatinWebHairline';
|
||||
src: url('../fonts/LatoLatin-Hairline.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Hairline.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Hairline.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Hairline.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-HairlineItalic */@font-face {
|
||||
font-family: 'LatoLatinWebHairline';
|
||||
src: url('../fonts/LatoLatin-HairlineItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-HairlineItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-HairlineItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-HairlineItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-HairlineItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Heavy */@font-face {
|
||||
font-family: 'LatoLatinWebHeavy';
|
||||
src: url('../fonts/LatoLatin-Heavy.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Heavy.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Heavy.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Heavy.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-HeavyItalic */@font-face {
|
||||
font-family: 'LatoLatinWebHeavy';
|
||||
src: url('../fonts/LatoLatin-HeavyItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-HeavyItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-HeavyItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Italic */@font-face {
|
||||
font-family: 'LatoLatinWeb';
|
||||
src: url('../fonts/LatoLatin-Italic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Italic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Light */@font-face {
|
||||
font-family: 'LatoLatinWebLight';
|
||||
src: url('../fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Light.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-LightItalic */@font-face {
|
||||
font-family: 'LatoLatinWebLight';
|
||||
src: url('../fonts/LatoLatin-LightItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-LightItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Medium */@font-face {
|
||||
font-family: 'LatoLatinWebMedium';
|
||||
src: url('../fonts/LatoLatin-Medium.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Medium.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Medium.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Medium.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-MediumItalic */@font-face {
|
||||
font-family: 'LatoLatinWebMedium';
|
||||
src: url('../fonts/LatoLatin-MediumItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-MediumItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-MediumItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Regular */@font-face {
|
||||
font-family: 'LatoLatinWeb';
|
||||
src: url('../fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Regular.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Semibold */@font-face {
|
||||
font-family: 'LatoLatinWebSemibold';
|
||||
src: url('../fonts/LatoLatin-Semibold.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Semibold.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Semibold.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Semibold.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-SemiboldItalic */@font-face {
|
||||
font-family: 'LatoLatinWebSemibold';
|
||||
src: url('../fonts/LatoLatin-SemiboldItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-SemiboldItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-Thin */@font-face {
|
||||
font-family: 'LatoLatinWebThin';
|
||||
src: url('../fonts/LatoLatin-Thin.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-Thin.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Thin.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-Thin.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: LatoLatin-ThinItalic */@font-face {
|
||||
font-family: 'LatoLatinWebThin';
|
||||
src: url('../fonts/LatoLatin-ThinItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/LatoLatin-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/LatoLatin-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-ThinItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/LatoLatin-ThinItalic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
349
themes/aether/assets/css/normalize.css
vendored
Normal file
349
themes/aether/assets/css/normalize.css
vendored
Normal file
|
|
@ -0,0 +1,349 @@
|
|||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/* Document
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
*/
|
||||
|
||||
html {
|
||||
line-height: 1.15; /* 1 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the `main` element consistently in IE.
|
||||
*/
|
||||
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
|
||||
hr {
|
||||
box-sizing: content-box; /* 1 */
|
||||
height: 0; /* 1 */
|
||||
overflow: visible; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57-
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: none; /* 1 */
|
||||
text-decoration: underline; /* 2 */
|
||||
text-decoration: underline dotted; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 1 */
|
||||
line-height: 1.15; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
|
||||
button,
|
||||
input { /* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select { /* 1 */
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
[type="button"]::-moz-focus-inner,
|
||||
[type="reset"]::-moz-focus-inner,
|
||||
[type="submit"]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
|
||||
button:-moz-focusring,
|
||||
[type="button"]:-moz-focusring,
|
||||
[type="reset"]:-moz-focusring,
|
||||
[type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
|
||||
legend {
|
||||
box-sizing: border-box; /* 1 */
|
||||
color: inherit; /* 2 */
|
||||
display: table; /* 1 */
|
||||
max-width: 100%; /* 1 */
|
||||
padding: 0; /* 3 */
|
||||
white-space: normal; /* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE 10+.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10.
|
||||
* 2. Remove the padding in IE 10.
|
||||
*/
|
||||
|
||||
[type="checkbox"],
|
||||
[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
|
||||
[type="number"]::-webkit-inner-spin-button,
|
||||
[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
|
||||
[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
outline-offset: -2px; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
|
||||
[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button; /* 1 */
|
||||
font: inherit; /* 2 */
|
||||
}
|
||||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10.
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
6
themes/aether/assets/css/override.css
Normal file
6
themes/aether/assets/css/override.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* To override CSS, you should create
|
||||
* project_root/assets/css/override.css
|
||||
* and place all your CSS inside it.
|
||||
* You should not modify this file.
|
||||
*/
|
||||
549
themes/aether/assets/css/style.css
Normal file
549
themes/aether/assets/css/style.css
Normal file
|
|
@ -0,0 +1,549 @@
|
|||
body {
|
||||
font-family: Avenir, HelveticaNeue-Light, "Helvetica Neue Light",
|
||||
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
color: #454545;
|
||||
font-size: 1.1em;
|
||||
background-color: #E2E5EA;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
word-break: break-word;
|
||||
}
|
||||
p {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
.home-header {
|
||||
min-height: 26rem;
|
||||
max-width: 50rem;
|
||||
margin: 0 -1.2rem -5rem -1.2rem;
|
||||
padding: 1.2rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: -1;
|
||||
color: white;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
.home-faceshot-card {
|
||||
align-self: center;
|
||||
padding: 0.5rem;
|
||||
margin-bottom: 3rem;
|
||||
max-width: 17rem;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
border-radius: 1.2rem;
|
||||
box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
.home-faceshot {
|
||||
margin: 0;
|
||||
border-radius: 0.8rem;
|
||||
}
|
||||
.home-blob-text-container {
|
||||
margin: 2em 0;
|
||||
max-width: 30rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.home-blob-title{
|
||||
font-size: 1.5em;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
}
|
||||
.home-blob-text{
|
||||
margin: 0.5em 0 0 0;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.nav-bar {
|
||||
max-width: 60rem;
|
||||
width: 100%;
|
||||
padding: 0.4em 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.nav-header {
|
||||
margin: 0;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
.nav-text {
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
z-index: 105;
|
||||
}
|
||||
.hamburger-menu {
|
||||
display: block;
|
||||
position: relative;
|
||||
z-index: 105;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.hamburger-menu button {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
z-index: 500; /* and place it over the hamburger */
|
||||
-webkit-touch-callout: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hamburger-menu button span {
|
||||
display: block;
|
||||
width: 33px;
|
||||
height: 3px;
|
||||
position: relative;
|
||||
background-color: #454545;
|
||||
border-radius: 3px;
|
||||
transform-origin: center;
|
||||
transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0),
|
||||
background-color 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
|
||||
}
|
||||
.hamburger-menu button span:first-of-type {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.hamburger-menu-open button span {
|
||||
background-color: white;
|
||||
transform: rotate(45deg) translate(3.2px , 3.2px);
|
||||
}
|
||||
.hamburger-menu-open button span:last-of-type {
|
||||
transform: rotate(-45deg) translate(3.2px , -3.2px);
|
||||
}
|
||||
.hamburger-menu-overlay {
|
||||
display: block;
|
||||
position: fixed;
|
||||
box-sizing: border-box;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
text-align: center;
|
||||
visibility: hidden;
|
||||
overflow-y: auto;
|
||||
margin: 0;
|
||||
padding: 3.5em 0 0 0;
|
||||
background-color: #000;
|
||||
opacity: 0;
|
||||
transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
|
||||
}
|
||||
.hamburger-menu-open .hamburger-menu-overlay {
|
||||
visibility: visible;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.hamburger-menu-overlay-link {
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 2em;
|
||||
line-height: 1.7;
|
||||
color: white;
|
||||
}
|
||||
.post {
|
||||
margin: 0 0 1em 0;
|
||||
line-height: 1.9;
|
||||
}
|
||||
.post-header {
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 1.8em;
|
||||
font-weight: 500;
|
||||
color: #2A2A84;
|
||||
line-height: 1.2;
|
||||
margin: 0 0 0.4em 0;
|
||||
}
|
||||
.post-date {
|
||||
display: block;
|
||||
color: #7a7b7c;
|
||||
font-size: 0.7em;
|
||||
margin: 0;
|
||||
}
|
||||
.post-figure {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
.dropcase > p:first-of-type::first-letter {
|
||||
float: left;
|
||||
font-size: 3em;
|
||||
line-height: 1;
|
||||
margin: 0.08em 0.15em -0.4em 0;
|
||||
/* initial-letter: 2; Maybe someday*/
|
||||
}
|
||||
.content {
|
||||
background-color: white;
|
||||
padding: 2em 0;
|
||||
margin-bottom: 3rem;
|
||||
width: 100%;
|
||||
max-width: 51rem;
|
||||
border-radius: 1.2rem;
|
||||
z-index: 2;
|
||||
transition: transform 0.2s cubic-bezier(0.25,0.8,0.25,1), box-shadow 0.2s cubic-bezier(0.25,0.8,0.25,1);
|
||||
box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
.list-header {
|
||||
margin: 6em 0;
|
||||
text-align: center;
|
||||
}
|
||||
.list-header-title {
|
||||
margin: 0.1em 0 0.2em 0;
|
||||
font-size: 2.2em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.list-header-subtext {
|
||||
font-weight: normal;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
}
|
||||
.list-header-content {
|
||||
margin: 5em 0;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
.card-container {
|
||||
max-width: 48rem;
|
||||
}
|
||||
/* .card-container > a:first-of-type {
|
||||
margin-top: 5em;
|
||||
} */
|
||||
.card {
|
||||
display: block;
|
||||
margin: 3rem 0;
|
||||
box-sizing: border-box;
|
||||
background-color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 1.2rem;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
transition: transform 0.2s cubic-bezier(0.25,0.8,0.25,1), box-shadow 0.2s cubic-bezier(0.25,0.8,0.25,1);
|
||||
box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
.home-card {
|
||||
padding: 0.8em;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-position: center center;
|
||||
object-fit: cover;
|
||||
}
|
||||
.blog-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
.bc-next {
|
||||
margin-top: 0;
|
||||
}
|
||||
.card-img-container {
|
||||
position: relative;
|
||||
margin: 0.5rem;
|
||||
}
|
||||
.card-img {
|
||||
border-radius: 0.8rem;
|
||||
margin: 0 0 -0.7em 0;
|
||||
max-height: 10em;
|
||||
object-fit: cover;
|
||||
}
|
||||
.card-img-overlay {
|
||||
border-radius: 0.8rem 0.8rem 0 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
font-size: 1.27em;
|
||||
text-align: center;
|
||||
padding: 0.77em 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
color: white;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
z-index: 5;
|
||||
}
|
||||
.card-body {
|
||||
margin: 1.3em 1.5em;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.card-title {
|
||||
margin: 0;
|
||||
color: #2A2A84;
|
||||
font-size: 1.3em;
|
||||
font-weight: 500;
|
||||
}
|
||||
.card-text {
|
||||
margin: 1em 0;
|
||||
}
|
||||
.card-subtext {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.card-subtext > p {
|
||||
margin: 0;
|
||||
}
|
||||
.card-subtext > p + p {
|
||||
margin-left: 1em;
|
||||
padding-left: 1em;
|
||||
word-spacing: 0.5em;
|
||||
border-left: thin solid #7a7b7c;
|
||||
}
|
||||
.end-nav {
|
||||
width: 100%;
|
||||
max-width: 48rem;
|
||||
z-index: 2;
|
||||
}
|
||||
.pagination-nav {
|
||||
margin: 2em 0;
|
||||
width: 100%;
|
||||
max-width: 47rem;
|
||||
}
|
||||
/* .pagination-text {
|
||||
font-family: 'LatoLatinWebMedium';
|
||||
} */
|
||||
.pagination-newer {
|
||||
float:left;
|
||||
}
|
||||
.pagination-older {
|
||||
float: right;
|
||||
}
|
||||
.button {
|
||||
padding: 0.5em 0.6em;
|
||||
background-color: #FFF;
|
||||
text-decoration: none;
|
||||
border-radius: 0.3rem;
|
||||
transition: transform 0.1s cubic-bezier(0.25,0.8,0.25,1), box-shadow 0.1s cubic-bezier(0.25,0.8,0.25,1);
|
||||
box-shadow: 0 0.7rem 2.3rem 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
.button:hover {
|
||||
box-shadow: 0 0.05rem 0.15rem rgba(0,0,0,0.12), 0 0.05rem 0.1rem rgba(0,0,0,0.24);
|
||||
transform: scale(0.97);
|
||||
}
|
||||
.button:active {
|
||||
transform: scale(1);
|
||||
}
|
||||
.side-gutter {
|
||||
margin-left: 1.2rem !important;
|
||||
margin-right: 1.2rem !important;
|
||||
}
|
||||
.side-padding {
|
||||
padding-left: 1.2rem !important;
|
||||
padding-right: 1.2rem !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
.side-text-padding {
|
||||
padding-left: 1.2rem !important;
|
||||
padding-right: 1.2rem !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
.small-pic {
|
||||
display: block;
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
.small-img {
|
||||
width: unset;
|
||||
max-width: 100%;
|
||||
margin: 0 auto 1.5em auto;
|
||||
}
|
||||
.muted-text {
|
||||
color: #8E8E8E;
|
||||
}
|
||||
.katex-display {
|
||||
margin: 1.5em 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
#disqus_thread {
|
||||
margin-top: 5em;
|
||||
}
|
||||
.no-scroll {
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
}
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 1.5em 0 -0.5em 0;
|
||||
clear: both;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
blockquote {
|
||||
border-left: 0.3em solid #D1D1D1;
|
||||
margin: 1.5em 0.8em;
|
||||
padding: .5em 0.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
padding-left: 1.6em;
|
||||
}
|
||||
li ul, li ol {
|
||||
padding-left: 1em;
|
||||
}
|
||||
li > p {
|
||||
margin: 0;
|
||||
}
|
||||
code {
|
||||
font-size: 1.1rem;
|
||||
font-family: monospace;
|
||||
padding: .2em .5em;
|
||||
line-height: 1.5;
|
||||
border-radius: 0.3rem;
|
||||
background-color: #f5f6f7;
|
||||
}
|
||||
pre > code {
|
||||
margin: 1.5em 0;
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
word-break: normal;
|
||||
overflow-x: auto;
|
||||
color: black;
|
||||
}
|
||||
.highlight > pre {
|
||||
background-color: unset !important;
|
||||
}
|
||||
hr {
|
||||
border: 0;
|
||||
border-bottom: thin solid #D1D1D1;
|
||||
margin: 3em 0;
|
||||
clear: both;
|
||||
}
|
||||
a {
|
||||
color: #454545;
|
||||
}
|
||||
table {
|
||||
color: #141823;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
td,
|
||||
th {
|
||||
padding: 0.5em 1em;
|
||||
border: thin solid #D1D1D1
|
||||
}
|
||||
/* th {
|
||||
font-family: 'LatoLatinWebHeavy';
|
||||
font-weight: normal;
|
||||
} */
|
||||
tr:nth-child(even) td {
|
||||
background: #f5f6f7;
|
||||
}
|
||||
footer {
|
||||
height: 17rem;
|
||||
max-width: 50rem;
|
||||
width: 100%;
|
||||
margin-top: -10rem;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-evenly;
|
||||
align-items: flex-end;
|
||||
color: white;
|
||||
background-position: 40% 0%;
|
||||
background-size: 50rem;
|
||||
}
|
||||
.footer-link {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
.footer-icon {
|
||||
max-width: 3.2rem;
|
||||
margin: 0;
|
||||
}
|
||||
@media screen and (pointer: coarse) {
|
||||
.card-hover {
|
||||
transform: scale(0.95);
|
||||
box-shadow: 0 0.4rem 2rem 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
}
|
||||
@media not screen and (pointer: coarse) {
|
||||
.card:hover {
|
||||
transform: scale(0.97);
|
||||
box-shadow: 0 0.4rem 2rem 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
.card:active {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
/* Medium devices (tablets, ~641px and up) */
|
||||
@media only screen and (min-width: 40.063em) {
|
||||
body {
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
.home-header {
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.home-blob-text-container {
|
||||
margin: 4rem 2rem 4rem 6rem;
|
||||
flex-shrink: 10;
|
||||
}
|
||||
.home-faceshot-card {
|
||||
align-self: unset;
|
||||
}
|
||||
.nav-bar {
|
||||
padding: 0.8em 0;
|
||||
}
|
||||
.list-header-title {
|
||||
font-weight: normal;
|
||||
font-size: 4.2em;
|
||||
}
|
||||
.blog-card {
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
}
|
||||
.card-img {
|
||||
margin: 0;
|
||||
max-height: unset;
|
||||
height: 100%;
|
||||
width: 16em;
|
||||
}
|
||||
.card-img-overlay {
|
||||
border-radius: 0.8rem 0.8rem 0 0;
|
||||
}
|
||||
.card-body {
|
||||
margin: 1.3em 1.7em;
|
||||
}
|
||||
.card-title {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
.card-text {
|
||||
font-size: 0.9em;
|
||||
margin: 0.8em 0 1.2em 0;
|
||||
}
|
||||
.card-subtext {
|
||||
font-size: 0.7em;
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
.content {
|
||||
border-radius: 1.2rem;
|
||||
}
|
||||
.post {
|
||||
margin: 1em 1.8em 2em 1.8em;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 2em;
|
||||
}
|
||||
.button {
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
.smartfloat-right {
|
||||
float: right;
|
||||
margin: 0 0 1.5em 1.5em;
|
||||
}
|
||||
.smartfloat-left {
|
||||
float: left;
|
||||
margin: 0 1.5em 1.5em 0;
|
||||
}
|
||||
code {
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
}
|
||||
83
themes/aether/assets/css/xcode.css
Normal file
83
themes/aether/assets/css/xcode.css
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
/*
|
||||
XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
|
||||
*/
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #006a00;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-literal {
|
||||
color: #aa0d91;
|
||||
}
|
||||
|
||||
.hljs-name {
|
||||
color: #008;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-template-variable {
|
||||
color: #660;
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
color: #c41a16;
|
||||
}
|
||||
|
||||
.hljs-regexp,
|
||||
.hljs-link {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-tag,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-number,
|
||||
.hljs-meta {
|
||||
color: #1c00cf;
|
||||
}
|
||||
|
||||
.hljs-section,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-type,
|
||||
.hljs-attr,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-params {
|
||||
color: #5c2699;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-subst {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.hljs-formula {
|
||||
background-color: #eee;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #baeeba;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #ffc8bd;
|
||||
}
|
||||
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #9b703f;
|
||||
}
|
||||
|
||||
.hljs-doctag,
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue