下面這個是默認的ZBLOG CSS樣式表 里面附帶有最全的CSS注釋 讓你一看就理解了。如果您覺得麻煩 可以下載我們提供的樣式CSS文件,更加方便您的學習與修改。
下載地址:default.zip
/*--------------------------博客全局設置-------------------------------*/
/*----關于頁面的設置[邊距、字體顏色、大小、背景顏色]----*/
body{
margin:0;
padding:0;
color:#000000;
font-size:12px;
background:#FFFFFF;
}
/*----以下為字體鏈接變換的定義----*/
a{
text-decoration: none;
}
a:link {
color: #095C83;
}
a:visited {
color: #095C83;
}
a:hover {
color: #DC143C;
text-decoration: underline;
}
a:active {
color: #DC143C;
text-decoration: underline;
}
/*----以下為ul li 段落 圖片的定義----*/
ul{
list-style-type:none;
list-style-position : outside;
margin:0 0 0 0;
padding:0 0 0 0;
word-break:break-all;
}
li{
margin:0 0 0 0;
padding:0 0 0 0;
}
p{
margin:0 0 0 0;
padding:0 0 0 0;
word-break:break-all;
}
img{
border:0;
}
/*--------------------------------3個主要div模塊的定義-------------------------------*/
#divAll{
width:790px;
margin:0 auto;
padding:0
}
#divPage{
width:778px;
margin:0;
padding:0 6px 0 6px;
text-align:left;
float:left;
background:url("default/bg.gif") repeat-y center;
}
#divMiddle{
width:778px;
margin:0;
padding:0;
text-align:left;
float:left;
}
/*----頂部圖片的大小、邊距、顏色、背景的定義----*/
#divTop{
width:778px;
margin:0 auto;
padding:0;
text-align:left;
float:left;
height:115px;
background:#1D99D3 url("default/topbacking.gif") repeat-x 0 0;
border-bottom:1px solid #808080;
}
/*----側欄寬度、邊距、浮動位置的定義----*/
#divSidebar{
width:210px;
margin:0 0 0 0;
padding:0 0 10px 0;
text-align:center;
float:left;
}
/*----主欄欄寬度、邊距、浮動位置的定義----*/
#divMain{
width:568px;
margin:0 0 0 0;
padding: 0;
text-align:left;
float:left;
}
/*----底部大小、邊距、浮動位置、背景的定義----*/
#divBottom{
width:778px;
margin:0 auto;
padding:0;
text-align:center;
float:left;
height:80px;
background:url("default/bottom.png") repeat-x 0 0;
border-top:1px solid #D0D0D0;
}
/*----------------------------側欄模塊的參數定義-----------------------------------*/
/*----側欄總體定義[浮動方向、寬度、邊距等]----*/
div.function {
float:left;
width:190px;
margin:10px 0 0 0;
padding:0 0 0 10px;
text-align:left;
}
/*----側欄標題的定義----*/
div.function h3{
font-size:12px;
height:15px;
margin:0 0 0 0;
padding:5px 0 0 5px;
color:black;
}
/*----側欄正文的定義----*/
div.function ul{
text-align:left;
width:190px;
margin:2px 0 0 0;
padding:5px 0 0 0;
list-style-position:outside;
list-style-type:none;
border-top:1px solid #d0d0d0;
}
/*----側欄正文項目列表的定義----*/
div.function li{
margin:0 0 0 0;
padding:2px 0 1px 15px;
background:url("default/pointblue.gif") no-repeat 3px 4px;
}
/*----側欄項目列表的定義----*/
#divCatalog li{
background:none;
padding:2px 0 1px 4px;
}
/*#divCatalog li span.feed-icon{
display:none;
}*/
/*----側欄圖標匯集的定義----*/
#divMisc{
padding:10px 0 5px 10px;
}
/*----側欄圖標匯集的標題隱藏----*/
#divMisc h3{
display: none;
}
/*----側欄圖標匯集的正文模塊定義----*/
#divMisc ul{
border:none;
}
/*----側欄圖標匯集的項目列表定義----*/
#divMisc li{
padding:2px 0 2px 15px;
background-image : none;
}
/*----側欄目錄項目前的圖標----*/
div.function li span.feed-icon a{
background:url("default/feed.png") no-repeat 0 3px;
margin:0 0 0 0;
padding:0 0 0 0;
font-size:14px;
height:12px;
width:12px;
}
div.function li span.feed-icon img{
height:12px;
width:9px;
visibility:hidden;
margin:0;
padding:0;
}
/*----側欄控制面板的項目列表定義----*/
#divContorPanel li{
background-image : none;
}
/*----側欄搜索的項目列表定義----*/
#divSearchPanel li{
background-image : none;
}
/*-----------------------------主欄正文的定義----------------------------------*/
/*----正文的總體定義----*/
div.post {
width:548px;
margin:10px 0 10px 10px;
padding:0 0 0 0;
text-align:left;
}
/*----上下文章的總體定義----*/
div.post-nav {
width:100%;
clear:both;
float:left;
}
/*----上文的定義----*/
div.post-nav a.l{
float:left;
padding-right:10px;
padding-bottom:5px;
}
/*----下文的定義----*/
div.post-nav a.r{
float:right;
padding-left:10px;
padding-bottom:5px;
}
/*----文章標題的定義----*/
div.post .post-title{
width:519px;
padding:5px 0 2px 28px;
margin:2px 0 2px 0;
font-size:18px;
color: #284259;
border-top:1px dashed #D0D0D0;
border-bottom:1px dashed #D0D0D0;
background:#fafafa url("default/title-bg.gif") no-repeat 3px center;
}
/*----文章日期的定義----*/
div.post .post-date{
width:538px;
margin:0 0 0 0;
padding:5px 5px 2px 0;
font-size:12px;
color:gray;
}
/*----文章底部的定義----*/
div.post .post-footer{
width:546px;
margin:10px 0 30px 0;
padding:2px 0 0 0;
font-size:12px;
color:gray;
height:20px;
text-align:right;
}
/*----tags的定義----*/
div.post .post-tags{
width:541px;
margin:2px 0 2px 5px;
padding:2px 0 0 0;
font-size:12px;
color:gray;
height:20px;
text-align:left;
}
body.multi div.post .post-tags{
/*display:none;*/
}
/*----文章正文文字的定義----*/
div.post div.post-body{
width:520px;
margin:0 0 0 0;
padding:0 0 0 5px;
font-size:13px;
word-break:break-all;
text-align:left;
line-height:150%;
}
/*----文章正文內media標簽的定義----*/
div.post-body div.media a{
padding-left:16px;
background:#FBFBFB url("default/media.gif") no-repeat 0 center;
}
/*----文章img標簽的定義----*/
div.post-body img{
padding:4px 4px 4px 4px;
border:0;
clear : both;
float : none;
}
/*----文章正文段落的定義----*/
div.post-body p{
margin:10px 0 15px 0;
padding:0;
}
/*----文章正文文字段落內img標簽的定義----*/
div.post-body p.img{
margin:0;
padding:0;
text-align:center;
}
/*----文章正文文字段落內inscript標簽的定義----*/
div.post-body p.inscript{
margin:0;
padding:0;
padding-right:20px;
text-align:right;
}
/*----文章正文文字段落內code標簽的定義----*/
div.post-body p.code{
padding:5px;
border:1px dotted black;
}
div.post-body div.code{
padding:5px;
border:1px dotted black;
}
/*----文章正文內h1標簽的定義----*/
div.post-body h1{
color: #000000;
margin:0;
padding:0;
font-size:16px;
}
/*----文章正文內h2標簽的定義----*/
div.post-body h2{
color: #000000;
margin:0;
padding:0;
font-size:14px;
}
/*----文章正文內h3標簽的定義----*/
div.post-body h3{
color: #000000;
margin:0;
padding:0;
font-size:13px;
}
/*----文章正文內h4標簽的定義----*/
div.post-body h4{
color: #000000;
margin:0;
padding:0;
font-size:12px;
}
/*----文章正文內h5標簽的定義----*/
div.post-body h5{
color: #000000;
margin:0;
padding:0;
font-size:11px;
}
/*----文章正文內h6標簽的定義----*/
div.post-body h6{
color: #000000;
margin:0;
padding:0;
font-size:10px;
}
/*--------------------------blog名稱及版權的定義-------------------------------------*/
/*----blog名稱的總體定義----*/
#BlogTitle{
font-size:32px;
margin:54px 0 0 10px;
padding:0;
font-weight:bold;
}
/*----以下為blog名稱的鏈接變換定義----*/
#BlogTitle a{
color:#F0FFF0;
}
#BlogTitle a:hover {
color: #DC143C;
text-decoration: none;
}
#BlogTitle a:active {
color: #DC143C;
text-decoration: none;
}
/*----blog名稱下副標題的定義----*/
#BlogSubTitle{
color: #F0FFF0;
font-size:12px;
margin:2px 0 0 10px;
padding:0;
}
/*----blog版權的定義----*/
#BlogPowerBy{
font-size:12px;
height:20px;
margin:0;
padding:25px 10px 0 10px;
text-align:right;
font-weight:normal;
}
#BlogCopyRight{
font-size:12px;
height:20px;
margin:0;
padding:0 10px 0 10px;
text-align:right;
float:none;
clear:both;
font-weight:normal;
}
/*--------------------------評論的定義-------------------------------------*/
/*----評論頂部部分的定義----*/
p.posttop {
margin:10px 0 0 0;
padding:3px 0 2px 12px;
background: url("default/pointblue.gif") no-repeat 0 center;
}
/*----評論底部部分的定義----*/
p.postbottom {
margin:0 0 10px 0;
padding:5px 0 0 0;
}
#frmSumbit{
padding:0;
margin:0;
}
#frmSumbit p{
padding:5px 0 5px 0;
}
/*----評論按鈕的定義----*/
input.button{
background: white;
border: 1px double #284259;
color: #333;
padding: 0.05em 0.25em 0.05em 0.25em;
}
/*----評論文字的定義----*/
input.text {
padding: 0.15em 0.25em 0.20em 0.25em;
border: 1px double #284259;
width: 200px;
background: white;
}
/*----評論文字框的定義----*/
textarea.text {
padding: 0.15em 0.25em 0.20em 0.25em;
border: 1px double #284259;
width: 80%;
height: 80px;
background: white;
width: 520px;
height: 120px;
}
/*---------------------------側欄日歷的定義------------------------------------*/
/*----日歷的總體定義----*/
#divCalendar{
padding:0 0 0 10px;
text-align:center;
}
/*----日歷標題部分進行了隱藏----*/
#divCalendar h3{
display:none;
}
/*----日歷div的定義----*/
#divCalendar div{
margin:0 0 0 0;
padding:0 0 5px 4px;
float:left;
}
/*----日歷各月份背景圖片的定義----*/
#divCalendar div.month1{
background:url("default/month1.gif") no-repeat center 10px;
}
#divCalendar div.month2{
background:url("default/month2.gif") no-repeat center 10px;
}
#divCalendar div.month3{
background:url("default/month3.gif") no-repeat center 10px;
}
#divCalendar div.month4{
background:url("default/month4.gif") no-repeat center 10px;
}
#divCalendar div.month5{
background:url("default/month5.gif") no-repeat center 10px;;
}
#divCalendar div.month6{
background:url("default/month6.gif") no-repeat center 10px;
}
#divCalendar div.month7{
background:url("default/month7.gif") no-repeat center 10px;
}
#divCalendar div.month8{
background:url("default/month8.gif") no-repeat center 10px;
}
#divCalendar div.month9{
background:url("default/month9.gif") no-repeat center 10px;
}
#divCalendar div.month10{
background:url("default/month10.gif") no-repeat center 10px;
}
#divCalendar div.month11{
background:url("default/month11.gif") no-repeat center 10px;
}
#divCalendar div.month12{
background:url("default/month12.gif") no-repeat center 10px;
}
/*----日歷各月份背景圖片的定義----*/
p.w{
float:left;
width:25px;
height:16px;
margin:4px 0 0 0;
padding:2px 0 1px 0;
text-align:center;
vertical-align :middle;
font-size:9px;
text-decoration : underline;
}
/*----日歷年份的定義----*/
p.y{
text-align:center;
height:14px;
margin:2px 0 0 0;
padding:0 0 0 0;
float:left;
width:175px;
font-size:12px;
font-weight:bold;
}
/*----日歷日期的定義----*/
p.d{
float:left;
width:25px;
height:18px;
margin:0 0 0 0;
padding:2px 0 0 0;
text-align:center;
vertical-align :middle;
}
/*----有文章的日期的定義----*/
p.yd{
float:left;
width:25px;
height:18px;
margin:0 0 0 0;
padding:2px 0 0 0;
text-align:center;
vertical-align :middle;
font-weight:bolder;
color:#6090c0;
background: url("default/links_r.gif") no-repeat 1px 1px;
}
/*----沒有文章的日期的定義----*/
p.nd{
float:left;
width:25px;
height:18px;
margin:0 0 0 0;
padding:2px 0 0 0;
text-align:center;
vertical-align :middle;
}
/*----當日日期的定義----*/
p.cd{
float:left;
width:25px;
height:18px;
margin:0 0 0 0;
padding:2px 0 0 0;
text-align:center;
vertical-align :middle;
font-weight:bold;
}
/*---------------------------相關文章和引用的定義------------------------------------*/
ul.msg{
width:548px;
margin:10px 0 40px 10px;
padding:0 0 0 0;
text-align:left;
list-style-position : outside;
}
li.msgname{
padding:2px 0 2px 5px;
margin:0px;
border-bottom:1px dashed #D0D0D0;
}
li.tbname{
padding:0 0 0 5px;
margin:0px;
border-bottom:1px dashed #D0D0D0;
}
li.msgurl{
text-align:right;
padding:2px 10px 2px 10px;
margin:0;
border-left:1px dashed #D0D0D0;
border-right:1px dashed #D0D0D0;
}
li.msgarticle{
list-style-position : outside;
padding:15px 10px 15px 10px;
margin:0;
line-height:150%;
border-left:1px dashed #D0D0D0;
border-right:1px dashed #D0D0D0;
}
/*----發表時間的定義----*/
li.msgtime{
text-align:right;
padding:2px 5px 0 10px;
margin:0 0 0 0;
border-bottom:1px dashed #D0D0D0;
border-left:1px dashed #D0D0D0;
border-right:1px dashed #D0D0D0;
}
/*----引用的列表名字----*/
ul.trackback li.tbname{
border-bottom:none;
background: url("default/pointblue.gif") no-repeat 0 center;
padding:3px 0 2px 12px;
margin:0px;
}
/*----引用的定義----*/
ul.trackback{
margin:5px 0 10px 10px;
}
/*----相關文章的定義----*/
ul.mutuality{
margin:5px 0 10px 10px;
border-bottom:1px dashed #D0D0D0;
}
/*----相關文章名稱的定義----*/
ul.mutuality li.tbname{
background: url("default/pointblue.gif") no-repeat 0 center;
padding:3px 0 2px 12px;
margin:0px;
border:none;
}
/*----相關文章的列表----*/
ul.mutuality li.msgarticle{
background:#ffffff;
padding:0 10px 10px 16px;
border:none;
}
/*-------------------留言回復的定義------------------------------*/
li.msgarticle div.quote{
padding:10px;
background:#f0f0f0;
}
li.msgarticle div.quote-title{
margin:2px;
padding:3px;
font-size:120%;
border-bottom:1px #f8f8f8 solid;
}
/*--------------------------導航欄的定義-------------------------------------*/
/*----導航欄的大小、背景總體定義----*/
#divNavBar{
float:left;
width:778px;
border-bottom:1px solid #C0C0C0;
background:url("default/navbg.gif") repeat-x 0 0;
height:24px;
}
#divNavBar h3{
display:none;
}
#divNavBar ul{
margin:0;
padding:0;
}
/*----導航欄項目列表的定義----*/
#divNavBar li{
float:left;
padding:0 0 0 0;
margin:0 0 0 0;
font-family:"宋體","黑體";
background:url("default/navbg2.gif") no-repeat right 0;
}
/*----以下為導航欄小項目的鏈接變換樣式----*/
#divNavBar a{
float:left;
margin:0;
padding:6px 10px 4px 10px;
height:14px;
text-decoration: none;
}
#divNavBar a:link {
color: black;
}
#divNavBar a:visited {
color: black;
}
#divNavBar a:hover {
color: white;
background:#DC143C;
}
#divNavBar a:active {
color: white;
background:#DC143C;
}
Z-BLOG模板CSS默認樣式注釋大全
2019-10-07 14:25ZBLOG教程網 ZBLOG
下面這個是默認的ZBLOG CSS樣式表 里面附帶有最全的CSS注釋 讓你一看就理解了。如果您覺得麻煩 可以下載我們提供的樣式CSS文件,更加方便您的學習與修改。 下載地址:default.zip /*--------------
延伸 · 閱讀
- 2022-03-10CSS 代碼優化的12個小技巧
- 2022-03-102022年你不應該錯過的CSS新特性
- 2022-03-0942種前端常用布局方案總結
- 2022-03-03想摸魚嗎?先掌握這19個 Css 技巧!
- 2022-03-03如何用react優雅的書寫CSS
- 2022-02-28巧用 CSS 構建漸變彩色二維碼
- ZBLOG
z-blog完美轉移到wordpress的方法分享
很多朋友剛建立博客的時候都是采用國內優秀的博客系統:Z-BLOG,用一段時間過后很多人都想轉移到wordpress,各種轉移原因很多。學朋的主要原因就是Z-BLO...
- ZBLOG
zblog文章自動生成摘要長度修改方法
zblog有個自動生成文章摘要的功能,這給我們在發表文章的時候提供了一些方便,節省了要手動添加文章摘要的時間,這個功能很好 ...
- ZBLOG
zblog提示“JavaScript加載失敗”的原因和解決辦法
本文主要講解zblog提示“JavaScript加載失敗”的原因和解決辦法,適合于使用zblog建站的朋友,有需要的可以參考一下。...
- ZBLOG
z-blog評論加入Gravatar頭像功能
Gravatar提供的服務概念上十分簡單,就是把個人email地址與頭像捆綁(登錄 www.gravatar.com申請帳戶,上傳照片即可完成),然后當你在支持Gravatar的網站留言并使...
- ZBLOG
zblog提示PHP版本太低是什么原因
在安裝zblog模板的時候,有時候會提示,php版本太舊,至少需要5.x以上版本,這個問題如何解決呢,下面一起來看一下 ...
- ZBLOG
zblog忘記后臺賬號密碼怎么辦?
zblog網站的后臺賬號密碼要是忘記了怎么辦呢?有兩種方案,一種是登錄數據庫,替換目前用戶的密碼,第二種方法是,適用官方的密碼找回工具....
- ZBLOG
z-blog分類目錄靜態化實現方法
今天狠狠的給這個博客動了一次大手術,那就是所有目錄靜態化,包括博客首頁靜態化,歸檔首頁靜態化 ...
- ZBLOG
zblog偽靜態設置教程
zblog默認是動態頁面鏈接,從seo角度考慮,做成靜態鏈接會更好一些,zblog的偽靜態設置還是挺方便的,下面來看一下如何設置 ...