markdowm.css

這是排版后的效果:


效果.png

下面是css代碼:

/* Author:  xku*/
/* Version: 1.0*/

/* RESET
=============================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* BODY
=============================================================================*/

body {
  /*font-family:"Comic Sans MS","幼圓","黑體",sans-serif ; */
  /*serif(襯線)牍汹、sans-serif(無襯線)抚官、monospace(等寬)、fantasy(夢幻)、cuisive(草體)*/
  font-family:"Helvetica", "arial", "freesans", "clean", sans-serif
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #ffffff;
  padding: 20px ;
  max-width: 85%;  
    /*max-width: 960px;*/
  margin: 0 auto;
}

body>*:first-child {
  margin-top: 0 !important;
}

body>*:last-child {
  margin-bottom: 0 !important;
}

/* BLOCKS
=============================================================================*/

p, blockquote, ul, ol, dl, table, pre {
   margin: 10px 0;
}

/* HEADERS
=============================================================================*/

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 ;
  padding: 0;
  font-weight: bold;
  /*-webkit-font-smoothing: antialiased; */
  /*面向Mac OS*/
}

h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {
  font-size: inherit;
}

h1 {
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

h2 {
  font-size: 24px;
  /*border-bottom: 1px solid #00a5da;*/
  color: #000;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  color: #777;
  font-size: 14px;
}

body>h2:first-child, body>h1:first-child, body>h1:first-child+h2, body>h3:first-child, body>h4:first-child, body>h5:first-child, body>h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
  margin-top: 10px;
}

/* LINKS
=============================================================================*/

a {
  color: #0099CC;
  /*border-bottom: 1px solid #0099cc;*/
  text-decoration: none;
/*overline
  line-through
  underline
  blnk
*/
}

a:hover {
  border-bottom: 1px solid #0099cc;
  /*text-decoration: underline;*/
}

/* LISTS
=============================================================================*/

ul, ol {
  padding-left: 30px;
}

ul li > :first-child, 
ol li > :first-child, 
ul li ul:first-of-type, 
ol li ol:first-of-type, 
ul li ol:first-of-type, 
ol li ul:first-of-type {
  margin-top: 0px;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

dl {
  padding: 0;
}

dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}

dl dt:first-child {
  padding: 0;
}

dl dt>:first-child {
  margin-top: 0px;
}

dl dt>:last-child {
  margin-bottom: 0px;
}

dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}

dl dd>:first-child {
  margin-top: 0px;
}

dl dd>:last-child {
  margin-bottom: 0px;
}

/* CODE
=============================================================================*/

pre, code, tt {
  color: #ffffff ;
  font-size: 12px;
  font-family: "Consolas", "Liberation Mono", "Courier", monospace;
}

code, tt {
  margin: 0px 0px;
  padding: 3px ;
  white-space: nowrap;
  /*border: 1px solid #272822;*/
  background-color: #272822;
  border-radius: 3px;
}

pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}

/*從鍵盤輸入的字符
==============================*/
kbd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #DDDDDD;
    background-image: linear-gradient(#F1F1F1, #DDDDDD);
    background-repeat: repeat-x;
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 10px;
    padding: 1px 4px;
}

/* QUOTES
=============================================================================*/

blockquote {
  color: #ffffff ;
  border-left: 5px solid #00a5da;
  border-radius: 3px ;
  box-shadow: 5px 5px 5px #888888;
  padding:  15px ;
  background-color: #272822;
}

/*
blockquote {
  color: #ffffff ;
  border-left: 4px solid #DDD;
  padding: 0 15px;
  color: #777;
}
*/

blockquote>:first-child {
  margin-top: 0px;
}

blockquote>:last-child {
  margin-bottom: 0px;
}

/* HORIZONTAL RULES
=============================================================================*/

hr {
  clear: both;
  margin: 1px 0;
  height: 0px;
  overflow: hidden;
  border: none;
  background: transparent;
  border-bottom: 1px solid #00a5da;
  padding: 0;
}

/* TABLES
=============================================================================*/

table th {
  font-weight: bold;
}

table th, table td {
  border: 1px solid #ccc;
  padding: 6px 13px;
}

table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
}

table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/* IMAGES
=============================================================================*/

img {
  max-width: 100% ;
  /*border:1px solid #00a5da ;*/
  box-shadow: 5px 5px 5px #888888;
}

