Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit Tailors Theme #366

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 138 additions & 0 deletions _posts/theme/2024-08-01-Tailors.md.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
---
layout: theme
title: Tailors
category: theme
homepage: https://chiamzhang.github.io/html/Typora-Theme-Tailors%20%20Introduction.html
download: https://github.com/ChiamZhang/TyporaTheme-Tailors
author: ChiamZhang
thumbnail: tailors.png
typora-root-url: ../../
---

# Typora-Theme-Tailors Introduction



## [HomePage](https://chiamzhang.github.io/html/Typora-Theme-Tailors%20%20Introduction.html)
## [DownLoad](https://github.com/ChiamZhang/TyporaTheme-Tailors)

## Introduction
This theme is inspired by my two favorite themes:

1. Phycat by XuJilong. Homepage: [GitHub - sumruler/typora-theme-phycat: Phycat Typora Theme](https://github.com/sumruler/typora-theme-phycat) **Mainly referencing the title part**.
2. Typora-Theme-Neumorphism by Soanguy. Homepage: [GitHub - Soanguy/Typora-Theme-Neumorphism: Neumorphism style typora theme](https://github.com/Soanguy/Typora-Theme-Neumorphism) **Mainly referencing the inline part**.
3. I changed a lot of the colors and unnecessary hover CSS to make the overall style more compatible. Since Soanguy hasn’t updated for a long time, I encountered some bugs while using it, which I fixed.
4. Continuous updates, if there are any issues, please raise them in the issue section, and I will fix them when I have time.
5. Tailors means that I have patched together this theme from various sources, feeling a bit embarrassed.

## Usage
Unzip the package and copy
1. `tailors.css`
2. `tailors` folder

to the Typora Theme folder.

![alt text](https://chiamzhang.github.io/img/Introduction.png)




# Title Styles

---

# First Level Title

## Second Level Title

### Third Level Title

#### Fourth Level Title

##### Fifth Level Title

###### Sixth Level Title

# Image Tips

1. Quickly adjust the photo size: Adjust any number in the positions below to the desired scaling size.

<center><var>Method: <code>![Photo Name Number](Photo URL "Number")</code> </var></center>

<center><var>For example: Adjust to 50% size <code>![Photo Name 50](Photo URL "50")</code> </var></center>

> Note: The default scaling size is set in steps of 5, i.e., 0, 5, 10, 15...

![Maine 50](https://img2.baidu.com/it/u=3012984283,879707191&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1200)

![Maine 30](https://img2.baidu.com/it/u=3012984283,879707191&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1200)

1. Note that photos cannot be adjusted to inline elements.

## HTML Elements Introduction

1. You can introduce the following styles through the `<var> </var>` element:
- <var> The original meaning of this element is to define variables.</var>
- <var> Like this</var>

# Typographical Introduction

## Blockquote Style

> Absorb everyone's strengths and modify everyone's shortcomings.

## Inline Styles

Inline styles support **bold**, *emphasis*, `code`, <u>underline</u>, ~~strikethrough~~, $\LaTeX$, X^2^, H~2~O, ==highlight==, [link](https://typora.io).

## Table Styles

| Align Left | Align Center | Align Right |
| :-----------: | :----------------------: | :---------: |
| Third column | <u>Some lengthy text</u> | $1600 |
| Second column | Align center | $12 |
| Zebra stripes | Very tidy | $1 |

## List Styles

1. Ordered list item 1.
2. Ordered list item 2.
+ Unordered sublist item 1.
+ Second-level unordered sublist item 1
+ Unordered sublist item 2.
+ [ ] Completed item. Use "[]"
+ [x] Uncompleted item. Use "[x]"

## Code Styles

```html
<!DOCTYPE html>
<html>
<body>

<h1>*= Operator</h1>

<p id="demo"></p>

<script>
var x = 10;
x *= 5;
document.getElementById("demo").innerHTML = x;
</script>

</body>
</html>
```

```cpp
#include<iostream>
using namespace std;
int main(){
cout << "hello world!" << endl;
return 0;
}
```

## Table of Contents

[TOC]
Binary file added media/thumbnails/tailors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.