www.gusucode.com > HadSky PHP轻论坛系统源码 v2.4.2源码程序 > ytqlt_v2.4.2.0701/template/mb1/css/puyuetian.css

    /*
 * puyuetianCSS v0.9.20151123
 * 作者:蒲乐天
 * QQ:632827168
 * http://www.puyuetian.com 
 * */


/*全局 CSS*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #0374D5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

img {
	max-width: 100%;
	border: none;
}


/*布局 CSS*/

.clear {
	clear: both;
}

.display_block {
	display: block;
}

.display_none {
	display: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_center {
	margin-left: auto;
	margin-right: auto;
}

.text_center {
	text-align: center;
}

.border_none {
	border: none;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}


/*宽度CSS*/

.w100_ {
	width: 100%;
}

.w980 {
	width: 980px;
}

.w730 {
	width: 730px;
}

.w250 {
	width: 250px;
}

.w16 {
	width: 16px;
}

.w24 {
	width: 24px;
}

.w32 {
	width: 32px;
}

.w48 {
	width: 48px;
}

.w64 {
	width: 64px;
}

.w128 {
	width: 128px;
}

.w90 {
	width: 90px;
}

.w80 {
	width: 80px;
}


/*padding CSS*/

.p10 {
	padding: 10px;
}

.p-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.p_10 {
	padding-left: 10px;
	padding-right: 10px;
}


/*字体大小 CSS*/

.font_size22 {
	font-size: 22px;
}

.font_size18 {
	font-size: 18px;
}

.font_size16 {
	font-size: 16px;
}

.font_size14 {
	font-size: 14px;
}

.font_size12 {
	font-size: 12px;
}


/*按钮 CSS*/

.btn {
	border: none;
	padding: 4px 14px;
	cursor: pointer;
	border-radius: 2px;
	color: #444;
	font-family: "microsoft yahei";
}

.btn:hover {
	opacity: 0.85;
}

.btn-primary {
	background-color: #0374D5;
	color: white;
}

.btn_zan {
	color: #1E90FF;
	border-color: #1E90FF;
}

.btn_zan:hover {
	color: #1E90FF;
	border-color: #1E90FF;
	box-shadow: 0 0 5px 2px #DDDDDD;
}


/*颜色 CSS*/

.color_orangered {
	color: orangered;
}

.color_primary {
	color: #0374D5;
}

.color_gray {
	color: gray;
}

.nowarp {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn_sxy {
	background: white;
	color: #398bfc;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 120px;
	border: none;
	cursor: pointer;
}

.btn_sxy:hover {
	color: white;
	background: #398bfc;
	opacity: 0.9;
}

.btn_sxy2 {
	background: white;
	color: #398bfc;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 40px;
	border: none;
	cursor: pointer;
}

.textbox {
	padding: 10px;
	padding-right: 0px;
	border: solid 1px #EEEEEE;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	color: #444;
	font-family: tahoma, verdana;
}

.textbox:focus {
	border: solid 1px #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

.stextbox {
	margin-top: 12px;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	border: none;
	width: 250px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top: solid 1px #398BFC;
	border-left: solid 1px #398BFC;
	border-bottom: solid 1px #398bfc;
	background: #F2F4F7;
}

.adefault {
	color: black;
}

.adefault:hover {
	text-decoration: underline;
}

.posttitlediv {
	height: 56px;
	overflow: visible;
}

.readsortdiv {
	position: absolute;
	visibility: hidden;
	background: white;
	width: 705px;
	border: solid 1px #eee;
	border-bottom-color: #aaa;
	border-right-color: #aaa;
}

.readsortdiv a {
	display: block;
	padding: 4px;
	color: #333333;
}

.readsortdiv a:hover {
	background: #eee;
	text-decoration: none;
}

.verifycodeimg {
	width: 105px;
	height: 38px;
	cursor: pointer;
}

.stip {
	padding: 4px;
}

.sfooter {
	padding: 10px 0px 40px 0px;
	text-align: center;
}

.searchdiv {
	width: 725px;
	padding: 5px;
}

.searchdiv .stitle {
	color: blue;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px;
}

.searchdiv .stitle .sa {
	color: blue;
}

.searchdiv .scontent {
	max-height: 36px;
	font-size: 14px;
	color: #333;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 1px;
}

.searchdiv .surl {
	font-size: 14px;
	color: #008000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 1px;
}

.searchdiv .sposttime {
	color: #666;
}

.sword {
	color: red;
}

.forum {
	width: 362px;
	padding: 10px;
}

.forum:hover {
	background-color: #F0F8FF;
}

.forum_logo {
	width: 48px;
	height: 48px;
	background-size: 100% 100%;
}

.forum_content {
	padding: 3px;
	padding-left: 5px;
}

.forum_title a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.forum_info {
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 286px;
}

.pyt-icon {
	display: inline-block;
	background: #1992FC;
	color: white;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
}

.readlist {
	width: 100%;
	padding: 15px;
	padding-bottom: 0px;
	overflow: hidden;
	font-family: "microsoft yahei";
}

.readlist:hover {
	background: ;
}

.readlist table {
	border-collapse: collapse;
}

.readlist table tr td {
	border-bottom: solid 1px #e9ebf0;
	padding-bottom: 15px;
	vertical-align: middle;
}

.readlist table tr td:nth-child(1) {
	width: 100px;
	text-align: center;
	padding-top: 2px;
	padding-left: 4px;
}

.readlist table tr td:nth-child(2) {
	width: 500px;
}

.readlist table tr td:nth-child(3) {
	width: 100px;
}

.readtitle,
.readcontent,
.readuser,
.readlooknum {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.readtitle,
.readcontent {
	width: 460px;
	padding-left: 5px;
}

.readtitle {
	font-size: 16px;
	color: #298EEA;
}

.readcontent {
	font-size: 14px;
	color: #535353;
}

.readuser {
	font-size: 14px;
	color: #535353;
	width: 90px;
}

.readlooknum {
	background: #e9ebf0;
	border-radius: 4px;
	text-align: center;
	width: 90px;
	height: 38px;
	line-height: 38px;
	color: #444;
	font-size: 14px;
}

.xtextbox {
	padding: 5px 15px;
	border: solid 1px #E9EBF0;
	color: #797979;
	font-size: 14px;
	background: transparent;
	font-family: "microsoft yahei";
}

.xbtn {
	padding: 5px 15px;
	border: solid 1px #E9EBF0;
	color: #797979;
	cursor: pointer;
	font-size: 14px;
	background: transparent;
	font-family: "microsoft yahei";
}

.xbtn:hover {
	background: #E9EBF0;
}

.xbtn2 {
	padding: 5px 15px;
	border: solid 1px #298EEA;
	color: #298EEA;
	cursor: pointer;
	font-size: 14px;
	background: transparent;
	font-family: "microsoft yahei";
}

.xbtn2:hover {
	color: white;
	background: #298EEA;
}

.forum_content,
.forum_logo,
.forum_title {
	float: left;
	font-family: "microsoft yahei";
}

.forum_content {
	width: 350px;
	padding: 10px;
	margin-right: 10px;
}

.forum_content:hover {
	background: #F0F0EE;
}

.forum_logo,
.forum_logo img {
	width: 48px;
	height: 48px;
}

.forum_title a,
.forum_title span {
	display: block;
	width: 282px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
}

.forum_title a {
	padding-top: 3px;
	font-size: 16px;
	color: #444444;
}

.forum_title span {
	font-size: 14px;
	color: #919191;
}