</style>
最后編輯于
?著作權歸作者所有,轉載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌呐萨,老刑警劉巖,帶你破解...
    沈念sama閱讀 216,372評論 6 498
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件莽囤,死亡現(xiàn)場離奇詭異谬擦,居然都是意外死亡,警方通過查閱死者的電腦和手機朽缎,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 92,368評論 3 392
  • 文/潘曉璐 我一進店門惨远,熙熙樓的掌柜王于貴愁眉苦臉地迎上來谜悟,“玉大人,你說我怎么就攤上這事北秽∑闲遥” “怎么了?”我有些...
    開封第一講書人閱讀 162,415評論 0 353
  • 文/不壞的土叔 我叫張陵贺氓,是天一觀的道長蔚叨。 經(jīng)常有香客問我,道長辙培,這世上最難降的妖魔是什么蔑水? 我笑而不...
    開封第一講書人閱讀 58,157評論 1 292
  • 正文 為了忘掉前任,我火速辦了婚禮虏冻,結果婚禮上肤粱,老公的妹妹穿的比我還像新娘。我一直安慰自己厨相,他們只是感情好领曼,可當我...
    茶點故事閱讀 67,171評論 6 388
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著蛮穿,像睡著了一般庶骄。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上践磅,一...
    開封第一講書人閱讀 51,125評論 1 297
  • 那天单刁,我揣著相機與錄音,去河邊找鬼府适。 笑死羔飞,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的檐春。 我是一名探鬼主播逻淌,決...
    沈念sama閱讀 40,028評論 3 417
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼疟暖!你這毒婦竟也來了卡儒?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 38,887評論 0 274
  • 序言:老撾萬榮一對情侶失蹤俐巴,失蹤者是張志新(化名)和其女友劉穎骨望,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體欣舵,經(jīng)...
    沈念sama閱讀 45,310評論 1 310
  • 正文 獨居荒郊野嶺守林人離奇死亡擎鸠,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 37,533評論 2 332
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了邻遏。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片糠亩。...
    茶點故事閱讀 39,690評論 1 348
  • 序言:一個原本活蹦亂跳的男人離奇死亡虐骑,死狀恐怖准验,靈堂內(nèi)的尸體忽然破棺而出赎线,到底是詐尸還是另有隱情,我是刑警寧澤糊饱,帶...
    沈念sama閱讀 35,411評論 5 343
  • 正文 年R本政府宣布垂寥,位于F島的核電站,受9級特大地震影響另锋,放射性物質發(fā)生泄漏滞项。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 41,004評論 3 325
  • 文/蒙蒙 一夭坪、第九天 我趴在偏房一處隱蔽的房頂上張望文判。 院中可真熱鬧,春花似錦室梅、人聲如沸戏仓。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,659評論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽赏殃。三九已至,卻和暖如春间涵,著一層夾襖步出監(jiān)牢的瞬間仁热,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 32,812評論 1 268
  • 我被黑心中介騙來泰國打工勾哩, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留抗蠢,地道東北人。 一個月前我還...
    沈念sama閱讀 47,693評論 2 368
  • 正文 我出身青樓思劳,卻偏偏與公主長得像迅矛,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子敢艰,可洞房花燭夜當晚...
    茶點故事閱讀 44,577評論 2 353

推薦閱讀更多精彩內(nèi)容

  • 問答題47 /72 常見瀏覽器兼容性問題與解決方案诬乞? 參考答案 (1)瀏覽器兼容問題一:不同瀏覽器的標簽默認的外補...
    _Yfling閱讀 13,748評論 1 92
  • Android 自定義View的各種姿勢1 Activity的顯示之ViewRootImpl詳解 Activity...
    passiontim閱讀 172,070評論 25 707
  • 1 每天面對忙碌的生活,你是不是累了呢钠导?有沒有幻想著自己可以生活在桃花源般的世界中震嫉?今天就一起看看,中國文人筆下的...
    小十八閱讀 791評論 0 0
  • 小雨來的無聲無息 縹緲 剛剛好 聽一曲梵音 是誰在輕舞著水袖 搖曳了一段剪愛的時光 滴滴嗒嗒 淋濕了長滿舊歲青苔往...
    陌上木木閱讀 598評論 2 6