Skip to content

Instantly share code, notes, and snippets.

@iMyon
Last active August 29, 2015 13:58
Show Gist options
  • Save iMyon/9928538 to your computer and use it in GitHub Desktop.
Save iMyon/9928538 to your computer and use it in GitHub Desktop.

###说明

源文件:pure-tieba.less,使用需编译。

两种已编译好的方案,yellowdark,对应文件pure-tieba-yellow.csspure-tieba-hacg.css

改参数自行编译可上在线 LESS CSS 编译器;

####dark

####yellow

//主题方案
@switch:dark;
//左上角自定义文字
@welcome-words:"百度贴吧 ★ 猫酱";
//主题--dark
.opacity(dark){ //透明度
opacity:.7;
}
.body-bg(dark) { //主题背景
background-image:url(http://imgsrc.baidu.com/forum/pic/item/f2d3572c11dfa9ec76394f9860d0f703918fc12e.jpg) !important;
}
.color-wrap(dark) { //外层背景,主要用于发帖框
background:#222222 !important;
}
.color-split(dark) { //分割线
background:#222222 !important;
}
.bg-editor(dark){ //回帖编辑框背景
background:#000000 !important;
}
.color-main(dark) { //主体背景色
background:#0f0f0f !important;
}
.color-hengfu(dark) { //横幅背景
background:#2f2f2f !important;
}
.border-editor(dark){ //回复框边框
border-color:#111 !important;
}
.color-a-common(dark) { //一般链接颜色
color:#4399EE !important;
}
.color-a-visited(dark) { //浏览后链接颜色
color:#4A4D49 !important;
}
.color-font(dark) { //一般字体颜色
color:#DDD !important;
}
.color-border(dark) { //边框颜色
border-color:#222 !important;
}
.color-l-content(dark){ //楼层内容背景
background:#090909 !important;
}
.bg-rep-num(dark){ //帖子回复数
background: url('http://imgsrc.baidu.com/forum/pic/item/572c11dfa9ec8a139e0d4e6ff503918fa0ecc02e.jpg') no-repeat scroll 0% 0% #282828 !important;
}
.l-arrow(dark){ //楼层对话箭头
}
.shadow-common(dark){ //阴影
text-shadow:#22231E 1px 0px 0px!important;
}
.arrow-none(dark) {
position: relative;
.color-l-content(@switch);
border: 1px solid #222;
border-radius: 3px;
margin: 20px 0px 1.625em;
padding: 1.625em;
}
.arrow-after-before(dark) {
right: 100%;
top: 35px;
border: solid transparent;
content:" ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow-after(dark) {
border-color: rgba(9, 9, 9, 0);
border-right-color: #090909;
border-width: 15px;
margin-top: -15px;
}
.arrow-before(dark) {
border-color: rgba(34, 34, 34, 0);
border-right-color: #222;
border-width: 16px;
margin-top: -16px;
}
//主题--yellow
.opacity(yellow){ //透明度
opacity:1;
}
.body-bg(yellow) { //主题背景
background-color:#BAB19E !important;
}
.color-wrap(yellow) { //外层背景,主要用于发帖框
background:#BAB19E !important;
}
.color-split(yellow) { //分割线
background:#908B80 !important;
}
.color-main(yellow) { //主体背景色
background:#C7BFAE !important;
}
.bg-editor(yellow){ //回帖编辑框
background:#DDD !important;
}
.border-editor(yellow){ //回复框边框
border-color:#c7bfae !important;
}
.color-hengfu(yellow) { //横幅背景
background:#D8D3C4 !important;
}
.color-a-common(yellow) { //一般链接颜色
color:#015879 !important;
}
.color-a-visited(yellow) { //浏览后链接颜色
color:#4A4D49 !important;
}
.color-font(yellow) { //一般字体颜色
color:#191919 !important;
}
.color-border(yellow) { //边框颜色
border-color:#908B80 !important;
}
.color-l-content(yellow){ //楼层内容背景
background:#C7BFAE !important;
}
.arrow-none(yellow) {
position: relative;
background: #C7BFAE;
border: 1px solid #908B80;
border-radius: 3px;
margin: 20px 0px 1.625em;
padding: 1.625em;
}
.arrow-after-before(yellow) {
right: 100%;
top: 35px;
border: solid transparent;
content:" ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow-after(yellow) {
border-color: rgba(199, 191, 174, 0);
border-right-color: #C7BFAE;
border-width: 15px;
margin-top: -15px;
}
.arrow-before(yellow) {
border-color: rgba(144, 139, 128, 0);
border-right-color: #908B80;
border-width: 16px;
margin-top: -16px;
}
.bg-rep-num(yellow){ //帖子回复数
background:none !important;
border:1px dashed !important;
.color-border(@switch);
}
.l-arrow(yellow){ //楼层对话箭头
}
.shadow-common(yellow){ //阴影
text-shadow:#BFB6A3 1px 0px 0px!important;
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("http://tieba\.baidu\.com/(f(\\?|/good).*|p/.*)") {
/*****************************************************************************/
/****************************背景相关*****************************************/
/*****************************************************************************/
/*通用背景*/
DIV#nav_forum_menu.nav_forum_menu *, body, DIV.tbsug_expand *
/*搜索栏*/
{
background-color:white !important;
}
/*背景图片*/
body {
.body-bg(@switch);
background-position: 0 100%;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: cover !important;
/*自适应*/
.opacity(@switch);
}
/*帖子列表主体区域背景*/
DIV.content.clearfix,
/*帖子内部*/
DIV.forum_content.clearfix
/*贴吧首页*/
{
.color-main(@switch);
}
/*百度贴吧logo*/
A.search_logo {
margin-top:50px;
width:280px;
height:60px;
background:none;
//background-image:url(http://1-ps.googleusercontent.com/h/www.hacg.me/wordpress/wp-content/uploads/2013/12/1024x400xlogo131231.jpg.pagespeed.ic.6RmYZLwL6_.jpg) !important;
}
A.search_logo:after {
content:@welcome-words;
position:absolute;
top:70px;
font-size:25px;
width:280px;
}
/*发帖框*/
DIV#tb_rich_poster {
.color-wrap(@switch);
width:690px !important;
}
DIV.lzl_editor_container, DIV.old_style_wrapper, INPUT.editor_textfield.editor_title {
.color-wrap(@switch);
}
/*发帖框编辑区*/
DIV#ueditor_replace, DIV.lzl_simple_wrapper, INPUT.editor_textfield.editor_title {
.bg-editor(@switch);
}
/*横幅背景*/
div#tb_nav {
.color-hengfu(@switch);
}
/*去除背景*/
A.icon_tbworld,
/*帖子列表贴吧会员*/
.nav_wrap, .nav_list .space, .nav_list .focus, .nav_list li:hover, .nav_list li:hover .tbnav_tab_inner, .nav_list .focus .tbnav_tab_inner,
/*横幅分割线*/
DIV.insertsmiley_holder,
/*LZL表情*/
P.j_lzl_p a,
/*LZL--我也说一句*/
.edui-icon,
/*发帖框横幅工具*/
.edui-btn-toolbar .edui-btn,
/*发帖框横幅工具分割线*/
.ui_btn, .ui_btn_disable,
/*发表按钮*/
DIV.edui-toolbar,
/*发帖框横幅*/
.aside_album_good_bright,
/*右侧背景白条*/
.region_bright,
/*右侧背景白条*/
P.space,
/*贴子横幅条目分割线*/
#topic_post_thread,
/*话题贴*/
DIV.p_thread, DIV.d_post_content_main, DIV#pb_content.pb_content.clearfix, #head, .forum_content,
/*贴子列表大背景*/
.nav_list .focus, .nav_list a.nav_icon, .card_top,
/*贴吧ico头部*/
.l_posts_num *, #tb_nav, .pb_footer, .core_reply_border_top, .d_post_content_wrap, #j_core_title_wrap div, .content.clearfix, .tb-editor-editarea-wrapper,
/*编辑框*/
DIV.wrap_bright,
/*新版贴吧背景*/
DIV.forum_foot,
/*动漫类贴吧回复框*/
DIV.head_bright,
/*动漫类贴吧上横幅*/
SPAN.tb_icon_author, SPAN.tb_icon_author_rely.j_replyer, TABLE#thread_list_table.thread_list_table, DIV.wrap2, DIV.wrap1, DIV#frs_nav.frs_nav_1, DIV.frs_content.clearfix, DIV#container, DIV#sign_mod.region_2.sign_mod2, DIV#balv_mod.region_2.balv_mod, DIV.left_section, DIV.l_thread_title.thread_title_theme2, DIV.dir_rank, DIV.old_dir_rank, TABLE#thread_list_table.thread_list_table *, DIV.p_thread.thread_theme_4, DIV.d_comment_last, DIV#frs_list_pager.pager.clearfix, UL.nav_right *, UL.nav_right, DIV.tb-editor-wrapper, DIV#edit_parent .j_editor_windex.clearfix, INPUT#title1.edit_title_field, INPUT#title1.edit_title_field_focus, DIV.tb-editor-editarea-wrapper div, DIV.userlike_info_head, DIV#frs_good_nav.frs_good_nav_main_2, DIV#sign_mod.region_1.sign_mod1, DIV#sign_mod.region_1.sign_mod1 div, DIV#balv_mod.region_1.balv_mod, DIV#forumInfoPanel.region_1.forum_info_1, DIV#bakan_mod.region_1.bakan_mod, DIV#zyq_mod_album.mod.j_editable, DIV#zyq_mod_link.mod.j_editable, DIV#zyq_mod_friend.mod.j_editable, DIV#frs_nav.frs_nav_3 *, UL.d_thread_btns *, DIV#main_back_bottom *, DIV#frs_list_pager.pager.clearfix a, LI.l_pager.pager_theme_3 a, DIV.core_title.core_title_theme2, DIV.l_post, DIV.j_lzl_r.p_reply *
/*楼中楼收起回复*/
, DIV.j_lzl_container.core_reply_wrapper
/*楼中楼*/
, DIV#frs_nav.frs_nav_2, UL.nav_left *, UL.nav_left, DIV#frs_nav_wrap.nav_wrap {
background:none !important;
}
/*****************************************************************************/
/****************************隐藏元素*****************************************/
/*****************************************************************************/
DIV.frs_act_repost_wrapper_outter,/*转贴*/
A#replyBusinessImg,/*广告*/
.icon_meizhi,/*妹纸*/
DIV.game_spread_thread,
/*帖子内部游戏推荐*/
DIV.lot_wrap,
/*彩票区*/
DIV.game_frs_in_head,
/*游戏区*/
DIV#sofa_post.sofa_post,
/*抢沙发的sb*/
DIV.user-hide-post-down,
/*屏蔽按钮*/
DIV.search_nav.j_search_nav,
/*搜索栏--新闻网页音乐*/
SPAN.s_tools,
/*搜索--把内搜索,高级搜索*/
A.senior-search-link, SPAN.search_btn_wrap,
/*搜索--全吧搜索*/
SPAN.search_btn_wrap.search_btn_enter_ba_wrap,
/*搜索--进入贴吧*/
DIV.save_face_bg,
/*挽尊*/
.d_pb_icons,
/*无聊的贴吧徽章展示框*/
DIV.core_reply_border_bottom,
/*LZL底部边框*/
DIV.poster_head_text,
/*发帖框发表回复字样*/
.edui-btn-medal,
/*发帖框t秀*/
DIV.poster_head_surveillance.j_surveillance,
/*发帖请遵守7条线*/
A.rand_gift,
/*彩蛋*/
LI.focus_tab_main,
/*横幅关注按钮*/
DIV.core_reply_border_top,
/*楼中楼顶部违和的白线分割条*/
DIV.share_btn_wrapper,
/*抢沙发和分享按钮*/
DIV.tb_poster_placeholder,
/*发帖框--3倍经验*/
LI.u_tshow,
/*右上角t豆*/
DIV.u_menu_item.u_menu_tbmall,
/*右上角t豆*/
DIV.u_menu_item.u_menu_app,
/*右上角客户端*/
DIV.u_menu_item.u_menu_wallet,
/*右上角t豆*/
LI.split,
/*右上角分割条*/
DIV#game_rank.game_rank,
/*贴吧游戏*/
A#ueg_policy_open.ueg_policy_open,
/*贴吧作弊*/
A.pb_np_get,
/*t豆*/
DIV.time_gift_wrap,
/*t豆*/
DIV.profile_right.user_score,
/*t豆*/
DIV.profile_right.user_tbmall,
/*t豆*/
DIV#sign_mod,
/*签到*/
DIV.small_wrap.j_small_wrap,
/*图片预览*/
A.j_thread_hidden.icon_thread_hidden,
/*隐藏置顶贴*/
DIV.card_top.clearfix,
/*吧头像吧描述*/
DIV.tb_paper_wrap,
/*贴条*/
#j_ten_years,
/*十周年*/
.p_badge,
/*等级牌
/*隐藏元素
楼主标识定位*/
.louzhubiaoshi.j_louzhubiaoshi, .l_client, .lzl_panel_wrapper p[style="color:#666;"], div[id^="ebt"]>div:not(.editor_banned_tip_info), .editor_banned_tip_info>p:last-child,
/*三倍经验*/
.d_post_bottom_border, .lzl_panel_wrapper td:first-child,
/*LZL3倍经验广告*/
.j_surveillance.editor_surveillance,
/*贴吧协议*/
#aside_ad,
/*广告*/
.hgame_mod_theme1, .hgame_mod_theme2, #pb_adbanner, #topic_thread_wrapper,
/*话题贴*/
#tt_text_cnt,
/*话题贴回复框*/
DIV.e_inter_wrapper,
/*恶心的神来一笔*/
UL.tbui_aside_float_bar,
/*右侧刷新栏*/
DIV#tofrs_up.tofrs_up,
/*返回*吧*/
img[src="http://tb1.bdstatic.com/tb/static-frs/img/icon/tupian.gif"], DIV.right_section, DIV.sign_title_text2, DIV#j_frs_gamezone.region_3.frs_gamezone_2, DIV#aside_button_mod.mod.aside_button_mod, UL.nav_center, DIV.sign_rights, DIV.sign_rights_display.clearfix, DIV.p_share_ding, SPAN#allsign, SPAN#allsign2, DIV#j_frs_gamezone.region_1.frs_gamezone_1, span.s_btn_wr, #search_baidu_promote, div.s_nav+div+a, DIV.follow_content.top10_wrapper
/*十大热贴*/
, SPAN.wapapp_adv {
display:none !important;
}
/*****************************************************************************/
/****************************边框相关*****************************************/
/*****************************************************************************/
/*通用边框样式*/
.jump_input_bright,/*跳页*/
.tb-editor-editarea, INPUT#wd1.search_ipt.search_inp_border.j_search_input.tb_header_search_input,
/*动漫类贴吧搜索框*/
DIV.l_core, DIV#frs_nav.frs_nav_2, DIV#frs_nav.frs_nav_3, UL.d_thread_btns a, DIV.p_favthr_main, UL.p_favthr_list, INPUT#wd1.s_ipt.i.tb_header_search_input, DIV.tb-editor-wrapper, INPUT#title1.edit_title_field.edit_field_focus, INPUT#title1.edit_title_field, DIV#list_area, DIV#sign_mod.region_1.sign_mod1, DIV#balv_mod.region_1.balv_mod,DIV#aside.aside, DIV.core, DIV.tb-editor-toolbar
/*楼中楼*/
, DIV.core_title.core_title_theme2 {
border-radius:0px!important;
box-shadow:0px 0px 1px rgba(0, 0, 0, .1)!important;
}
DIV#j_p_postlist.p_postlist {
border-top:none !important;
}
/*去除边框*/
LI.lzl_single_post.j_lzl_s_p,
/*LZL分割线*/
LI.lzl_li_pager.j_lzl_l_p.lzl_li_pager_s,
/*LZL分割线*/
INPUT.editor_textfield.editor_title,
/*发帖标题*/
DIV.lzl_simple_wrapper,
/*LZL发帖框*/
SPAN.lzl_link_fold,
/*LZL--收起回复*/
DIV.j_lzl_c_b_a.core_reply_content,
/*LZL边框*/
DIV#ueditor_replace,
/*发帖框*/
DIV.old_style_wrapper,
/*发帖框*/
.pb_content,
/*贴子主题右侧边框*/
.pb_footer,
/*底部回帖框部分*/
.l_post_bright,
/*主楼层*/
DIV#j_core_title_wrap,
/*帖子内部标题栏*/
div[id*="thread_theme"],
/*帖子内部顶部分页栏*/
.forum_content,
/*贴子列表底部边框*/
.content, .content.clearfix, .d_post_content_wrap, DIV.p_thread.thread_theme_4, DIV.dir_rank, DIV.tb-editor-editarea-wrapper div, DIV.userlike_info_head, DIV#frs_good_nav.frs_good_nav_main_2, UL.nav_left, DIV.d_post_reply *, DIV#frs_nav_wrap.nav_wrap, .j_editor_windex.clearfix {
border:none !important;
}
/*分割线*/
.threadlist_bright .t_con
/*帖子列表分割线*/
{
border-top: 1px dotted !important;
.color-border(@switch);
}
/*搜索框*/
#tb_header_search_form input {
border-radius: 2px!important;
/*圆角半径*/
}
/*搜索框*/
#tb_header_search_form {
border:none !important;
background:none !important;
}
LI#topic_post_thread
/*话题贴底部样式*/
{
border-bottom:1px solid !important;
.color-border(@switch);
}
/*****************************************************************************/
/****************************链接相关*****************************************/
/*****************************************************************************/
/*通用链接*/
* a {
text-decoration:none !important;
}
/*无关处链接颜色*/
DIV.s_nav a, SPAN.s_tools a, DIV#com_userbar.userbar a, DIV.cnt a {
.color-a-common(@switch);
}
/*聚焦*/
li.focus a {
text-decoration:none !important;
color:#F3940C !important;
font-size:20px !important;
-o-transform: rotate(-3deg);
/* Opera浏览器 */
-webkit-transform: rotate(-3deg);
/* Webkit内核浏览器 */
-moz-transform: rotate(-3deg);
/* Firefox浏览器 */
}
/*浏览后链接样式*/
#thread_list a:visited {
.color-a-visited(@switch);
text-shadow:none !important;
}
.tbsug_expand_list li:hover
/*搜索框*/
{
background:#ECDDD1 !important;
}
/*****************************************************************************/
/****************************长宽调整相关**************************************/
/*****************************************************************************/
/*回复框自适应*/
DIV.tb-editor-wrapper {
max-width:635px !important;
}
A.j_th_tit {
width:80% !important;
height:90% !important;
white-space: nowrap !important;
/*超出部分不换行*/
overflow:hidden;
/*隐藏超出部分*/
}
/*贴子自适应宽屏*/
.d_post_content_wrap, .p_content, .d_post_content_main, .l_post, .left_section, .core, DIV#j_p_postlist.p_postlist.p_postlist_absolute, DIV.l_post.noborder, DIV.l_post, DIV#j_core_title_wrap.core_title_wrap, DIV.tb-editor-wrapper, #edit_parent > table:nth-child(2) {
width:100%!important;
}
DIV#container.l_container.clearfix {
min-width:980px !important;
}
/*修正贴子内容换行*/
DIV.d_author {
display:inline !important;
}
DIV.d_post_content_main {
width:750px !important;
float:left !important;
position:relative !important;
left:0px !important;
}
DIV.d_author {
width:15% !important;
}
/*****************************************************************************/
/****************************定位相关*****************************************/
/*****************************************************************************/
.search_bright .search_main_wrap {
height:15px;
}
/*发帖框与使用签名档之间的间隔*/
DIV.poster_component.editor_content_wrapper.ueditor_container {
padding-bottom:0px !important;
}
/*清除内容*/
DIV.poster_component.editor_bottom_panel.clearfix {
margin-right:40px;
}
/*固定贴子标题*/
#j_core_title_wrap {
position:relative !important;
}
.search_main
/*固定搜索框位置*/
{
position:absolute !important;
}
.d_post_content_main {
margin-bottom: 0px !important;
}
/*右对齐*/
DIV.j_lzl_container.core_reply_wrapper,
/*LZL*/
DIV.d_sign_split
/*签名档分割线*/
{
float:right;
}
/*签名档*/
IMG.j_user_sign {
margin-left:210px !important;
}
/*贴子最后回复时间在行内显示*/
.threadlist_bright .threadlist_reply_date {
display:inline !important;
}
/*****************************************************************************/
/****************************字体相关*****************************************/
/*****************************************************************************/
/*通用字体*/
.jump_btn_bright,/*跳页*/
.jump_input_bright,/*跳页*/
SPAN.vote_text_label,/*投票字体*/
SPAN.vote_text_value,/*投票字体*/
DIV.region_cnt li,
/**/
DIV.insertsmiley_holder,
/*LZL表情*/
DIV.edui-btn,
/*回帖框横幅*/
DIV.j_poster_signature.poster_signature,
/*使用签名*/
DIV.poster_head_text,
/*回复框-发表回复*/
DIV.p_content div.d_post_content.j_d_post_content,
/*贴子内容字体*/
SPAN.lzl_content_main
/*楼中楼字体*/
{
.color-font(@switch);
}
DIV.edui-btn {
font-size:18px;
}
DIV.insertsmiley_holder {
font-size:14px;
}
/*通用链接字体颜色*/
DIV.core_reply_tail a {
.color-a-common(@switch);
}
/*帖子列表字体*/
.thread_title a:link, a.j_th_tit, a.th_tit {
font-size:20px !important;
.color-font(@switch);
.shadow-common(@switch);
}
/*鼠标悬停*/
A#topic_post_title.th_tit:hover,
/*话题贴*/
DIV.threadlist_text.threadlist_title.j_th_tit.notStarList > a:hover {
text-decoration:none !important;
position:relative;
top:1px;
left:1px;
box-shadow: none !important;
.color-a-common(@switch);
-moz-transition: all 500ms !important;
}
/*贴子内容字体*/
DIV.p_content div.d_post_content.j_d_post_content {
font-size:20px !important;
}
/*楼中楼字体*/
SPAN.lzl_content_main {
}
/*楼中楼字体大小*/
.lzl_content_main {
font-size:15px !important;
}
/*横栏*/
DIV#frs_nav_wrap.nav_wrap * {
color:black !important;
}
/*贴吧名称*/
A#tab_forumname.tab_forumname {
color:#3399FF !important;
font-size:30px !important;
text-shadow:#A5A09F 3px 2px 0px!important;
}
/*楼层回复链接*/
* .d_post_content a:link {
.color-a-common(@switch);
}
.u_ddl_con_top {
background-color:white !important;
}
* #thread_list li, .th_top li {
border:none !important;
background:none !important;
}
/*新版作者*/
DIV.threadlist_author a:link, DIV.threadlist_author a:visited {
.color-a-common(@switch);
}
SPAN.tb_icon_author_rely.j_replyer a:link, SPAN.tb_icon_author_rely.j_replyer a:visited {
.color-a-common(@switch);
font-size:12px !important;
}
/*楼中楼链接样式*/
.lzl_container_border_aside_s a:link {
text-shadow:#A5A09F 1px 0px 1px!important;
font-style: normal !important;
.color-a-common(@switch);
}
.lzl_content_reply a:link {
font-style:normal !important;
color:grey !important;
}
/*作者字体*/
.d_name>a {
.color-a-common(@switch);
}
/*标题栏*/
H1.core_title_txt {
font-size:20px !important;
color:#57585B !important;
}
/*****************************************************************************/
/****************************小元素样式*****************************************/
/*****************************************************************************/
/*楼层样式*/
DIV.d_post_content_main, DIV.lzl_cnt {
.arrow-none(@switch);
}
DIV.d_post_content_main:after, DIV.lzl_cnt:after,
DIV.d_post_content_main:before, DIV.lzl_cnt:before{
.arrow-after-before(@switch);
}
DIV.d_post_content_main:before, DIV.lzl_cnt:before{
.arrow-before(@switch);
}
DIV.d_post_content_main:after, DIV.lzl_cnt:after{
.arrow-after(@switch);
}
DIV.lzl_cnt {
margin-top:-10px !important;
padding:10px !important;
}
/*DIV.lzl_cnt:after, DIV.lzl_cnt:before{*/
/*top:25px !important;*/
/*}*/
/*调整lzl头像*/
A.j_user_card.lzl_p_p {
position:absolute;
left:-55px;
top:18px;
}
/*调整楼中楼用户名*/
/*DIV.lzl_cnt>A.at.j_user_card {*/
/*position:absolute;*/
/*left:-65px;*/
/*top:45px;*/
/*width: 70px;*/
/*overflow: hidden;*/
/*height: 15px;*/
/*}*/
/*搜索栏*/
INPUT#wd1 {
position:absolute;
top:-50px;
margin-right:100px;
right:0px;
float:right;
width:100px;
border: 1px solid;
.color-border(@switch);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
color: #888 !important;
background: url('http://imgsrc.baidu.com/forum/pic/item/11dfa9ec8a1363279cfadbbc938fa0ec08fac72e.jpg') no-repeat scroll 5px 6px transparent !important;
background-color: #DDD !important;
padding: 4px 10px 4px 28px;
}
INPUT#wd1:focus {
width:450px !important;
}
DIV.tbsug_expand {
margin-top:-110px;
position:absolute;
width: 488px !important;
background-color: #DDD !important;
}
/*回复按钮*/
A.ui_btn.ui_btn_m.j_submit.poster_submit span, P.j_lzl_p
/*LZL--我也说一句*/
, SPAN.lzl_panel_submit.j_lzl_p_sb {
background: #DDD !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
border-radius: 3px;
}
A.ui_btn.ui_btn_m.j_submit.poster_submit span em, P.j_lzl_p a
/*LZL--我也说一句*/
, INPUT.editor_textfield.editor_title, SPAN.lzl_panel_submit.j_lzl_p_sb, INPUT.editor_textfield.editor_title {
color: #111 !important;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3) !important;
}
DIV#ueditor_replace
/*发帖框*/
, DIV.tb-editor-editarea, INPUT.editor_textfield.editor_title {
border: 4px solid !important;
.border-editor(@switch);
.color-font(@switch);
font-size:15px !important;
}
/*发帖标题*/
INPUT.editor_textfield.editor_title {
width: 580px !important;
margin-left: 15px;
}
DIV.tbui_placeholder {
margin-left:15px;
}
/*LZL发帖框*/
DIV.lzl_simple_wrapper {
width: 515px !important;
margin-left: 10px;
}
SPAN.lzl_panel_smile.j_lzl_p_sm .insertsmiley_holder::before {
content:"表情"
}
.edui-btn-red .edui-icon::before {
content:"R";
color:red;
}
.edui-btn-medal .edui-icon::before {
content:"T秀特权"
}
.edui-btn-image .edui-icon::before {
content:"图片"
}
.edui-btn-video .edui-icon::before {
content:"视频"
}
.edui-btn-music .edui-icon::before {
content:"音乐"
}
.edui-btn-emotion .edui-icon::before {
content:"表情"
}
.edui-btn-scrawl .edui-icon::before {
content:"涂鸦"
}
.edui-btn-voice .edui-icon::before {
content:"语音"
}
.edui-btn-attachment .edui-icon::before {
content:"附件"
}
/*贴吧横幅*/
.nav_wrap_add_border
/*外围左右边框*/
{
border:none;
}
UL.nav_list.j_nav_list li:hover {
background:none !important;
}
UL.nav_list.j_nav_list li:hover a {
.color-a-common(@switch);
-moz-transform: rotate(-7.5deg);
}
/*回帖数框*/
div.threadlist_rep_num {
.bg-rep-num(@switch);
width:38px !important;
height:34px !important;
}
/*经验框*/
DIV.userlike_info_expbar_current {
background:#4B98E7 !important;
border-radius:0px !important;
}
div#userlike_expbar {
background:white !important;
}
div#userlike_expnum {
color:red !important;
}
span#userlike_expnum_max {
color:red !important;
}
span#userlike_expnum_cur {
color:green !important;
}
/*签名边框*/
a.j_signbtn.sign_btn2.sign4_signed {
border-radius:0px !important;
}
/*翻页按钮*/
span.cur, span.tP {
border:1px solid #282828 !important;
background:#4B98E7 !important;
color:white !important;
}
div#frs_list_pager a, div.l_thread_info a {
color:#4B98E7 !important;
border:none !important;
}
/*等级牌*/
div#liked_member_title, div#userlike_member_lv, div#p_badge_main div, DIV.p_badge div {
color:white !important;
}
div.userlike_badge.badge_lv2_1, div.userlike_badge badge_lv3, div#p_badge_main, div#liked_member_title, div.userlike_info_badge, DIV.p_badge div:nth-child(1) {
background:#4C99E7 !important;
}
div.userlike_badge.badge_lv2_1 *, div#p_badge_main *, div.userlike_info_badge *, LI.l_badge * {
background-image:none !important;
}
div.userlike_member_lv {
background:none !important;
}
/*圆形图像*/
IMG#userlike_info_head_img
/*自己头像*/
, IMG.bakan_pic
/*吧刊缩图*/
{
border-radius:30px !important;
}
/*签名分割线*/
DIV.d_sign_split {
background:url(http://imgsrc.baidu.com/forum/pic/item/24ae9ccad1c8a7865ac561e46709c93d72cf5099.jpg) !important;
background-position: 0 100%;
background-repeat: no-repeat !important;
height:13px;
}
/*吧内搜索框 默认隐藏,悬浮显示*/
DIV.search_internal_wrap.j_search_internal,
UL.core_title_btns {
opacity: 0 !important;
-moz-transition: all 3000ms !important;
}
DIV.forum_header:hover DIV.search_internal_wrap.j_search_internal,
DIV#aside.side:hover,
UL.core_title_btns:hover {
opacity: 1 !important;
-moz-transition: all 1000ms !important;
}
* a {
outline-style: none !important;
}
/*侧边栏默认隐藏,点击出现*/
DIV#aside {
height:30px;
overflow:hidden;
position:absolute !important;
background:none;
}
DIV#aside:active {
height:1200px;
overflow:hidden;
position:absolute !important;
.color-main(@switch);
}
DIV#aside:before {
content:"ON";
.color-font(@switch);
font-size:20px;
cursor:pointer;
position:relative;
left:190px;
top:10px;
}
DIV#aside:active:before {
content:"OFF";
}
/*宽屏设置*/
DIV#contet_wrap.main {
width:970px;
}
DIV.threadlist_li_right {
width:850px !important;
}
DIV.threadlist_text {
width:660px !important;
}
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("http://tieba\.baidu\.com/(f(\\?|/good).*|p/.*)") {
/*****************************************************************************/
/****************************背景相关*****************************************/
/*****************************************************************************/
/*通用背景*/
DIV#nav_forum_menu.nav_forum_menu *,
body,
DIV.tbsug_expand * {
background-color: white !important;
}
/*背景图片*/
body {
background-image: url(http://imgsrc.baidu.com/forum/pic/item/f2d3572c11dfa9ec76394f9860d0f703918fc12e.jpg) !important;
background-position: 0 100%;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: cover !important;
/*自适应*/
opacity: .7;
}
/*帖子列表主体区域背景*/
DIV.content.clearfix,
DIV.forum_content.clearfix {
background: #0f0f0f !important;
}
/*百度贴吧logo*/
A.search_logo {
margin-top: 50px;
width: 280px;
height: 60px;
background: none;
}
A.search_logo:after {
content: "百度贴吧 ★ 猫酱";
position: absolute;
top: 70px;
font-size: 25px;
width: 280px;
}
/*发帖框*/
DIV#tb_rich_poster {
background: #222222 !important;
width: 690px !important;
}
DIV.lzl_editor_container,
DIV.old_style_wrapper,
INPUT.editor_textfield.editor_title {
background: #222222 !important;
}
/*发帖框编辑区*/
DIV#ueditor_replace,
DIV.lzl_simple_wrapper,
INPUT.editor_textfield.editor_title {
background: #000000 !important;
}
/*横幅背景*/
div#tb_nav {
background: #2f2f2f !important;
}
/*去除背景*/
A.icon_tbworld,
.nav_wrap,
.nav_list .space,
.nav_list .focus,
.nav_list li:hover,
.nav_list li:hover .tbnav_tab_inner,
.nav_list .focus .tbnav_tab_inner,
DIV.insertsmiley_holder,
P.j_lzl_p a,
.edui-icon,
.edui-btn-toolbar .edui-btn,
.ui_btn,
.ui_btn_disable,
DIV.edui-toolbar,
.aside_album_good_bright,
.region_bright,
P.space,
#topic_post_thread,
DIV.p_thread,
DIV.d_post_content_main,
DIV#pb_content.pb_content.clearfix,
#head,
.forum_content,
.nav_list .focus,
.nav_list a.nav_icon,
.card_top,
.l_posts_num *,
#tb_nav,
.pb_footer,
.core_reply_border_top,
.d_post_content_wrap,
#j_core_title_wrap div,
.content.clearfix,
.tb-editor-editarea-wrapper,
DIV.wrap_bright,
DIV.forum_foot,
DIV.head_bright,
SPAN.tb_icon_author,
SPAN.tb_icon_author_rely.j_replyer,
TABLE#thread_list_table.thread_list_table,
DIV.wrap2,
DIV.wrap1,
DIV#frs_nav.frs_nav_1,
DIV.frs_content.clearfix,
DIV#container,
DIV#sign_mod.region_2.sign_mod2,
DIV#balv_mod.region_2.balv_mod,
DIV.left_section,
DIV.l_thread_title.thread_title_theme2,
DIV.dir_rank,
DIV.old_dir_rank,
TABLE#thread_list_table.thread_list_table *,
DIV.p_thread.thread_theme_4,
DIV.d_comment_last,
DIV#frs_list_pager.pager.clearfix,
UL.nav_right *,
UL.nav_right,
DIV.tb-editor-wrapper,
DIV#edit_parent .j_editor_windex.clearfix,
INPUT#title1.edit_title_field,
INPUT#title1.edit_title_field_focus,
DIV.tb-editor-editarea-wrapper div,
DIV.userlike_info_head,
DIV#frs_good_nav.frs_good_nav_main_2,
DIV#sign_mod.region_1.sign_mod1,
DIV#sign_mod.region_1.sign_mod1 div,
DIV#balv_mod.region_1.balv_mod,
DIV#forumInfoPanel.region_1.forum_info_1,
DIV#bakan_mod.region_1.bakan_mod,
DIV#zyq_mod_album.mod.j_editable,
DIV#zyq_mod_link.mod.j_editable,
DIV#zyq_mod_friend.mod.j_editable,
DIV#frs_nav.frs_nav_3 *,
UL.d_thread_btns *,
DIV#main_back_bottom *,
DIV#frs_list_pager.pager.clearfix a,
LI.l_pager.pager_theme_3 a,
DIV.core_title.core_title_theme2,
DIV.l_post,
DIV.j_lzl_r.p_reply *,
DIV.j_lzl_container.core_reply_wrapper,
DIV#frs_nav.frs_nav_2,
UL.nav_left *,
UL.nav_left,
DIV#frs_nav_wrap.nav_wrap {
background: none !important;
}
/*****************************************************************************/
/****************************隐藏元素*****************************************/
/*****************************************************************************/
DIV.frs_act_repost_wrapper_outter,
A#replyBusinessImg,
.icon_meizhi,
DIV.game_spread_thread,
DIV.lot_wrap,
DIV.game_frs_in_head,
DIV#sofa_post.sofa_post,
DIV.user-hide-post-down,
DIV.search_nav.j_search_nav,
SPAN.s_tools,
A.senior-search-link,
SPAN.search_btn_wrap,
SPAN.search_btn_wrap.search_btn_enter_ba_wrap,
DIV.save_face_bg,
.d_pb_icons,
DIV.core_reply_border_bottom,
DIV.poster_head_text,
.edui-btn-medal,
DIV.poster_head_surveillance.j_surveillance,
A.rand_gift,
LI.focus_tab_main,
DIV.core_reply_border_top,
DIV.share_btn_wrapper,
DIV.tb_poster_placeholder,
LI.u_tshow,
DIV.u_menu_item.u_menu_tbmall,
DIV.u_menu_item.u_menu_app,
DIV.u_menu_item.u_menu_wallet,
LI.split,
DIV#game_rank.game_rank,
A#ueg_policy_open.ueg_policy_open,
A.pb_np_get,
DIV.time_gift_wrap,
DIV.profile_right.user_score,
DIV.profile_right.user_tbmall,
DIV#sign_mod,
DIV.small_wrap.j_small_wrap,
A.j_thread_hidden.icon_thread_hidden,
DIV.card_top.clearfix,
DIV.tb_paper_wrap,
#j_ten_years,
.p_badge,
.louzhubiaoshi.j_louzhubiaoshi,
.l_client,
.lzl_panel_wrapper p[style="color:#666;"],
div[id^="ebt"] > div:not(.editor_banned_tip_info),
.editor_banned_tip_info > p:last-child,
.d_post_bottom_border,
.lzl_panel_wrapper td:first-child,
.j_surveillance.editor_surveillance,
#aside_ad,
.hgame_mod_theme1,
.hgame_mod_theme2,
#pb_adbanner,
#topic_thread_wrapper,
#tt_text_cnt,
DIV.e_inter_wrapper,
UL.tbui_aside_float_bar,
DIV#tofrs_up.tofrs_up,
img[src="http://tb1.bdstatic.com/tb/static-frs/img/icon/tupian.gif"],
DIV.right_section,
DIV.sign_title_text2,
DIV#j_frs_gamezone.region_3.frs_gamezone_2,
DIV#aside_button_mod.mod.aside_button_mod,
UL.nav_center,
DIV.sign_rights,
DIV.sign_rights_display.clearfix,
DIV.p_share_ding,
SPAN#allsign,
SPAN#allsign2,
DIV#j_frs_gamezone.region_1.frs_gamezone_1,
span.s_btn_wr,
#search_baidu_promote,
div.s_nav + div + a,
DIV.follow_content.top10_wrapper,
SPAN.wapapp_adv {
display: none !important;
}
/*****************************************************************************/
/****************************边框相关*****************************************/
/*****************************************************************************/
/*通用边框样式*/
.jump_input_bright,
.tb-editor-editarea,
INPUT#wd1.search_ipt.search_inp_border.j_search_input.tb_header_search_input,
DIV.l_core,
DIV#frs_nav.frs_nav_2,
DIV#frs_nav.frs_nav_3,
UL.d_thread_btns a,
DIV.p_favthr_main,
UL.p_favthr_list,
INPUT#wd1.s_ipt.i.tb_header_search_input,
DIV.tb-editor-wrapper,
INPUT#title1.edit_title_field.edit_field_focus,
INPUT#title1.edit_title_field,
DIV#list_area,
DIV#sign_mod.region_1.sign_mod1,
DIV#balv_mod.region_1.balv_mod,
DIV#aside.aside,
DIV.core,
DIV.tb-editor-toolbar,
DIV.core_title.core_title_theme2 {
border-radius: 0px!important;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
}
DIV#j_p_postlist.p_postlist {
border-top: none !important;
}
/*去除边框*/
LI.lzl_single_post.j_lzl_s_p,
LI.lzl_li_pager.j_lzl_l_p.lzl_li_pager_s,
INPUT.editor_textfield.editor_title,
DIV.lzl_simple_wrapper,
SPAN.lzl_link_fold,
DIV.j_lzl_c_b_a.core_reply_content,
DIV#ueditor_replace,
DIV.old_style_wrapper,
.pb_content,
.pb_footer,
.l_post_bright,
DIV#j_core_title_wrap,
div[id*="thread_theme"],
.forum_content,
.content,
.content.clearfix,
.d_post_content_wrap,
DIV.p_thread.thread_theme_4,
DIV.dir_rank,
DIV.tb-editor-editarea-wrapper div,
DIV.userlike_info_head,
DIV#frs_good_nav.frs_good_nav_main_2,
UL.nav_left,
DIV.d_post_reply *,
DIV#frs_nav_wrap.nav_wrap,
.j_editor_windex.clearfix {
border: none !important;
}
/*分割线*/
.threadlist_bright .t_con {
border-top: 1px dotted !important;
border-color: #222 !important;
}
/*搜索框*/
#tb_header_search_form input {
border-radius: 2px!important;
/*圆角半径*/
}
/*搜索框*/
#tb_header_search_form {
border: none !important;
background: none !important;
}
LI#topic_post_thread {
border-bottom: 1px solid !important;
border-color: #222 !important;
}
/*****************************************************************************/
/****************************链接相关*****************************************/
/*****************************************************************************/
/*通用链接*/
* a {
text-decoration: none !important;
}
/*无关处链接颜色*/
DIV.s_nav a,
SPAN.s_tools a,
DIV#com_userbar.userbar a,
DIV.cnt a {
color: #4399EE !important;
}
/*聚焦*/
li.focus a {
text-decoration: none !important;
color: #F3940C !important;
font-size: 20px !important;
-o-transform: rotate(-3deg);
/* Opera浏览器 */
-webkit-transform: rotate(-3deg);
/* Webkit内核浏览器 */
-moz-transform: rotate(-3deg);
/* Firefox浏览器 */
}
/*浏览后链接样式*/
#thread_list a:visited {
color: #4A4D49 !important;
text-shadow: none !important;
}
.tbsug_expand_list li:hover {
background: #ECDDD1 !important;
}
/*****************************************************************************/
/****************************长宽调整相关**************************************/
/*****************************************************************************/
/*回复框自适应*/
DIV.tb-editor-wrapper {
max-width: 635px !important;
}
A.j_th_tit {
width: 80% !important;
height: 90% !important;
white-space: nowrap !important;
/*超出部分不换行*/
overflow: hidden;
/*隐藏超出部分*/
}
/*贴子自适应宽屏*/
.d_post_content_wrap,
.p_content,
.d_post_content_main,
.l_post,
.left_section,
.core,
DIV#j_p_postlist.p_postlist.p_postlist_absolute,
DIV.l_post.noborder,
DIV.l_post,
DIV#j_core_title_wrap.core_title_wrap,
DIV.tb-editor-wrapper,
#edit_parent > table:nth-child(2) {
width: 100%!important;
}
DIV#container.l_container.clearfix {
min-width: 980px !important;
}
/*修正贴子内容换行*/
DIV.d_author {
display: inline !important;
}
DIV.d_post_content_main {
width: 750px !important;
float: left !important;
position: relative !important;
left: 0px !important;
}
DIV.d_author {
width: 15% !important;
}
/*****************************************************************************/
/****************************定位相关*****************************************/
/*****************************************************************************/
.search_bright .search_main_wrap {
height: 15px;
}
/*发帖框与使用签名档之间的间隔*/
DIV.poster_component.editor_content_wrapper.ueditor_container {
padding-bottom: 0px !important;
}
/*清除内容*/
DIV.poster_component.editor_bottom_panel.clearfix {
margin-right: 40px;
}
/*固定贴子标题*/
#j_core_title_wrap {
position: relative !important;
}
.search_main {
position: absolute !important;
}
.d_post_content_main {
margin-bottom: 0px !important;
}
/*右对齐*/
DIV.j_lzl_container.core_reply_wrapper,
DIV.d_sign_split {
float: right;
}
/*签名档*/
IMG.j_user_sign {
margin-left: 210px !important;
}
/*贴子最后回复时间在行内显示*/
.threadlist_bright .threadlist_reply_date {
display: inline !important;
}
/*****************************************************************************/
/****************************字体相关*****************************************/
/*****************************************************************************/
/*通用字体*/
.jump_btn_bright,
.jump_input_bright,
SPAN.vote_text_label,
SPAN.vote_text_value,
DIV.region_cnt li,
DIV.insertsmiley_holder,
DIV.edui-btn,
DIV.j_poster_signature.poster_signature,
DIV.poster_head_text,
DIV.p_content div.d_post_content.j_d_post_content,
SPAN.lzl_content_main {
color: #DDD !important;
}
DIV.edui-btn {
font-size: 18px;
}
DIV.insertsmiley_holder {
font-size: 14px;
}
/*通用链接字体颜色*/
DIV.core_reply_tail a {
color: #4399EE !important;
}
/*帖子列表字体*/
.thread_title a:link,
a.j_th_tit,
a.th_tit {
font-size: 20px !important;
color: #DDD !important;
text-shadow: #22231E 1px 0px 0px!important;
}
/*鼠标悬停*/
A#topic_post_title.th_tit:hover,
DIV.threadlist_text.threadlist_title.j_th_tit.notStarList > a:hover {
text-decoration: none !important;
position: relative;
top: 1px;
left: 1px;
box-shadow: none !important;
color: #4399EE !important;
-moz-transition: all 500ms !important;
}
/*贴子内容字体*/
DIV.p_content div.d_post_content.j_d_post_content {
font-size: 20px !important;
}
/*楼中楼字体*/
/*楼中楼字体大小*/
.lzl_content_main {
font-size: 15px !important;
}
/*横栏*/
DIV#frs_nav_wrap.nav_wrap * {
color: black !important;
}
/*贴吧名称*/
A#tab_forumname.tab_forumname {
color: #3399FF !important;
font-size: 30px !important;
text-shadow: #A5A09F 3px 2px 0px!important;
}
/*楼层回复链接*/
* .d_post_content a:link {
color: #4399EE !important;
}
.u_ddl_con_top {
background-color: white !important;
}
* #thread_list li,
.th_top li {
border: none !important;
background: none !important;
}
/*新版作者*/
DIV.threadlist_author a:link,
DIV.threadlist_author a:visited {
color: #4399EE !important;
}
SPAN.tb_icon_author_rely.j_replyer a:link,
SPAN.tb_icon_author_rely.j_replyer a:visited {
color: #4399EE !important;
font-size: 12px !important;
}
/*楼中楼链接样式*/
.lzl_container_border_aside_s a:link {
text-shadow: #A5A09F 1px 0px 1px!important;
font-style: normal !important;
color: #4399EE !important;
}
.lzl_content_reply a:link {
font-style: normal !important;
color: grey !important;
}
/*作者字体*/
.d_name > a {
color: #4399EE !important;
}
/*标题栏*/
H1.core_title_txt {
font-size: 20px !important;
color: #57585B !important;
}
/*****************************************************************************/
/****************************小元素样式*****************************************/
/*****************************************************************************/
/*楼层样式*/
DIV.d_post_content_main,
DIV.lzl_cnt {
position: relative;
background: #090909 !important;
border: 1px solid #222;
border-radius: 3px;
margin: 20px 0px 1.625em;
padding: 1.625em;
}
DIV.d_post_content_main:after,
DIV.lzl_cnt:after,
DIV.d_post_content_main:before,
DIV.lzl_cnt:before {
right: 100%;
top: 35px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
DIV.d_post_content_main:before,
DIV.lzl_cnt:before {
border-color: rgba(34, 34, 34, 0);
border-right-color: #222;
border-width: 16px;
margin-top: -16px;
}
DIV.d_post_content_main:after,
DIV.lzl_cnt:after {
border-color: rgba(9, 9, 9, 0);
border-right-color: #090909;
border-width: 15px;
margin-top: -15px;
}
DIV.lzl_cnt {
margin-top: -10px !important;
padding: 10px !important;
}
/*DIV.lzl_cnt:after, DIV.lzl_cnt:before{*/
/*top:25px !important;*/
/*}*/
/*调整lzl头像*/
A.j_user_card.lzl_p_p {
position: absolute;
left: -55px;
top: 18px;
}
/*调整楼中楼用户名*/
/*DIV.lzl_cnt>A.at.j_user_card {*/
/*position:absolute;*/
/*left:-65px;*/
/*top:45px;*/
/*width: 70px;*/
/*overflow: hidden;*/
/*height: 15px;*/
/*}*/
/*搜索栏*/
INPUT#wd1 {
position: absolute;
top: -50px;
margin-right: 100px;
right: 0px;
float: right;
width: 100px;
border: 1px solid;
border-color: #222 !important;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
color: #888 !important;
background: url('http://imgsrc.baidu.com/forum/pic/item/11dfa9ec8a1363279cfadbbc938fa0ec08fac72e.jpg') no-repeat scroll 5px 6px transparent !important;
background-color: #DDD !important;
padding: 4px 10px 4px 28px;
}
INPUT#wd1:focus {
width: 450px !important;
}
DIV.tbsug_expand {
margin-top: -110px;
position: absolute;
width: 488px !important;
background-color: #DDD !important;
}
/*回复按钮*/
A.ui_btn.ui_btn_m.j_submit.poster_submit span,
P.j_lzl_p,
SPAN.lzl_panel_submit.j_lzl_p_sb {
background: #DDD !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) !important;
border-radius: 3px;
}
A.ui_btn.ui_btn_m.j_submit.poster_submit span em,
P.j_lzl_p a,
INPUT.editor_textfield.editor_title,
SPAN.lzl_panel_submit.j_lzl_p_sb,
INPUT.editor_textfield.editor_title {
color: #111 !important;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3) !important;
}
DIV#ueditor_replace,
DIV.tb-editor-editarea,
INPUT.editor_textfield.editor_title {
border: 4px solid !important;
border-color: #111 !important;
color: #DDD !important;
font-size: 15px !important;
}
/*发帖标题*/
INPUT.editor_textfield.editor_title {
width: 580px !important;
margin-left: 15px;
}
DIV.tbui_placeholder {
margin-left: 15px;
}
/*LZL发帖框*/
DIV.lzl_simple_wrapper {
width: 515px !important;
margin-left: 10px;
}
SPAN.lzl_panel_smile.j_lzl_p_sm .insertsmiley_holder::before {
content: "表情";
}
.edui-btn-red .edui-icon::before {
content: "R";
color: red;
}
.edui-btn-medal .edui-icon::before {
content: "T秀特权";
}
.edui-btn-image .edui-icon::before {
content: "图片";
}
.edui-btn-video .edui-icon::before {
content: "视频";
}
.edui-btn-music .edui-icon::before {
content: "音乐";
}
.edui-btn-emotion .edui-icon::before {
content: "表情";
}
.edui-btn-scrawl .edui-icon::before {
content: "涂鸦";
}
.edui-btn-voice .edui-icon::before {
content: "语音";
}
.edui-btn-attachment .edui-icon::before {
content: "附件";
}
/*贴吧横幅*/
.nav_wrap_add_border {
border: none;
}
UL.nav_list.j_nav_list li:hover {
background: none !important;
}
UL.nav_list.j_nav_list li:hover a {
color: #4399EE !important;
-moz-transform: rotate(-7.5deg);
}
/*回帖数框*/
div.threadlist_rep_num {
background: url('http://imgsrc.baidu.com/forum/pic/item/572c11dfa9ec8a139e0d4e6ff503918fa0ecc02e.jpg') no-repeat scroll 0% 0% #282828 !important;
width: 38px !important;
height: 34px !important;
}
/*经验框*/
DIV.userlike_info_expbar_current {
background: #4B98E7 !important;
border-radius: 0px !important;
}
div#userlike_expbar {
background: white !important;
}
div#userlike_expnum {
color: red !important;
}
span#userlike_expnum_max {
color: red !important;
}
span#userlike_expnum_cur {
color: green !important;
}
/*签名边框*/
a.j_signbtn.sign_btn2.sign4_signed {
border-radius: 0px !important;
}
/*翻页按钮*/
span.cur,
span.tP {
border: 1px solid #282828 !important;
background: #4B98E7 !important;
color: white !important;
}
div#frs_list_pager a,
div.l_thread_info a {
color: #4B98E7 !important;
border: none !important;
}
/*等级牌*/
div#liked_member_title,
div#userlike_member_lv,
div#p_badge_main div,
DIV.p_badge div {
color: white !important;
}
div.userlike_badge.badge_lv2_1,
div.userlike_badge badge_lv3,
div#p_badge_main,
div#liked_member_title,
div.userlike_info_badge,
DIV.p_badge div:nth-child(1) {
background: #4C99E7 !important;
}
div.userlike_badge.badge_lv2_1 *,
div#p_badge_main *,
div.userlike_info_badge *,
LI.l_badge * {
background-image: none !important;
}
div.userlike_member_lv {
background: none !important;
}
/*圆形图像*/
IMG#userlike_info_head_img,
IMG.bakan_pic {
border-radius: 30px !important;
}
/*签名分割线*/
DIV.d_sign_split {
background: url(http://imgsrc.baidu.com/forum/pic/item/24ae9ccad1c8a7865ac561e46709c93d72cf5099.jpg) !important;
background-position: 0 100%;
background-repeat: no-repeat !important;
height: 13px;
}
/*吧内搜索框 默认隐藏,悬浮显示*/
DIV.search_internal_wrap.j_search_internal,
UL.core_title_btns {
opacity: 0 !important;
-moz-transition: all 3000ms !important;
}
DIV.forum_header:hover DIV.search_internal_wrap.j_search_internal,
DIV#aside.side:hover,
UL.core_title_btns:hover {
opacity: 1 !important;
-moz-transition: all 1000ms !important;
}
* a {
outline-style: none !important;
}
/*侧边栏默认隐藏,点击出现*/
DIV#aside {
height: 30px;
overflow: hidden;
position: absolute !important;
background: none;
}
DIV#aside:active {
height: 1200px;
overflow: hidden;
position: absolute !important;
background: #0f0f0f !important;
}
DIV#aside:before {
content: "ON";
color: #DDD !important;
font-size: 20px;
cursor: pointer;
position: relative;
left: 190px;
top: 10px;
}
DIV#aside:active:before {
content: "OFF";
}
/*宽屏设置*/
DIV#contet_wrap.main {
width: 970px;
}
DIV.threadlist_li_right {
width: 850px !important;
}
DIV.threadlist_text {
width: 660px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment