萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> DivCSS教程 >> 隱藏多說自定義CSS 背景、按鈕、字體、隱藏版權的方法

隱藏多說自定義CSS 背景、按鈕、字體、隱藏版權的方法

class="area">           作為電腦知識吧的小編,具體就為大家分享一篇:“隱藏多說自定義CSS 背景、按鈕、字體、隱藏版權的方法”,對於小編來說,這個都是小菜一碟,畢竟小編是牛逼哄哄的JAVA開發的,呵呵,開玩笑的,不說廢話了,直接進入主題吧,具體如下:“將評論框底部的分享到微博QQ空間什麼的隱藏起來”
.ds-sync{display:none !important;}/*隱藏評論框底部分享*/
 
“定義評論框背景”
.ds-textarea-wrapper.ds-rounded-top{background: #ffffff url(你想設置的評論框背景圖片地址) no-repeat right bottom !important;}/*定義評論框背景*/
url換成你自己想要的圖片地址就行了,貌似需要絕對路徑吧,不清楚,我用的是絕對路徑。
“隱藏評論框底部漸變背景”
#ds-reset .ds-gradient-bg{background:none !important;}/*設置評論框下方漸變*/
話說漸變色什麼的雖然立體感較強但是和主題整體風格不融洽,隱藏之,這樣底部就是透明的了。
“定義評論框內字體”
#ds-thread #ds-reset .ds-textarea-wrapper textarea, #ds-thread #ds-reset .ds-textarea-wrapper .ds-hidden-text {font-family: ‘微軟雅黑’ ‘Microsoft Yahei’!important;font-size:12px;letter-spacing:1px;}/*定義評論框內字體*/
這個好像是定義評論框內輸入的文字字體的,嗯,好像是。
“定義發布按鈕字體,以及漸變色背景”
#ds-thread #ds-reset .ds-post-button{font-family: ‘微軟雅黑’ ‘Microsoft Yahei’!important;font-weight: bold;font-size:12px;background:none !important;color:#49976b !important;}/*定義發布按鈕字體以及漸變背景*/
 
“隱藏評論右上方
#ds-thread #ds-reset .ds-sort {display:none;}/*隱藏最新最熱等*/
 
“隱藏評論左上方
#ds-thread #ds-reset li.ds-tab a.ds-current{background:none;border:none;}/*隱藏評論總數背景及邊框*/
 
“隱藏底部多說版權”
#ds-thread #ds-reset .ds-powered-by{display:none;}/*隱藏多說底部版權*/
 
“定義各種文字高亮顏色,以及浮動窗口的高亮顏色,配合模板顏色把以下色值統一設置即可”
#ds-reset .ds-highlight{color:#49976b !important;}/*定義高亮字體顏色*/#ds-thread #ds-reset #ds-bubble a{color: #49976b !important;}/*定義評論框內其他高亮顏色*/


#ds-thread #ds-reset #ds-bubble {color: #49976b !important;}/*定義評論框內其他高亮顏色*/
#ds-reset #ds-ctx .ds-ctx-entry .ds-ctx-head a{color: #49976b !important;}/*定義評論框內其他高亮顏色*/
#ds-thread #ds-reset a.ds-comment-context:hover{color: #49976b !important;}/*定義評論框內其他高亮顏色*/
#ds-thread #ds-reset a.ds-comment-context{color: #49976b !important;}/*定義評論框內其他高亮顏色*/
 
copyright © 萬盛學電腦網 all rights reserved