Commit 82610b7d authored by whzecomjm's avatar whzecomjm
Browse files

add wikipedia-stylesheets

parent cc2c5cf3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# 我的笔记

内容包含读书笔记(亦可在我的博客[Lifecho](http://me.whzecomjm.com)找到)以及一些软件笔记。

大部分为自己整理的笔记,但也有一小部分为网络摘录的笔记。
+23 −0
Original line number Diff line number Diff line
/* Author: Stark Shaw */
/* Date: Sep 2 2015 */

/* Designed for Japanese for skin “Vector”. */

body, h1, h2, h2 span {
	font-family: 'Baskerville', 'Georgia', 'Hiragino Mincho Pro', 'MS PMincho', 'MS Mincho', 'Songti SC', 'SimSun-ExtB', 'SimSun', serif !important;
}

/*
Baskerville – The main font for western languages.
Georgia – Concerning for Windows.
Hiragino Mincho Pro – The default serif Japanese font in OS X.
MS PMincho – The default serif Japanese font since Windows 95.
MS Mincho – The default serif Japanese font since Windows 3.1.
Songti SC – The default serif Simplified Chinese font in OS X.
SimSun-ExtB – The default serif Simplified Chinese font since Windows Vista.
SimSun – The default serif Simplified Chinese font since Windows 95.

serif – The final fallback.

You may add, revise or delete entries according to your taste.
*/
+21 −0
Original line number Diff line number Diff line
/* Author: Stark Shaw */
/* Date: Sep 2 2015 */

/* Designed for Simplified Chinese for skin “Vector”. */

body, h1, h2, h2 span {
	font-family: 'Baskerville', 'Georgia', 'Songti SC', 'Hiragino Mincho Pro', 'SimSun-ExtB', 'SimSun', serif !important;
}

/*
Baskerville – The main font for western languages.
Georgia – Concerning for Windows.
Songti SC – The default serif Simplified Chinese font in OS X.
Hiragino Mincho Pro – The default serif Japanese font in OS X.
SimSun-ExtB – The default serif Simplified Chinese font after Windows Vista.
SimSun – The default serif Simplified Chinese font after Windows 95.

serif – The final fallback.

You may add, revise or delete entries according to your taste.
*/
 No newline at end of file
+1.78 MiB
Loading image diff...
+2.16 MiB
Loading image diff...
Loading